Skip to content

openhealthcare/opal-dischargesummary

Repository files navigation

This is dischargesummary - an OPAL plugin.

! Important Notice !

This plugin is no longer actively maintiained - as it depends on a version of django that is no longer supported by OPAL

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' %}