{"id":18450172,"url":"https://github.com/devilrancy/android-hospital-app","last_synced_at":"2025-10-20T07:31:47.157Z","repository":{"id":21008401,"uuid":"24299053","full_name":"devilrancy/Android-Hospital-App","owner":"devilrancy","description":"An Android application that allows nurses and doctors to log-in and keep track of patients they've treated/attended to.","archived":false,"fork":false,"pushed_at":"2014-07-09T19:21:15.000Z","size":1512,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T11:41:55.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devilrancy.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-21T18:12:28.000Z","updated_at":"2024-02-27T06:02:52.000Z","dependencies_parsed_at":"2022-09-01T20:41:12.598Z","dependency_job_id":null,"html_url":"https://github.com/devilrancy/Android-Hospital-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devilrancy/Android-Hospital-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2FAndroid-Hospital-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2FAndroid-Hospital-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2FAndroid-Hospital-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2FAndroid-Hospital-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devilrancy","download_url":"https://codeload.github.com/devilrancy/Android-Hospital-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2FAndroid-Hospital-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275658057,"owners_count":25504774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T07:23:49.467Z","updated_at":"2025-09-17T20:23:49.268Z","avatar_url":"https://github.com/devilrancy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Android Application - Nurse/Patient Tracking\r\nREADME File\r\nUsing the app should be pretty self-explanatory, given the GUI updates we've made. Any questions can and will be answered by this README. \r\n\r\nPROJECT LOCATION:\r\n-the project is located in the /csc207app folder. This is what you should import into Eclipse.\r\n\r\nLOGGING IN:\r\n-TO LOG IN, start the app, then push the file (see below), then restart the app. This is how it worked for us.\r\n-We have created a passwords.txt file (located in /csc207app/passwords.txt) for you that contains two users (a doctor and a nurse). Please push this file to /data/data/com.example.csc207app/files/ in order to log in.\r\n\r\nUSING THE APPLICATION:\r\n-when updating vital signs, please update all three at the same time. If not all three vital signs have changed, then just update the vital signs that need to be updated\r\nand put the same vital sign as before for the unchanged values. This reflects a true ER procedure, as nurses wouldn't be checking only one vital sign, they monitor all of them\r\n-when updating vital signs, please enter 1 - 3 digit values, nothing greater, and please enter them as integers (i.e. 2, 45, 120 are acceptable, but 2000 is not). Temperature can be entered as a double\r\n-all data is written to the text file patientdata.txt. Pressing any \"Save\" or \"Logout\" buttons will do this\r\n-there is no arrival time/vital sign timestamp button simply because all of that is done in the back-end\r\n-all references to cardnumber/id in the Java code means health card number\r\n-after updating prescription, press the back button we made to go back to the previous screen\r\n-blood pressure is calculate using numbers, taking into account the definitions for the different blood pressures given in the handout\r\n-doctor visit date is stored in the format dd/mm/yy\r\n-there is a lot of commented out code in some of the backend files -- please ignore it\r\n\r\nSAMPLE OUTPUT FOR PATIENTDATA.TXT:\r\nEric Lin~19-10-92~A1001~2013/11/03 23:56:49~Seen by doctor on 12/11/13~[110, 120]~[37.5, 39.0]~[90, 91]~[2013/11/03 23:56:49, 2013/11/03 23:56:49]~[tylenol, codeine]~[2013/11/12 23:56:49, 2013/11/12 23:56:49]\r\n\r\nIn this sample case:\r\nName: Eric Lin\r\nDOB: 19-10-1992\r\nCARD NUMBER: A1001\r\nARRIVAL DATE/TIME: 2013/11/03 23:56:49\r\nSEEN BY A DOCTOR: Yes, on November 12th, 2013\r\nBLOOD PRESSURES: 110, 120 (120 being the most recent)\r\nTEMPERATURE: 37.5, 39.0 (39.0 being the most recent)\r\nHEART RATE: 90, 91 (91 being the most recent)\r\nTIMES THE VITAL SIGNS WERE LAST UPDATED: 2013/11/03 23:56:49, 2013/11/03 23:56:49\r\nPRESCRIPTIONS: tylenol, codeine\r\nTIMES THE VITAL SIGNS WERE LAST UPDATED: 2013/11/12 23:56:49, 2013/11/12 23:56:49\r\n \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevilrancy%2Fandroid-hospital-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevilrancy%2Fandroid-hospital-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevilrancy%2Fandroid-hospital-app/lists"}