-
Notifications
You must be signed in to change notification settings - Fork 3
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
[IDWA-OCR-95] ocr to phdc conversion logic for patient #107
[IDWA-OCR-95] ocr to phdc conversion logic for patient #107
Conversation
from .models import PHDCInputData, Patient, Name, Address, Telecom | ||
|
||
|
||
class OCRPHDCConverter: |
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.
rename this to remove the OCR since it doesnt really do OCR stuff
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.
LGTM! thank you
""" | ||
Initializes the PHDC class with a PHDCBuilder. | ||
|
||
:param builder: The PHDCBuilder to use to build the PHDC. |
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.
nit: wait do we want to use the data param here?
Pull Request
#95
Description
Integrate the output of OCR into NBS, by generating a PHDC document.
Acceptance Criteria
Map the OCR key/value output into a PHDC input dataclass.
Generate PHDC using the dibbs phdc library, feel free top copy over the code for right now [link]
Integrate patient dataclass only
Checklist
Please review and complete the following checklist before submitting your pull request:
Checklist for Reviewers
Please review and complete the following checklist during the review process: