Click or drag to resize
SiDicomDataSet Methods

The SiDicomDataSet type exposes the following members.

Methods
  NameDescription
Public methodClone

Create a clone of the current data set.

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

Get the n-th element of this data set.

Public methodGetElement(SoDicomTag)

Get an element of this data set.

Public methodGetElementBufferValue

Shortcut to extract an element's buffer value.

Public methodGetElementDoubleValue

Shortcut to extract a DOUBLE element's value.

Public methodGetElementIntValue

Shortcut to extract a INT element's value.

Public methodGetElementStringValue

Shortcut to extract a STRING element's value.

Public methodGetElementUIntValue

Shortcut to extract a UINT element's value.

Public methodGetElementValue

Shortcut to get an element's value fast.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetLength

Get the number of elements in the data set.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also