source: Scheduling/trunk/doc/README.txt@ 1129

Last change on this file since 1129 was 1129, checked in by Sam Habiel, 13 years ago

Updated ChangeLog and Readme

File size: 9.3 KB
Line 
1BSDX 1.42 for WorldVista
2Licensed under LGPL.
3
4This is a Scheduling GUI package.
5
6Pre-requisites:
7FM 22
8Kernel 8
9XB 3 or above
10SD 5.3
11SD 5.3 patch 11310 (to fix a problem with the code)
12BMX 2.21
13
14For a Virgin WorldVistA 6-08 release install the following in this order:
151. XB 4 (see https://trac.opensourcevista.net/browser/IHS-VA_UTILITIES-XB/tag/rel_20091207)
162. BMX 2.21 (see https://trac.opensourcevista.net/browser/BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/k)
173. XWB 1.1 patch 113102 (see https://trac.opensourcevista.net/browser/BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/k)
184. BSDX 1.42 (see https://trac.opensourcevista.net/browser/Scheduling/trunk/kids)
195. SD 5.3 patch 11310 (see https://trac.opensourcevista.net/browser/Scheduling/trunk/kids)
20
21Client (download from https://trac.opensourcevista.net/browser/Scheduling/trunk/cs/bsdx0200GUISourceCode/bin/Release):
22ClinicalScheduling.exe
23BMXNet22.dll
24
25Client does not need installation. Both files have to be located in the same folder.
26
27For 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
29Post-installation tasks:
30After installation, complete the following tasks to configure Windows Scheduling:
311. Using VISTA tools, assign the BSDXMENU security key. All scheduling users
32must have the BSDXZMENU security key.
332. Users who are also scheduling managers must have the BSDXZMGR key
34assigned. The BSDXZMGR key permits access to the Scheduling Management
35menu in the client application. This menu supports the creation of clinics and
36clinic groups, assignment of users to clinics, designation of user access, and other management activities. For further details, see the User Manual.
373. Make the BMXRPC and BSDXPRC menu options available to scheduling users.
38These options must be somewhere in the user's path, either as a secondary option
39or as members of a menu to which the user has access.
404. Use Scheduling Management to configure
41a. Resources (clinics)
42b. Users to work with those clinics
43c. Resource Groups, then add the clinics to the resource groups.
44d. Access Types
45e. Access Type Groups
46(see below for more details).
475. Restart the program, and edit the resource availablility by right clicking on it in the tree.
48
49If you don't do these steps, the program won't work.
50See the User Manual for detailed instructions.
51
52Detailed Clinic Configuration Instructions:
53The program is in a sort of an intermediate state; it doesn't edit PIMS clinics directly, but can be linked to them if you want appointments and check-ins to show up in PIMS. This program can work without ever being linked to PIMS clinics.
54
55If you need to use PIMS clinics, here is how you do the set-up:
560. First, make sure you have BMXRPC and BSDXRPC in your menu path and that you have BSDXZMGR for Sched GUI set-up and DG SUPERVISOR TO set up PIMS clinics on roll and scroll.
571. Create the PIMS clinics using SDBUILD menu in VISTA. The GUI uses the following fields from the Hospital Location file
58 - Clinic Name
59 - Inactivation Date/Reactivation Date for deciding whether to display it.
60 - Default Provider multiple for populating the default providers
61 - Division (not currently used, but will be in the future)
622. Create the resources in the GUI, and tie each of them to the clinics as needed.
633. For each resource, you need to add authorized users. These users must hold the BSDXZMENU key or else, they won't show up. You may see users with XUPROGMODE. These will always show up.
644. Create Resource Groups, and add resources to them. Without this, the tree on the side won't show up; and without this tree, users cannot select a schedule.
655. Set-up At least 1 access type
666. Set-up At least 1 access group
677. Restart
688. Create slots for each of the clinics. You can save them as files and re-use them.
69
70Known Bugs:
71- Users booking appointments at exactly the same time for the same clinic doesn't work properly (concurrency issues).
72- Various usability issues that are apparent in the program. E.g. you need to click before you right click, drag and drop has no visiual assist to show what you are dragging and where to, etc.
73- Remaining slots calculation does not work properly if you have more than 1 slot per access block (Najjar says that it doesn't work for 1 slot either if you change the time scale). (being fixed in v 1.5).
74- Find Appointments function is not operational in Scheduling GUI (fixed in 1.5)
75- IDs in Scheduling GUI reflect the HRN not the Primary ID
76- Cannot cancel a walk-in appointment in Scheduling... (fixed in 1.5)
77- No handling of invalid access code when saving access slots.
78- No Ctrl-C & Ctrl-V handling
79- No Insert & Delete button handling
80- Grids don't respond to mouse wheel movement. (fixed in 1.5)
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).
82- Appointment drap and drop between different windows doesn't cancel the original appointment.
83- 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).
84- Speed issues (see below) <better in 1.5>
85- Date on Appt List header in Arabic doesn't show up correctly.
86- Error massages should be clearer for the end Users <fixed in 1.5>
87- Event raise for clinic groups raises the name of the group not the clinic. The receiving end in the C# code compares and checks for the clinic. <fixed in 1.5>
88- When making a walk-in appointment, it lets you cancel check-in by pressing the cancel button, yet walk-in continues to be made.
89- If user has no access to any schedules but has access to application (has BSDXZMENU key), opening the appointment menu causes a crash.
90
91
92Other Bugs:
93Put them on the trac server where you got this software.
94
95Enhancement requests:
96- 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)
97- Allow all users to access all clinics by default (EHS/PHH)
98- Summary Schedule report based on Clinic Schedule report. Remove Phone, Address, Appointment Made By, and on fields.
99- Alert user if a patient already has an appointment in the same clinic for today.
100- Print Appointment Letter when Appointment is made (PHH Users workflow). (solved in 1.5)
101- Make printing an extensible module for end user customization (Oroville and PHH) (solved in 1.5; not documented).
102- Be able to print mutiple copies of a report (request of a PHH user).
103- Appointment List print out doesn't show the date and time printed. (solved in 1.5)
104- Add patient order to the routing slip (solved in 1.5)
105- Double-click should open make appoitment
106- Double-click on appointment should edit appointment
107- Click right click issue on grid
108- Add right-click on tvClinics to Print schedule for the clinic (solved in 1.5)
109- Add ability to Cancel Walk-in appointments <Najjar> (solved in 1.5)
110- Make the manager for the division not for the Data Base <Najjar>
111- Map the Clerks (Users) to the Groups not the clinics <Najjar>
112- Add New Key to the system; allow the manager to map users to the clinics without having access to add and edit the clinics
113- In the Re-book function; system should inform the users if there is no available clinic, not just do nothing.
114- Select the provider from the Check-in option should print the provider on the routing slip (sovled in 1.5)
115- Make the reason for the cancellation editable can be configured site Specific
116- Have an overbook limit and it can be edited as in VistA Scheduling
117- Show a indicator if a patient got checked out or not.
118- Generate a report from the system, tell us about the Check-in & Check-out status
119- Change VistA Server should be only for the manager only
120- If the I close the Last Windows in the clinical Scheduling GUI the system should ask me "Are you sure to close this program?"
121- A tool that allow us to edit the schedule without go to each day to change
122- If I apply a new template to the clinic the system should ask me if I want to delete the previous one
123- Adding blocks in groups not individually
124- If I inactivate the clinic in VistA it should reflects in GUI
125- If we can make the users in groups. i.e. MRs group, OP clinics Group and map them to the resource groups
126- Add an option to change the locale independent of the Windows locale (Khamis; PHH) <not doable>; changed date format instead in v 1.5
127- Show today's column in a different color.
128- Show Holiday columns in a different color.
129- Be able to copy appointments in mass from one clinic to another.
130- Manager functions: Send message and Shutdown sends message or shuts down all users, not just individual users.
131- SMS to remind patients of appointments.
132
133Speed issues:
134- Loading takes a long time <solved in 1.5>
135- Search <enter> Select <enter> <enter> takes a long time when adding appointment <solved in 1.5>
136- Wait cursor when updating <solved in 1.5>
137- Checkin takes a long time <solved in 1.5>
138- Printing the routing slip takes a slightly longer than necessary time <not an issue in main version>
139- Select patient dialog takes a tiny while to show up. <solved in 1.5>
140- Date-change selection not optimal (calls server with each tiny change) <solved in 1.5>
Note: See TracBrowser for help on using the repository browser.