C#
VB
C++
Gets or sets the code value.
[DataMemberAttribute()]
[Element(DicomTag.CodeValue, Requirement = DicomIodUsageType.Type1MandatoryElement)]
public string CodeValue { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
<DataMemberAttribute()>
Public Property CodeValue As String
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
[DataMemberAttribute()]
public:
property String^ CodeValue {
String^ get();
void set ( String^ );
}
An identifier that is unambiguous within the Coding Scheme denoted by SchemeDesignator.
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