Click or drag to resize
SoVRDicomFileReaderSetFilenameList Method
Overload List
  NameDescription
Public methodSetFilenameList(IListString)
Specifies the list of a DICOM files to load.
Public methodSetFilenameList(String)
Calls SetFilenameList(format, System.Int32(0), INT_MAX, 1).
Public methodSetFilenameList(String, Int32)
Calls SetFilenameList(format, startIndex, INT_MAX, 1).
Public methodSetFilenameList(String, Int32, Int32)
Calls SetFilenameList(format, startIndex, endIndex, 1).
Public methodSetFilenameList(String, Int32, Int32, Int32)

Specify a list of DICOM files to load, using a sprintf-like format.

Top
See Also