GetModalityWindowLevelPresets Method

Summary

Gets the window level presets for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.

Syntax
C#
VB
C++
public WindowLevelInformation[] GetModalityWindowLevelPresets( 
   ModalityType modality 
) 
  
Public Function GetModalityWindowLevelPresets( _ 
   ByVal modality As ModalityType _ 
) As WindowLevelInformation() 
public: 
array<WindowLevelInformation^>^ GetModalityWindowLevelPresets(  
   ModalityType modality 
)  

Parameters

modality
A Leadtools.Dicom.Common.DataTypes.ModalityType object that represents the modality.

Return Value

An System.Array of WindowLevelInformation objects that represent the window level presets for the specified modality.

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.Medical.Workstation Assembly