typedef struct tagPULLPRINTREQUESTPARAMETERS
{
L_UINT uStructSize;
L_INT32 nNumberOfCopies;
L_PCTSTR pszPrintPriority;
L_PCTSTR pszMediumType;
L_PCTSTR pszFilmDestination;
L_PCTSTR pszColorImagePrintingFlag;
L_PCTSTR pszAnnotationFlag;
L_PCTSTR pszImageOverlayFlag;
L_PCTSTR pszPresentationLUTFlag;
L_PCTSTR pszImageBoxPresentationLUTFlag;
L_PCTSTR pszConfigurationInformation;
L_PCTSTR pszFilmSessionLabel;
L_INT32 nMemoryAllocation;
L_PCTSTR pszCollationFlag;
L_INT32 nIllumination;
L_INT32 nReflectedAmbientLight;
L_PCTSTR pszOwnerID;
} PULLPRINTREQUESTPARAMETERS, * pPULLPRINTREQUESTPARAMETERS;
The PULLPRINTREQUESTPARAMETERS structure specifies the parameters of Pull Print Request SOP Instances.
Size of the structure.
Number of Copies (2000,0010).
Print Priority (2000,0020).
Medium Type (2000,0030).
Film Destination (2000,0040).
Color Image Printing Flag (2000,0062).
Annotation Flag (2000,0065).
Image Overlay Flag (2000,0067).
Presentation LUT Flag (2000,0069).
Image Box Presentation LUT Flag (2000,006A).
Configuration Information (2010,0150).
Film Session Label (2000,0050).
Memory Allocation (2000,0060).
Collation Flag (2000,0063).
Illumination (2010,015E).
Reflected Ambient Light (2010,0160).
Owner ID (2100,0160).
Refer to the DICOM standard for more details about the attributes described by this structure.
When the structure is used with the function L_DicomPrintSCUCreatePullPrintRequest, the member uStructSize must specify the size of the structure. The function L_DicomPrintSCUGetDefaultPullPrintRequestParameters sets the member to the size of the structure.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document