HS.HC.Util.Installer.FHIR.Reset
deprecated class HS.HC.Util.Installer.FHIR.Reset extends %Library.RegisteredObject
THIS INSTALLER CLASS IS DEPRECATEDMethod Inventory
Methods
deprecated classmethod ClearQuickStreams(ByRef pMetadata As %String)
THIS INSTALLER CLASS IS DEPRECATED
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.
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.
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
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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()