ElementValue Property

Summary
Gets the string value of the XML element being read.
Syntax
C#
C++/CLI
public string ElementValue { get; set; } 
public: 
property String^ ElementValue { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The string value of the XML element being read.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.