Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108783086
patients.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
Fri, Apr 18, 10:16
Size
1 KB
Mime Type
text/html
Expires
Sun, Apr 20, 10:16 (2 d)
Engine
blob
Format
Raw Data
Handle
25646611
Attached To
R7177 epiph
patients.html
View Options
<template name="patients">
<div class="patients">
<div class="page-header-small">
<h3>Patients
<button id="createPatient" class="btn btn-img btn-hdr">
<i class="fa fa-2x fa-plus-square-o"></i>
</button>
</h3>
</div>
<div class="row">
<div class="col-md-12">
<ul class="nav nav-tabs">
{{#each openPatients}}
<li role="presentation" class={{patientTabClasses}}>
<a href="" class="selectPatient" data-id={{_id}}>
{{patientAbbrev _id}}
{{#if isSelectedPatient}}
<i class="fa fa-times cursorPointer hoverOpaque closePatient"></i>
{{/if}}
</a>
</li>
{{/each}}
<li role="presentation">
<form id="openPatient">
<input type="text" class="form-control" name="patientId" placeholder="enter patient token">
</form>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
{{#with selectedPatient}}
<h3>{{patientAbbrev _id}}</h3>
<h3>{{_id}}</h3>
{{else}}
Please select a patient.
{{/with}}
</div>
</div>
</div>
</template>
Event Timeline
Log In to Comment