{# # Represents a single patient displayed in the add dialog screen list. # # @package openemr # @link http://www.open-emr.org # @author Stephen Nielson # @copyright Copyright (c) 2023 Comlink Inc # @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #}
{{ patient.callerName|default("")|text }}
{#
{{ "DOB"|xlt }}: {{ patient.DOB|text}}
#}
{{ "EMAIL"|xlt }}: {{ patient.email|default("")|text}}
{% if isOneTimePasswordLoginEnabled %} {# Note we make this a d-block button because we don't hide it and want it on its own line in case users needs to generate the link again #} {% endif %}
{{ patient.invitation.text|default("")|text }}