Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110786037
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
Mon, Apr 28, 02:43
Size
876 B
Mime Type
text/html
Expires
Wed, Apr 30, 02:43 (2 d)
Engine
blob
Format
Raw Data
Handle
25851234
Attached To
R7177 epiph
patient.html
View Options
<template name="patient">
<div class="patient">
<br>
<div class="row profile">
<div class="col-xs-12 col-md-2"><!-- 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></p>
<p>{{hrid}}</p>
</td>
</tr>
<tr>
<th>Created at</th>
<td>{{fullDate createdAt}}</td>
</tr>
<tr>
<th>Study</th>
<td>{{study.title}}</td>
</tr>
<tr>
<th>Visits</th>
<td>0</td>
</tr>
</table>
</div>
</div>
<div class="col-xs-12 col-md-10"><!-- col-md-pull-3"> -->
visits
</div>
</div>
</div>
</template>
Event Timeline
Log In to Comment