An open API service indexing awesome lists of open source software.

https://github.com/gjhanna/maps-doctor

MAPS Doctor is an application that is connected to Firebase. The purpose to help the doctor track a patient's last seven examinations in addition to multiple features (See README.md file)
https://github.com/gjhanna/maps-doctor

ehealth ios ios-app ios-swift iot platform

Last synced: 3 months ago
JSON representation

MAPS Doctor is an application that is connected to Firebase. The purpose to help the doctor track a patient's last seven examinations in addition to multiple features (See README.md file)

Awesome Lists containing this project

README

          

# MAPS Doctors

An application that is connected to Firebase. The purpose to help the doctor track a patient's last seven examinations. The examinations are divided into two parts an AM and PM bar charts. The examinations division is to help the doctor further understand the effectiveness of the prescription. The app allows the doctor to chat, add notes, and add prescription to a patient.

# DISCLAIMER

THIS APPLICATION WAS DEVELOPED AS A PROOF OF CONCEPT. THIS APPLICATION SHOULDN’T BE USED WITHOUT MEDICAL EXPERTS’ APPROVAL.

# FEATURES

- Chatting with patient
- View sensor values AM and PM of the patient
- View patient’s location for better diagnosing
- Add notes and prescriptions for a patient

## Getting Started

1) Create a Firebase project
2) Change the database rules to the following:
{
"rules": {
".read": "auth != null",
".write": "auth != null"
}
}
3) Download the GoogleService-Info.plist
4) Add the GoogleService-Info.plist to the project and run the project

### Prerequisites

Cocapods should be installed on the development machine in order to install the following third-party libraries.

```
'Charts'
'Firebase/Analytics'
'Firebase/Auth'
'Firebase/Database'
```

## Built With

XCode Version 11.2.1 with Swift 5

## Authors

* **George Hanna** - *Initial work* - [GJHanna](https://github.com/GJHanna)

## License

This project is licensed under the Academic Public License - see the [LICENSE.md](LICENSE.md) file for details