Gets or sets a Leadtools.Dicom.DicomDataSet that is used as a template for the query operation.
public DicomDataSet QueryTemplate { get; set; }
Public Property QueryTemplate As Leadtools.Dicom.DicomDataSet
public:
property Leadtools.Dicom.DicomDataSet^ QueryTemplate {
Leadtools.Dicom.DicomDataSet^ get();
void set ( Leadtools.Dicom.DicomDataSet^ );
}
A Leadtools.Dicom.DicomDataSet that is used as a template for the query operation.
By default the query template Leadtools.Dicom.DicomDataSet only contains the required elements. Set the AddOptionalElementsToTemplate property to true to add optional elements to the template Leadtools.Dicom.DicomDataSet.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET