Tasks Visible in Patient Chart

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Tasks Visible in Patient Chart

Post by drtech » Fri Jan 25, 2008 1:41 pm

I get frustrated when you make a task for a patient, there is no way to see tasks for a patient without knowing where you already put it. Or if you are reviewing a chart, you have no way of knowing if there is a task already made for a patient somewhere in the task list.

In an effort to help with this situation, I would like to add tasks attached to a particular patient to the ProgNotes. I am thinking they would be listed at the bottom of the notes since they need attention, and/or we could have dated tasks listed in order by date like the rest of the items.

Also, I think it would be good to show the recall note here as well. Then there would be no need to add it to the commlog every time you change it and the current status would be visible from the chart.
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

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

Post by jordansparks » Sat Jan 26, 2008 9:06 am

I see you already did it. That's fine. But I really wish you could resolve the problem with the reformatting of uninvolved code. Can't you just keep your commits very small until it's resolved?

You're not talking about putting the recall note in the progress notes are you? Maybe down in the grid at the lower left, but not in the progress notes.
Jordan Sparks, DMD
http://www.opendental.com

User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Post by drtech » Sat Jan 26, 2008 9:44 am

That like a good idea...putting the recall note in the lower left grid.

I can't figure out why c# is changing that uninvolved code. Yesterday i reverted back to the prev version after I saw it changed a bunch of stuff...made sure all the spacing options were off or ignore and then tried to only change a small # of lines. Then when I went to submit again I found it had reformatted a bunch of stuff. I will try to figure it out today on what setting I need to change to make it quit doing that
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Post by drtech » Sat Jan 26, 2008 4:29 pm

no luck figuring out why c#express2008 is changing the uninvolved code...everything seems to be right on the settings...
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

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

Post by jordansparks » Sat Jan 26, 2008 6:55 pm

On the spacing tab at the very bottom, do you have it set to ignore spaces around binary operators? It looked like your last big commit was removing spaces.
Jordan Sparks, DMD
http://www.opendental.com

User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Post by drtech » Sat Jan 26, 2008 8:25 pm

yes, that option is correct and it still removed the spaces, so I am not sure what the problem is. I made another post today thought and everything seemed to be fine.
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Post by drtech » Sat Jan 26, 2008 8:31 pm

I am trying to enable opening the task edit window by double clicking on the prog notes now. Is there a way to retrieve task data already like "Task.GetOne" somewhere? I am currently adding in that function to task.cs unless there is another way...
Last edited by drtech on Sun Jan 27, 2008 6:25 pm, edited 1 time in total.
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

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

Post by jordansparks » Sun Jan 27, 2008 7:53 am

Go ahead and add it. I'll look at it when you're done to make sure conforms to the most current desired tactic (undocumented).
Jordan Sparks, DMD
http://www.opendental.com

User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Post by drtech » Sun Jan 27, 2008 6:24 pm

Great...let me know if that was ok

I see you added some more things on the future versions page for tasks. I like those features. One thing I would really get to work is the way the dated tasks work.

Not sure yet if this is possible with the way the structure is but what about these?

1) I want dated tasks to show up on the appropriate task list on and AFTER their due date. For reminder calls in the future etc...Currently, they only show on the day/week/month you click on and if you didn't get it done in time and move on to a later date it disappears into computer oblivion.
.
2)Be able to view and change what tasklist the task is in from the taskedit window. I guess it would need to be a 'windows explorer' like hierarchical tree view of the task lists to make it work...not really sure how to do that....or maybe it would be easier to include a GoTo button to navigate to the actual task list and then use the cut/copy/paste functions there.
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

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

Post by jordansparks » Mon Jan 28, 2008 12:36 pm

I was going to hold off on the overhaul of the dated functions for just a little while longer. It's going to be very challenging, and I need time to mull it over a little more. First, I want to turn the "repeating" tab into a completely separate setup window. Also, I want to completely eliminate the three dated tabs and merge them into the main tab. But like I said, it's going to take a lot of planning to get it just right.
Jordan Sparks, DMD
http://www.opendental.com

User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Post by drtech » Mon Jan 28, 2008 1:03 pm

ok...yeah, I thought the dated stuff would be pretty complicated...
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Post by drtech » Sat Feb 02, 2008 7:17 am

when you say you want to add more statuses to tasks......
enumerations like

1)New 2)Viewed 3)WorkingOnIt, 4)FollowUpNeeded 5)Completed?

or custom, user statuses?
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

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

Post by jordansparks » Sat Feb 02, 2008 2:12 pm

Probably a combination of a short hard-coded status selection along with a more flexible customizable status selection. What's critically missing right now is a "viewed" status. There is already a completed status, but filtering is not adequate. Please don't touch this part of the program right now. Derek is working on that. We have also had a lot of internal discussions about tasks. I can safely say that we use tasks more heavily than any dental office possibly could. As such, we are in a very good position to make meaningful changes and to stay very much on top of those changes as they are made.
Jordan Sparks, DMD
http://www.opendental.com

Post Reply