HeaderSIS.jpg

Difference between revisions of "IS480 Team wiki: 2014T1 Code Blue scope"

From IS480
Jump to navigation Jump to search
Line 99: Line 99:
 
     </li>
 
     </li>
 
      
 
      
 +
<b><u>Secondary Functions</u></b><br>
 
     <li>
 
     <li>
 
       <b>Playback function</b>
 
       <b>Playback function</b>
Line 105: Line 106:
 
       </ul>
 
       </ul>
 
     </li>
 
     </li>
 +
    <li>
 +
      <b>Compare Simulation</b>
 +
      <ul>
 +
        <li>Function to compare the different simulation runs with the same periodic parameters</li>
 +
      </ul>
 +
    </li>
 +
    <li>
 +
      <b>User Management (Admin)</b>
 +
      <ul>
 +
        <li>Function that allows the admin user to manage users access for them tp use and login to the system</li>
 +
      </ul>
 +
    </li>
 +
    <li>
 +
      <b>Random Generator Seeds (Admin)</b>
 +
      <ul>
 +
        <li>Function that allows the admin user to set the different seeds to be randomly generated to run the simulation.</li>
 +
      </ul>
 +
    </li>
 +
    <li>
 +
      <b>Treatment Configuration (Admin)</b>
 +
      <ul>
 +
        <li>Function that allows the admin user to add and delete the different treatments in the simulation</li>
 +
      </ul>
 +
    </li>
 +
 +
    <li>
 +
      <b>Data table view of text file</b>
 +
      <ul>
 +
        <li>Function that allows user fill into a table form instead of uploading a .txt file </li>
 +
      </ul>
 +
    </li>
 +
   
 +
    <li>
 +
      <b>KPIs with weighted score</b>
 +
      <ul>
 +
        <li>Function that will display a weighted score of the KPIs retrieved from the simulation. Function will act as an add-on to the current reports page.</li>
 +
      </ul>
 +
    </li>
 +
 +
<b><u>Primary Functions</u></b><br>
 +
    <li>
 +
      <b>Data table view of text file</b>
 +
      <ul>
 +
        <li>Function that allows user fill into a table form instead of uploading a .txt file </li>
 +
      </ul>
 +
    </li>
 +
  
 
     </li>
 
     </li>
 
</ul>
 
</ul>
 +
<br>
  
  
 
[[Media:Code_Blue_1.jpg|Project Scope(Acceptance)]]
 
[[Media:Code_Blue_1.jpg|Project Scope(Acceptance)]]

Revision as of 12:33, 7 October 2014

Code Blue 1.jpg
Home The Team Project Overview Project Management Project Documentation Project Resources
Project Description Project Scope Technologies X-factor


New scope cb.jpg


Primary Functions

  • Manage Test parameters
    • To provide a user interface for the user to enter his/her desired parameters (e.g. Length of simulation, Targeted service level) to be used for the simulation run and to upload a data file containing the historical arrival rate of the emergency department at different day and different hour of the day.
  • Manage General Simulation Settings
    • To provide a user interface for the user to enter his/her desired setting to be used for the simulation run. E.g. Percentage of patient to go through treatment, Type of treatment that can be ordered during the simulation and the respective probability of treatment result (% of all clear, % of mild problem, % of serious result).
  • Simulation - Run without animation
    • Running the Simulation without animation would cause the simulation to run in the background. User to have the option to view a playback of the visualization of patient movement after the simulation has ended.
  • Simulation - Run with animation
    • Running in animation mode allow the user to view the current state of the simulation, with the movement of the patient in the emergency department.
  • Simulation (Speed Management)
    • To allow the user to control the speed of the simulation as the simulation is running. User can choose from 4 different speeds (default, x2, x3, x4).
  • Length of Stay Bar and Pie Charts
    • Charts within the reporting function to display the Length of Stay of patients in the Emergency Department showing the overall average, 70th and the 90th percentile
  • Entrant/Re-entrant Bar Chart
    • Charts within the reporting function to display a clear view of the number of entrant and re-entrant patients within the Emergency Department
  • Room Utilization Gauge Chart
    • Charts within the reporting function to display the utilization levels of the rooms in the Emergency department
  • Starvation Index Report
    • A report within the reporting function to show the level of starvation patients go through in the simulation run
  • Login
    • A function that allows users, primarily the Admin User to login to the system and access admin functionalities. Users will need to be validated by the admin to be able to login
  • Secondary Functions
  • Playback function
    • This is where users can view a visualized animation of the report once a simulation has been run (without animation). User will be able to go to a specific time in the visualized simulation run to view.
  • Compare Simulation
    • Function to compare the different simulation runs with the same periodic parameters
  • User Management (Admin)
    • Function that allows the admin user to manage users access for them tp use and login to the system
  • Random Generator Seeds (Admin)
    • Function that allows the admin user to set the different seeds to be randomly generated to run the simulation.
  • Treatment Configuration (Admin)
    • Function that allows the admin user to add and delete the different treatments in the simulation
  • Data table view of text file
    • Function that allows user fill into a table form instead of uploading a .txt file
  • KPIs with weighted score
    • Function that will display a weighted score of the KPIs retrieved from the simulation. Function will act as an add-on to the current reports page.
  • Primary Functions
  • Data table view of text file
    • Function that allows user fill into a table form instead of uploading a .txt file



Project Scope(Acceptance)