←Select platform

HangingProtocolUserIdentificationCodeSequence Property

Summary

Gets or sets the Hanging Protocol User Identification Code Sequence (Mandatory).

Syntax

C#
VB
C++
[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) 
   } 

Property Value

The Hanging Protocol User Identification Code Sequence.

Remarks

This is a list of items that provides a coded identifier for the person, group, or site for which this Hanging Protocol was defined

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly