sujataprakashdatycs commited on
Commit
8435e7b
·
verified ·
1 Parent(s): 28c3514

Update PatientInfoExtractionEngine.py

Browse files
Files changed (1) hide show
  1. PatientInfoExtractionEngine.py +1 -1
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"