You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a feature whereby a scenario can be identified as having steadily decreasing levels of childhood disease:
Currently tasks affected by decreasing childhood disease are defined to be those where RelevantPop == "1-4". Tasks with this population label happen less over time as the affected portion of the group population decreases.
This definition is problematic.
It creates a hard-coded dependency on a specific label that users are allowed to change.
What about sub-ranges, specifically "1 yo" and "2 yo"? Today these ranges don't pose a problem because for both of them StartingRateInPop == 1.0, which is our indicator that prevalence within the population group is not a factor (just the group population).
I don't think we document either of these behaviors: (1) only tasks with RelevantPop == "1-4" are affected by the o_ChildDis_decr flag; and (2) StartingRateInPop == 1.0 turns off prevalence calculations for that task.
Potential solutions:
Document existing behavior and leave it at that.
Create a globalconfig.json setting that identifies "1-4" as the tag for tasks affected by decreasing childhood disease.
Add a new Tasks column which is TRUE if a task is affected by decreasing childhood disease.
The text was updated successfully, but these errors were encountered:
Good point. I will write the documentation for this as it is the current behavior. We could add an indicator column to TaskValues for both the o_MHIVTB and o_ChildDis but that makes them actually generic on/off switches and means the names are no longer necessarily applicable, etc. So I'm hesitant to make that change. I'd suggest that we leave as is with documentation for now, and see what our users say.
There's a feature whereby a scenario can be identified as having steadily decreasing levels of childhood disease:
Currently tasks affected by decreasing childhood disease are defined to be those where RelevantPop == "1-4". Tasks with this population label happen less over time as the affected portion of the group population decreases.
This definition is problematic.
I don't think we document either of these behaviors: (1) only tasks with RelevantPop == "1-4" are affected by the o_ChildDis_decr flag; and (2) StartingRateInPop == 1.0 turns off prevalence calculations for that task.
Potential solutions:
The text was updated successfully, but these errors were encountered: