C#
VB
C++
Gets or sets the Hanging Protocol Definition Sequence (Mandatory).
[DataMemberAttribute()]
[Element(DicomTag.HangingProtocolDefinitionSequence)]
public List<HangingProtocolDefinition> HangingProtocolDefinitionSequence { get; set; }
<ElementAttribute(7471116),
DataMemberAttribute()>
Public Property HangingProtocolDefinitionSequence() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.HangingProtocolDefinition)
Get
Set
public:
[ElementAttribute(7471116),
DataMemberAttribute]
property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::HangingProtocolDefinition^>^ HangingProtocolDefinitionSequence
{
System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::HangingProtocolDefinition^>^ get()
void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::HangingProtocolDefinition^>^ value)
}
The Hanging Protocol Definition Sequence.
This is a list of items that defines the type of imaging studies to which this Hanging Protocol applies. One or more Items should be in this list.
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