Iteration Plan - As of Iteration 3
For this iteration the focus has been on setting up the JBoss Application Server, Hibernate, Seam and MySQL as well as implementing some sort of communication data structure for health information delivery.
- As of Iteration 3
- JBoss Application Server, Hibernate, Seam and MySQL have been established and are running
- USE CASE: Administrator Login - fully implemented
- USE CASE: User creation - partially implementede
- USE CASE: User Login - fully implemented
- USE CASE: Patient Medical Data Received - partially implemented.
- Medical Data can be added using a web interface to a MySQL datbase and persisted using Hibernate.
- A communication datastructure has been established
- A simple perl program has been written to send simulated health data to a server using https
- Next Iteration Plan - Iteration 4
- USE CASE: Patient Creation
- USE CASE: Patient Display (Basic Patient Data display)
- Java simulator application partially implemented. Atleast one case implemented with communication to application server.
- End-to-end communication must be fully implemented for atleast one use case
- From patient monitoring simulator through servlet with data entered and persisted using MySQL and Hibernate.
- This data should be able to be viewed on a web page
- Full Iteration Plan - Iteration 5
- USE CASE: Patient Display fully implemented
- USE CASE: Patient Groups creation fully implemented
- USE CASE: Patient Guidlines fully implemented
- USE CASE: Doctor Alert
- Java simulator application implemented. All cases must be implemented including alert cases.
- Full Iteration Plan - Iteration 6
- Advance visual patient display
- Java simulator implemented with multiple health data types
- Improve overall functionality and display
JavaDoc
Note
Currently, the backing beans for the JSF pages are in the EJB project (and not in the Web project where they should be). This is due to a Seam configuration issue that we are attempting to fix.
Current Codebase
Our current codebase is on a server hosted by www.assembla.com. RHIMS currently has 3 codebases pertaining to health communication simulator in perl, health information simulator in java, and the application server code. Health information simulator currently has no code because it has only just begun for implementation