LDicomPrintSCU::LDicomPrintSCU

#include "ltdic.h"

LDicomPrintSCU::LDicomPrintSCU(pszPath = NULL)

L_TCHAR * pszPath;

/* temporary files folder */

Constructs the object and performs initializations.

Parameter

Description

pszPath

Character string that contains the name of the temporary files location. This is passed to the constructor of the base class LDicomNet. Refer to the constructor LDicomNet::LDicomNet for more information.

Returns

None.

Comments

Before using any of the network operation functions, the LEADTOOLS DICOM DLL must be initialized using the function LDicomNet::StartUp.

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

Platforms

Win32, x64

See Also

Functions:

Class Members, LDicomPrintSCU::~LDicomPrintSCU, LDicomNet::StartUp

Topics:

Print Management SCU

Example

For an example, refer to LDicomPrintSCU::UpdateImageBox.