IMAGEBOXPARAMETERS

typedef struct tagIMAGEBOXPARAMETERS 
{ 
   L_UINT uStructSize; 
   L_INT32 nImagePosition; 
   L_PCTSTR pszPolarity; 
   L_PCTSTR pszMagnificationType; 
   L_PCTSTR pszSmoothingType; 
   L_INT32 nMinDensity; 
   L_INT32 nMaxDensity; 
   L_PCTSTR pszConfigurationInformation; 
   L_DOUBLE dRequestedImageSize; 
   L_PCTSTR pszRequestedDecimateCropBehavior; 
} IMAGEBOXPARAMETERS, * pIMAGEBOXPARAMETERS; 

The IMAGEBOXPARAMETERS structure is used to specify the parameters of Image Boxes.

Members

uStructSize

Size of the structure.

nImagePosition

Image Box Position (2020,0010).

pszPolarity

Polarity (2020,0020).

pszMagnificationType

Magnification Type (2010,0060).

pszSmoothingType

Smoothing Type (2010,0080).

nMinDensity

Min Density (2010,0120).

nMaxDensity

Max Density (2010,0130).

pszConfigurationInformation

Configuration Information (2010,0150).

dRequestedImageSize

Requested Image Size (2020,0030).

pszRequestedDecimateCropBehavior

Requested Decimate/Crop Behavior (2020,0040).

Comments

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

When the structure is used with the function L_DicomPrintSCUUpdateImageBox, the member uStructSize must specify the size of the structure. The function L_DicomPrintSCUGetDefaultImageBoxParameters 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 API Help

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