Made several modifications to the patient summary gui.
1) Created mechanism (using sessions variables, ajax, and specific user entries in the users table) to make the expand/collapse selections in the patient summary persistent (even when logout/login) for each user.
2) Clarified buttons (edit buttons for each entry)
3) Migrated prescription link (removed rx from top and put with the Presciption entry on right)
4) Removed modul from the document link (the modul for this specific screen is currently not useful)
Posted a new revision (patient_summary_2.patch in above tracker link), since I relaized do not need to use session
variables. This tests well and is what I plan to commit this evening or tomorrow.
It’s currently in the cvs demo if you want to try it out.
What I did:
1) Made sections and links uniform (made a widget for this)
2) Refined the mechanism that keeps the expand/collapse
selections for each user persistent. Created a user_settings
table to hold this information, which can also be used
in future for other user specific settings.
3) Allergies are now shown in bright red
We will look at this and comment. The CCR Summary and CCD(L3) Summary options (currently under development by a MU team) must be in the 4.0 release as well.