Skip to main content

HS.HC.Util.Installer.FHIR.Reset

deprecated class HS.HC.Util.Installer.FHIR.Reset extends %Library.RegisteredObject

THIS INSTALLER CLASS IS DEPRECATED

Method Inventory

Methods

deprecated classmethod ClearQuickStreams(ByRef pMetadata As %String)
THIS INSTALLER CLASS IS DEPRECATED
deprecated classmethod Reset(pDiscardCapabilities As %Integer = 0) as %Status
THIS INSTALLER CLASS IS DEPRECATED
Reset calls the Reset() method on all classes that extend this class. If multiple Reset() calls are made, the failure of one call does not abort the execution of this method. All failure statuses are gathered into one %Status object that is then returned by this method.
deprecated classmethod ResetBasedOnAbstractClass(pRepoAbstractClass As %String, pVerbose As %Boolean = 1) as %Status
THIS INSTALLER CLASS IS DEPRECATED
ResetBasedOnAbstractClass resets (deletes) the FHIR data in the current namespace based on the specified Health Connect FHIR resource repository storage abstract class. The abstract class is expected to provide an indication of location of the search table data and the resource repository data.
deprecated classmethod RestoreResources(pStorageClass As %String, ByRef pMetadata As %String) as %Status
THIS INSTALLER CLASS IS DEPRECATED
deprecated classmethod SaveResources(pResourceType As %String, pStorageClass As %String, ByRef pMetadata As %String) as %Status
THIS INSTALLER CLASS IS DEPRECATED
SaveResources searches for resources of the specified resource type, saves metadata about those resources in the pMetadata array, and saves the resource streams into QuickStreams.
Format of pMetadata:
pMetadata(n,"ResourceType") = resource type
pMetadata(n,"ResourceId") = resource id
pMetadata(n,"Format") = format (e.g., xml, json) of the stored resource
pMetadata(n,"ResourceSchema") = resource schema for the resource
pMetadata(n,"QuickStreamId") = id of the QuickStream temporarily holding the resource

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab