C#
VB
C++
Gets or sets the code meaning.
[DataMemberAttribute()]
[Element(DicomTag.CodeMeaning, Requirement = DicomIodUsageType.Type1MandatoryElement)]
public string CodeMeaning { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
<DataMemberAttribute()>
Public Property CodeMeaning As String
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
[DataMemberAttribute()]
public:
property String^ CodeMeaning {
String^ get();
void set ( String^ );
}
Text which has meaning to a human and which conveys the meaning of the term defined by the combination of code value and coding scheme designator.
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