SiDicomValue Class |
DICOM data.
Namespace: OIV.VolumeViz.Readers.Dicom
The SiDicomValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsString | Return a printable version of the stored value. |
![]() | Clone | Create a clone of the value. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetBuffer | Copies the internal buffer to the given one. |
![]() | GetDouble | Calls GetDouble(System.UInt64(0)). |
![]() | GetDouble(UInt64) | Get an internally stored double precision floating point number. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetInt | Calls GetInt(System.UInt64(0)). |
![]() | GetInt(UInt64) | Get an internally stored signed integer. |
![]() | GetLength | Get the number of scalar values stored. |
![]() | GetString | Calls GetString(System.UInt64(0)). |
![]() | GetString(UInt64) | Get the internally stored string. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUInt | Calls GetUInt(System.UInt64(0)). |
![]() | GetUInt(UInt64) | Get an internally stored unsigned integer. |
![]() | GetValueType | Get the type of the value. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Access value of a DICOM element.