IsAddinHealthy Field

Summary

Queries an add-in to see if it is healthy, i.e. 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 add-ins of a DICOM Listening Service to communicate to another process (typically a user-interface) if the add-in is functioning properly. This is particularly useful in situations where the add-in is unable to log the problem. A typical problem occurs when the PACS add-in cannot properly read/write to the database, which prohibits the add-in from functioning properly. In the case the add-in 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 add-ins. If any add-in cannot access the database, the add-in responds to the user-interface that there is a problem. The user-interface with read/write access to the database can log the problem.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly