Initializes a new instance of the DicomDataSet class.
public DicomDataSet(
string path
)
Public Function New( _
ByVal path As String _
)
public DicomDataSet(
string path
)
public DicomDataSet(String path)
function DicomDataSet(
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET