Click or drag to resize
SiDicomValue Class

DICOM data.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.VolumeViz.Readers.DicomSiDicomValue

Namespace: OIV.VolumeViz.Readers.Dicom
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public class SiDicomValue : SoNetBase

The SiDicomValue type exposes the following members.

Methods
  NameDescription
Public methodAsString

Return a printable version of the stored value.

Public methodClone

Create a clone of the value.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetBuffer

Copies the internal buffer to the given one.

Public methodGetDouble
Calls GetDouble(System.UInt64(0)).
Public methodGetDouble(UInt64)

Get an internally stored double precision floating point number.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetInt
Calls GetInt(System.UInt64(0)).
Public methodGetInt(UInt64)

Get an internally stored signed integer.

Public methodGetLength

Get the number of scalar values stored.

Public methodGetString
Calls GetString(System.UInt64(0)).
Public methodGetString(UInt64)

Get the internally stored string.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUInt
Calls GetUInt(System.UInt64(0)).
Public methodGetUInt(UInt64)

Get an internally stored unsigned integer.

Public methodGetValueType

Get the type of the value.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Access value of a DICOM element.

See Also