2015-11-11 23:11:33 +01:00
|
|
|
<template name="studyDateList">
|
2015-11-18 01:01:41 +01:00
|
|
|
<div class="studyDateList">
|
|
|
|
|
<label>Study Date:</label>
|
2015-11-19 13:26:14 +01:00
|
|
|
<span class="loading"><i class="fa fa-spinner fa-spin"></i></span>
|
2015-11-18 01:01:41 +01:00
|
|
|
<select id="selectStudyDate">
|
2015-11-19 13:26:14 +01:00
|
|
|
{{#each relatedStudies}}
|
2016-02-11 13:12:26 +01:00
|
|
|
<option value="{{studyInstanceUid}}" selected={{selected}}>{{formatDA studyDate}} ({{timepointName}}): {{studyDescription}}</option>
|
2015-11-18 01:01:41 +01:00
|
|
|
{{/each}}
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
2015-11-11 23:11:33 +01:00
|
|
|
</template>
|