SiDicomElement Class |
DICOM data.
Namespace: OIV.VolumeViz.Readers.Dicom
The SiDicomElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | Create a clone of the current element. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetSequence | Get the sequence contained in the element. |
![]() | GetTag | Get the tag of the element. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | Get the value of the element. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Access data in a DICOM element.
An element is identified by its tag, and can contain a value or a sequence but not both. An empty element has no value or sequence.