.
This commit is contained in:
@@ -1,23 +1,24 @@
|
||||
{% extends 'longs/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
CID: {{ciduseranswer.cid}}
|
||||
CID: {{ciduseranswer.cid}}</br>
|
||||
Exam: {{ciduseranswer.exam}}<br />
|
||||
|
||||
<h3>Question</h3>
|
||||
{{ciduseranswer.question}}
|
||||
<h3>Question</h3>
|
||||
{{ciduseranswer.question}}
|
||||
|
||||
<h3>Answers</h3>
|
||||
<h4>Observation</h4>
|
||||
<pre>{{ciduseranswer.answer_observations}}</pre><br />
|
||||
<h4>Interpretation</h4>
|
||||
<pre>{{ciduseranswer.answer_interpretation}}</pre><br />
|
||||
<h4>Principle Diagnosis</h4>
|
||||
<pre>{{ciduseranswer.answer_principle_diagnosis}}</pre><br />
|
||||
<h4>Differential Diagnosis</h4>
|
||||
<pre>{{ciduseranswer.answer_differential_diagnosis}}</pre><br />
|
||||
<h4>Managment</h4>
|
||||
<pre>{{ciduseranswer.answer_management}}</pre><br />
|
||||
<h3>Answers</h3>
|
||||
<h4>Observation</h4>
|
||||
<pre>{{ciduseranswer.answer_observations}}</pre><br />
|
||||
<h4>Interpretation</h4>
|
||||
<pre>{{ciduseranswer.answer_interpretation}}</pre><br />
|
||||
<h4>Principle Diagnosis</h4>
|
||||
<pre>{{ciduseranswer.answer_principle_diagnosis}}</pre><br />
|
||||
<h4>Differential Diagnosis</h4>
|
||||
<pre>{{ciduseranswer.answer_differential_diagnosis}}</pre><br />
|
||||
<h4>Managment</h4>
|
||||
<pre>{{ciduseranswer.answer_management}}</pre><br />
|
||||
|
||||
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user