FILMBOXPARAMETERS

typedef struct tagFILMBOXPARAMETERS 
{ 
   L_UINT uStructSize; 
   L_TCHAR  * pszImageDisplayFormat; 
   L_TCHAR  * pszFilmOrientation; 
   L_TCHAR  * pszFilmSizeID; 
   L_TCHAR  * pszMagnificationType; 
   L_INT32 nMaxDensity; 
   L_TCHAR  * pszConfigurationInformation; 
   L_TCHAR  * pszAnnotationDisplayFormatID; 
   L_TCHAR  * pszSmoothingType; 
   L_TCHAR  * pszBorderDensity; 
   L_TCHAR  * pszEmptyImageDensity; 
   L_INT32 nMinDensity; 
   L_TCHAR  * pszTrim; 
   L_INT32 nIllumination; 
   L_INT32 nReflectedAmbientLight; 
   L_TCHAR   * pszRequestedResolutionID; 
} FILMBOXPARAMETERS, * pFILMBOXPARAMETERS; 

The FILMBOXPARAMETERS structure is used to specify the parameters of Film Boxes.

Member

Description

uStructSize

Size of the structure.

pszImageDisplayFormat

Image Display Format (2010,0010).

pszFilmOrientation

Film Orientation (2010,0040).

pszFilmSizeID

Film Size ID (2010,0050).

pszMagnificationType

Magnification Type (2010,0060).

nMaxDensity

Max Density (2010,0130).

pszConfigurationInformation

Configuration Information (2010,0150).

pszAnnotationDisplayFormatID

Annotation Display Format ID (2010,0030).

pszSmoothingType

Smoothing Type (2010,0080).

pszBorderDensity

Border Density (2010,0100).

pszEmptyImageDensity

Empty Image Density (2010,0110).

nMinDensity

Min Density (2010,0120).

pszTrim

Trim (2010,0140).

nIllumination

Illumination (2010,015E).

nReflectedAmbientLight

Reflected Ambient Light (2010,0160).

pszRequestedResolutionID

Requested Resolution ID (2020,0050).

Comments

Refer to the DICOM standard for more details about the attributes described by this structure.

When the structure is used with the functions LDicomPrintSCU::CreateFilmBox and LDicomPrintSCU::UpdateFilmBox, the member uStructSize must specify the size of the structure. The function LDicomPrintSCU::GetDefaultFilmBoxParameters sets the member to the size of the structure.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS DICOM C++ Class Library Help