-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PRMP-1069] update nhs number validation for metadata ingestion
- Loading branch information
1 parent
4533487
commit 1427b0c
Showing
8 changed files
with
49 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
lambdas/tests/unit/helpers/data/bulk_upload/expect_sqs_msg_for_patient_0000000000.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"NHS-NO":"0000000000","files":[{"FILEPATH":"1of1_Lloyd_George_Record_[Jane Smith]_[1234567892]_[25-12-2019].txt","PAGE COUNT":"","GP-PRACTICE-CODE":"Y12345","SECTION":"LG","SUB-SECTION":"","SCAN-DATE":"04/09/2022","SCAN-ID":"NEC","USER-ID":"NEC","UPLOAD":"04/10/2023"}],"retries":0} |
1 change: 1 addition & 0 deletions
1
lambdas/tests/unit/helpers/data/bulk_upload/expect_sqs_msg_for_patient_123456789.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"NHS-NO":"123456789","files":[{"FILEPATH":"1of1_Lloyd_George_Record_[Joe Bloggs_invalid]_[123456789]_[25-12-2019].txt","PAGE COUNT":"","GP-PRACTICE-CODE":"Y12345","SECTION":"LG","SUB-SECTION":"","SCAN-DATE":"04/09/2022","SCAN-ID":"NEC","USER-ID":"NEC","UPLOAD":"04/10/2023"}],"retries":0} |
1 change: 0 additions & 1 deletion
1
lambdas/tests/unit/helpers/data/bulk_upload/expect_sqs_msg_for_patient_1234567891.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FILEPATH,PAGE COUNT,GP-PRACTICE-CODE,NHS-NO,SECTION,SUB-SECTION,SCAN-DATE,SCAN-ID,USER-ID,UPLOAD | ||
/1234567890/1of2_Lloyd_George_Record_[Joe Bloggs]_[1234567890]_[25-12-2019].pdf,,Y12345,1234567890,LG,,03/09/2022,NEC,NEC,04/10/2023 | ||
/1234567890/2of2_Lloyd_George_Record_[Joe Bloggs]_[1234567890]_[25-12-2019].pdf,,Y12345,1234567890,LG,,03/09/2022,NEC,NEC,04/10/2023 | ||
1of1_Lloyd_George_Record_[Joe Bloggs_invalid]_[1234567891]_[25-12-2019].txt,,Y12345,1234567891,LG,,04/09/2022,NEC,NEC,04/10/2023 | ||
1of1_Lloyd_George_Record_[Joe Bloggs_invalid]_[123456789]_[25-12-2019].txt,,Y12345,123456789,LG,,04/09/2022,NEC,NEC,04/10/2023 | ||
1of1_Lloyd_George_Record_[Jane Smith]_[1234567892]_[25-12-2019].txt,,Y12345,,LG,,04/09/2022,NEC,NEC,04/10/2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters