Gets or sets the single item that is included under the "Concept Name Code Sequence" (0040,A043) in the "Waveform Annotation Module".
public DicomCodeSequenceItem CodedName { get; set; }
Public Property CodedName As Leadtools.Dicom.DicomCodeSequenceItem
public Leadtools.Dicom.DicomCodeSequenceItem CodedName {get; set;}
<br/>get_CodedName();<br/>set_CodedName(value);<br/>Object.defineProperty('CodedName');
public:
property Leadtools.Dicom.DicomCodeSequenceItem^ CodedName {
Leadtools.Dicom.DicomCodeSequenceItem^ get();
void set ( Leadtools.Dicom.DicomCodeSequenceItem^ value);
}
The single item that is included under the "Concept Name Code Sequence" (0040,A043) 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