IsContextGroupLocalVersion property (IDicomCodedConcept Interface)
VARIANT_BOOL IsContextGroupLocalVersion | |
Overview |
Remarks
(Read-only) The IsContextGroupLocalVersion property specifies whether a Context Group Local Version (0008,0107) is defined for the Coded Concept. Possible values are:
Value |
Meaning |
VARIANT_TRUE |
The Context Group Local Version of the Coded Concept is specified by the ContextGroupLocalVersion property. |
VARIANT_FALSE |
No Context Group Local Version is defined for the Coded Concept. |
For the Coded Concepts that are maintained internally, the IsContextGroupLocalVersion property is always set to VARIANT_FALSE and therefore the ContextGroupLocalVersion property should always be ignored.
See Also