-
Notifications
You must be signed in to change notification settings - Fork 434
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
Capture time of admission #6141
Comments
|
The admission_date field seems to be marked as deprecated in the backend but is still being used in the front-end and is doing a required field validation in the serializer. cc: @gigincg |
We should be renaming
And following changes are to be made in front end:
|
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity. |
@cp-coder unassigning you from this (P2) PR due to inactivity |
This issue is tracked in different pr #6280 |
Is your feature request related to a problem? Please describe.
We are not capturing the time of admission.
Describe the solution you'd like
In the consultation form, there is a field for "Date of admission". change it to "Date and Time of Admission". Use the usual time picker along with the date picker. The default date and time shall be the current date and time.
The text was updated successfully, but these errors were encountered: