Messages and pnotes

bradymiller wrote on Thursday, April 26, 2012:

Hi,

There are several incompatibilities with the Messages and pnotes brought up on this thread:
http://sourceforge.net/projects/openemr/forums/forum/202505/topic/5205977

Here’s code that fixes all these issues:
http://github.com/bradymiller/openemr/commits/message-center_1

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

-brady
OpenEMR

bradymiller wrote on Saturday, April 28, 2012:

Hi,
This is testing well and has been committed to sourceforge.
-brady
OpenEMR

vambati wrote on Sunday, April 29, 2012:

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.

Thank you
Venkat

interface/main/left_nav.php
interface/main/messages/messages.php
interface/patient_file/summary/demographics.php
interface/patient_file/summary/pnotes_full.php
library/ajax/dated_reminders_counter.php
library/pnotes.inc

hitechelp wrote on Monday, April 30, 2012:

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.

bradymiller wrote on Tuesday, May 01, 2012:

Hi vambati,

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.

-brady
OpenEMR

vambati wrote on Tuesday, May 15, 2012:

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.

Thank you
venkat

jcahn2 wrote on Tuesday, May 15, 2012:

Ahoy Venkat,

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.

Jack
OEMR Board

blankev wrote on Tuesday, May 15, 2012:

Or use:

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.