Click or drag to resize
SiDicomDataSetGetElementBufferValue Method

Shortcut to extract an element's buffer value.

Namespace: OIV.VolumeViz.Readers.Dicom
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool GetElementBufferValue(
	SoDicomTag tag,
	SoBufferObject buffer
)

Parameters

tag
Type: OIV.VolumeViz.Readers.DicomSoDicomTag

The tag of the element to find.

buffer
Type: OIV.Inventor.DevicesSoBufferObject

The buffer to fill with element's value.

Return Value

Type: Boolean

true if the extraction was successful, or false otherwise.

Remarks

See Also