Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F114928592
patient_visit.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, May 28, 15:35
Size
1 KB
Mime Type
text/html
Expires
Fri, May 30, 15:35 (2 d)
Engine
blob
Format
Raw Data
Handle
26437122
Attached To
R7177 epiph
patient_visit.html
View Options
<template name="patientVisit">
<div id="visit">
{{#with visit}}
<div class="header">
<h3 class="pull-left">
{{title}} <small>{{_id}}</small>
</h3>
</div>
<div class="row">
<div class="questionnaires col-xs-12 col-md-6">
<h4>Questionnaires <i class="fa fa-file-text-o"></i></h4>
<table class="table">
{{#each validatedQuestionnaires}}
{{#with questionnaire=this visit=.. patient=../../patient}}
<tr>
<td class="{{questionnaireCSS}}">{{questionnaire.title}}</td>
<td class="{{questionnaireCSS}}">{{percentage questionnaire.numQuestions questionnaire.numAnswered}}</td>
<!--
<td class="cursorPointer showQuestionnaire"><i class="fa fa-lg fa-list"></i></td>
-->
{{#unless patient.isExcluded}}
<td class="cursorPointer">
<button class="btn btn-primary btn-sm answerQuestionnaire">
Fill in <i class="fa fa-lg fa-pencil-square-o"></i>
</button>
<button class="btn btn-primary btn-sm showQuestionnaire">
Show <i class="fa fa-lg fa-file-text-o"></i>
</button>
</td>
{{/unless}}
</tr>
{{/with}}
{{else}}
No questionnaires are scheduled for this visit.
{{/each}}
</table>
</div>
</div>
{{/with}}
</div>
</template>
Event Timeline
Log In to Comment