ohif-viewer/Packages/hipaa-audit-log
2017-01-29 22:11:17 -02:00
..
components LT-342: Audit Log :: style (border issue) 2016-11-22 13:11:58 -02:00
lib LT-302: Adding close buttons to Audit Log screen 2016-11-15 08:29:46 +01:00
screenshots Resolved styling issues from Clinical Meteor packages, added HIPAA Audit Log package 2016-01-25 22:35:53 +01:00
server Resolved styling issues from Clinical Meteor packages, added HIPAA Audit Log package 2016-01-25 22:35:53 +01:00
tests Resolved styling issues from Clinical Meteor packages, added HIPAA Audit Log package 2016-01-25 22:35:53 +01:00
.gitignore Resolved styling issues from Clinical Meteor packages, added HIPAA Audit Log package 2016-01-25 22:35:53 +01:00
.travis.yml Resolved styling issues from Clinical Meteor packages, added HIPAA Audit Log package 2016-01-25 22:35:53 +01:00
History.md Resolved styling issues from Clinical Meteor packages, added HIPAA Audit Log package 2016-01-25 22:35:53 +01:00
package.js Fixes to make Lesion Tracker work 2017-01-29 22:11:17 -02:00
README.md Resolved styling issues from Clinical Meteor packages, added HIPAA Audit Log package 2016-01-25 22:35:53 +01:00

clinical:hipaa-audit-log

HIPAA logging and audit features for Meteor Apps built with Clinical UI.

HipaaAuditLogScreenshot

====================================================

Installation

The HIPAA audit log is now split into two packages: one for the logging, and one for the UI. Please see clinical:hipaa-logger for the logging portion.

meteor add clinical:hipaa-audit-log
meteor add clinical:hipaa-logger

====================================================

URL Routes

Navigate to the audit log via the default route:

Router.go('/audit');

====================================================

Provided Templates

Three templates are provided by this package:

{{>hipaaAuditLog}}
{{>hipaaRibbon}}
{{>hipaaLogPage}}

====================================================

Styling and Classes

You can adjust the styling of the audit log through the configuration object. The following example shows how to style the audit log with Bootstrap controls.

  HipaaAuditLog.configure({
    classes: {
      input: "form-control squee",
      select: "form-control",
      ribbon: ""
    },
    highlightColor: "#006289"
  });

====================================================

StarryNight/Nightwatch API - Provides

// component API calls
reviewHipaaAuditLogPage()
hipaaLogEntryContains(rowIndex, hipaaEvent)

// actions
logHipaaEvent(hipaaEvent, timeout)

License

MIT License