We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb43bb commit 6b9a485Copy full SHA for 6b9a485
src/tlo/methods/wasting.py
@@ -1082,7 +1082,7 @@ def log_tx_outcome():
1082
else: # complications persist hence send for another round of ITC
1083
df.at[person_id, 'un_am_discharge_date'] = outcome_date
1084
self.sim.modules['HealthSystem'].schedule_hsi_event(
1085
- hsi_event=HSI_Wasting_OutpatientTherapeuticProgramme_SAM(module=self, person_id=person_id),
+ hsi_event=HSI_Wasting_InpatientTherapeuticCare_ComplicatedSAM(module=self, person_id=person_id),
1086
priority=0, topen=outcome_date)
1087
1088
log_tx_outcome()
0 commit comments