Skip to main content

HS.FHIRServer.Interop.Host

abstract class HS.FHIRServer.Interop.Host extends Ens.Host, HS.HC.Util.Trace.Helper

This is an abstract base class providing functionality to the HS.FHIRServer.Interop.Process and HS.FHIRServer.Interop.Operation classes. The DispatchRequest() method will invoke a FHIR Request to the local FHIRServer. Before invoking the request, it sets a transient property, BusinessHost, in the FHIR request object to the current instance. This allows any Interop aware customizations to send a request into the production.

Method Inventory

Methods

method DispatchRequest(pInteropRequest As HS.FHIRServer.Interop.Request, Output pInteropResponse As HS.FHIRServer.Interop.Response) as %Status

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab