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 L_DicomGetVOILUT and L_DicomSetVOILUT to get and set the attributes that describe the VOI LUT.
The size of the structure (use sizeof (DICOMVOILUTATTRIBS))
Value of the "LUT Descriptor" (0028,3002) element under the "VOI LUT Sequence" (0028,3010).
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.
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 Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document