-
Notifications
You must be signed in to change notification settings - Fork 1
[PRMP-1084] Add document review setup and processing script #987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
| class DocumentReviewReason(StrEnum): | ||
| UNKNOWN_NHS_NUMBER = "Unknown NHS number" | ||
| DEMOGRAPHIC_MISMATCHES = "Demographic mismatches" | ||
| DUPLICATE_RECORD = "Duplicate records error" | ||
| FILE_COUNT_MISMATCH = "More or less files than we expected" | ||
| FILE_NAME_MISMATCH = "Filename Naming convention error" | ||
| GP2GP_ERROR = "GP2GP failure" | ||
| GENERAL_ERROR = "General error" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this be imported? or will it break when running from the action?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not on this branch, waiting for this to be merge to main



Overview
Jira ticket: PRMP-1084
Description
Script for review document feature
Checklist
Tasks for all changes:
I have run git pre-commits.(WIP)