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




modality
The Leadtools.Dicom.Common.DataTypes.ModalityType.
Gets the default preset WindowLevelInformation for the specified Leadtools.Dicom.Common.DataTypes.ModalityType

Syntax

Visual Basic (Declaration) 
Function GetDefaultPreset( _
   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.GetDefaultPreset(modality)
C# 
WindowLevelInformation GetDefaultPreset( 
   ModalityType modality
)
Managed Extensions for C++ 
WindowLevelInformation* GetDefaultPreset( 
   ModalityType modality
) 
C++/CLI 
WindowLevelInformation^ GetDefaultPreset( 
   ModalityType modality
) 

Parameters

modality
The Leadtools.Dicom.Common.DataTypes.ModalityType.

Return Value

The WindowLevelInformation 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