LDicomDir::LDicomDir

Summary

Constructs and initializes the different member variables of the LDicomDir object.

Syntax

#include "Ltdic.h"

L_VOID LDicomDir::LDicomDir(pszDICOMDIRDstFolder = NULL, pszPath = NULL)

Parameters

L_TCHAR* pszDICOMDIRDstFolder

Character string that contains the name of an existing destination folder in which to save the DICOMDIR File.

L_TCHAR* 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.

Returns

None.

Comments

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.

NOTE: No DICOM file can be added to the Dicom Directory unless this folder is specified.

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomDir::InsertDicomDS.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.