PULLPRINTREQUESTPARAMETERS
typedef struct tagPULLPRINTREQUESTPARAMETERS
{
L_UINT uStructSize;
L_INT32 nNumberOfCopies;
L_TCHAR * pszPrintPriority;
L_TCHAR * pszMediumType;
L_TCHAR * pszFilmDestination;
L_TCHAR * pszColorImagePrintingFlag;
L_TCHAR * pszAnnotationFlag;
L_TCHAR * pszImageOverlayFlag;
L_TCHAR * pszPresentationLUTFlag;
L_TCHAR * pszImageBoxPresentationLUTFlag;
L_TCHAR * pszConfigurationInformation;
L_TCHAR * pszFilmSessionLabel;
L_INT32 nMemoryAllocation;
L_TCHAR * pszCollationFlag;
L_INT32 nIllumination;
L_INT32 nReflectedAmbientLight;
L_TCHAR * pszOwnerID;
} PULLPRINTREQUESTPARAMETERS, * pPULLPRINTREQUESTPARAMETERS;
The PULLPRINTREQUESTPARAMETERS structure specifies the parameters of Pull Print Request SOP Instances.
|
Member |
Description |
|
uStructSize |
Size of the structure. |
|
nNumberOfCopies |
Number of Copies (2000,0010). |
|
pszPrintPriority |
Print Priority (2000,0020). |
|
pszMediumType |
Medium Type (2000,0030). |
|
pszFilmDestination |
Film Destination (2000,0040). |
|
pszColorImagePrintingFlag |
Color Image Printing Flag (2000,0062). |
|
pszAnnotationFlag |
Annotation Flag (2000,0065). |
|
pszImageOverlayFlag |
Image Overlay Flag (2000,0067). |
|
pszPresentationLUTFlag |
Presentation LUT Flag (2000,0069). |
|
pszImageBoxPresentationLUTFlag |
Image Box Presentation LUT Flag (2000,006A). |
|
pszConfigurationInformation |
Configuration Information (2010,0150). |
|
pszFilmSessionLabel |
Film Session Label (2000,0050). |
|
nMemoryAllocation |
Memory Allocation (2000,0060). |
|
pszCollationFlag |
Collation Flag (2000,0063). |
|
nIllumination |
Illumination (2010,015E). |
|
nReflectedAmbientLight |
Reflected Ambient Light (2010,0160). |
|
pszOwnerID |
Owner ID (2100,0160). |
Comments
Refer to the DICOM standard for more details about the attributes described by this structure.
When the structure is used with the function LDicomPrintSCU::CreatePullPrintRequest, the member uStructSize must specify the size of the structure. The function LDicomPrintSCU::GetDefaultPullPrintRequestParameters sets the member to the size of the structure.
See Also
|
Functions: |
LDicomPrintSCU::CreatePullPrintRequest, LDicomPrintSCU::GetDefaultPullPrintRequestParameters |
|
Topics: |