←Select platform

GetModalityLutData Method

Summary

Retrieves "LUT Data" for a "Modality LUT Sequence".

Syntax

C#
VB
Java
WinRT C#
C++
public int[] GetModalityLutData() 
Public Function GetModalityLutData() As Integer() 
public int[] GetModalityLutData() 
public int[] getModalityLutData() 
 function Leadtools.Dicom.DicomDataSet.GetModalityLutData() 
public: 
array<int>^ GetModalityLutData();  

Return Value

This method returns an integer array which represents the "LUT Data".

Remarks

This method will retrieve the "LUT Data" (0028,3006) under the "Modality LUT Sequence" (0028,3000), if the sequence exists in the Data Set.

Example

For an example, refer to GetModalityLutAttributes.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly