Skip to main content

HS.FHIRServer.Storage.Json.Tools.FixVersionId

class HS.FHIRServer.Storage.Json.Tools.FixVersionId extends %SYS.Task.Definition

Utility to address issues reported in IF-3518 where the VersionId in the Resource table gets out of sync with the VersionId in the Version table, preventing updates/deletes to the resource Can either be run as a task from the management portal or as a classmethod from terminal

Method Inventory

Methods

method OnTask() as %Status
Inherited description: This method is responsible for executing the task.
At the scheduled time, the Task Manager creates an instance of this object, sets any property values using the stored "Settings" for the task, and then invokes this method to execute the task.
In order to execute a real task, override this method in a subclass.
classmethod Run() as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab