File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,6 @@ Feature: I can see my prescriptions
6464 When I set the statuses I will update through
6565 | Status |
6666 | With Pharmacy |
67- | Ready to Collect |
68- | Ready to Dispatch |
69- | Not Dispensed |
70- | Dispatched |
71- | Collected |
7267 Then I process the status updates for the prescription items and verify they are returned
7368
7469 # This scenario requires changes to FHIR compliance endpoint to be able to validate PFP responses
Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ def set_statuses_for_pfp(context):
188188def process_status_updates_and_verify (context ):
189189 # For each prescription ID in the scenario, update the status according to data table
190190 # Loop over all available statuses
191+ # DON'T COPY THIS -- It's crude for now until we come back to it.
191192 for status in context .statuses :
192193 print (f"Processing status update to { status } for all prescription IDs" )
193194 context .execute_steps (
You can’t perform that action at this time.
0 commit comments