Skip to main content

HS.HC.Util.Installer.Kit.FHIR.ToSDA

deprecated class HS.HC.Util.Installer.Kit.FHIR.ToSDA extends HS.Util.Installer.Kit.Base

THIS INSTALLER CLASS IS DEPRECATED
HS.HC.Util.Installer.Kit.FHIR.ToSDA adds production components and definitions needed for using DTL to convert incoming FHIR DSTU2 requests into SDA3 In a Foundation type namespace.

Example call to this class for setting up these components for FHIR DSTU2:

Set status = ##class(HS.HC.Util.Installer.Kit.FHIR.ToSDA).Add( , "FHIR", "DSTU2", "/csp/fhirtosda", "/csp/fhirtosda-oidc")

Method Inventory

Parameters

parameter NamespaceTypes = Foundation;
Inherited description: The namespace types this kit is valid for (value of ^%SYS("HealthShare","Instances",pNS,"Type")) The UI can use this parameter to determine what options are available for a namespace When creating utility methods create AddHub, AddAccessGateway, AddEdgeGateway, AddBus

Methods

deprecated classmethod Add(pNamespaces As HS.Util.Installer.Kit.Namespaces = "", pFoundationNS As %String = $Namespace, pFHIRVersion As %String, pCSPApp As %String = "", pCSPOIDCApp As %String = "") as %Status
THIS INSTALLER CLASS IS DEPRECATED
deprecated classmethod AddFoundation(pNamespaces As HS.Util.Installer.Kit.Namespaces = "", pNS=$Namespace, pFHIRVersion As %String, pCSPApp As %String = "", pCSPOIDCApp As %String = "") as %Status
THIS INSTALLER CLASS IS DEPRECATED

Inherited Members

Inherited Methods

FeedbackOpens in a new tab