Skip to main content

HS.HC.FHIRSQL.Utils.AnalysisTask

class HS.HC.FHIRSQL.Utils.AnalysisTask extends %SYS.Task.Definition, HS.HC.FHIRSQL.Utils.Base

Property Inventory

Method Inventory

Properties

property APIVersion as %Integer;
Property methods: APIVersionDisplayToLogical(), APIVersionGet(), APIVersionIsValid(), APIVersionLogicalToDisplay(), APIVersionNormalize(), APIVersionSet()
property AnalysisId as %Integer;
Property methods: AnalysisIdDisplayToLogical(), AnalysisIdGet(), AnalysisIdIsValid(), AnalysisIdLogicalToDisplay(), AnalysisIdNormalize(), AnalysisIdSet()

Methods

classmethod AnalysisTaskName(pScanId)
classmethod Delete(pNS As %String = $namespace, pAnalysisId As %Integer) as %Status
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 Schedule(pNS As %String = $namespace, pAnalysisId As %Integer, pAPIVersion As %Integer = 1) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab