C#
VB
C++
Gets or sets the Hanging Protocol User Identification Code Sequence (Mandatory).
[DataMemberAttribute()]
[Element(DicomTag.HangingProtocolUserIdentificationCodeSequence)]
public List<HangingProtocolUserIdentificationCode> HangingProtocolUserIdentificationCodeSequence { get; set; }
<DataMemberAttribute(),
ElementAttribute(7471118)>
Public Property HangingProtocolUserIdentificationCodeSequence() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.HangingProtocolUserIdentificationCode)
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)
}
The Hanging Protocol User Identification Code Sequence.
This is a list of items that provides a coded identifier for the person, group, or site for which this Hanging Protocol was defined
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