Gets the string value of the XML element being read.
public string ElementValue { get; set; }
Public Property ElementValue As String
The string value of the XML element being read.
If ElementDataType is ElementDataType.String, then this is will be the value assigned to the DicomElement that will be created. If ElementDataType is ElementDataType.Base64 or is ElementDataType.BinHex, then ElementValue contains a string that will be decoded accordingly, and then assigned to the DicomElement that will be created. Modifying ElementValue changes the value that will be written for the DicomElement.
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