-
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-1066 add RegisteredAtUploaderPractice flag to success and reject…
…ed bulk upload reports (#458) PMRP-1066 add RegisteredAtUploaderPractice flag to success and rejected bulk upload reports
- Loading branch information
1 parent
60d9fed
commit fa8046a
Showing
9 changed files
with
141 additions
and
43 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
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
14 changes: 7 additions & 7 deletions
14
lambdas/tests/unit/helpers/data/bulk_upload/expected_rejected_report.csv
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,7 +1,7 @@ | ||
NhsNumber,UploaderOdsCode,Date,Reason | ||
9000000005,Y12345,2012-01-13,Could not find the given patient on PDS | ||
9000000006,Y12345,2012-01-13,Could not find the given patient on PDS | ||
9000000007,Y12345,2012-01-13,Lloyd George file already exists | ||
9000000014,Z12345,2012-01-13,Could not find the given patient on PDS | ||
9000000015,Z12345,2012-01-13,Could not find the given patient on PDS | ||
9000000016,Z12345,2012-01-13,Lloyd George file already exists | ||
NhsNumber,UploaderOdsCode,Date,Reason,RegisteredAtUploaderPractice | ||
9000000005,Y12345,2012-01-13,Could not find the given patient on PDS,True | ||
9000000006,Y12345,2012-01-13,Could not find the given patient on PDS,True | ||
9000000007,Y12345,2012-01-13,Lloyd George file already exists,True | ||
9000000014,Z12345,2012-01-13,Could not find the given patient on PDS,True | ||
9000000015,Z12345,2012-01-13,Could not find the given patient on PDS,True | ||
9000000016,Z12345,2012-01-13,Lloyd George file already exists,True |
22 changes: 11 additions & 11 deletions
22
lambdas/tests/unit/helpers/data/bulk_upload/expected_success_report.csv
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,11 +1,11 @@ | ||
NhsNumber,UploaderOdsCode,Date | ||
9000000000,Y12345,2012-01-13 | ||
9000000001,Y12345,2012-01-13 | ||
9000000002,Y12345,2012-01-13 | ||
9000000003,Y12345,2012-01-13 | ||
9000000004,Y12345,2012-01-13 | ||
9000000009,Z12345,2012-01-13 | ||
9000000010,Z12345,2012-01-13 | ||
9000000011,Z12345,2012-01-13 | ||
9000000012,Z12345,2012-01-13 | ||
9000000013,Z12345,2012-01-13 | ||
NhsNumber,UploaderOdsCode,Date,RegisteredAtUploaderPractice | ||
9000000000,Y12345,2012-01-13,SUSP | ||
9000000001,Y12345,2012-01-13,DECE | ||
9000000002,Y12345,2012-01-13,REST | ||
9000000003,Y12345,2012-01-13,True | ||
9000000004,Y12345,2012-01-13,False | ||
9000000009,Z12345,2012-01-13,SUSP | ||
9000000010,Z12345,2012-01-13,DECE | ||
9000000011,Z12345,2012-01-13,REST | ||
9000000012,Z12345,2012-01-13,False | ||
9000000013,Z12345,2012-01-13,True |
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