The DicomModalityLutAttributes is used by the methods GetModalityLutAttributes and SetModalityLut to get and set the attributes that describe the Modality LUT.
public class DicomModalityLutAttributes
Public Class DicomModalityLutAttributes
public sealed class DicomModalityLutAttributes
public class DicomModalityLutAttributes
function Leadtools.Dicom.DicomModalityLutAttributes()
public ref class DicomModalityLutAttributes
The DICOM standard states that: "Either a Modality LUT Sequence containing a single Item or Rescale Slope and Intercept values shall be present, but not both." For this reason, both IsModalityLutSequence and IsRescaleSlopeIntercept cannot be set to true at the same time.
When using this class with the SetModalityLut method you must set one of the flags, either IsModalityLutSequence or IsRescaleSlopeIntercept. If you set IsModalityLutSequence, you must populate IsModalityLutSequence, LutExplanation and LutType with valid values. If you set IsRescaleSlopeIntercept, you must populate RescaleIntercept, RescaleType with valid values.
For an example, refer to GetModalityLutAttributes.
DicomModalityLutAttributes Members
GetModalityLutAttributes Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET