ohif-viewer/Packages/lesiontracker/components/studyDateList/studyDateList.html

7 lines
214 B
HTML
Raw Normal View History

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