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