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
CreateAPlan(page).fill_daily_invitation_rate_field("1") # This step will fail as currently there are insufficient subjects in the next invitations shortlist (we are working on this with compartment 0)
# Print the batch of Pre-Invitation Letters - IsleMan
67
-
s9_nhs_numbers=batch_processing(page, "S9", "Invitation & Test Kit (gFOBT)", "S10 - Invitation & Test Kit Sent") # New batch processing for S9 IOM TODO
68
-
fornhs_noinrange(len(s9_nhs_numbers)):
69
-
OracleDB().exec_bcss_timed_events(s9_nhs_numbers[nhs_no-1]) # Change this to get nhs numbers from DF instead of list TODO
68
+
# Print the batch of Pre-Invitation Letters - Isle Of Man
69
+
ifexecute_iom:
70
+
nhs_number_df=batch_processing(page, "S9", "Invitation & Test Kit (gFOBT)", "S10 - Invitation & Test Kit Sent")
page.wait_for_timeout(1000) # This one second timeout does not affect the time to execute, as it is just used to ensure the reprepare batch button is clicked and does not instantly advance to the next step
verify_subject_event_status_by_nhs_no(page, first_nhs_no, latest_event_status) # This needs to be changed to pass an NHS number from the new DF first_nhs_no = df["COL NAME"].iloc[0] TODO
0 commit comments