Skip to content

Commit 84c368b

Browse files
committed
rti: unified use of consumables/equipment terms
1 parent 1518f1f commit 84c368b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/tlo/methods/rti.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -4664,9 +4664,7 @@ def apply(self, person_id, squeeze_factor):
46644664
get_item_code('Pethidine, 50 mg/ml, 2 ml ampoule'): 1,
46654665
# administer antibiotic
46664666
get_item_code("Ampicillin injection 500mg, PFR_each_CMST"): 1,
4667-
# equipment used by surgeon, gloves and facemask
4668-
# TODO: As we now consider both consumables and equipment, using 'equipment' when meaning consumables is
4669-
# confusing
4667+
# consumables used by surgeon, gloves and facemask
46704668
get_item_code('Disposables gloves, powder free, 100 pieces per box'): 1,
46714669
get_item_code('surgical face mask, disp., with metal nose piece_50_IDA'): 1,
46724670
# request syringe
@@ -5002,7 +5000,7 @@ def apply(self, person_id, squeeze_factor):
50025000
get_item_code('Pethidine, 50 mg/ml, 2 ml ampoule'): 1,
50035001
# administer antibiotic
50045002
get_item_code("Ampicillin injection 500mg, PFR_each_CMST"): 1,
5005-
# equipment used by surgeon, gloves and facemask
5003+
# consumables used by surgeon, gloves and facemask
50065004
get_item_code('Disposables gloves, powder free, 100 pieces per box'): 1,
50075005
get_item_code('surgical face mask, disp., with metal nose piece_50_IDA'): 1,
50085006
# request syringe

0 commit comments

Comments
 (0)