Add DICOM UPP registration workspace
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
</div>
|
||||
<div class="top-actions">
|
||||
<button id="viewerHomeBtn" class="dark-btn" type="button">进入阅片系统</button>
|
||||
<button id="registrationHomeBtn" class="dark-btn" type="button">进入配准系统</button>
|
||||
<span id="dbStatus" class="status-pill">数据库</span>
|
||||
<button id="refreshBtn" class="dark-btn" type="button">刷新</button>
|
||||
<span id="userBadge" class="user-badge">未登录</span>
|
||||
@@ -101,7 +102,10 @@
|
||||
<article class="panel detail-card">
|
||||
<div class="detail-title">
|
||||
<h3>DICOM 阅片分类系统</h3>
|
||||
<button id="openDicomBtn" class="link-btn" type="button">打开阅片系统</button>
|
||||
<div class="detail-actions">
|
||||
<button id="openDicomBtn" class="link-btn" type="button">打开阅片系统</button>
|
||||
<button id="openRegistrationBtn" class="link-btn" type="button">打开配准</button>
|
||||
</div>
|
||||
</div>
|
||||
<dl id="pacsDetails"></dl>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user