Updated Bugs and Enhancement Request. LGPL license at top of readme.
This commit is contained in:
parent
2f21f07db7
commit
f0836e8bf9
|
@ -1,4 +1,5 @@
|
|||
BSDX 1.41 for WorldVista
|
||||
Licensed under LGPL.
|
||||
|
||||
This is a Scheduling GUI package.
|
||||
|
||||
|
@ -86,6 +87,9 @@ Known Bugs:
|
|||
- 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.
|
||||
- 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)
|
||||
- Patient Appointment List shows cancelled appointments by default and doesn't indicate in any way that they are cancelled.
|
||||
- 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.
|
||||
- Speed issues
|
||||
- If you click on the print button in the View Appointments User Control (visible in the Make Appointment dialog) and the patient doesn't have any appointments (new patient), there is an error.
|
||||
- Program doesn't count walk-in appointments as part of slot calculations. I.e., doesn't consider walk-in's to count against the number of slots for a specific time.
|
||||
|
@ -99,5 +103,6 @@ Enhancement requests:
|
|||
- Show Appointment Status in patient information windows. In other words show if the appointment is a future, checked-in, checked-out, or canceled status. (Oroville)
|
||||
- Allow all users to access all clinics by default (EHS/PHH)
|
||||
- Summary Schedule report based on Clinic Schedule report. Remove Phone, Address, Appointment Made By, and on fields.
|
||||
- Alert user if a patient already has an appointment in the same clinic for today.
|
||||
- Print Appointment Letter when Appointment is made (PHH Users workflow).
|
||||
- Make printing an extensible module for end user customization (Oroville and PHH)
|
||||
|
|
Loading…
Reference in New Issue