Skip to content
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

Small enhancements to reduce data entry effort #8555

Open
8 tasks
aparnacoronasafe opened this issue Sep 17, 2024 · 2 comments
Open
8 tasks

Small enhancements to reduce data entry effort #8555

aparnacoronasafe opened this issue Sep 17, 2024 · 2 comments
Assignees
Labels

Comments

@aparnacoronasafe
Copy link
Member

Is your feature request related to a problem? Please describe.
CARE has many forms that healthcare professionals use multiple times daily. Many of these forms are long and has many many fields.

We must do our best to make the data entry experience as smooth as possible.

The following changes are suggested for this purpose.

Describe the solution you'd like
PATIENT REGISTRATION FORM (https://care-staging.ohc.network/facility/d171b5f6-7d4e-40e8-8591-799aebc9c9ec/patient)

  • Gender: Change to Radio buttons with options appearing listed horizontally. This enables users to choose gender with 1 click as opposed to 2 clicks now with the dropdown.

CONSULTATION FORM (https://care-staging.ohc.network/facility/afe455bf-1d5b-42c7-84c0-0ec3318c2678/patient/48600aca-68fd-41f2-9f4c-f872a6d19403/consultation)

  • When changing the admission date by typing in to the field to only change the 'Day', sometimes the entire date time field resets. This does not happen all the time. The experience is not consistent.
admission.date.mov
  • 'Bed' field, the user needs to click on the downward arrow to see the dropdown, or type into the file. Simply clicking anywhere on the input field must open the dropdown.

  • For ICD-11 Diagnosis input, when user selects the ICD-11 listing, automatically open up the "Add as" dropdown. This will save the user 1 click and also ensure that the "add as" is not missed out. Many times, users simple select ICD-11 and move ahead, only when they try to save the form they realise that type of diagnosis is not selected.

LOG UPDATE FORM (https://care-staging.ohc.network/facility/d171b5f6-7d4e-40e8-8591-799aebc9c9ec/patient/ad6366f5-f67a-4e5f-9b23-71f5104a86b7/consultation/7a743f82-33cb-4559-8cd0-f7c2ac6b1b47/daily-rounds)- BRIEF Log Update

  • Vitals- when user tries to enter values by typing, it doesn't get recorded unless the user also selects the option from the dropdown. This is very frustrating. The user must be able to add values by simply typing in the fields as well.

DETAILED Log Update

  • In vitals section, all the numeric fields show "--.--". this gives the impression that the input accepts up to 2 places of decimals. However, this is not the case. Only "Temperature" field accepts up to 1 decimal digit. Please correct the placeholders in the numeric field to "--" except for temperature where it must be "--.-"
    Check for the same issue across all numeric input fields in log update

  • When I fill out details in basic editor and proceed to the critical care index there are 2 bugs.
    a) When I am in the critical care index, and come back to the basic edit and want to proceed again to the critical care index, clicking on "continue" does not do anything. Instead "close" brings me back to the critical care index. Here the buttons must behave in the following manner:

  • "Save & Continue" - rename "continue" as "Save and continue"- this should take the user to the critical care index

  • remove the "Cancel" option
    b) When I go from critical care index to basic editor and then come back to critical care index again, all the other sections where I have data entered, previously highlighted in Green becomes grey again. This gives a user the impression that data in all other sections were not saved. but this is not the case. when you open individual sections, the data previously entered in visible. The sections were data is entered must remain highlighted in green.
    Both the above issues are shown in the screen recording here:
    https://drive.google.com/file/d/1ue4LHKBTOoP2PbkwJNscdc482CmxYJWg/view?usp=sharing

  • In "Neurological monitoring, under the "Glasgow Coma Scale" on the bottom right, it says "Total-5" instead, it must say "Glasgow Coma Scale- 5"
    Screenshot 2024-09-17 at 2 50 24 PM

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@AdityaJ2305
Copy link
Contributor

AdityaJ2305 commented Sep 18, 2024

Hey @aparnacoronasafe I have gone through all the issues mentioned above I can solve them so Could you assign it to me ?
I have few doubts regarding Vitals- when user tries to enter values by typing, it doesn't get recorded unless the user also selects the option from the dropdown. This is very frustrating. The user must be able to add values by simply typing in the fields as well. so I need to put a validation step that only accepts values from the dropdown options, rejecting any value the user manually types in.

@bodhish
Copy link
Member

bodhish commented Sep 19, 2024

@aparnacoronasafe lets hold this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Triage
Development

No branches or pull requests

3 participants