Spaces:
Sleeping
Sleeping
Update PatientInfoExtractionEngine.py
Browse files
PatientInfoExtractionEngine.py
CHANGED
|
@@ -63,7 +63,7 @@ class PatientInfoExtractionEngine:
|
|
| 63 |
"from multiple parts of the chart.\n\n"
|
| 64 |
"Fields to extract:\n"
|
| 65 |
"- name\n"
|
| 66 |
-
"- dob (date of birth)\n"
|
| 67 |
"- age\n"
|
| 68 |
"- gender\n"
|
| 69 |
"- address (only patient’s residential address; exclude any hospital or medical centre names)\n"
|
|
|
|
| 63 |
"from multiple parts of the chart.\n\n"
|
| 64 |
"Fields to extract:\n"
|
| 65 |
"- name\n"
|
| 66 |
+
"- dob (date of birth in mm-dd-yyyy format)\n"
|
| 67 |
"- age\n"
|
| 68 |
"- gender\n"
|
| 69 |
"- address (only patient’s residential address; exclude any hospital or medical centre names)\n"
|