Introduction

martycox wrote on Wednesday, March 12, 2008:

I’m Marty Cox, a programmer/analyst for Conley and Associates.  We have finally gotten around to loading and testing the OEMR software.  Myself and John Taylor will be giving the program a complete breakdown from scratch.  We have been doing these breakdowns for the last 8 months or so on various projects for the government in PhP.  Whatever fixes, enhancements, and general changes we make, we will make available to Ron Roark and the rest of the community.  Currently, we are only going to be able to devote a day or so a week to the project, but in the foreseeable future, the plan is to have at least one FT programmer working on it.

What we have found in the initial installation:

1) On the windows installation, we are working on automating the entire process which we found to be buggy, unwieldy, and frustrating. This is first on our list of "Must be done".

2) There are also some MySQL database generation errors which we are working on fixing the code for.

3) Graphically, the entire program needs a makeover.  Crisper, cleaner graphics.  Non-clashing color selection. Possibly template selection, similar to PhPBB.

4) There are several variables set by reference (&), Call-time pass-by-reference has been deprecated.

5) Add ‘compiled’ and ‘cache’ subfolders by default   
   to /interface/main/calendar/modules/PostCalendar/pntemplates/

6) Get rid of all the short tags (<?)

7) Temporarily increase PHP’s max. execution time during install, it bombs with the defaults. This may be due to inefficient code… haven’t dug too deep yet.

8) New Patient entry screen needs to be the same as the detail edit screen.

Should we wait for the new version release to do the breakdown?  Ie.  How close is it to production?

Conley and Associates, Inc.

sunsetsystems wrote on Wednesday, March 12, 2008:

Welcome Marty!  It’s great to see more new blood in this project.

Thanks for posting your intentions in this forum, and please continue to do so.  We have several active developers now, and coordination of effort is vital.

Also please work only with current code from CVS, and please submit changes in bite-size pieces – nothing is more frustrating than trying to merge in changes from a dump of dozens of source files that someone started working on many weeks before!  We’ll work on getting you commit access if that seems warranted.

We do want to put out a release soon.  If you have straightforward changes that would significantly improve it, it might be best to get them in.  For something that turns all the code upside down, we’d best wait, and in the meantime some planning and discussion will be in order.

Rod
www.sunsetsystems.com

drbowen wrote on Friday, March 14, 2008:

Dear,

It’s good to hear from you again.  I hope this means that school has slowed down for you a bit?

The Windows installation will be very welcome.  I get a lot of questions from MS Windows users confused about why they can’t just “double click” on the compressed files.

I terms of graphics, I personally wish that would could move away from frames.  There is only just so much that can be done presentation with the fixed structure of those frames.  in any case a "graphics makeover" has been on our wish ist for some time.

Welcome.

Sam Bowen, MD

markleeds wrote on Saturday, March 15, 2008:

That looks like a pretty good assessment of things that need fixing.

I have had no more trouble installing on Windows than Linux when I use XAMPP.  Actually, I think it is easier. 

voipbound wrote on Thursday, July 24, 2008:

How is this going?  Any update on their progress?