Skip to content

Commit fbc86da

Browse files
Added back that line but with different formatting
1 parent 1baa35f commit fbc86da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/utility-guides/BatchProcessing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ This will call the other two functions in order to successfully process a batch.
6666
6. After the ID is stored, it clicks on the ID to get to the Manage Active Batch page
6767
7. From Here it calls the `prepare_and_print_batch` function.
6868
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: [`PDFReader`](PDFReader.md)
6970
8. Once this is complete it calls the `check_batch_in_archived_batch_list` function
7071
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*
7172

0 commit comments

Comments
 (0)