MEDICO is an application to ease the duty of the doctors and provide them with a virtual assistant.
- HELP DOCTORS STORE DATA ABOUT THEIR PATIENTS:- Doctors will be able to store all the details about the patient’s disease, their medical reports, the medicines prescribed and even their next appointment scheduled.
- FOLDERS WILL BE CREATED TO MANAGE REPORTS:- Doctors will have the freedom to create folders on the basis of report id or the name of disease to organize all the required contents in order.
- THE DOCTOR CAN SET THE PRIORITY OF A REPORT BASED ON THE DISEASE:- Medical cases can be arranged on the basis of high, medium and low priorities, where high priority cases will require utmost attention. Priorities will depend upon how dangerous a disease is.
There will be a search option to save time and avoid confusion. Further, the searches will be filtered on the basis of :
- TIME
- DATA
- DISEASE
- MEDICINES PRESCRIBED
- PRIORITY
- The application will take a record of each and every appointment, throughout the day, for the doctor.
- Application would allow Doctors to maintain all the details about their patients.
- Fork, Clone and Remote
- Download Android Studio
- After downloading configure android studio and find the root directory where all your android studio projects are stored. The folder would be by default located on the home folder of the user and woule be named something like "AndroidStudioProjects"
- After cloning, find the location of the project ("MEDICO folder") cloned
- Now open the folder and you would find another folder named "MEDICO", just move it to the root directory of your android studio projects folder.
- Start Android Studio and click on open an existing project and click the project "MEDICO".
- Connect your Android device or open the emulator.
- On the terminal type:
./gradlew clean build connectedAndroidTest --stacktrace
- If the above command is not working try using the command:
gradlew clean build connectedAndroidTest --stacktrace
- Wait until all the tests are completed.
- You will get a report generated with a test summary.
- See the complete report
./MEDICO/app/build/reports/androidTests/connected/index.html
- The report
./MEDICO/app/build/reports/androidTests/connected/index.html
will show all the testsuites that have passed as well as failed. - You can find the respective html files of the different testsuites under the heading classes in
index.html
report. - main This contains the code which has been released.
To setup the project locally read and follow the instructions:
To run the existing UI tests follow the steps given below:
Our tech stack includes:
The repository has the following permanent branches:
We use DISCORD to discuss this project and interact with the community. If you're interested in contributing to this project, join us there!
You can reach our organization at SPECTRUM.
MEDICO is licensed under the Apache License.