IMAGEBOXPARAMETERS
typedef struct tagIMAGEBOXPARAMETERS
{
L_UINT uStructSize;
L_INT32 nImagePosition;
L_TCHAR * pszPolarity;
L_TCHAR * pszMagnificationType;
L_TCHAR * pszSmoothingType;
L_INT32 nMinDensity;
L_INT32 nMaxDensity;
L_TCHAR * pszConfigurationInformation;
L_DOUBLE dRequestedImageSize;
L_TCHAR * pszRequestedDecimateCropBehavior;
} IMAGEBOXPARAMETERS, * pIMAGEBOXPARAMETERS;
The IMAGEBOXPARAMETERS structure is used to specify the parameters of Image Boxes.
|
Member |
Description |
|
uStructSize |
Size of the structure. |
|
nImagePosition |
Image 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 LDicomPrintSCU::UpdateImageBox, the member uStructSize must specify the size of the structure. The function LDicomPrintSCU::GetDefaultImageBoxParameters sets the member to the size of the structure.
See Also
|
Functions: |
LDicomPrintSCU::UpdateImageBox, LDicomPrintSCU::GetDefaultImageBoxParameters |
|
Topics: |