HeaderSIS.jpg

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

From IS480
Jump to navigation Jump to search
 
(12 intermediate revisions by 3 users not shown)
Line 33: Line 33:
 
<!---------------END of Sub-Header------------------->
 
<!---------------END of Sub-Header------------------->
 
<br>
 
<br>
[[Image:Scope.jpg|500px|center]]
+
[[Image:cb_finalscope.jpg|800px|center]]
 +
<br>
  
 +
<b><u>Primary Functions</u></b><br><br>
 
<ul>
 
<ul>
 
     <li>
 
     <li>
       <b>Simulation Input Management</b>
+
       <b>Manage Test parameters</b>
 
       <ul>
 
       <ul>
         <li>UI for managing simulation settings such as the probability of patient to go through laboratory procedure and probability of  different laboratory result simulated.</li>
+
         <li>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.</li>
        <li>UI for user to select and input simulation decision parameters such as the type of prioritization strategy, service rate, type of simulation to run and the period to run.</li>
 
        <li>Upload historical data file.</li>
 
 
       </ul>
 
       </ul>
 
     </li>
 
     </li>
     <li><b>Dynamic Patient-Prioritization Strategy Engine</b>
+
     <li>
      <ul>
+
      <b>Manage General Simulation Settings</b>
          <li>Implementation of the strategy Shortest-Consultation-Time-First (SCON). This strategy focuses on patient's estimated length of consultation to determine his/her priority in the queue.</li>
+
      <ul>
          <li>Implementation of the strategy Shortest-Remaining-Time-First (SREM). This strategy focuses on using the patient's remaining length of stay period to determine his/her priority in the queue.</li>
+
        <li>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).</li>
          <li>Implementation of the hybrid strategy Mixed Strategy. This strategy uses both aspects from the SCON and SREM strategy.</li>
+
      </ul>
      </ul>
+
    </li>
 +
    <li>
 +
      <b>Simulation - Run without animation</b>
 +
      <ul>
 +
        <li>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.</li>
 +
      </ul>
 +
    </li>
 +
    <li>
 +
      <b>Simulation - Run with animation</b>
 +
      <ul>
 +
        <li>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.</li>
 +
      </ul>
 +
    </li>
 +
    <li>
 +
      <b>Simulation (Speed Management)</b>
 +
      <ul>
 +
        <li>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).</li>
 +
      </ul>
 +
    </li>
 +
    <li>
 +
      <b>Length of Stay Bar and Pie Charts</b>
 +
      <ul>
 +
        <li>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</li>
 +
      </ul>
 +
    </li>
 +
    <li>
 +
      <b>Entrant/Re-entrant Bar Chart</b>
 +
      <ul>
 +
        <li>Charts within the reporting function to display a clear view of the number of entrant and re-entrant patients within the Emergency Department</li>
 +
      </ul>
 +
    </li>
 +
    <li>
 +
      <b>Room Utilization Gauge Chart</b>
 +
      <ul>
 +
        <li>Charts within the reporting function to display the utilization levels of the rooms in the Emergency department</li>
 +
      </ul>
 +
    </li>
 +
    <li>
 +
      <b>Starvation Index Report</b>
 +
      <ul>
 +
        <li>A report within the reporting function to show the level of starvation patients go through in the simulation run</li>
 +
      </ul>
 +
    </li>
 +
    <li>
 +
      <b>Login</b>
 +
      <ul>
 +
        <li>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</li>
 +
      </ul>
 +
    </li>
 +
    <br>
 +
<b><u>Secondary Functions</u></b><br><br>
 +
    <li>
 +
      <b>Playback function</b>
 +
      <ul>
 +
        <li>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.</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>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>
     <li><b>Visualization of Simulation</b>
+
   
      <ul>
+
     <li>
          <li>Running the simulation in animation mode.</li>
+
      <b>Run all strategies-comparison report</b>
          <li>Running the simulation in play-back mode.</li>
+
      <ul>
      </ul>
+
        <li>Function that will display a weighted score of the KPIs retrieved from the simulation runs of all strategies. Function will act as an add-on to the current reports page.</li>
 +
      </ul>
 
     </li>
 
     </li>
    <li><b>Reporting</b>
+
 
      <ul>
+
<br><br><b><u>Additional Functions</u></b><br><br>
          <li>Dashboard-like reporting tool which display the simulation outcome and evaluation of the strategies, such as No.of patients served within target length of stay, No. of patients pre-empted in the queue</li>
+
    <li>
          <li>Exporting of the report to PDF format by the user</li>
+
      <b>Fvaourites</b>
      </ul>
+
      <ul>
 +
        <li>Function will allow user to save his/her setting onto the system for repeated use in the future. </li>
 +
      </ul>
 
     </li>
 
     </li>
     <li><b>Predictive Analytics [X-Factor]</b>
+
 
      <ul>
+
     <li>
        <li>To be completed</li>
+
      <b>Export simulation data</b>
      </ul>
+
      <ul>
 +
        <li>This will allow user to export simulation data for analysis purposes</li>
 +
      </ul>
 +
    </li>
 +
 
 +
 
 
     </li>
 
     </li>
 
</ul>
 
</ul>
 +
<br>
 +
 +
 +
[[Media:Code_Blue_1.jpg|Project Scope(Acceptance)]]

Latest revision as of 00:26, 21 November 2014

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


Cb finalscope.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.
  • User Management (Admin)
    • Function that allows the admin user to manage users access for them tp use and login to the system
  • 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
  • Run all strategies-comparison report
    • Function that will display a weighted score of the KPIs retrieved from the simulation runs of all strategies. Function will act as an add-on to the current reports page.


  • Additional Functions

  • Fvaourites
    • Function will allow user to save his/her setting onto the system for repeated use in the future.
  • Export simulation data
    • This will allow user to export simulation data for analysis purposes



Project Scope(Acceptance)