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 > ModalitySettingsDataSource Class : 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) 
Public Function GetDefaultPreset( _
   ByVal modality As ModalityType _
) As WindowLevelInformation
Visual Basic (Usage)Copy Code
Dim instance As ModalitySettingsDataSource
Dim modality As ModalityType
Dim value As WindowLevelInformation
 
value = instance.GetDefaultPreset(modality)
C# 
public WindowLevelInformation GetDefaultPreset( 
   ModalityType modality
)
Managed Extensions for C++ 
public: WindowLevelInformation* GetDefaultPreset( 
   ModalityType modality
) 
C++/CLI 
public:
WindowLevelInformation^ GetDefaultPreset( 
   ModalityType modality
) 

Parameters

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

Return Value

The default preset 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