Updated Readme and Changelog

This commit is contained in:
sam 2010-12-12 16:42:02 +00:00
parent 67dd7ba3af
commit 98c8024cc3
2 changed files with 15 additions and 14 deletions

View File

@ -94,4 +94,14 @@ v1.4.1 (released September 29th 2010)
- More extensive notes files.
- New Kids build.
v1.4.2 (released December 12th 2010)
- Finally, the transaction bugs that happens on high volume GT.M systems are fixed.
- Fixes 1 day view drawing bug, causing yesterday's appointments to show as if they were today.
- Updating the Note in the Edit appointment context menu now updates both BSDX APPOINTMENT file and HOSPITAL LOCATION.
- Walk-in appointments now count towards slots left calcuations.
- Default open location for apply template dialog is now the last folder navigated to.
- Drag and drop and Delete Message Boxes (prompts) for users when manipulating Access Blocks have been removed (no need for them).
- Printing from the View Apppointment user control (visible in the Make Appointment dialog) no longer causes an error if there are no appointments for patients.
- 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.
- New option in Access block grid to mass delete access blocks on File menu (tied to Ctrl-D).

View File

@ -1,4 +1,4 @@
BSDX 1.41 for WorldVista
BSDX 1.42 for WorldVista
Licensed under LGPL.
This is a Scheduling GUI package.
@ -24,7 +24,7 @@ BMXNet22.dll
Client does not need installation. Both files have to be located in the same folder.
For users who used a previous version, you only need to download and install BSDX 1.41 kids and ClinicalScheduling.exe plus the BMXNet22.dll library. If BMX Server version is outdated, you need to install the new version.
For users who used a previous version, you only need to download and install BSDX 1.42 kids and ClinicalScheduling.exe plus the BMXNet22.dll library. If BMX Server version is outdated, you need to install the new version.
Post-installation tasks:
After installation, complete the following tasks to configure Windows Scheduling:
@ -35,7 +35,7 @@ assigned. The BSDXZMGR key permits access to the Scheduling Management
menu in the client application. This menu supports the creation of clinics and
clinic groups, assignment of users to clinics, designation of user access, and other management activities. For further details, see the User Manual.
3. Make the BMXRPC and BSDXPRC menu options available to scheduling users.
These options must be somewhere in the users path, either as a secondary option
These options must be somewhere in the user's path, either as a secondary option
or as members of a menu to which the user has access.
4. Use Scheduling Management to configure
a. Resources (clinics)
@ -75,15 +75,9 @@ Known Bugs:
- IDs in Scheduling GUI reflect the HRN not the Primary ID
- Cannot cancel a walk-in appointment in Scheduling...
- No handling of invalid access code when saving access slots.
- Saving access slots causes program to freeze until it's done: need to be Async
- No Ctrl-C & Ctrl-V handling
- No Insert & Delete button handling
- After applying access templates, the access blocks screen doesn't refresh itself.
- Logic to remove old access blocks does not work. Only workaround is to remove them manually.
- Transactions fail when a restart is attempted (High volume GT.M systems only).
- Grids don't respond to mouse wheel movement.
- Default open location for Apply Template is inappropriate. Should be the last folder navigated.
- Drag and drop plus delete Message Boxes on Access Blocks editor are unnecessary.
- 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).
@ -91,10 +85,6 @@ Known Bugs:
- 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.
- For 1 day view, it shows yesterday's appointments if the time difference is less than one day between today's appointment and yesterday's appointment. This is a problem with the Calendar Grid drawing code.
- Updating Note with Edit Appointment context menu only updates it in the BSDX APPOINTMENT file, not in file 44 (Hosp Location) "S" node.
Other Bugs:
Put them on the trac server where you got this software.
@ -106,3 +96,4 @@ Enhancement requests:
- 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)
- Be able to print mutiple copies of a report (request of a PHH user).