Gets or set the single item that is included under the "Concept Code Sequence" (0040,A168) in the "Waveform Annotation Module".
public DicomCodeSequenceItem CodedValue { get; set; }
Public Property CodedValue As Leadtools.Dicom.DicomCodeSequenceItem
public Leadtools.Dicom.DicomCodeSequenceItem CodedValue {get; set;}
<br/>get_CodedValue();<br/>set_CodedValue(value);<br/>Object.defineProperty('CodedValue');
public:
property Leadtools.Dicom.DicomCodeSequenceItem^ CodedValue {
Leadtools.Dicom.DicomCodeSequenceItem^ get();
void set ( Leadtools.Dicom.DicomCodeSequenceItem^ value);
}
The single item that is included under the "Concept Code Sequence" (0040,A168) in the "Waveform Annotation Module". This property is ignored if UnformattedTextValue is not a null reference (Nothing in VB).
For an example, refer to WaveformGroupCount.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET