Broad Property

Summary

Gets or sets the broad query parameters..

Syntax
C#
VB
C++
[Element(DicomTag.ScheduledProcedureStepSequence)] 
public List<BroadQuery> Broad { get; set; } 
  
<ElementAttribute()> 
Public Property Broad As List(Of BroadQuery) 
[ElementAttribute()] 
public: 
property List<BroadQuery^>^ Broad { 
   List<BroadQuery^>^ get(); 
   void set (    List<BroadQuery^>^ ); 
} 

Property Value

The broad query information.

Remarks

If this value is not provided a patient based query will be used.

Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly