openhealthcare/opal-dischargesummary

Name: opal-dischargesummary

Owner: Open Health Care

Description: Discharge Summary plugin for OPAL

Created: 2015-05-06 14:55:54.0

Updated: 2018-04-24 10:47:43.0

Pushed: 2018-04-24 10:47:41.0

Homepage: null

Size: 48

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This is dischargesummary - an OPAL plugin.

Build Status

Creating a modal summary:
class MySummary(DischargeTemplate):
    name = 'my name'
    template = 'my_template_path.html'
    button_display = 'Discharge Text'
Rendering the button for a modal summary
{% load modalsummary %}
{% modalsummary 'my name' %}

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.