C#
VB
C++
Gets or sets the broad query parameters..
[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^>^ );
}
The broad query information.
If this value is not provided a patient based query will be used.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET