It looks to be testing well, but considering lots of changes, please review/test it.
Commit details:
Improved integrated of patient notes and messages module.
-Active/Inactive is now seamless between messages and pnotes
-Option to show all, only active, or only inactive pnotes/messages
(default is only active)
-Also added patient link from within Messages module (click on ‘Patient’)
-Added number of active messages to the Messages menu counter
I am not sure how to get the git code and apply in my installation of openemr.
so I downloaded these files that Brady committed and replaced them in my version of openemr but now as soon as I log in I am getting “FOR SECURITY REASONS FRAMING IS NOT ALLOWED” error message and it just shows the source of messages.php. please help.
Just a FYI related to the Patient Notes,
I discovered that “genericname2” data field in the “who” group of the demographics layout is critical to patients notes.
Deleted the field to clean up the display while editing the “who” tab and it broke the edit function of “Notes”.
With following error report:
ERROR: query failed: select genericname2, genericval2 from patient_data where pid = ? limit 1
Error: Unknown column ‘genericname2’ in ‘field list’
Re-entered a field with same name and problem was corrected.
Trying to copy over the files straight from the ‘master’ branch (this is the development branch) into your 4.1.0 version of OpenEMR will likely break things. Would instead need to create a patch or wait for a patch; note I don’t plan to include this in a 4.1.0 patch since it needs extensive testing and we are planning to release 4.1.1 sometime in June anyways.
Hi Brady,
We are trying to figure out how we can copy information from prior encounter to new encounter - so we do not have to do the entire note all over again - instead can just make the changes that are new and finalize the encounter. Is this possible in the current version 4.1.0? Do you think this is going to be provided in 4.1.1. We are working in a busy office where we have several followup visits where all the problems that are discussed in the past encounters are addressed in subsequent visits - This will allow the physician not to miss the problems that are discussed in the last visit. It will be most helpful if you can guide us how we can do this.
You can “clone” or cut and paste from a prior note by using the CAMOS module. I would really like to see many of the CAMOS functions incorporated into the standard interface for an encounter. I am hoping this will be a feature of OpenEMR 4.2, but I have not thrown any money at it, so I will wait for others to lobby for this change.
CTR+C (to copy) AND CTR+V (to paste) **So always as a routine: **open any old encounter, follow with copy and paste in new encounter. Quick and dirty solution.