This is a Android app that collects patient data and helps nurse/physician to organize and analyze the data. In-class project of CSC207 at University of Toronto..
ERApp is hosted in the following web site
https://github.com/imnxllet/ERApp
If you think the Android project ERApp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ERApp.
Item | Value |
---|---|
Java File Count | 16 |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 11 |
jar files used | android-support-v4.jar |
ERApp has the following Java source files.
ER.App.java ER.Nurse.java ER.Patient.java ER.Physician.java ER.Record.java com.example.patientmanage.AddPrescriptionActivity.java com.example.patientmanage.CreateNewPatient.java com.example.patientmanage.CreateRecordActivity.java com.example.patientmanage.MainActivity.java com.example.patientmanage.MainNurseActivity.java com.example.patientmanage.MainPhysicianActivity.java com.example.patientmanage.PatientWaitlist.java com.example.patientmanage.PhyWelcomeActivity.java com.example.patientmanage.SearchActivity.java com.example.patientmanage.ViewPatientActivity.java com.example.patientmanage.ViewRecordActivity.java