Gets or sets the code meaning.
[Element(DicomTag.CodeMeaning, Requirement = DicomIodUsageType.Type1MandatoryElement)]
[DataMemberAttribute()]
public string CodeMeaning { get; set; }
<DataMemberAttribute(),
ElementAttribute(New DicomTag.CodeMeaning(), Requirement:=New DicomIodUsageType.Type1MandatoryElement())>
Public Property CodeMeaning() As String
Get
Set
public:
[DataMemberAttribute,
ElementAttribute((gcnew DicomTag::CodeMeaning()), Requirement=(gcnew DicomIodUsageType::Type1MandatoryElement()))]
property String^ CodeMeaning
{
String^ get()
void set(String^ value)
}
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document