OpenEMR 3.2.0 Planned Release

bradymiller wrote on Saturday, December 19, 2009:

hey,

Planning to release 3.2.0 in early February 2010. We have made a branch in CVS for 3.2.0 and will focus on just bug fixes and internationalization.

This version can be tested by either the online demo or testing on your local servers via the daily source snapshots:

-
-

<br>
Please test it and report any errors/bugs/problems here in the sourceforge forum.

-brady

  : http://www.openmedsoftware.org/wiki/Development_3.2.x_Demo
  : http://www.openmedsoftware.org/wiki/OpenEMR_Downloads#Daily_snapshots

mbrody wrote on Saturday, December 19, 2009:

Bugs / Issues

New Patient Entry
allows letters and numbers in the phone number fields.  Error checking on data entry would be a major plus.

Email Entry
Can enter an email without an @.  Need some error checking on that field too.

Race Ethnicity - This should be two fields we should be using format based upon US Census beareau.  I sent this to someone once I can resend let me know who is managing this part of the code.

Visit Entry

When Adding an Issue that is a problem for a patient,  It should list the diagnosis codes that have been added (ICD9) in the services section.

We will need a section that allows for management of problem lists.  This needs to be ICD9 based.

So all problems for patients should be ICD9 based.

In the demo area I added diagnosis 703.0 - Ingrown Toe Nail.
I added myself as a patient.
I should be able to create a visit that is linked to Ingrown Toe Nail for me.

This is IMPORTANT for reporting functions that will be needed later.

eg Report - Show all patients who have been treated for an ingrown toe nail.
Hopefully I am clear on what I am saying.

Will continue playing over the weekend.  Time for Coffee.

Michael

bradymiller wrote on Saturday, December 19, 2009:

Tony,

Are you guys gonna be able to pump out the 3.2.0 manual (I know there’s a lot of other cool stuff going on). Only changes I note are the title name and some calendar screenshots (default calendar is now outlook). I have several translators interested in internationalizing it, and they’ll need time to translate it (as an aside, plan to have them translate the text files from the html output).

thanks,
brady

bradymiller wrote on Saturday, December 19, 2009:

Joe (and everybody else),

Apostrophe input/output errors and magic quotes (whether magic quotes is turned on or off) are now considered bugs also (hopefully they don’t exit anymore).  Go to town with these and let me know if find problems anywhere.

-brady

tmccormi wrote on Sunday, December 20, 2009:

3.2 users guide is not a problem, but we won;t be able to start the changes until after dec 25th … 

Tony

sunsetsystems wrote on Monday, December 21, 2009:

Note that developers with commit access can check out a working copy of 3.2.0 something like this:

cvs -z3 -d:ext:developername@openemr.cvs.sourceforge.net:/cvsroot/openemr co -d openemr-320 -r rel-320 -P openemr

See the CVS manual for details.

Rod 
(http://www.sunsetsystems.com/)

ideaman911 wrote on Tuesday, December 22, 2009:

Michael Brody (et al)

The Issues in Encounters, as well as the management of the problems categories is all handled in the …/custom/clickoptions.txt file.  If you check my writeup on Using the Fee Sheet, you can see how to populate that easily so your ICD9 description will also display when you select an issue.  We find it a critical tool.  Ideally we will someday link directly to the Superbill (Admin - Services in tree view), but for now that is the power way to do things.  Hope that helps.

Joe Holzer    Idea Man    315-622-9241     im@holzerent.com
http://www.holzerent.com

sraj49 wrote on Tuesday, December 22, 2009:

Joe, where do I find your writeup on the fee sheet? Thanks

tmccormi wrote on Thursday, December 24, 2009:

    http://www.openmedsoftware.org/wiki/Preparing_for_Billing_and_using_the_Fee_Sheet

bradymiller wrote on Monday, December 28, 2009:

everybody,

What should we do with the ‘Charges’ screen. In the current 3.2, it’s currently off by default. I’m open to whatever the majority wants here.

-brady

blankev wrote on Monday, December 28, 2009:

Sound stupid but I can’t find my charges screen in OpenEMR V3.1 so I don’t know if I would miss this option. From my mental harddisc I seem to remember that I want it on. But I don’t have hard evidence.

Please show me how to activate in V3.1 ???

Pimm

dlee5400 wrote on Monday, December 28, 2009:

A quick suggestion/question??

After speaking to several people on the user side of the EMR system, one tiny issue surfaced and that was the use of the word “NOTES” under the MEDICAL RECORD section. It seems that the word NOTE continues to be translated on the user side to “CLINIC NOTES” not internal notes. I wonder if we could change, for the 3.2 release, that word to another one such as “Office Comments” or “Sticky Notes” etc.

Thanks,
dlee5400

dlee5400 wrote on Monday, December 28, 2009:

adding to comment 12; Another label might be “Internal Comments”…

dlee5400

bradymiller wrote on Tuesday, December 29, 2009:

Pimm,

To show the charges screen, in interface/globals.php set $GLOBALS to true.

-brady

dlee5400 wrote on Tuesday, December 29, 2009:

Is there a way to remove the “Balance Due” from the Patient Summary page? That is being viewed by some clinics as negative for thier doctors to see when seeing patients.

blankev wrote on Tuesday, December 29, 2009:

Brady I just looked in V3.1.1 globals.php but could only find the Copay with something about Panel. What version do I need to check?

Pimm

blankev wrote on Tuesday, December 29, 2009:

Suggestion:

in the POPUPS menu choice and for Generating “Letter”, is it possible to include for choices:

FROM - EMAIL

TO - EMAIL

PATIENT - EMAIL

Since many communications goes now by email it would be easy to have the choice of printing the “Letter” or send a quick e-mail reminder that a “Letter” is comming, for sending a reminder about printed Letters.

I can change it everytime in my own version, but think it is could be  a positive for many Users.

Pimm

Pimm

blankev wrote on Tuesday, December 29, 2009:

If, ……. if, Advance Directives is included in V3.2 there might be some translations issues to be taken care of.

Examples:

Advanced Directives

Last reviewed

Durable power of Autorney

Living Will

Twice: EMPTY

It might be included in translations, but was not visible in:

http://www.medbloom.com

version V 3.2

Pimm

sunsetsystems wrote on Tuesday, December 29, 2009:

3.2 is for bug fixes and stabilization of code that is already in CVS.  It will not have Advance Directives or any of the other new features from the certification project.

Rod 
(http://www.sunsetsystems.com/)

bradymiller wrote on Thursday, December 31, 2009:

Pimm,

it’s on line 447 and should be :

$GLOBALS = true;

-brady