IncludedParameters property (ILPullPrintRequest Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

PullPrintRequestParameterEnum IncludedParameters

Overview

Refer to Print Management SCU.

Remarks

The IncludedParameters property specifies the parameters to be included when creating the Pull Print Request SOP Instance using the Create method. It can be set to any combination of the following values:

Value

Meaning

PPR_NUMBER_OF_COPIES

[0x0001] Includes the parameter specified by the NumberOfCopies property.

PPR_PRINT_PRIORITY

[0x0002] Includes the parameter specified by the PrintPriority property.

PPR_MEDIUM_TYPE

[0x0004] Includes the parameter specified by the MediumType property.

PPR_FILM_DESTINATION

[0x0008] Includes the parameter specified by the FilmDestination property.

PPR_FILM_SESSION_LABEL

[0x0010] Includes the parameter specified by the FilmSessionLabel property.

PPR_MEMORY_ALLOCATION

[0x0020] Includes the parameter specified by the MemoryAllocation property.

PPR_COLOR_IMAGE_PRINTING_FLAG

[0x0040] Includes the parameter specified by the ColorImagePrintingFlag property.

PPR_COLLATION_FLAG

[0x0080] Includes the parameter specified by the CollationFlag property.

PPR_ANNOTATION_FLAG

[0x0100] Includes the parameter specified by the AnnotationFlag property.

PPR_IMAGE_OVERLAY_FLAG

[0x0200] Includes the parameter specified by the ImageOverlayFlag property.

PPR_PRESENTATION_LUT_FLAG

[0x0400] Includes the parameter specified by the PresentationLUTFlag property.

PPR_IMAGE_BOX_PRESENTATION_LUT_FLAG

[0x0800] Includes the parameter specified by the ImageBoxPresentationLUTFlag property.

PPR_CONFIGURATION_INFORMATION

[0x1000] Includes the parameter specified by the ConfigurationInformation property.

PPR_ILLUMINATION

[0x2000] Includes the parameter specified by the Illumination property.

PPR_REFLECTED_AMBIENT_LIGHT

[0x4000] Includes the parameter specified by the ReflectedAmbientLight property.

PPR_OWNER_ID

[0x8000] Includes the parameter specified by the OwnerID property.

PPR_ALL_PARAMETERS

[0xFFFF] Combines all the above values and hence includes all the parameters.

The property can also be set to 0; in this case, none of the parameters will be included.

If a parameter is not specified by the IncludedParameters property, the corresponding Attribute will not be included in the request to the Print SCP.

The default value of this property is 0.

See Also

Elements:

Create method

Topics:

DICOM Print Management SCU: Pull Stored Print Management