HangingProtocolDefinitionSequence Property (original) (raw)
Summary
Gets or sets the Hanging Protocol Definition Sequence (Mandatory).
Syntax
[Element(DicomTag.HangingProtocolDefinitionSequence)]
[DataMemberAttribute()]
public List<[HangingProtocolDefinition](datatypes-hangingprotocol-hangingprotocoldefinition.html)> HangingProtocolDefinitionSequence { 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)
}
Property Value
The Hanging Protocol Definition Sequence.
Leadtools.Dicom.Common Assembly