DVTk API
DicomValue Property
DVTkDvtkData.DimseAttributeDicomValue
DVTk API

[This is preliminary documentation and is subject to change.]

Dicom Value.
Declaration Syntax
C#Visual BasicVisual C++
public DicomValueType DicomValue { get; set; }
Public Property DicomValue As DicomValueType
public:
property DicomValueType^ DicomValue {
	DicomValueType^ get ();
	void set (DicomValueType^ value);
}
Remarks

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.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0