You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following code (Line 1075), the regex is looking DOB: (in layout v1/v2), but in the examples (layout v2) I have (and in the example in your paper), this is displayed as Age: .
In this V3 layout, there should be another header above this segment that
has name, ID, date of birth, etc (see attachment). The script looks for
date of birth from there. The script actually does not extract age at all;
I felt age could be calculated out from DOB and date of testing, so I
decided not to code that extraction.
Are you having trouble extracting DOB?
Thanks,
Murtaza
[image: HVF v3 header.png]
In the following code (Line 1075), the regex is looking
DOB:
(in layout v1/v2), but in the examples (layout v2) I have (and in the example in your paper), this is displayed asAge:
.hvf_extraction_script/hvf_extraction_script/hvf_data/hvf_object.py
Lines 1073 to 1083 in e978747
The text was updated successfully, but these errors were encountered: