Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal destinationFolder As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomDir( string destinationFolder ) |
C++/CLI | |
---|---|
public: DicomDir( String^ destinationFolder ) |
Parameters
- destinationFolder
- The name of an existing destination folder in which to save the DICOMDIR File.
For an example, refer to DicomDir.Reset.
If the destination folder of the DICOMDIR File is not specified at the construction
time, it can be specified later on using the method DicomDir.Reset.
Please note that no DICOM file can be added to the DICOM Directory unless this folder
is specified.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family