Leadtools.Dicom.Common.DataTypes Namespace > PersonIdentification Class : PersonIdentificationCodeSequence Property |
[ElementAttribute()] public List<CodeSequence> PersonIdentificationCodeSequence {get; set;}
'Declaration <ElementAttribute()> Public Property PersonIdentificationCodeSequence As List(Of CodeSequence)
'Usage Dim instance As PersonIdentification Dim value As List(Of CodeSequence) instance.PersonIdentificationCodeSequence = value value = instance.PersonIdentificationCodeSequence
[ElementAttribute()] public: property List<CodeSequence^>^ PersonIdentificationCodeSequence { List<CodeSequence^>^ get(); void set ( List<CodeSequence^>^ value); }