[This is preliminary documentation and is subject to change.]
Dicom Value.
| C# | Visual Basic | Visual C++ |
public DicomValueType DicomValue { get; set; }
Public Property DicomValue As DicomValueType
public: property DicomValueType^ DicomValue { DicomValueType^ get (); void set (DicomValueType^ value); }
For single-value attributes with value multiplicity == 1 this holds one value.
For multi-value attributes with value multiplicity != 1 this holds an array of values.