2015-11-11 23:11:33 +01:00
|
|
|
<template name="studyDateList">
|
|
|
|
|
<select id="selectStudyDate">
|
|
|
|
|
{{#each patientStudies}}
|
2015-11-17 18:17:51 +01:00
|
|
|
<option value="{{studyInstanceUid}}">{{studyDate}}</option>
|
2015-11-11 23:11:33 +01:00
|
|
|
{{/each}}
|
|
|
|
|
</select>
|
|
|
|
|
</template>
|