Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Show in webframe

VerifyConfiguration Method






Contains an error string explaining why the configuration failed verification. Empty if verification is successful
Returns 'true' if the configuration settings are valid for this external store addin; otherwise, returns 'false'.
Syntax
public abstract bool VerifyConfiguration( 
   out string errorString
)
'Declaration
 
Public MustOverride Function VerifyConfiguration( _
   ByRef errorString As String _
) As Boolean
'Usage
 
Dim instance As ExternalStoreAddinConfigAbstract
Dim errorString As String
Dim value As Boolean
 
value = instance.VerifyConfiguration(errorString)

            

            
public:
abstract bool VerifyConfiguration( 
   [Out] String^ errorString
) 

Parameters

errorString
Contains an error string explaining why the configuration failed verification. Empty if verification is successful

Return Value

true if the configuration settings specified in ConfigurationObject are verified successfully; otherwise, false.
Remarks

For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin

Requirements

Target Platforms

See Also

Reference

ExternalStoreAddinConfigAbstract Class
ExternalStoreAddinConfigAbstract Members

Error processing SSI file
Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features