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 class 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.
DicomModalityLutAttributes Members
GetModalityLutAttributes Method
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