Written by

VP and COO (Retired) at Healthcare Integration Consulting Group
MOD
Question Jeffrey Drumm · Nov 5, 2021

Interrogate Connection Status of HealthConnect/Interoperability Service

EnsLib.HL7.Adapter.TCPInboundAdapter has a Connected property that I assume is set to the state of the connection session with the remote host; i.e. 1 when Connected, 0 when not. I'm assuming this is the property the Production Configuration web page uses to display the state of the service (green for Connected, red for not Connected, etc.).

How can I interrogate the value of that property of an active service, via a method running in separate process?

(It really seems like I should know this, but I'm just not finding the right magical incantation)

Product version: IRIS 2021.1
$ZV: IRIS for UNIX (Red Hat Enterprise Linux for x86-64) 2021.1 (Build 215U) Wed Jun 9 2021 09:48:12 EDT

Comments

Jeffrey Drumm  Nov 5, 2021 to Vic Sun

Actually, the query EnumerateJobStatus from the same class does exactly what I want, but I'm gonna mark your answer as accepted anyway yes

The use-case here is self-resolving Managed Alerts, in case you were wondering wink

0
Vic Sun  Nov 5, 2021 to Jeffrey Drumm

I'll take it!

0