{"id":26601385,"url":"https://github.com/binhonglee/emt-advanced-care","last_synced_at":"2026-04-13T01:12:15.471Z","repository":{"id":98721804,"uuid":"80325936","full_name":"binhonglee/EMT-Advanced-Care","owner":"binhonglee","description":null,"archived":false,"fork":false,"pushed_at":"2017-04-04T01:23:08.000Z","size":640,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T18:50:53.295Z","etag":null,"topics":["ant","java","java-swing","shell-script","sql","sql-server"],"latest_commit_sha":null,"homepage":"https://binhonglee.github.io/EMT-Advanced-Care/","language":"Java","has_issues":true,"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/binhonglee.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-29T03:04:38.000Z","updated_at":"2023-10-01T07:04:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd86083f-9a47-4aa8-8ba3-f31bba3afdb1","html_url":"https://github.com/binhonglee/EMT-Advanced-Care","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/binhonglee/EMT-Advanced-Care","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhonglee%2FEMT-Advanced-Care","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhonglee%2FEMT-Advanced-Care/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhonglee%2FEMT-Advanced-Care/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhonglee%2FEMT-Advanced-Care/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhonglee","download_url":"https://codeload.github.com/binhonglee/EMT-Advanced-Care/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhonglee%2FEMT-Advanced-Care/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31735722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ant","java","java-swing","shell-script","sql","sql-server"],"created_at":"2025-03-23T18:39:44.518Z","updated_at":"2026-04-13T01:12:15.456Z","avatar_url":"https://github.com/binhonglee.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EMT Advanced Care\n\n[![Build Status](https://travis-ci.org/binhonglee/EMT-Advanced-Care.svg?branch=master)](https://travis-ci.org/binhonglee/EMT-Advanced-Care)\n\nA Java application that will store your sample information into a json file format so that it can be retrieved by your medical personnel and would expedite the medical treatment process in a case of crisis.\n\n## Dependencies\n\n#### Required:\n- Git\n- Java\n- Apache Ant\n- Pre-existing running SQL server with appropriate setup\n\n#### Setup will add:\n- [json-to-sql](https://github.com/eHealthAfrica/json-to-sql) (will be cloned through setup.sh)\n\n## Setup\n\nOpen your terminal and do the following.\n\n#### Easy way:\n\nJust clone the repository and run the setup shell script to setup the machine to use this program.\n\n```sh\n$ git clone https://github.com/binhonglee/EMT-Advanced-Care\n$ cd EMT-Advanced-Care\n$ ./setup.sh\n```\n\n#### Manual way:\n\nOf course, if you would like to do the manual way, feel free to follow the following steps.\n\n```sh\n$ git clone https://github.com/binhonglee/EMT-Advanced-Care\n$ cd EMT-Advanced-Care\n$ git submodule init\n$ git submodule update --init --recursive\n```\n\n## How to use\n\nFirst, you need a SQL server properly configured to the format of the json output will be, then have it running.\n\nFrom here, you can run the Java application by navigating to the folder of this repository and do the following in terminal.\n\n```sh\n$ ant execute\n```\n\nAfter creating the json file you wanted, run the following in the same terminal to push the files into SQL server.\n\n```sh\n$ ./migrateToSQL.sh\n```\n\nNow all the data should be in your SQL server and all the json files are deleted.\n\n## Restart\n\nIf you changed the source codes and decided that you wanted to recompile everything, run the following.\n\n```sh\n$ ant clean\n$ ant build\n```\n\n## Removal\n\nTo remove this from your computer, simply go to your terminal and do the following.\n\n#### Easy way:\n\nA shell script is written to remove all dependency files added when running setup.sh so you can just run that.\n\n```sh\n$ ./uninstall.sh\n```\n\n\n#### Manual way:\n\nIf you want to remove each item manually or pick what to keep, follow the steps below and make changes that suits your setup / liking.\n\n```sh\n$ cd ../\n$ rm -rf EMT-Advanced-Care\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhonglee%2Femt-advanced-care","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhonglee%2Femt-advanced-care","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhonglee%2Femt-advanced-care/lists"}