C#
VB
C++
Gets or sets the Hanging Protocol Image Sets Sequence (Mandatory).
[DataMemberAttribute()]
[Element(DicomTag.ImageSetsSequence)]
public List<ImageSet> ImageSetsSequence { get; set; }
<DataMemberAttribute(),
ElementAttribute(7471136)>
Public Property ImageSetsSequence() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.ImageSet)
Get
Set
public:
[DataMemberAttribute,
ElementAttribute(7471136)]
property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::ImageSet^>^ ImageSetsSequence
{
System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::ImageSet^>^ get()
void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::ImageSet^>^ value)
}
The Hanging Protocol Image Sets Sequence.
This is a list of items describing one or more types of Image Sets to which the Hanging Protocol applies
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