Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

ElementValue Property (SaveJsonData)






Gets a value that indicates the string value of the JSON element about to be written.
Syntax
public string ElementValue {get; set;}
'Declaration
 
Public Property ElementValue As String
'Usage
 
Dim instance As SaveJsonData
Dim value As String
 
instance.ElementValue = value
 
value = instance.ElementValue
public:
property String^ ElementValue {
   String^ get();
   void set (    String^ value);
}

Property Value

The string value of the JSON element about to be written.
Remarks
If ElementDataType is ElementDataType.String, then this is will be the value assigned to the DicomElement that will be created.

Modifying ElementValue changes the value that will be written for the DicomElement.

Requirements

Target Platforms

See Also

Reference

SaveJsonData Class
SaveJsonData Members

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features