L_DicomDirCreate

Summary

Creates a new DICOMDIR in the specified location.

Syntax

#include "ltdic.h"

L_LTDIC_API HDICOMDIR L_DicomDirCreate(pszDICOMDIRDstFolder, pszPath)

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.

Returns

A DICOMDIR handle.

Comments

The allocated memory is freed by calling L_DicomDirFree.

If the destination folder of the DICOMDIR file is not specified at the time of construction, it can be specified later by using the method L_DicomDirReset. Please note that no DICOM file can be added to the DICOM Directory unless this folder is specified.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

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 API Help

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