7 lines
214 B
HTML
7 lines
214 B
HTML
<template name="studyDateList">
|
|
<select id="selectStudyDate">
|
|
{{#each patientStudies}}
|
|
<option value="{{studyInstanceUid}}">{{studyDate}}</option>
|
|
{{/each}}
|
|
</select>
|
|
</template> |