Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > PersonIdentification Class : InstitutionCodeSequence Property |
[ElementAttribute()] public List<CodeSequence> InstitutionCodeSequence {get; set;}
'Declaration
<ElementAttribute()> Public Property InstitutionCodeSequence As List(Of CodeSequence)
'Usage
Dim instance As PersonIdentification Dim value As List(Of CodeSequence) instance.InstitutionCodeSequence = value value = instance.InstitutionCodeSequence
[ElementAttribute()] public: property List<CodeSequence^>^ InstitutionCodeSequence { List<CodeSequence^>^ get(); void set ( List<CodeSequence^>^ value); }