IncludedParameters property (ILFilmBox Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

FilmBoxParameterEnum IncludedParameters

Overview

Refer to Print Management SCU.

Remarks

The IncludedParameters property specifies the parameters to be included when creating/updating the Film Box. It can be set to any combination of the following values:

Value

Meaning

FB_ANNOTATION_DISPLAY_FORMAT_ID

[0x0001] Includes the parameter specified by the AnnotationDisplayFormatID property (only when creating the Film Box).

FB_FILM_ORIENTATION

[0x0002] Includes the parameter specified by the FilmOrientation property (only when creating the Film Box).

FB_FILM_SIZE_ID

[0x0004] Includes the parameter specified by the FilmSizeID property (only when creating the Film Box).

FB_MAGNIFICATION_TYPE

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

FB_SMOOTHING_TYPE

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

FB_BORDER_DENSITY

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

FB_EMPTY_IMAGE_DENSITY

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

FB_MIN_DENSITY

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

FB_MAX_DENSITY

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

FB_TRIM

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

FB_CONFIGURATION_INFORMATION

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

FB_ILLUMINATION

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

FB_REFLECTED_AMBIENT_LIGHT

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

FB_REQUESTED_RESOLUTION_ID

[0x2000] Includes the parameter specified by the RequestedResolutionID property (only when creating the Film Box).

FB_REF_PRES_LUT_INSTANCE_UID

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

FB_ALL_PARAMETERS

[0x7FFF] 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, Update method

Topics:

DICOM Print Management SCU: Basic Print Management