Question
· May 10, 2023

Interoperability adapter for regular REST calls

Hello everyone,

I am looking for a sort of REST interoperability adapter that can forward REST calls within HealthConnect. If necessary, we need to adjust the requests or responses.

For Fhir calls, we use the FHIR Interoperability Adapter. This works perfectly; a message comes in as HS.FHIRServer.Interop.Request, and a message HS.FHIRServer.Interop.Response goes out. I can make adjustments as needed to both the request and response. I am looking for the same functionality, but then for non-FHIR REST calls.

When I create a web application, the requests come in as %CSP.Request, and I can forward them to a service. However, if I send them out with an HTTP Outbound Adapter, I need a %Net.HttpRequest. I could create a new %Net.HttpRequest and transfer the various properties, but I am hoping for a simpler and better solution.

How would you approach this? Any tips are welcome.

Thanks in advance!

Best regards, Menno Voerman

Product version: IRIS 2021.2
$ZV: IRIS for Windows (x86-64) 2021.2 (Build 649U) Thu Jan 20 2022 08:46:32 EST [HealthConnect:3.4.0] [HealthConnect:3.4.0]
Discussion (2)1
Log in or sign up to continue