HS.BulkFHIR.Session.Schedule
class HS.BulkFHIR.Session.Schedule extends %Library.RegisteredObject, %JSON.Adaptor
Definition / validation of a session schedule (called from the Service class for validation)Property Inventory
Method Inventory
Properties
property day_of_week as %Integer (MAXVAL = 6, MINVAL = 0);
0 is sunday, 6 is saturday
Property methods: day_of_weekDisplayToLogical(), day_of_weekGet(), day_of_weekIsValid(), day_of_weekLogicalToDisplay(), day_of_weekNormalize(), day_of_weekSet(), day_of_weekXSDToLogical()
property frequency as %String (MAXLEN = 6) [ Required ];
either daily or weekly
Property methods: frequencyDisplayToLogical(), frequencyGet(), frequencyIsValid(), frequencyLogicalToDisplay(), frequencyLogicalToOdbc(), frequencyNormalize(), frequencySet()
property time_of_day as %String [ Required ];
utc time of day
Property methods: time_of_dayDisplayToLogical(), time_of_dayGet(), time_of_dayIsValid(), time_of_dayLogicalToDisplay(), time_of_dayLogicalToOdbc(), time_of_dayNormalize(), time_of_daySet()
Methods
method %OnValidateObject() as %Status
Inherited description: This callback method is invoked by the %ValidateObject() method to
provide notification that the current object is being validated.
If this method returns an error then %ValidateObject() will fail.
method %ToJSON() as %String
classmethod ValidObject(pObject As %DynamicObject) as %DynamicObject
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %JSONExport()
- %JSONExportToStream()
- %JSONExportToString()
- %JSONImport()
- %JSONNew()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()