IsContextGroupVersion property (IDicomCodeSequenceItem Interface)
VARIANT_BOOL IsContextGroupVersion | |
Overview |
Refer to Working with DICOM Waveforms. |
Remarks
The IsContextGroupVersion property specifies whether a Context Group Version (0008,0106) is specified in the Code Sequence Item or not. Possible values are:
Value |
Meaning |
VARIANT_TRUE |
The Context Group Version is specified by the ContextGroupVersion property. |
VARIANT_FALSE |
No Context Group Version is specified in the Code Sequence Item. |
See Also