←Select platform

Broad Property

Summary

Gets or sets the broad query parameters..

Syntax

C#
VB
C++
[Element(DicomTag.ScheduledProcedureStepSequence)] 
public List<BroadQuery> Broad { get; set; } 
  
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
Public Property Broad As List(Of BroadQuery) 
[Leadtools.Dicom.Common.Extensions.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly