Click or drag to resize
SoVRDicomFileReaderSetFilenameListFromSeries Method

Specify a DICOM file and load all image files in the same directory that are part of the same "series" based on the series UID (0x0020,0x000E).

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SetFilenameListFromSeries(
	string base
)

Parameters

base
Type: SystemString

The path to a DICOM image file.

Return Value

Type: Boolean

true if successful.

Remarks

See Also