LDicomPrintSCU::m_PrinterConfiguration

#include "ltdic.h"

LDicomDS m_PrinterConfiguration

Comments

Using the function LDicomPrintSCU::GetPrinterConfiguration, the Print SCP can be queried for the printer configuration information. The retrieved information is stored in m_PrinterConfiguration. The various member functions of the LDicomDS class can then be used to investigate the information sent by the Print SCP.

The printer configuration information is sent as one or more Items in a Printer Configuration Sequence (2000,001E).

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::GetPrinterConfiguration

Topics:

Print Management SCU

 

DICOM Print Management Service Class User: Functions

Example

For an example, refer to LDicomPrintSCU::GetPrinterConfiguration.