←Select platform

IsAddinHealthy Field

Summary

Queries an Addin to see if it is able to function properly.

Syntax

C#
VB
C++
public const string IsAddinHealthy 
  
Public Const IsAddinHealthy As String 
public: 
const String^ IsAddinHealthy 

Remarks

This message is used by the PACS Addins of a DICOM Listening Service to communicate to another process (typically a user-interface) if the addin is functioning properly. This is particularly useful in situations where the addin is unable to log the problem. A typical problem occurs when the PACS Addin cannot properly read/write to the database, which prohibits the addin from functioning properly. In the case the addin is unable to log this information because it cannot write to the logging database. In this situation, the user interface (i.e. CSStorageServerManager.exe) can send the IsAddinHealthy message to all its addins. If any addin is unhealthy (i.e. it cannot access the database), the addin responds to the user-interface that there is a problem. The user-interface, which DOES have read/write access to the database, can log the problem.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly