←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly