Gets or sets the Flag that indicates whether a "Modality LUT Sequence" (0028,3000) exists in the DICOM dataset or not.
public bool IsModalityLutSequence { get; set; }
Public Property IsModalityLutSequence As Boolean
public boolean getIsModalityLutSequence()
public void setIsModalityLutSequence(boolean value)
public:
property bool IsModalityLutSequence {
bool get();
void set ( bool value);
}
true to indicates that a "Modality LUT Sequence" (0028,3000) exists in the DICOM dataset, false to indicates that a "Modality LUT Sequence" (0028,3000) does not exist in the DICOM dataset. When this value is set the properties FirstStoredPixelValueMapped, NumberOfEntries and EntryBits, LutExplanation and LutType will be valid. Otherwise, their values are undefined. Also, if this value is set the method GetModalityLutData can be called to retrieve the "LUT Data" for a "Modality LUT Sequence". Otherwise, this data will be missing.
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