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

7 lines
214 B
HTML

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