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
Copy file name to clipboardExpand all lines: docs/utility-guides/BatchProcessing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ This will call the other two functions in order to successfully process a batch.
66
66
6. After the ID is stored, it clicks on the ID to get to the Manage Active Batch page
67
67
7. From Here it calls the `prepare_and_print_batch` function.
68
68
1. If `get_subjects_from_pdf` was set to False it calls `get_nhs_no_from_batch_id`, which is imported from *utils.oracle.oracle_specific_functions*, to get the subjects from the batch and stores them as a pandas DataFrame - **nhs_no_df**
69
-
2. For more Info on `get_nhs_no_from_batch_id` please look at: <!-- vale off-->[PDFReader](PDFReader.md)<!-- vale on-->
69
+
2. For more Info on `get_nhs_no_from_batch_id` please look at: <!-- vale off-->[PDFReader](PDFReader.md)<!-- vale on-->
70
70
8. Once this is complete it calls the `check_batch_in_archived_batch_list` function
71
71
9. Finally, once that function is complete it calls `verify_subject_event_status_by_nhs_no` which is imported from *utils/screening_subject_page_searcher*
0 commit comments