L_DicomDirCreate

#include "ltdic.h"

L_LTDIC_API HDICOMDIR L_DicomDirCreate(pszDICOMDIRDstFolder, pszPath)

Creates a new DICOMDIR in the specified location.

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.

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

LEADTOOLS DICOM C API Help