Defines a DICOM Look Up Table.
Visual Basic |
---|
Public Sub MEDSetValuesOfInterestLUT( _ ByVal varLUT As Variant, _ ByVal nNumEntries As Long, _ ByVal nFirstValueMapped As Long, _ ByVal nNumBits As Long _ ) |
- varLUT
- The look up table itself. LUT Data corresponding with DICOM tag (0028, 3006).
- nNumEntries
- The number of entries in the LUT, which corresponds with first value found in the LUT Descriptor (0028, 3003).
- nFirstValueMapped
- The stored pixel value mapped to the first entry in the LUT. All values less than this pixel value are also mapped to the first entry. This value corresponds to the second value found in the LUT Descriptor (0028, 3003).
- nNumBits
- The number of bits allocated for each entry in the LUT. It shall take the value 8 or 16. This value corresponds with the third value in the LUT Descriptor (0028, 3003).
Sets the Values of Interest (VOI) LUT information specified in the DICOM VOI LUT Sequence (0028, 3010) attribute.
Specifies the values of the LUT data and descriptor information to use when performing a non-linear conversion of pixel data during the VOI step of the DICOM grayscale transformation.
This property should only be used when DICOM specific information is available. Also, ViewGrayMode property must be set to GRAY_Medical.
Note: Available in Professional Edition.