LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
GetModalityWindowLevelPresets Method
See Also 
Leadtools.Medical.Workstation Namespace > IModalitySettingsDataSource Interface : GetModalityWindowLevelPresets Method




modality
The Leadtools.Dicom.Common.DataTypes.ModalityType that the window level presets are for.
modality
The Leadtools.Dicom.Common.DataTypes.ModalityType that the window level presets are for.
Gets the preset window levels for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.

Syntax

Visual Basic (Declaration) 
Function GetModalityWindowLevelPresets( _
   ByVal modality As ModalityType _
) As WindowLevelInformation()
Visual Basic (Usage)Copy Code
Dim instance As IModalitySettingsDataSource
Dim modality As ModalityType
Dim value() As WindowLevelInformation
 
value = instance.GetModalityWindowLevelPresets(modality)
C# 
WindowLevelInformation[] GetModalityWindowLevelPresets( 
   ModalityType modality
)
Managed Extensions for C++ 
WindowLevelInformation*[]* GetModalityWindowLevelPresets( 
   ModalityType modality
) 
C++/CLI 
array<WindowLevelInformation^>^ GetModalityWindowLevelPresets( 
   ModalityType modality
) 

Parameters

modality
The Leadtools.Dicom.Common.DataTypes.ModalityType that the window level presets are for.

Return Value

An System.Array of WindowLevelInformation objects for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also