Gets the string value of the JSON element being read.
public string ElementValue { get; set; }
Public Property ElementValue As String
The string value of the JSON 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, 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.
For an example, refer to LoadJsonBeforeElementCallback.
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