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-01-13 16:17:32 +01:00
|
|
|
<option value="{{studyInstanceUid}}" selected={{selected}}>{{formatDA studyDate}} ({{timepointName}})</option>
|
2015-11-18 01:01:41 +01:00
|
|
|
{{/each}}
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
2015-11-11 23:11:33 +01:00
|
|
|
</template>
|