Working with the DicomCodedConcept Object
The CurrentCodedConcept property of the ILEADDicomDS Interface specifies the currently selected Coded Concept in the Context Group Table, the DicomCodedConcept object. LEADTOOLS provides the IDicomCodedConcept dual interface for specifying Coded Concepts, which defines the following properties for specifying a Coded Concept:
CodingSchemeDesignator property: This property specifies the Coding Scheme Designator (0008,0102) of the Coded Concept.
CodingSchemeVersion property: This property specifies specifies the Coding Scheme Version (0008,0103) of the Coded Concept.
CodeValue property: This property specifies the Code Value (0008,0100) of the Coded Concept.
CodeMeaning property: This property specifies the Code Meaning (0008,0104) of the Coded Concept.
IsContextGroupLocalVersion property: This property specifies whether a Context Group Local Version (0008,0107) is defined for the Coded Concept.
ContextGroupLocalVersion property: This property specifies the Context Group Local Version (0008,0107) of the Coded Concept.
ContextGroupExtensionCreatorUID property: This property specifies the Context Group Extension Creator UID (0008,010D) of the Coded Concept.