Initializes a new instance of the DicomDir class.
public DicomDir(
string destinationFolder
)
Public Function New( _
ByVal destinationFolder As String _
)
public:
DicomDir(
String^ destinationFolder
)
destinationFolder
The name of an existing destination folder in which to save the DICOMDIR File.
If the destination folder of the DICOMDIR File is not specified at the construction time, it can be specified later on using the method Reset. Please note that no DICOM file can be added to the DICOM Directory unless this folder is specified.
For an example, refer to Reset.
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