-
Notifications
You must be signed in to change notification settings - Fork 489
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
Death datetime before admission date shouldn't be restricted #6678
Comments
@Deepjyoti14 The PR #6458 introduces support for capturing Date & Time. Once it is merged, the time part of the Admission Date & Time for existing records would be reset to 12AM (local time). I hope that'd solve this problem. |
Ok. Thanks @rithviknishad |
@Deepjyoti14 As a temporary fix, follow the below steps :
This will reset the time to 12:00 AM |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
A patient got admitted at 2am in morning and got expired at 6am. Patient's info was entered in care at 9am (admission datetime). Care not allowing to discharge at time before admission time. This happens as there is a staff storage.
Describe the solution you'd like
Since we are taking current time as admission time, then restriction should be removed. Else the date of admission field should have a time field also.
The text was updated successfully, but these errors were encountered: