←Select platform

IsModalityLutSequence Property

Summary

Gets or sets the Flag that indicates whether a "Modality LUT Sequence" (0028,3000) exists in the DICOM dataset or not.

Syntax
C#
VB
C++
Java
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); 
} 

Property 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.

Example

For an example, refer to GetModalityLutAttributes.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly