Skip to main content

HS.BulkFHIR.Fetch.ODS.Adapter

class HS.BulkFHIR.Fetch.ODS.Adapter extends HS.BulkFHIR.Fetch.PureFHIR.Adapter

Method Inventory

Parameters

parameter configClass = HS.BulkFHIR.Fetch.ODS.Config;
parameter supportsSystemExport = 0;
ODS does not support unqualified search, therefore cannot support a system level export as implemented in the pure fhir adapter.

Methods

classmethod GroupSearchParameters(pConfig As HS.BulkFHIR.API.Data.Config) as %DynamicArray
Return a %DynamicArray of the search parameters supported for the Group resource type.
classmethod Initialize(pBFCconfig As HS.BulkFHIR.API.Data.Config)
ODS-specific fetch adapter setup.
classmethod Read(pConfig As HS.BulkFHIR.API.Data.Config, request As HS.FHIRServer.API.Data.Request, ByRef response As HS.FHIRServer.API.Data.Response)
Perform a FHIR Read on an ODS resource server. Read on the Group resource type is sent directly to the ODS registry web service endpoint as a SOAP request, using the registry web service credential. Read on other resource type is done as a FHIR request, using the logic in the super class.
Perform a FHIR Search on an ODS resource server. Search on the Group resource type is sent directly to the ODS registry web service endpoint as a SOAP request, using the registry web service credential. Search on other resource type is done as a FHIR request, using the logic in the super class.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab