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 > SOPCommonModule Class : CodingSchemeIdentificationSequence Property |
[ElementAttribute()] public List<CodingSchemeIdentification> CodingSchemeIdentificationSequence {get; set;}
'Declaration
<ElementAttribute()> Public Property CodingSchemeIdentificationSequence As List(Of CodingSchemeIdentification)
'Usage
Dim instance As SOPCommonModule Dim value As List(Of CodingSchemeIdentification) instance.CodingSchemeIdentificationSequence = value value = instance.CodingSchemeIdentificationSequence
[ElementAttribute()] public: property List<CodingSchemeIdentification^>^ CodingSchemeIdentificationSequence { List<CodingSchemeIdentification^>^ get(); void set ( List<CodingSchemeIdentification^>^ value); }