HangingProtocolUserIdentificationCodeSequence Property (original) (raw)
Summary
Gets or sets the Hanging Protocol User Identification Code Sequence (Mandatory).
Syntax
[DataMemberAttribute()]
[Element(DicomTag.HangingProtocolUserIdentificationCodeSequence)]
public List<[HangingProtocolUserIdentificationCode](datatypes-hangingprotocol-hangingprotocoluseridentificationcode.html)> HangingProtocolUserIdentificationCodeSequence { get; set; }
public:
[DataMemberAttribute,
ElementAttribute(7471118)]
property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::HangingProtocolUserIdentificationCode^>^ HangingProtocolUserIdentificationCodeSequence
{
System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::HangingProtocolUserIdentificationCode^>^ get()
void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::HangingProtocolUserIdentificationCode^>^ value)
}
Property Value
The Hanging Protocol User Identification Code Sequence.
Leadtools.Dicom.Common Assembly