Commit 605f801 1 parent daaff29 commit 605f801 Copy full SHA for 605f801
File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -750,6 +750,7 @@ def get_item_code_for_each_contraceptive(self):
750
750
get_items_from_pkg = self .sim .modules ['HealthSystem' ].get_item_codes_from_package_name
751
751
752
752
_cons_codes = dict ()
753
+ # items for each method that requires an HSI to switch to
753
754
_cons_codes ['pill' ] = get_items_from_pkg ('Pill' )
754
755
_cons_codes ['male_condom' ] = get_items_from_pkg ('Male condom' )
755
756
_cons_codes ['other_modern' ] = get_items_from_pkg ('Female Condom' )
@@ -759,6 +760,7 @@ def get_item_code_for_each_contraceptive(self):
759
760
_cons_codes ['implant' ] = get_items_from_pkg ('Implant' )
760
761
_cons_codes ['female_sterilization' ] = get_items_from_pkg ('Female sterilization' )
761
762
assert set (_cons_codes .keys ()) == set (self .states_that_may_require_HSI_to_switch_to )
763
+ # items used when initiating a modern reliable method after not using or switching from non-reliable method
762
764
_cons_codes ['co_initiation' ] = get_items_from_pkg ('Contraception initiation' )
763
765
764
766
return _cons_codes
You can’t perform that action at this time.
0 commit comments