-
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
Enable relevant Dropdowns to select File Names #7942
Comments
@gayann-au @rithviknishad Hey, I am new to this project but I am really interested to contribute. Can you give an overview of the implementation and assign the issue to me? |
@gayann-au can you provide with a list of file names you would like to see in the dropdown? |
Admission Records: Medical History: Progress Notes: Diagnostic Reports: Treatment Records: Operative Reports: Consultation Reports: Discharge Summary: @aparnacoronasafe I've Suggested few listed in the field. Please Comment for this |
Creating an exhaustive list of all possible types of file uploads is difficult. Alternative: When user uploads file, DONOT fetch the file name and autopopulate the file name in CARE. Mandate the user to manually type out a file name. |
@aparnacoronasafe in our current system, files that are uploaded from device will have their name autofilled with the name of the file on device. The user can change the file name before they upload it. Camera captures and audio captures need to be named manually. Do you want me to remove the autofill for the name when uploaded from device? cc. @gigincg |
Yes. please remove autofill. We see a lot of users forgetting to remove the autofilled name to add a more appropriate name. To enforce the behaviour of making users add appropriate names to the files, we want to remove auto-filling of names whenever file upload is used. This includes when file is attached from device (desktop/phone) or when image is uploaded straight from camera. |
Availing the feature of relevant dropdowns to select file names while uploading the file in 'Files' should help the users to assign the names to the picture or Files what uploading.
This helps to preview to required files in the lists without searching for among all files if the name of file is inappropriately named.
attaching the illustration to understand how the file names are usually mentioned
In the above Image, files names are default fetched from the device while uploading, if the Doctor wants to search X-Ray report amongst the uploaded file he/she needs to search whole set of Uploaded file rather than searching particular file which constitutes in time and energy consumption.
If we avail the dropdowns with Relevant/most or standardly used file names user can select required while uploading the file which avoids confusions and Duplications.
The text was updated successfully, but these errors were encountered: