45 lines
1.7 KiB
HTML
45 lines
1.7 KiB
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<div class="anatomy">
|
|
<h1>Privacy Policy</h1>
|
|
|
|
<h2>User information</h2>
|
|
<p>We aim to store the minimum information required to enable delivery of the required service on the platform. What is stored depends on the service being provided.</p>
|
|
|
|
<h3>CID candidates</h3>
|
|
<p>Candidates who receive a CID number may have the following information stored on the server.</p>
|
|
<ul>
|
|
<li>Name</li>
|
|
<li>Email address</li>
|
|
</ul>
|
|
<p>These details will be linked (via a CID) with any answers given in the course of using the platform.</p>
|
|
|
|
<h3>User accounts</h3>
|
|
<p>User accounts may have the following information stored on the server.</p>
|
|
<ul>
|
|
<li>Name</li>
|
|
<li>Email address</li>
|
|
<li>Supervisor</li>
|
|
<li>Professional registration number</li>
|
|
<li>Grade</li>
|
|
</ul>
|
|
<p>These details will be linked (via a the user account) with any answers given in the course of using the platform.</p>
|
|
|
|
<h3>Supervisors</h3>
|
|
<p>A supervisor may have a user account in which case all of the above (under the "User accounts" section) may apply</p>
|
|
|
|
<p>In addition the following information may be stored</p>
|
|
<ul>
|
|
<li>Name</li>
|
|
<li>Email address</li>
|
|
<li>Trainee(s)</li>
|
|
<li>Site</li>
|
|
</ul>
|
|
|
|
<h2>Patient details</h2>
|
|
<p>No patient identifiable information is stored on the system. If you believe you this is incorrect please flag the approapriate item via the built in system.
|
|
|
|
|
|
</div>
|
|
{% endblock %} |