{# crate_anon/crateweb/consent/templates/email_clinician_initiated_cr.html #} {% extends 'base_email.html' %} {% comment %} template parameters: consent_mode: ConsentMode contact_request: ContactRequest clinician_response: ClinicianResponse patient_lookup: PatientLookup settings: Django settings object study: Study url_pack: str {% endcomment %} {% block content %}

Dear {{ patient_lookup.clinician_salutation }},

According to our records you have requested that one of your patients be included in a study.

{% include "patient_table.html" with patient_lookup=patient_lookup consent_mode=consent_mode verbose=True %} {% comment %} Should we not include patient table for security reasons? - Clinician could mistype email address {% endcomment %}

The study is:

{% include "study_table.html" with study=study contact_request=contact_request to_clinician=True include_details=False include_clinician_form=False include_sex=True %} {% if contact_request.rdbm_to_contact_pt %}

The customized information pack is available here. You do not need to send the information pack as you have requested that the Research Database Manager will contact the patient on your behalf.

{% else %}

Please print out the customized information pack, available here.

{% endif %}

Donations will be made to local mental health charities as a result of your participation.

Don’t reply to this e-mail. If you’d like help, please telephone the Research Database Manager, {{ settings.RDBM_NAME }}, on {{ settings.RDBM_TELEPHONE }}, or e-mail {{ settings.RDBM_EMAIL }}

{% comment %} In case clinician mistypes email address {% endcomment %}

The information in this email is confidential. If you did not make this request please inform the Research Database Manager using the contact details above.

Many thanks for your help!

Yours sincerely,

The CPFT Research Database Computer

P.S. Sorry this is an automated e-mail. A computer has generated this e-mail as part of a process that restricts access to confidential patient-identifiable information.

{% endblock %}