PRINTJOBINFO
typedef struct tagPRINTJOBINFO
{
L_UINT uStructSize;
L_CHAR szExecutionStatus[MAX_SIZE];
L_CHAR szExecutionStatusInfo[MAX_SIZE];
L_CHAR szPrintPriority[MAX_SIZE];
L_CHAR szCreationDate[MAX_SIZE];
L_CHAR szCreationTime[MAX_SIZE];
L_CHAR szPrinterName[MAX_SIZE];
L_CHAR szOriginator[MAX_SIZE];
} PRINTJOBINFO, * pPRINTJOBINFO;
The PRINTJOBINFO structure is used for the Print Job information retrieved from the Print SCP.
Member |
Description |
uStructSize |
Size of the structure. |
szExecutionStatus |
Execution Status (2100,0020). |
szExecutionStatusInfo |
Execution Status Info (2100,0030). |
szPrintPriority |
Print Priority (2000,0020). |
szCreationDate |
Creation Date (2100,0040). |
szCreationTime |
Creation Time (2100,0050). |
szPrinterName |
Printer Name (2110,0030). |
szOriginator |
Originator (2100,0070). |
Comments
Refer to the DICOM standard for more details about the attributes described by this structure.
When using the structure with the function LDicomPrintSCU::GetPrintJobInfo to specify the required Print Job information, the member uStructSize must specify the size of the structure. The function LDicomPrintSCU::GetPrintJobInfo which obtains the information retrieved sets the member to the size of the structure.
See Also
Functions: |
|
Topics: |