dcmNET Class Library

DicomElement Properties

The properties of the DicomElement class are listed below. For a complete list of DicomElement class members, see the DicomElement Members topic.

Public Instance Properties

ElementRetrieve the element number of the dicom element.
GroupRetrieves the group number of the dicom element.
SequenceRetrieve the sequence for SQ OW and OB dicom elements.
ValueAsDoubleRetrieve the first value of the dicom element as an double.
ValueAsIntRetrieve the first value of the dicom element as an int.
ValueAsStringReturn value as string.
VMRetrieve the value multiplicity of the dicom element.
VRRetrieves the data element's Value Representation.

See Also

DicomElement Class | dcmNET Namespace | DicomSequence