{## * Prescription list * * @package OpenEMR * @link http://www.open-emr.org * @author Brady Miller * @author Sherwin Gaddis * @author Stephen Nielson * @copyright Copyright (c) 2017-2018 Brady Miller * @copyright Copyright (c) 2018 Sherwin Gaddis * @copyright Copyright (c) 2024 Discover and Change, Inc. * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 * #} {{ setupHeader(['no_textformat']) }}
{% if prescriptions %}

{{'List'|xlt}}

{% block prescriptionTopNavbar %}
{# Don't think the top.restoreSessions are needed here since the CheckForChecks function does that, but leaving it just in case #} {% block prescriptionTopNavbarButtons %} {% if rx_zend_pdf_template %} {{'Download'|xlt}} ({{'PDF'|xlt}}) {% else %} {{'Download'|xlt}} ({{'PDF'|xlt}}) {% endif %} {% if rx_zend_html_template %} {{'View Printable Version'|xlt}} ({{'HTML'|xlt}}) {% else %} {{'View Printable Version'|xlt}} ({{'HTML'|xlt}}) {% endif %} {%if rx_use_fax_template%} {{'Download'|xlt}} ({{'Fax'|xlt}}) {% endif %} {% if rx_send_email %} {{'Send Email'|xlt}} {% endif %} {% if CAMOS_FORM == true %} {{'View Four Panel'|xlt}} {% endif %} {% endblock %}
{% endblock %} {% if process_result %}
{{process_result|text}}
{% endif %}

{{ "Email Prescriptions"|xlt }}

{# Note this will call the send_action_process, there is no corresponding send_action method #}
{% for prescription in prescriptions %} {% if prescription.erx_source is empty or prescription.erx_source==0 %} {% else %} {% endif %} {%if prescription.erx_source is empty or prescription.erx_source==0%} {% else %} {% endif %} {% endfor %}
    {{'Drug'|xlt}} {{'RxNorm'|xlt}} {{'Created'|xlt}}
{{'Changed'|xlt}}
{{'Dosage'|xlt}} {{'Qty'|xlt}}. {{'Unit'|xlt}} {{'Refills'|xlt}} {{'Provider'|xlt}}
0 %} checked="checked" {% endif %} title="{{'Select for printing'|xla}}"> {{'Edit'|xlt}} {% if prescription.active > 0%} {{prescription.drug|text}} {% else %} {{prescription.drug|text}} {% endif %} 
{{prescription.note|text}}
  {% if prescription.active > 0%} {{prescription.drug|text}} {% else %} {{prescription.drug|text}} {% endif %} 
{{prescription.note|text}}
{{prescription.rxnorm_drugcode|text}}  {{prescription.date_added|shortDate|text}}
{{prescription.date_modified|shortDate|text}} 
{{prescription.get_dosage_display()|text}}   {{ prescription.quantity|text }}   {{prescription.quantity|text}}   {{prescription.get_size()|text}} {{prescription.get_unit_display()|text}}  {{prescription.refills|text}}   {{prescription.provider.get_name_display()|text}}  {{'Delete'|xlt}}
{% if rx_show_drug_drug %}

{{'Drug-Drug Interaction'|xlt}}

*{{'Notice'|xlt}}

{{INTERACTION|text}}

{% endif %} {% else %}
{{ "There are currently no prescriptions"|xlt}}.
{% endif %}