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>
|
|
|
|
|
<select id="selectStudyDate">
|
|
|
|
|
{{#each patientStudies}}
|
|
|
|
|
<option value="{{studyInstanceUid}}">{{studyDate}}</option>
|
|
|
|
|
{{/each}}
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-11-11 23:11:33 +01:00
|
|
|
</template>
|