Skip to main content

HS.FHIRServer.Interop.HTTPOperation

class HS.FHIRServer.Interop.HTTPOperation extends Ens.BusinessOperation, HS.HC.Util.Trace.Helper

This business operation takes a FHIRServer Interop request, formulates a FHIRServer HTTP RestClient object and invokes an HTTP request using the client object.

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = ServiceName:Basic:selector?Select=1&context={HS.Util.ContextSearch/ServiceNameItemsByParam?Type=HTTP};
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

property ServiceName as %String (MAXLEN = 255);
Name of Service Registry HTTP entry to indicate the end point to which to send a request. This value may be overridden by an optional value in the incoming FHIRServer request.
Property methods: ServiceNameDisplayToLogical(), ServiceNameGet(), ServiceNameIsValid(), ServiceNameLogicalToDisplay(), ServiceNameLogicalToOdbc(), ServiceNameNormalize(), ServiceNameSet()

Methods

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

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab