Retrieves "LUT Data" for a "Modality LUT Sequence".
public int[] GetModalityLutData()
Public Function GetModalityLutData() As Integer()
public int[] GetModalityLutData()
public int[] getModalityLutData()
function Leadtools.Dicom.DicomDataSet.GetModalityLutData()
public:
array<int>^ GetModalityLutData();
This method returns an integer array which represents the "LUT Data".
This method will retrieve the "LUT Data" (0028,3006) under the "Modality LUT Sequence" (0028,3000), if the sequence exists in the Data Set.
For an example, refer to GetModalityLutAttributes.
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