Updated bugs, enhancement lists, and fixes
This commit is contained in:
parent
3a03dc6871
commit
f7d20e4da3
|
@ -0,0 +1,32 @@
|
||||||
|
Dear Sam
|
||||||
|
This is my wish list for the Scheduling GUI:
|
||||||
|
1. Cancel the Walk-in appointments.
|
||||||
|
2. Make the manager for the division not for the Data Base.
|
||||||
|
3. Map the Clerks (Users) to the Groups not the clinics.
|
||||||
|
4. System should inform the users if there is another appointment to the same clinic, not Just only information in the appointment screen.
|
||||||
|
5. Activate Find Available appointment Function.
|
||||||
|
6. Add New Key to the system; allow the manager to map users to the clinics without having access to add and edit the clinics.
|
||||||
|
7. In the Re-book function; system should inform the users if there is no available clinic; not just do nothing the users confused; specially if they are new in the system
|
||||||
|
8. Error massages should be more clear for the end Users.
|
||||||
|
9. Select the provider from the Check-in option.
|
||||||
|
10. Fix appointment transfer between the clinics. Specially if we have two windows.
|
||||||
|
11. Make the reason for the cancellation editable can be configured site Specific.
|
||||||
|
12. Overbook limit and it can be edited as in VistA Scheduling.
|
||||||
|
13. Can know how dont checked-out from the system through the Clinical Scheduling GUI.
|
||||||
|
14. Generate a report from the system, tell us about the Check-in & Check-out status.
|
||||||
|
15. Time Scale should be for the manager only, clerk cant change it.
|
||||||
|
16. For the appointment cancelation, if we can cancel it by group and Re-Book it by group.
|
||||||
|
17. Change VistA Server should be only for the manager.
|
||||||
|
18. Change VistA Division should be only for the manager.
|
||||||
|
19. If the I close the Last Windows in the clinical Scheduling GUI the system should ask me are you sure to close this program
|
||||||
|
20. A tool that allow us to edit the schedule without go to each day to change.
|
||||||
|
21. If I apply a new template to the clinic the system should ask me if I want to delete the previous one.
|
||||||
|
22. System should check the patient appointments, patient should not have two appointment at the same time( I should explain it for you )
|
||||||
|
23. Adding blocks in groups not individually.
|
||||||
|
24. If we change the default time slot for the clinic the system should change the access block time automatically.
|
||||||
|
25. If I inactivate the clinic in VistA it should reflects in GUI.
|
||||||
|
26. If we can make the users in groups. i.e. MRs group, OP clinics Group and map them to the resource groups
|
||||||
|
27. Copy appointments should be working will.
|
||||||
|
28. Not all the work stations in the system can seen in the GUI.
|
||||||
|
|
||||||
|
I know there are a lot of clarification for my points. I will call you to explain it.
|
|
@ -105,3 +105,9 @@ v1.4.2 (released December 12th 2010)
|
||||||
- Saving access slots is not async, but that causes other bugs because of multiple threads accessing data concurrently. It's an intermediate fix until a better saving program can be devised using BMX Updatable DataTables.
|
- Saving access slots is not async, but that causes other bugs because of multiple threads accessing data concurrently. It's an intermediate fix until a better saving program can be devised using BMX Updatable DataTables.
|
||||||
- Access block grid now refreshes itself after access blocks are added from a template. No need to change dates to see the effect.
|
- Access block grid now refreshes itself after access blocks are added from a template. No need to change dates to see the effect.
|
||||||
- New option in Access block grid to mass delete access blocks on File menu (tied to Ctrl-D).
|
- New option in Access block grid to mass delete access blocks on File menu (tied to Ctrl-D).
|
||||||
|
- Can make appointments longer than 240 minutes when using a linked Resource (PIMS issue).
|
||||||
|
- Patient Appointment List now does not show cancelled appointments.
|
||||||
|
- Patient Appointment List now shows the names of the clinics as what you called them in the Scheduling GUI, not what they are called in VISTA.
|
||||||
|
- New kids build
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -77,14 +77,14 @@ Known Bugs:
|
||||||
- No handling of invalid access code when saving access slots.
|
- No handling of invalid access code when saving access slots.
|
||||||
- No Ctrl-C & Ctrl-V handling
|
- No Ctrl-C & Ctrl-V handling
|
||||||
- No Insert & Delete button handling
|
- No Insert & Delete button handling
|
||||||
- Grids don't respond to mouse wheel movement.
|
- Grids don't respond to mouse wheel movement. (fixed in 1.5)
|
||||||
- Appointment drag and drop to the same time at a different clinic doesn't work (complains that the patient already has an appointment at this time).
|
- Appointment drag and drop to the same time at a different clinic doesn't work (complains that the patient already has an appointment at this time).
|
||||||
- Appointment drap and drop between different windows doesn't cancel the original appointment.
|
- Appointment drap and drop between different windows doesn't cancel the original appointment.
|
||||||
- Rebooking under certain conditions causes system hangs. Two issues: Program doesn't increment requested available appointment from VISTA, and doesn't deal properly with an appointment that doesn't have a access type (ie an appointment that is not in an Access block).
|
- Rebooking under certain conditions causes system hangs. Two issues: Program doesn't increment requested available appointment from VISTA, and doesn't deal properly with an appointment that doesn't have a access type (ie an appointment that is not in an Access block).
|
||||||
- Can't make appointments longer than 240 minutes when using a linked Resource (PIMS issue)
|
- Speed issues (see below)
|
||||||
- Patient Appointment List shows cancelled appointments by default and doesn't indicate in any way that they are cancelled.
|
- Date on Appt List header in Arabic doesn't show up correctly.
|
||||||
- Patient Appointment List shows the names of the resources as the VISTA PIMS clinics, not what you called them in the Scheduling GUI; only for linked resources.
|
- Error massages should be clearer for the end Users
|
||||||
- Speed issues
|
|
||||||
|
|
||||||
Other Bugs:
|
Other Bugs:
|
||||||
Put them on the trac server where you got this software.
|
Put them on the trac server where you got this software.
|
||||||
|
@ -97,3 +97,37 @@ Enhancement requests:
|
||||||
- Print Appointment Letter when Appointment is made (PHH Users workflow).
|
- Print Appointment Letter when Appointment is made (PHH Users workflow).
|
||||||
- Make printing an extensible module for end user customization (Oroville and PHH)
|
- Make printing an extensible module for end user customization (Oroville and PHH)
|
||||||
- Be able to print mutiple copies of a report (request of a PHH user).
|
- Be able to print mutiple copies of a report (request of a PHH user).
|
||||||
|
- Appointment List print out doesn't show the date and time printed.
|
||||||
|
- Add patient order to the routing slip
|
||||||
|
- Double-click should open make appoitment
|
||||||
|
- Double-click on appointment should edit appointment
|
||||||
|
- Click right click issue on grid
|
||||||
|
- Add right-click on tvClinics to Print schedule for the clinic
|
||||||
|
- Print multiple copies of schedule for clinic.
|
||||||
|
- Add ability to Cancel Walk-in appointments <Najjar>
|
||||||
|
- Make the manager for the division not for the Data Base <Najjar>
|
||||||
|
- Map the Clerks (Users) to the Groups not the clinics <Najjar>
|
||||||
|
- Add New Key to the system; allow the manager to map users to the clinics without having access to add and edit the clinics
|
||||||
|
- In the Re-book function; system should inform the users if there is no available clinic, not just do nothing.
|
||||||
|
- Select the provider from the Check-in option should print the provider on the routing slip
|
||||||
|
- Make the reason for the cancellation editable can be configured site Specific
|
||||||
|
- Have an overbook limit and it can be edited as in VistA Scheduling
|
||||||
|
- Show a indicator if a patient got checked out or not.
|
||||||
|
- Generate a report from the system, tell us about the Check-in & Check-out status
|
||||||
|
- Change VistA Server should be only for the manager only
|
||||||
|
- If the I close the Last Windows in the clinical Scheduling GUI the system should ask me "Are you sure to close this program?"
|
||||||
|
- A tool that allow us to edit the schedule without go to each day to change
|
||||||
|
- If I apply a new template to the clinic the system should ask me if I want to delete the previous one
|
||||||
|
- Adding blocks in groups not individually
|
||||||
|
- If I inactivate the clinic in VistA it should reflects in GUI
|
||||||
|
- If we can make the users in groups. i.e. MRs group, OP clinics Group and map them to the resource groups
|
||||||
|
|
||||||
|
Speed issues:
|
||||||
|
- Loading takes a long time <solved>
|
||||||
|
- Search <enter> Select <enter> <enter> takes a long time when adding appointment
|
||||||
|
- Wait cursor when updating <solved>
|
||||||
|
- Checkin takes a long time
|
||||||
|
- Printing the routing slip takes a slightly longer than necessary time
|
||||||
|
- Select patient dialog takes a tiny while to show up.
|
||||||
|
- Date-change selection not optimal (calls server with each tiny change) <solved>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue