ohif-viewer/Packages/lesiontracker/components/studyDateList/studyDateList.html
2015-11-17 16:04:20 +01:00

9 lines
209 B
HTML

<template name="studyDateList">
<select id="selectStudyDate">
{{#each patientStudies}}
<option value="{{studyDate}}">{{studyDate}}</option>
{{/each}}
</select>
</template>