childcount.tasks

Tasks

childcount.tasks.weekly_immunization_reminder()[source]

Send SMS to CHW to remind them their immunization appointments, using the format: [Immunization type] date: patient_id, patient_id | date: patient_id...

childcount.tasks.daily_fever_reminder()[source]

Daily reminder of Fever followup cases after 48 hours.

childcount.tasks.weekly_muac_reminder()[source]

Weekly reminder of due Muac cases, 75 days or over since last chw visit

childcount.tasks.weekly_anc_visit_reminder()[source]

Initial ANC Visit weekly reminder

childcount.tasks.appointment_defaulter_reminders()[source]

Remind the chw to remind their defaulting clients of an appointment 2 week days after the date of appointment

childcount.tasks.get_appointment_defaulter_date(dt=datetime.today())[source]
childcount.tasks.get_appointment_date(dt=datetime.today())[source]
childcount.tasks.appointment_calendar(weekday)[source]

———– 3 days b4 apt monday 0 wednesday 2 tuesday 1 thursday 3 wednesday 2 friday 4 thursday 3 monday 0 friday 4 tuesday 1

childcount.tasks.appointment_defaulter_calendar(weekday)[source]

——- 2 weekdays after date of apt

Date of Appt. Reminder
Friday 4 Wednesday 2
Thursday 3 Tuesday 1
Wednesday 2 Monday 0
Tuesday 1 Friday 4
Monday 0 Thursday 3

Previous topic

childcount.models.reports

Next topic

childcount.utils

This Page