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)
- Host: GitHub
- URL: https://github.com/gjhanna/maps-doctor
- Owner: GJHanna
- License: other
- Created: 2020-05-17T14:39:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T17:10:37.000Z (about 6 years ago)
- Last Synced: 2025-01-16T13:22:58.807Z (over 1 year ago)
- Topics: ehealth, ios, ios-app, ios-swift, iot, platform
- Language: Swift
- Size: 14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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