C#
Objective-C
C++
Java
public DicomDataSet(
string path
)
- (instancetype)initWithTemporaryDirectory:(NSString *)path;
public DicomDataSet(String path)
public:
DicomDataSet(
String^ path
)
path
The location of the temporary files. DICOM uses temporary files during the course of creating a file. If this parameter is null, the DICOM temporary files are kept in the directory Windows places its own temporary files. If this parameter is not null, the temporary files are placed in the specified directory.
For an example, refer to Load.