-
Notifications
You must be signed in to change notification settings - Fork 15
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
Prescription: Item Edit : Directions Section #5648
Comments
@mark-prins Can you clarify the functionality you want with abbreviations & default directions when directions have already been filled in. Are you happy with the confirmation modal and replacing the entire text? Or do you want to enable adding on abbreviations & or default directions? Also I wondered if there's only 1 default direction, should it autopopulate? |
@mark-prins as far as I'm aware we have no plans to show the list of abbreviations in open-mSupply anywhere. Do we need to consider adding that somewhere??? |
Replacing the text is fine - that's the current behaviour and no one has requested any changes.
No, I think not. I'm reluctant to default medical directions - they need to be explicitly selected / entered by the pharmacist.
good thought! Could be useful, like a glossary of options which are available. That could go in as another lower priority |
A new section in the item edit page, which allows the user to enter or select directions for use of an prescription item.
If configured, a drop down is shown of the available directions, and a single direction can be selected - this will add to the prescription
An abbreviation can be typed into an input, if a match is found the directions field is populated with the match
The note field on trans_line is populated with the text of the direction
The item_direction table holds default directions for an item
If configured, a drop down is shown of the available directions, and a single direction can be selected - this will add to the prescription
An abbreviation can be typed into an input, if a match is found the directions field is populated with the match
The note field on trans_line is populated with the text of the direction
The tab order needs to be defined and implemented
Acceptance Criteria
Directions
6ml
=>SIX mills
andbm
=>by mouth
and you enterTake 6ml bm
the resulting directions should beTake SIX mills by mouth
.The text was updated successfully, but these errors were encountered: