←Select platform

CodedName Property

Summary

Gets or sets the single item that is included under the "Concept Name Code Sequence" (0040,A043) in the "Waveform Annotation Module".

Syntax
C#
VB
C++
public DicomCodeSequenceItem CodedName { get; set; } 
Public Property CodedName As DicomCodeSequenceItem 
public: 
property DicomCodeSequenceItem^ CodedName { 
   DicomCodeSequenceItem^ get(); 
   void set (    DicomCodeSequenceItem^ value); 
} 

Property 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).

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly