CodingSchemeIdentificationSequence Property (original) (raw)
Summary
Gets or sets the coding scheme identification sequence.
Syntax
[Element(DicomTag.CodingSchemeIdentificationSequence)]
public List<[CodingSchemeIdentification](datatypes-codingschemeidentification.html)> CodingSchemeIdentificationSequence { get; set; }
[[ElementAttribute](extensions-elementattribute.html)()]
public:
property List<CodingSchemeIdentification^>^ CodingSchemeIdentificationSequence {
List<CodingSchemeIdentification^>^ get();
void set ( List<CodingSchemeIdentification^>^ );
}
Property Value
The coding scheme identification sequence.
Leadtools.Dicom.Common Assembly