Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clinical-meteor/hipaa-utility
HIPAA Utility for inspecting and generating audits from HIPAA compliant applications.
https://github.com/clinical-meteor/hipaa-utility
Last synced: about 1 month ago
JSON representation
HIPAA Utility for inspecting and generating audits from HIPAA compliant applications.
- Host: GitHub
- URL: https://github.com/clinical-meteor/hipaa-utility
- Owner: clinical-meteor
- Created: 2016-01-12T01:39:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T03:29:39.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T16:56:59.380Z (2 months ago)
- Language: JavaScript
- Homepage: http://hipaa-audit-utility.meteor.com/
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
clinical:hipaa-utility
====================================================HIPAA Utility for inspecting and generating audits from HIPAA compliant applications.
====================================================
#### InstallationBegin by simply downloading the application:
````bash
git clone http://github.com/clinical-meteor/hipaa-utility
cd hipaa-utility
````====================================================
#### Connecting to an External ApplicationYou'll usually want to run this application in conjunction with a separate app. So, assuming that your main app is running on port ``3000``, you'll want to run the Hipaa Audit Utility on port ``4000``. You'll also need to connect to the existing database, which is usually 1 above the specified app port.
````js
MONGO_URL=mongodb://localhost:3001 meteor --port 4000
````====================================================
#### Architecture![HipaaLog Architecture](https://raw.githubusercontent.com/clinical-meteor/hipaa-logger/master/docs/HIPAA%20Audit%20Log%20-%20Utility%20Configuration%20-%20Page%204.png)
------------------------
### License![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)