An android application designed to organize tasks which are common in triage, emergency rooms, and medical clinics. This application allows users to create visit records, take vital signs measurements, record prescriptions, and view a graphical interpretation of the collected data..
Triage is hosted in the following web site
https://github.com/shubDhond/Triage
If you think the Android project Triage 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 Triage.
Item | Value |
---|---|
Java File Count | 29 |
Supported screen sizes | [ldpi, mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 13 |
Fragment Count | 5 |
jar files used | GraphView-4.0.0.jar android-support-v4.jar db4o-8.0.184.15484-all-java5.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\passwords.txt assets\patient_records.txt assets\visitRecordsfile.txt |
Triage has the following Java source files.
com.example.triage.AllPrescriptionsActivity.java com.example.triage.DBPGraphFragment.java com.example.triage.HRGraphFragment.java com.example.triage.InvalidHCNException.java com.example.triage.InvalidMeasurementException.java com.example.triage.InvalidPasswordException.java com.example.triage.InvalidUsernameException.java com.example.triage.MainActivity.java com.example.triage.MeasurementTextFragment.java com.example.triage.Nurse.java com.example.triage.Patient.java com.example.triage.PatientInfoActivity.java com.example.triage.PatientPrescriptionActivity.java com.example.triage.PatientRecordsActivity.java com.example.triage.PatientSearchActivity.java com.example.triage.Physician.java com.example.triage.PhysicianMenuActivity.java com.example.triage.SBPGraphFragment.java com.example.triage.SetTimeActivity.java com.example.triage.TabListener.java com.example.triage.TemperGraphFragment.java com.example.triage.UnauthorizedException.java com.example.triage.UnseenPatientsActivity.java com.example.triage.User.java com.example.triage.VSMeasurementActivity.java com.example.triage.ViewMeasurementsActivity.java com.example.triage.ViewPrescriptionActivity.java com.example.triage.VisitRecords.java com.example.triage.VitalSignsActivity.java