Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122378103
patient.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
Thu, Jul 17, 12:10
Size
1 KB
Mime Type
text/html
Expires
Sat, Jul 19, 12:10 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27474654
Attached To
R7177 epiph
patient.html
View Options
<template name="patient">
<div class="patient">
<br>
<div class="row">
<div class="col-xs-12 col-md-3 col-lg-2 profile"><!-- col-md-push-9 text-right"> -->
<div class="well">
<table class="table">
<tr>
<th>
<img src="{{identicon _id size=10 scale=10}}">
</th>
<td>
<p>
<b>{{id}}</b><br>
{{hrid}}
</p>
</td>
</tr>
<tr>
<th>Created at</th>
<td>{{fullDateTime createdAt}}</td>
</tr>
<tr>
<th>Study</th>
<td>{{study.title}}</td>
</tr>
<tr>
<th>Visits</th>
<td>{{numVisits}}</td>
</tr>
{{#if isExcluded}}
<tr>
<th class="text-danger">excluded</th>
<td class="text-danger">
yes <i class="fa fa-lg fa-info-circle" data-toggle="tooltip" data-placement="bottom" title="{{fullDateTime excludedAt}}: {{excludeReason}}"></i>
</td>
</tr>
{{/if}}
</table>
</div>
</div>
<div class="col-xs-12 col-md-9 col-lg-10"><!-- col-md-pull-3"> -->
<div id="studyPage">
{{> Template.dynamic template=template data=templateData}}
</div>
</div>
</div>
</div>
</template>
Event Timeline
Log In to Comment