Files
PACS/DICOM_and_UPP配准/README.md
2026-05-28 19:46:51 +08:00

28 lines
779 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# DICOM / UPP 配准工作台
面向 `DICOM / UPP 数据库关联可视化` 中的完整关联 CT维护 STL 模型与 DICOM 序列的搭配关系及位姿参数。
此工作台不内置示例项目;进入后直接从数据库完整关联 CT 列表读取 DICOM 和 STL。旧版“锁定”概念已改为 `未配准 / 已配准` 状态。
默认地址:
- 本机:`http://127.0.0.1:8109/`
- 局域网:`http://192.168.3.11:8109/`
登录:
- 账号:`admin`
- 密码:`123456`
保存表:
- `public.dicom_upp_registrations`
- 唯一键:`ct_number + algorithm_model`
- 主要字段:`registration_status``series_instance_uid``selected_stl_files``transform``model_reference``dicom_reference`
启动:
```bash
docker compose up -d --build
```