| 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.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic bool SetFilenameListFromSeries(
	string base
)
Public Function SetFilenameListFromSeries ( 
	base As String
) As Boolean
public:
bool SetFilenameListFromSeries(
	String^ base
)
member SetFilenameListFromSeries : 
        base : string -> bool 
Parameters
- base
 - Type: SystemString
The path to a DICOM image file. 
 
Return Value
Type: 
Booleantrue if successful. 
Remarks
See Also