Table of Contents |
---|
Key elements
This job is no longer relevant, it has been replaced by a more universal one https://e-health-ua.atlassian.net/wiki/spaces/EH/pages/18359714342
Purpose
This procedure (automatic schedule task) is designed to deactivate Program medications after end date ends.
Specification
Page Properties | ||||||
---|---|---|---|---|---|---|
|
Logic
Fetch records from PRM.program_medications, where:
is_active = TRUE
end_date < current_date()
Update all records to:
is_active = FALSE
updated_at = now()
updated_by = SYSTEM_USER
Write changes to audit log
Write changes to event manager
Process configuration
Name | Description | Format | Default value |
---|---|---|---|
PROGRAM_MEDICATION_DEACTIVATION_SCHEDULE | How often to perform this task | Cron Format | `0 0 * * *` |