Gets or sets a value that indicates whether or not optional elements should be added to the
Leadtools.Dicom.DicomDataSet template for the query operation.
public bool AddOptionalElementsToTemplate {get; set;}
'Declaration
Public Property AddOptionalElementsToTemplate As Boolean
'Usage
Dim instance As QueryClient
Dim value As Boolean
instance.AddOptionalElementsToTemplate = value
value = instance.AddOptionalElementsToTemplate
public:
property bool AddOptionalElementsToTemplate {
bool get();
void set ( bool value);
}
Property Value
True to add optional elements to the
Leadtools.Dicom.DicomDataSet, false to add only the required elements.