-
Notifications
You must be signed in to change notification settings - Fork 3
Current system
Create a new patient, together with basic details of the surgery needed. It is assumed that one will only need to enter a patient if a surgery is required. Different types of surgeries require different information, so javascript hides / shows the relevant fields as necessary.
This gives a paginated table of all patients. The search bar searches for matches according to first name, surname or Hospital number. Clicking on a patient takes one to the patient details page
This is separated into 4 tabs:
Basic details unrelated to surgery or appointments.
Details of upcoming surgeries. Note: Currently the system can only cope with one surgery at a time. This must be changed to a many to one relationship (i.e. call this page upcoming surgeries, and make it function like past surgeries). When a surgery is completed, the outcome form is completed. The surgery is then moved to past surgeries.
Allows the scheduling of pre-op and post-op appointments.
A date ordered list of all surgeries that have been marked as completed.
This page must provide a calendar-like view that allows easy scheduling of new appointments (pre-op / post-op) and surgeries, based on the number of doctors available, and the number of patients that have already been booked on that day for the various surgeries.
This page shows surgeries that allows viewing of surgeries that are scheduled for different dates. This page needs to be reworked