Loads the DICOM Directory Data Set from the specified file.
public void Load(
string name,
DicomDataSetLoadFlags flags
)
Public Sub Load( _
ByVal name As String, _
ByVal flags As Leadtools.Dicom.DicomDataSetLoadFlags _
)
public:
void Load(
String^ name,
Leadtools.Dicom.DicomDataSetLoadFlags flags
)
name
The name of the DICOMDIR File.
flags
Meta-header flags and Transfer Syntax flags that indicate the file characteristics to use when loading the file.
In addition to loading the DICOM Directory Data Set, the method also sets the destination folder to the folder in which the specified DICOMDIR File resides. Additional DICOM files in this folder (and subfolders) can be added to the loaded Directory. For more information, refer to Load.
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