Skip to main content

HS.HC.Util.Installer.Kit.FHIR.MHD

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

THIS CLASS IS DEPRECATED
HS.HC.Util.Installer.Kit.FHIR.MHD adds production components and definitions needed for handling the IHE MHD profile in a Foundation type namespace.

Example call to this class for setting up MHD for FHIR DSTU2:

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

Example call to this class for setting up MHD for FHIR STU3:

Set status = ##class(HS.HC.Util.Installer.Kit.FHIR.MHD).Add( , "FHIR", "STU3", "/csp/mhdrecipient", "/csp/mhdrecipient-oidc", "/csp/mhdresponder", "/csp/mhdresponder-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, pRecipientApp As %String = "", pRecipientOIDCApp As %String = "", pResponderApp As %String = "", pResponderOIDCApp As %String = "") as %Status
THIS CLASS IS DEPRECATED
This method calls AddMHD() to add the MHD production components and definitions.

Inputs:
  • pNamespaces : (not used, leave blank)
  • pFoundationNS : (required) The name of a Foundation type namespace.
  • pFHIRVersion : (required) Version of FHIR IHE profile to support - "DSTU2" or "STU3".
  • pRecipientApp : CSP application to use for the MHD recipient end point. If not specified, then the value is "/csp/healthshare/namespace_name/mhdrecipient/fhir_version".
  • pRecipientOIDCApp : CSP application to use for the Open ID Connect / OAuth 2.0 enabled MHD recipient end point. If not specified, the value is "/csp/healthshare/namespace_name/mhdrecipient-oidc/fhir_version"
  • pResponderApp : CSP application to use for the MHD responder end point. If not specified, then the value is "/csp/healthshare/namespace_name/mhdresponder/fhir_version".
  • pRecipientOIDCApp : CSP application to use for the Open ID Connect / OAuth 2.0 enabled MHD responder end point. If not specified, the value is "/csp/healthshare/namespace_name/mhdresponder-oidc/fhir_version"
  • deprecated classmethod AddFoundation(pNamespaces As HS.Util.Installer.Kit.Namespaces = "", pNS=$Namespace, pFHIRVersion As %String, pRecipientApp As %String = "", pRecipientOIDCApp As %String = "", pResponderApp As %String = "", pResponderOIDCApp As %String = "") as %Status
    THIS CLASS IS DEPRECATED
    This method calls AddMHD() to add the MHD production components and definitions.

    Inputs:
  • pNamespaces : (not used, leave blank)
  • pNS : (required) The name of a Foundation type namespace.
  • pFHIRVersion : (required) Version of FHIR IHE profile to support - "DSTU2" or "STU3".
  • pRecipientApp : CSP application to use for the MHD recipient end point. If not specified, then the value is "/csp/healthshare/namespace_name/mhdrecipient/fhir_version".
  • pRecipientOIDCApp : CSP application to use for the Open ID Connect / OAuth 2.0 enabled MHD recipient end point. If not specified, the value is "/csp/healthshare/namespace_name/mhdrecipient-oidc/fhir_version"
  • pResponderApp : CSP application to use for the MHD responder end point. If not specified, then the value is "/csp/healthshare/namespace_name/mhdresponder/fhir_version".
  • pRecipientOIDCApp : CSP application to use for the Open ID Connect / OAuth 2.0 enabled MHD responder end point. If not specified, the value is "/csp/healthshare/namespace_name/mhdresponder-oidc/fhir_version"
  • deprecated classmethod AddMHD(pNamespaces As HS.Util.Installer.Kit.Namespaces = "", pNS=$Namespace, pFHIRVersion As %String, pRecipientApp As %String = "", pRecipientOIDCApp As %String = "", pResponderApp As %String = "", pResponderOIDCApp As %String = "") as %Status
    THIS CLASS IS DEPRECATED
    AddMHD() adds the MHD production components and definitions.

    Inputs:
  • pNamespaces : (not used, leave blank)
  • pNS : (required) The name of a Foundation type namespace.
  • pFHIRVersion : (required) Version of FHIR IHE profile to support - "DSTU2" or "STU3".
  • pRecipientApp : CSP application to use for the MHD recipient end point. If not specified, then the value is "/csp/healthshare/namespace_name/mhdrecipient/fhir_version".
  • pRecipientOIDCApp : CSP application to use for the Open ID Connect / OAuth 2.0 enabled MHD recipient end point. If not specified, the value is "/csp/healthshare/namespace_name/mhdrecipient-oidc/fhir_version"
  • pResponderApp : CSP application to use for the MHD responder end point. If not specified, then the value is "/csp/healthshare/namespace_name/mhdresponder/fhir_version".
  • pRecipientOIDCApp : CSP application to use for the Open ID Connect / OAuth 2.0 enabled MHD responder end point. If not specified, the value is "/csp/healthshare/namespace_name/mhdresponder-oidc/fhir_version"
  • Inherited Members

    Inherited Methods

    FeedbackOpens in a new tab