-
Notifications
You must be signed in to change notification settings - Fork 477
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
Incorrect representation of Patient Age #7383
Comments
Interesting, could you add the link of the patient which is being shown in the attached screenshot? |
@rithviknishad, can you please assign this to me? |
I would like to work on this issue |
|
Hi, can I work on this issue ? @rithviknishad |
Describe the bug
Incorrect representation of Age in Patient Home
Issues Identified
age
,year_of_birth
,date_of_birth
.timezone.now()
in the model save method.formatAge
utility method in FE. cc: @Ashesh3Action Items in Backend
age
from patient registration in favour ofyear_of_birth
age_in_days
year_of_birth
instead ofage
.Action Items in Front-end
Screenshots
cc: @nihal467 @sainak
The text was updated successfully, but these errors were encountered: