#include "Ltdic.h"
L_VOID LDicomDir::LDicomDir(pszDICOMDIRDstFolder = NULL, pszPath = NULL)
L_TCHAR* pszDICOMDIRDstFolder; |
destination folder of the DICOMDIR File |
L_TCHAR* pszPath; |
temporary files folder |
Constructs and initializes the different member variables of the LDicomDir object.
Parameter |
Description |
pszDICOMDIRDstFolder |
Character string that contains the name of an existing destination folder in which to save the DICOMDIR File. |
pszPath |
Character string that contains the name of the temporary files location. This is passed to the constructor of the base class LDicomDS. Refer to the constructor LDicomDS::LDicomDS for more information. |
None.
If the destination folder of the DICOMDIR File is not specified at the construction time, it can be specified later on using the function LDicomDir::ResetDicomDir. Please note that no DICOM file can be added to the Dicom Directory unless this folder is specified.
Required DLLs and Libraries
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Win32, x64
Functions: |
LDicomDir::~LDicomDir, LDicomDir::ResetDicomDir, Class Members |
Topics: |
|
|
For an example, refer to LDicomDir::InsertDicomDS.
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