IsContextGroupLocalVersion property (IDicomCodedConcept Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

VARIANT_BOOL IsContextGroupLocalVersion

Overview

Refer to Working with the DicomCodedConcept Object

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

Elements:

CurrentCodedConcept property, CodingSchemeDesignator property, CodingSchemeVersion property, CodeValue property, CodeMeaning property, ContextGroupLocalVersion property, ContextGroupExtensionCreatorUID property

Topics:

ILEADDicomDS Interface, IDicomContextGroup Interface, IDicomCodedConcept Interface, Working with the DicomContextGroup Object, Working with Context Groups, Context Identifiers