DICOMVOILUTATTRIBS

typedef struct tagDICOMVOILUTATTRIBS 
{ 
   L_UINT uStructSize; 
   DICOMLUTDESCRIPTOR LUTDescriptor; 
   L_TCHAR pszLUTExplanation[DICOM_VR_LO_LENGTH+1]; 
}DICOMVOILUTATTRIBS , * pDICOMVOILUTATTRIBS; 

This structure is used by the functions LDicomDS::GetVOILUT and LDicomDS::SetVOILUT to get and set the attributes that describe the VOI LUT.

Members

uStructSize

The size of the structure (use sizeof (DICOMVOILUTATTRIBS))

LUTDescriptor

Value of the "LUT Descriptor" (0028,3002) element under the "VOI LUT Sequence" (0028,3010).

pszLUTExplanation

Value of the "LUT Explanation" (0028,3003) element under the "VOI LUT Sequence" (0028,3010). The maximum length of this string is DICOM_VR_LO_LENGTH, which is defined as 64.

Comments

The members of this structure are based on the attributes of the "VOI LUT Module". Please see "VOI LUT Module Attributes" in the DICOM standard for more details.

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.