dcmNET Class Library

DicomElement Members

DicomElement overview

Public Instance Constructors

DicomElement Overloaded. Initializes a new instance of the DicomElement class.

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.

Public Instance Methods

GetValueRetrieve the array byte value of the dicom element.
GetValueAsDoubleRetrieve the index value of the dicom element as an double.
GetValueAsIntRetrieve the index value of the dicom element as an
int
.
GetValueAsStringRetrieve the index value of the dicom element as an String.
ToStringReturns a string that represents the object.

See Also

DicomElement Class | dcmNET Namespace | DicomSequence