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




modality
The Leadtools.Dicom.Common.DataTypes.ModalityType to set the default preset for
preset
The WindowLevelInformation which will be set as default for the given modality
modality
The Leadtools.Dicom.Common.DataTypes.ModalityType to set the default preset for
preset
The WindowLevelInformation which will be set as default for the given modality
Sets a default WindowLevelInformation to e applied for the given modality

Syntax

Visual Basic (Declaration) 
Public Sub SetModalityDefaultPreset( _
   ByVal modality As ModalityType, _
   ByVal preset As WindowLevelInformation _
) 
Visual Basic (Usage)Copy Code
Dim instance As ModalitySettingsDataSource
Dim modality As ModalityType
Dim preset As WindowLevelInformation
 
instance.SetModalityDefaultPreset(modality, preset)
C# 
public void SetModalityDefaultPreset( 
   ModalityType modality,
   WindowLevelInformation preset
)
Managed Extensions for C++ 
public: void SetModalityDefaultPreset( 
   ModalityType modality,
   WindowLevelInformation* preset
) 
C++/CLI 
public:
void SetModalityDefaultPreset( 
   ModalityType modality,
   WindowLevelInformation^ preset
) 

Parameters

modality
The Leadtools.Dicom.Common.DataTypes.ModalityType to set the default preset for
preset
The WindowLevelInformation which will be set as default for the given modality

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