Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C++ Class Library Help

FILMBOXPARAMETERS

Show in webframe

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.

See Also

Functions:

LDicomPrintSCU::CreateFilmBox, LDicomPrintSCU::UpdateFilmBox, LDicomPrintSCU::GetDefaultFilmBoxParameters

Topics:

Print Management SCU

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.