Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
update readme and package lists
Browse files Browse the repository at this point in the history
  • Loading branch information
jsachs committed Jun 8, 2017
1 parent 3a32d87 commit 151b90b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 24 deletions.
23 changes: 8 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
#Orange Rx
# Orange Rx
Amida’s Orange Rx mobile application helps make medication management
easy and safe. Instead error-prone manual data entry, Orange Rx
automatically imports - under the patients control - personal health data from
a variety of electronic sources. Combining open source Blue ButtonTM technology with a simple, intuitive interface, Orange Rx enables patients and their care teams to track and log medications, control dosing and refills, and report adverse effects.

Some of the features of the Orange Rx app include:

– Notifications and reminders for medication dosing
- Notifications and reminders for medication dosing
- Automatic synchronization for up-to- date dosing information
- Multi-user log-in for multiple individuals to manage and view medication schedules
- Data storage in a secure, private, HIPAA-compliant server
- Easily hosted on a HIPAA-compliant Amida server, your server, or in the cloud
- Seamless integration to all file types and existing systems using Amida’s open source Data Reconciliation Engine

– Automatic synchronization for up-to- date dosing information

– Multi-user log-in for multiple individuals to manage and view medication schedules

– Data storage in a secure, private, HIPAA-compliant server

– Easily hosted on a HIPAA-compliant Amida server, your server, or in the cloud

– Seamless integration to all file types and existing systems using Amida’s open source Data Reconciliation Engine


## About

Medication management app
## Development

### Installation

Expand Down
7 changes: 2 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "Orange",
"name": "orange",
"private": "true",
"resolutions": {
"angular": "=1.4.3",
"ionic": "~1.1.1",
"angular-animate": "1.4.3",
"angular-sanitize": "1.4.3"
"angular": "=1.4.3"
},
"dependencies": {
"ionic": "driftyco/ionic-bower#1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dependencies": {
"cordova-ios": "^4.4.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "*"
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^0.3.13",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0"
},
"devDependencies": {
"@ionic/cli-plugin-cordova": "1.3.0",
Expand Down

0 comments on commit 151b90b

Please sign in to comment.