PersonIdentificationCodeSequence Property

Summary
Gets or sets the person identification code sequence.
Syntax
C#
VB
C++
[Element(DicomTag.PersonIdentificationCodeSequence)] 
public List<CodeSequence> PersonIdentificationCodeSequence { get; set; } 
<ElementAttribute()> 
Public Property PersonIdentificationCodeSequence As List(Of CodeSequence) 
[ElementAttribute()] 
public: 
property List<CodeSequence^>^ PersonIdentificationCodeSequence { 
   List<CodeSequence^>^ get(); 
   void set (    List<CodeSequence^>^ ); 
} 

Property Value

The person identification code sequence.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.