Changes between Version 4 and Version 5 of Making appointment


Ignore:
Timestamp:
11/02/17 03:41:54 (6 years ago)
Author:
Dajana Stojchevska
Comment:

Small corrections

Legend:

Unmodified
Added
Removed
Modified
  • Making appointment

    v4 v5  
    3535
    36361. The patient needs to be registered in the hospital in which the appointment is about to be made.
    37 2. The patient needs to have GP assigned.
     372. The patient needs to have a GP assigned.
    3838
    3939'''3.5. Post-conditions'''
    4040
    41 1. Patients have made appointments online through the system successfully.
    42 2. Their doctors have an insight in these lists (appointments that each of their patients has made).
    43 3. Patients can check the history list of their own appointments too.
     411. The patients have made appointments online through the system successfully.
     422. The doctors have an insight in these lists of appointments that each of their patients has made.
     433. The patients can check the history list of their own appointments too.
    4444
    4545'''3.6. Normal Flow'''
     
    48482. The patient goes to the module for making appointments.
    49493. The patient asks for available time slots.
    50 4. The system throws out available time slots.
     504. The system throws out five available time slots.
    51515. The patient chooses one of them.
    52 6. The appointment request is closed successfully by making an appointment.
    53 7. The doctor can see a list of all appointments made by their own patients in their schedule.
     526. The appointment request is closed successfully by creating the appointment.
     537. The doctors in their own schedule can see a list of all appointments made by their own patients.
    5454
    5555'''3.7. Alternative Flows'''
    5656
    57575.1. The patient doesn't accept any of the available time slots by clicking ''Cancel the appointment request''. [[BR]]
    58 6.1. The request is closed and an appointment hasn't been made (the state of the patient's appointments list remain the same as before the patient sent the request).
     586.1. The request is closed and an appointment hasn't been made (the state of the patient's and doctor's appointments list remain the same as before the patient sent the request).
    5959
    6060'''3.8. Exceptions'''
     
    9494Note 1: Take care if two patients are about to choose one available time slot at the same time, not to allow choosing the same one at the same doctor (using lock/sync).
    9595
    96 Note 2: Consider the fact that people could make an appointments randomly, discuss a way how to regulate the patient's seriousness.
     96Note 2: Consider the fact that people could make an appointments randomly, discuss a way how to regulate the patients' seriousness.
    9797
    9898=== 4. Use Case List ===
    9999
    100100Patient
    101 * Click button make an appointment
     101* Click button ''Make an appointment''
    102102* Choose a time slot
    103103