Chart Screen / Progress Notes order

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
kapricorn
Posts: 62
Joined: Tue Dec 18, 2007 12:40 pm

Chart Screen / Progress Notes order

Post by kapricorn » Tue Feb 03, 2009 10:48 am

This screen needs to have some type of order, is anyone working on anything. We need it to be date/time stamped or entry order.
Example: A patient says they did pre medicate for todays appointment.
5 extractions are done
Note put in about patient making appt with general dentist and followup apt
3 RX added and last one has notes of the pharmacy they were called into.

How it shows up after leaving the patient chart then going back in:
3 RX
2 Extractions
Note about appt
3 extractions
Patient confirmed pre medicating.

This can be very confusing: why does the patient confirm pre medicating after everything was done. RX called in before the appt etc..

Any thoughts?
Curt Wyandt
curt@kapricorn.com

Kapricorn Systems, Inc.
214 Woodstown Highway
Hollsopple, PA 15935
800-344-5342
http://www.kapricorn.com

User avatar
jordansparks
Site Admin
Posts: 5744
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Chart Screen / Progress Notes order

Post by jordansparks » Tue Feb 03, 2009 3:48 pm

Easier said than done. Many many hours has gone into the part of the code that orders the rows. For some types, dates include times. For others they store dates only. Enabling date/time on each type will be complex and require extensive debugging and UI work. That is honestly not something that I can trust anyone else to do. Too much risk of introducing bugs.

The solution we plan first is to let procedure code notes all flow into one "clinical note" for the day. Also categories for autonotes. Both of those things should help with organization without any risk of introducing bugs.
Jordan Sparks, DMD
http://www.opendental.com

User avatar
kapricorn
Posts: 62
Joined: Tue Dec 18, 2007 12:40 pm

Re: Chart Screen / Progress Notes order

Post by kapricorn » Tue Feb 03, 2009 4:16 pm

Yes, we looked at the code already, very complex. We are just getting more and more complaints about it. Seems like staff are missing things already done by another staff member and requesting it again or going over it again with the patients and looking foolish. Any modifications will be a great help i beleive. Maybe if all the comm are held together they could at least be in time order.
Curt Wyandt
curt@kapricorn.com

Kapricorn Systems, Inc.
214 Woodstown Highway
Hollsopple, PA 15935
800-344-5342
http://www.kapricorn.com

Post Reply