FILMBOXPARAMETERS

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

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

Members

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.