Queries an Addin to see if it is able to function properly.
public const string IsAddinHealthy
Public Const IsAddinHealthy As String
public:
const String^ IsAddinHealthy
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET