shihjay2 / nosh-core

Go to shihjay2/nosh2 for the latest NOSH core code base. NOSH ChartingSystem is an electronic health record system designed for doctors in mind. This is a second generation version that is now based off of the Laravel PHP framework and jQuery. NOSH preliminarily has FHIR support.
https://github.com/shihjay2/nosh2
Other
19 stars 9 forks source link

Sorting #23

Closed shihjay2 closed 7 years ago

shihjay2 commented 8 years ago

The physician should be able to determine the sort order of the Problem list and Medicine list. For example, they may want to have the list for the medicines sort alphabetically or by time of day they are administered or based on importance or toxicity, or any other way that the user wishes to have the problem list and medicine list sorted. This can easily be accomplished by adding a numeric “sort order” field for each diagnosis and medicine. This sort order will then be retained wherever Problem list or Medicine list is displayed. To facilitate medicine reconciliation, it should require no more than a single click to change the Medicine list sort order to “alphabetical” and to return the Medicine list to the preferred sort order.

shihjay2 commented 7 years ago

This issue was moved to shihjay2/nosh2#21