HS.HC.FHIRSQL.Utils.Setup
class HS.HC.FHIRSQL.Utils.Setup extends %Library.RegisteredObject
Method Inventory
Parameters
parameter APPNAMESPACE = HSSYS;
parameter FHIRNAMESPACE = DEMO;
Methods
classmethod CreateFHIRApp(pNS, pDefaultInteractions=0, pStrategyClass As %String = "HS.FHIRServer.Storage.Json.InteractionsStrategy")
classmethod DefineDocDBs(pNamespace=..#APPNAMESPACE, pReIndex=0)
classmethod Install(pNamespace="HSSYS")
classmethod LoadFHIRData(ns=..#FHIRNAMESPACE, dir="//healthshare/appmodules/HealthConnect.FHIRSQL/latest/internal/testing/data", pSome=0, pPath As %String = "", pFileLimit As %Integer = "")
classmethod Setup(dir="//projects/healthshare/appmodules/HSHC-WIP/HealthConnect.FHIRSQL/latest", pNamespace=..#FHIRNAMESPACE, pStrategyClass As %String = "HS.FHIRServer.Storage.Json.InteractionsStrategy")
Demo Setup
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()