Changeset 1042 for Scheduling/trunk/doc
- Timestamp:
- Dec 12, 2010, 11:42:02 AM (14 years ago)
- Location:
- Scheduling/trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/doc/ChangeLog.txt
r977 r1042 95 95 - New Kids build. 96 96 97 97 v1.4.2 (released December 12th 2010) 98 - Finally, the transaction bugs that happens on high volume GT.M systems are fixed. 99 - Fixes 1 day view drawing bug, causing yesterday's appointments to show as if they were today. 100 - Updating the Note in the Edit appointment context menu now updates both BSDX APPOINTMENT file and HOSPITAL LOCATION. 101 - Walk-in appointments now count towards slots left calcuations. 102 - Default open location for apply template dialog is now the last folder navigated to. 103 - Drag and drop and Delete Message Boxes (prompts) for users when manipulating Access Blocks have been removed (no need for them). 104 - 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. 105 - 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. 106 - Access block grid now refreshes itself after access blocks are added from a template. No need to change dates to see the effect. 107 - New option in Access block grid to mass delete access blocks on File menu (tied to Ctrl-D). -
Scheduling/trunk/doc/README.txt
r1037 r1042 1 BSDX 1.4 1for WorldVista1 BSDX 1.42 for WorldVista 2 2 Licensed under LGPL. 3 3 … … 25 25 Client does not need installation. Both files have to be located in the same folder. 26 26 27 For users who used a previous version, you only need to download and install BSDX 1.4 1kids and ClinicalScheduling.exe plus the BMXNet22.dll library. If BMX Server version is outdated, you need to install the new version.27 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. 28 28 29 29 Post-installation tasks: … … 36 36 clinic groups, assignment of users to clinics, designation of user access, and other management activities. For further details, see the User Manual. 37 37 3. Make the BMXRPC and BSDXPRC menu options available to scheduling users. 38 These options must be somewhere in the user ’s path, either as a secondary option38 These options must be somewhere in the user's path, either as a secondary option 39 39 or as members of a menu to which the user has access. 40 40 4. Use Scheduling Management to configure … … 76 76 - Cannot cancel a walk-in appointment in Scheduling... 77 77 - No handling of invalid access code when saving access slots. 78 - Saving access slots causes program to freeze until it's done: need to be Async79 78 - No Ctrl-C & Ctrl-V handling 80 79 - No Insert & Delete button handling 81 - After applying access templates, the access blocks screen doesn't refresh itself.82 - Logic to remove old access blocks does not work. Only workaround is to remove them manually.83 - Transactions fail when a restart is attempted (High volume GT.M systems only).84 80 - Grids don't respond to mouse wheel movement. 85 - Default open location for Apply Template is inappropriate. Should be the last folder navigated.86 - Drag and drop plus delete Message Boxes on Access Blocks editor are unnecessary.87 81 - 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). 88 82 - Appointment drap and drop between different windows doesn't cancel the original appointment. … … 92 86 - 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. 93 87 - Speed issues 94 - 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.95 - 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.96 - 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.97 - Updating Note with Edit Appointment context menu only updates it in the BSDX APPOINTMENT file, not in file 44 (Hosp Location) "S" node.98 88 99 89 Other Bugs: … … 107 97 - Print Appointment Letter when Appointment is made (PHH Users workflow). 108 98 - Make printing an extensible module for end user customization (Oroville and PHH) 99 - Be able to print mutiple copies of a report (request of a PHH user).
Note:
See TracChangeset
for help on using the changeset viewer.