Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

TryGetValue Method (ModalityOptionsCollection)







The Leadtools.Dicom.Common.DataTypes.ModalityType object which ModalityOptions will be returned.
A ModalityOptions object to be returned for the specified modality.
Gets the ModalityOptions value for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.
Syntax
public bool TryGetValue( 
   ModalityType modality,
   out ModalityOptions options
)
'Declaration
 
Public Function TryGetValue( _
   ByVal modality As ModalityType, _
   ByRef options As ModalityOptions _
) As Boolean
'Usage
 
Dim instance As ModalityOptionsCollection
Dim modality As ModalityType
Dim options As ModalityOptions
Dim value As Boolean
 
value = instance.TryGetValue(modality, options)

            

            
public: bool TryGetValue( 
   ModalityType modality,
   [PARAMFLAG::Out] ModalityOptions* options
) 
public:
bool TryGetValue( 
   ModalityType modality,
   [Out] ModalityOptions^ options
) 

Parameters

modality
The Leadtools.Dicom.Common.DataTypes.ModalityType object which ModalityOptions will be returned.
options
A ModalityOptions object to be returned for the specified modality.

Return Value

True if a ModalityOptions object is found and returned in the options parameter False if no valid object returned.
Requirements

Target Platforms

See Also

Reference

ModalityOptionsCollection Class
ModalityOptionsCollection Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features