ValueType property (IDicomWaveformAnnotation Interface)
|
DicomWaveformAnnValueType ValueType | |
|
Overview |
Refer to Working with DICOM Waveforms. |
Remarks
The ValueType property specifies which properties that define the annotation. Possible values are:
|
Value |
Meaning |
|
TYPE_UNFORMATTED_TEXT_VALUE |
[1] The annotation is defined by the UnformattedTextValue property. |
|
TYPE_CODED_NAME |
[2] The annotation is defined by the CodedName property. |
|
TYPE_CODED_NAME_AND_CODED_VALUE |
[3] The annotation is defined by the CodedName property and the CodedValue property. |
|
TYPE_CODED_NAME_AND_NUMERIC_VALUE |
[4] The annotation is defined by the CodedName property and the NumericValue property. |
See Also