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
# Print the batch of Invitation & Test Kit Letters - England
44
62
s9_nhs_numbers=batch_processing(page, "S9", "Invitation & Test Kit (FIT)", "S10 - Invitation & Test Kit Sent") # New batch processing for S9 IOM TODO
45
63
fornhs_noinrange(len(s9_nhs_numbers)):
46
64
OracleDB().exec_bcss_timed_events(s9_nhs_numbers[nhs_no-1]) # Change this to get nhs numbers from DF instead of list TODO
47
65
66
+
# 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
70
+
48
71
# Print a set of reminder letters
49
72
batch_processing(page, "S10", "Test Kit Reminder", "S19 - Reminder of Initial Test Sent")
0 commit comments