Bubbles on schedule
Submitted by bellvet on Thu, 10/09/2009 - 15:50
Hi,
Has there been a fix for the bubbles on the schedule continuing off the page out of the line of view. The notes that are typed there are difficult to see, I thought? that the note bubbles were going to be directed in towards the middle of the screen and not off the screen. Is someone able to give me an update, maybe it's been done and we haven't changed it on our system?
Sandra.
Re: Bubbles on schedule
I can't see any JIRA entry relating to this issue so on that basis it would have been fixed. I assume it happens on the extreme right column of the schedule ?
I think we went down the customisable schedule text road and forgot about this issue. I.e. Notes in schedule cell and turn off bubble option we implemented.
We can definitely JIRA this as well but can't be sure it will get into 1.4 ..
Cheers Tony
On 10/09/09 2:50 PM, "Sandra" :
> Hi, > > Has there been a fix for the bubbles on the schedule continuing off the page > out of the line of view. The notes that are typed there are difficult to see, > I thought? that the note bubbles were going to be directed in towards the > middle of the screen and not off the screen. Is someone able to give me an > update, maybe it's been done and we haven't changed it on our system? > > Sandra. > _______________________________________________ > OpenVPMS User Mailing List > users@lists.openvpms.org > To unsubscribe or change your subscription visit: > http://lists.openvpms.org/listinfo/users > Posts from this mailing list can be viewed online and replied to in the > OpenVPMS User's forum- http://tinyurl.com/openvfu_______________________________________________ OpenVPMS User Mailing List users@lists.openvpms.org To unsubscribe or change your subscription visit: http://lists.openvpms.org/listinfo/users Posts from this mailing list can be viewed online and replied to in the OpenVPMS User's forum- http://tinyurl.com/openvfu
Bubbles on schedule
Sandra @ Bellarine
Hi Tony,
Yes, it is a problem in the right hand column of the schedule. I thnk the answer may be some training for me on customising the schedule?
Can anyone tell me if customising their schedule has got rid of this problem?
Would I contact our implementer for this training?
Sandra.
Re: Bubbles on schedule
Customising the schedule will only get rid of the problem if you turn off the bubbles and display the notes in the schedule cell instead.
The display in schedules can be edited in the display expression field in the schedule view. The schedule view editor has a test button which displays some common expressions and allows you to test what they would look like. That plus some guidance here may be enough to get you going.
Alternatively you can hand the task over to your implementer :-)
Cheers Tony
On 15/09/09 10:25 AM, "Sandra" :
> Sandra @ BellarineHi Tony,
Yes, it is a problem in the right hand column of > the schedule. I thnk the answer may be some training for me on customising > the schedule? Can anyone tell me if customising their schedule has got rid of > this problem? Would I contact our implementer for this > training?Sandra. _______________________________________________
OpenVPMS > User Mailing Listusers@lists.openvpms.org
To unsubscribe or change your > subscription visit:http://lists.openvpms.org/listinfo/users
Posts from this > mailing list can be viewed online and replied to in the OpenVPMS User's forum- > http://tinyurl.com/openvfu_______________________________________________ OpenVPMS User Mailing List users@lists.openvpms.org To unsubscribe or change your subscription visit: http://lists.openvpms.org/listinfo/users Posts from this mailing list can be viewed online and replied to in the OpenVPMS User's forum- http://tinyurl.com/openvfu
Bubbles on schedule
Sandra @ Bellarine
Hi Tony,
I'd like to have a go at this myself, I'll contact our implementer for some guidance.
Sandra.
Re: Bubbles on schedule
Our Surgery worklist: concat(substring(openvpms:get(., 'customer.name'),0,20),' - ',substring(openvpms:get(., 'patient.name'),0,15), '\n', substring(openvpms:get(.,'act.description'),0,35), '\n', openvpms:get(.,'act.statusName'), ' ', openvpms:get(., 'waiting') )
Our Radiology worklist (we use this to display patient IDs for entry into our pacs - I need to DOB to this :) ) concat(substring(openvpms:get(., 'customer.name'),0,20),' - ',substring(openvpms:get(., 'patient.name'),0,15),'(',openvpms:get(., 'patient.objectReference')/id,')', '\n', substring(openvpms:get(.,'act.description'),0,35), '\n', openvpms:get(.,'act.statusName'), ' ', openvpms:get(., 'waiting') )
Our Consulting Schedule View concat(substring(openvpms:get(., 'customer.name'),0,20),' - ',substring(openvpms:get(., 'patient.name'),0,15), '\n', substring(openvpms:get(.,'act.description'),0,35), '\n', openvpms:get(.,'act.statusName'), ' ', openvpms:get(., 'waiting') )
Note we truncate our text fields to prevent overflow.
Hope it helps, Matt C
On Tue, 15 Sep 2009 04:42:22 +0000 (UTC), sandra@bellvet.com.au wrote: > Sandra @ Bellarine > Hi Tony, > I'd like to have a go at this myself, I'll contact our implementer for some > guidance. > Sandra. > > _______________________________________________ > OpenVPMS User Mailing List > users@lists.openvpms.org > To unsubscribe or change your subscription visit: > http://lists.openvpms.org/listinfo/users > Posts from this mailing list can be viewed online and replied to in the > OpenVPMS User's forum- http://tinyurl.com/openvfu >_______________________________________________ OpenVPMS User Mailing List users@lists.openvpms.org To unsubscribe or change your subscription visit: http://lists.openvpms.org/listinfo/users Posts from this mailing list can be viewed online and replied to in the OpenVPMS User's forum- http://tinyurl.com/openvfu
Bubbles on Schedule
Sandra @ Bellarine
Matt Costa you are a legend!!! Thankyou so much!
Sandra.
Worklist & Schedule Views
Sandra @ Bellarine
Hi,
I used the text expressons above (thanks again Matt) and I would like to make two changes to our worklist & schedule views.
1. On the WORKLIST VIEW in the waiting room there is no waiting time at all and the vets really want this.
2. On our SCHEDULE VIEW the waiing times appear but they keep ticking over, even when the consult is marked as completed and the client has left the building.
Does anyone have a solution for this?
Sandra.
Re: Worklist & Schedule Views
-- ______________________________________________________________________Principal ConsultantVertical Connect Pty LtdPhone : +61 (0) 3 97229824Mobile: +61 (0) 4 21347105Email : tony@verticalconnect.net Web : //www.verticalconnect.net">http://www.verticalconnect.net
Re: Worklist & Schedule Views
Hi guys,
I think we reported the waiting time clock not stopping way back when we started using text expressions. The expression seems to calculate time since checked in (activity_start_time) then show the difference since from then until current time. In my investigation I have not been able to find that OpenVPMS stores wait times or that they can be derived from start and end times of other events. I'm sure that could be changed if enough clinics wanted to audit this and have it in a report.
With respect to the waiting room "worklist" vs waiting room "schedule" debate, in our hands the single screen model described by Tony has worked better. When showing clinics the system, we have had varied feedback as to what they would prefer. Some rx users seem to prefer that their waiting room is task based rather then schedule based. We considered using it, but we found the status linkages between scheduler and worklist were not consistently applied. It has been too long for me to remember the details, but given very few users were using the worklists as a waiting room manager, I never pursued the issue. The reason we tried it from memory, was becuase we thought that it might better manage events like phone calls and other non consultation tasks that also appear in our consulting schedule view.
Cheers,
Matt C
On Thu, 29 Oct 2009 08:56:40 +1100, wrote:
Re: Worklist & Schedule Views
Re: Worklist & Schedule Views
Hi Tony,
But dont you think Waiting time is better defined as the time from check in to starting the consultation?
I don't think these added features in worklists will have a place in our clinic, so probably not a high priority one for us at least.
Matt C
On Fri, 30 Oct 2009 08:24:33 +1100, wrote:
Re: Worklist & Schedule Views
-- ______________________________________________________________________Principal ConsultantVertical Connect Pty LtdPhone : +61 (0) 3 97229824Mobile: +61 (0) 4 21347105Email : tony@verticalconnect.net Web : //www.verticalconnect.net">http://www.verticalconnect.net
Re: Worklist & Schedule Views
The problem that we are having with the waiting time on the scheduler for the past month or so, is that the clock is no longer disappearing or stoppping when the status changes. Even when complete, the time keeps ticking over. You can go to the screen from last week and it is still progressing! Is this just us or is it system wide? This makes consulting from the scheduler quite difficult (as we consult from Clinician screen, not status) as you cannot easily see who is in the waiting room. We could switch over to consulting from status, but then we lose the ability to see easily who the consult is for, which is why we consult from a waiting room worklist. So either if there is a time indicator from when the tasks were added to the worklists (which may be good for hosp patients too) or switch the waiting time back to disappear when the status changes.
The other thing that I have noticed with status linkages etc, is that now when you change the status either in a worklist or on the scheduler of a linked appointment, both statuses (is that a word?) change. This however only works if you are consulting and checking out, not navigating manually. But if while you are consulting and doing a no charge consult or finalising within the invoice (eg if you have a euth that they are going to pay for later, they duck out the back door and so they don't go through reception and have a "proper check out", the status remains in progress.
Amanda
Amanda Hulands-Nave Bellarine Veterinary Practice