PRINTERINFO

Summary

The PRINTERINFO structure is used to specify the printer information retrieved from the Print SCP.

Syntax

typedef struct tagPRINTERINFO 
{ 
   L_UINT uStructSize; 
   L_TCHAR szPrinterStatus[MAX_SIZE]; 
   L_TCHAR szPrinterStatusInfo[MAX_SIZE]; 
   L_TCHAR szPrinterName[MAX_SIZE]; 
   L_TCHAR szManufacturer[MAX_SIZE]; 
   L_TCHAR szManufacturerModelName[MAX_SIZE]; 
   L_TCHAR szDeviceSerialNumber[MAX_SIZE]; 
   L_TCHAR szSoftwareVersions[MAX_SIZE]; 
   L_TCHAR szDateOfLastCalibration[MAX_SIZE]; 
   L_TCHAR szTimeOfLastCalibration[MAX_SIZE]; 
} PRINTERINFO, * pPRINTERINFO; 

Members

uStructSize

Size of the structure.

szPrinterStatus

Printer Status (2110,0010).

szPrinterStatusInfo

Printer Status Info (2110,0020).

szPrinterName

Printer Name (2110,0030).

szManufacturer

Manufacturer (0008,0070).

szManufacturerModelName

Manufacturer's Model Name (0008,1090).

szDeviceSerialNumber

Device Serial Number (0018,1000).

szSoftwareVersions

Software Version(s) (0018,1020).

szDateOfLastCalibration

Date of Last Calibration (0018,1200).

szTimeOfLastCalibration

Time of Last Calibration (0018,1201).

Comments

Refer to the DICOM standard for more details about the attributes described by this structure.

When using the structure with the function L_DicomPrintSCUGetPrinterInfo to specify the required printer information, the member uStructSize must specify the size of the structure. The function L_DicomPrintSCUGetPrinterInfo which obtains the information retrieved sets the member to the size of the structure.

Usage

See Also

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.