Add study body part filters
This commit is contained in:
@@ -55,6 +55,14 @@
|
||||
<button data-study-filter="incomplete">待处理</button>
|
||||
<button data-study-filter="complete">已完成</button>
|
||||
</div>
|
||||
<div class="study-part-filter">
|
||||
<button class="active" data-study-part-filter="all">全部部位</button>
|
||||
<button data-study-part-filter="head_neck">头颈部</button>
|
||||
<button data-study-part-filter="chest">胸部</button>
|
||||
<button data-study-part-filter="upper_abdomen">上腹部</button>
|
||||
<button data-study-part-filter="lower_abdomen">下腹部</button>
|
||||
<button data-study-part-filter="pelvis">盆腔</button>
|
||||
</div>
|
||||
<input id="studySearch" class="search" placeholder="搜索检查号 / 姓名" />
|
||||
<div id="studyList" class="study-list"></div>
|
||||
</aside>
|
||||
@@ -125,7 +133,6 @@
|
||||
</div>
|
||||
<div class="part-grid">
|
||||
<label class="skip-option"><input type="checkbox" value="skip" />略过/不采用</label>
|
||||
<label class="plain-option"><input type="checkbox" value="plain_ct" />平扫CT</label>
|
||||
<label><input type="checkbox" value="head_neck" />头颈部</label>
|
||||
<label><input type="checkbox" value="chest" />胸部</label>
|
||||
<label><input type="checkbox" value="upper_abdomen" />上腹部</label>
|
||||
|
||||
Reference in New Issue
Block a user