QueryTemplate Property

Summary
Gets or sets a Leadtools.Dicom.DicomDataSet that is used as a template for the query operation.
Syntax
C#
VB
C++
public DicomDataSet QueryTemplate { get; set; } 
  
Public Property QueryTemplate As DicomDataSet 
public: 
property DicomDataSet^ QueryTemplate { 
   DicomDataSet^ get(); 
   void set (    DicomDataSet^ ); 
} 

Property Value

A Leadtools.Dicom.DicomDataSet that is used as a template for the query operation.

Remarks

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.

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.