Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Id: unique id of this configuration.
  • AlertConfigurationId: the id of the Alert Configuration where this recipient belongs.
  • CronExpression: the cron expression used to register a job in Quartz.
  • FactName: This string is used by the time-based rules to know when they should be fired.
  • JobKey: The Quartz job key associated with this entry. If this entry doesn't have a Quartz job associated, this value is null. 

Configuration Examples

Scenario:
"[S4-ALERT] No skin to skin contact in 7 days" alert must be delivered to all the nurses associated to the patient that generated the alert as well as to 'charge' nurse.
"[S2-ALERT] Question Answered as Not Done" alert must be delivered to 'charge' and 'superadmin' nurses not matter who the nurses currently associated to the patient are.
"[TIME-BASED-ALERT] Maintenance report needs to be completed" alert must be only sent to nurses currently associated to the patient that generated the alert.

...