DicomElement
|
Overloaded. Initializes a new instance of the DicomElement class. |
Element | Retrieve the element number of the dicom element. |
Group | Retrieves the group number of the dicom element. |
Sequence | Retrieve the sequence for SQ OW and OB dicom elements. |
ValueAsDouble | Retrieve the first value of the dicom element as an double. |
ValueAsInt | Retrieve the first value of the dicom element as an int. |
ValueAsString | Return value as string. |
VM | Retrieve the value multiplicity of the dicom element. |
VR | Retrieves the data element's Value Representation. |
GetValue | Retrieve the array byte value of the dicom element. |
GetValueAsDouble | Retrieve the index value of the dicom element as an double. |
GetValueAsInt | Retrieve the index value of the dicom element as an int. |
GetValueAsString | Retrieve the index value of the dicom element as an String. |
ToString | Returns a string that represents the object. |
DicomElement Class | dcmNET Namespace | DicomSequence