AddOptionalElementsToTemplate Property

Summary
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.
Syntax
C#
VB
C++
public bool AddOptionalElementsToTemplate { get; set; } 
  
Public Property AddOptionalElementsToTemplate As Boolean 
public: 
property bool AddOptionalElementsToTemplate { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True to add optional elements to the Leadtools.Dicom.DicomDataSet, false to add only the required elements.

Remarks

By default the QueryTemplateLeadtools.Dicom.DicomDataSet only contains the required elements. Set this property to true to add optional elements to the template Leadtools.Dicom.DicomDataSet.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.