We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a319d52 commit 377b837Copy full SHA for 377b837
tests/bulk-upload/scripts/setup_document_review.py
@@ -8,16 +8,9 @@
8
import boto3
9
from botocore.exceptions import ClientError
10
11
-SOURCE_PDF_FILE = "../source_to_copy_from.pdf"
+from enums.document_review_reason import DocumentReviewReason
12
13
-class DocumentReviewReason(StrEnum):
14
- UNKNOWN_NHS_NUMBER = "Unknown NHS number"
15
- DEMOGRAPHIC_MISMATCHES = "Demographic mismatches"
16
- DUPLICATE_RECORD = "Duplicate records error"
17
- FILE_COUNT_MISMATCH = "More or less files than we expected"
18
- FILE_NAME_MISMATCH = "Filename Naming convention error"
19
- GP2GP_ERROR = "GP2GP failure"
20
- GENERAL_ERROR = "General error"
+SOURCE_PDF_FILE = "../source_to_copy_from.pdf"
21
22
23
class Patient(NamedTuple):
0 commit comments