Skip to content

clinical-meteor/hipaa-audit-log

 
 

Repository files navigation

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)

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

Contributors

This package was made possible through generous support from Artaic Health and their NIH Small Business Innovation Research Grant.

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

License

MIT License

About

HIPAA Audit log for Meteor applications built with Clinical UI.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.0%
  • HTML 28.5%
  • CSS 6.5%