Files
PACS/数据库Web可视化/README.md
2026-05-28 08:17:54 +08:00

24 lines
922 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.
# PACS / STL 数据库关联可视化
本网页端以 CT 号为索引,把 PostgreSQL 中的 PACS DICOM 检查与 UPP STL 重建资产放在同一视图中查看。UPP 列表字段作为 STL 资产的补充信息展示,不作为独立系统节点。
## 启动
```bash
cd /home/wkmgc/Desktop/PACS数据处理/数据库Web可视化
cp .env.example .env
# 编辑 .env填写本机 PostgreSQL 密码
docker compose up -d --build
```
浏览器打开 `http://127.0.0.1:8108`
## 数据来源
- `pacs_dicom_files`PACS DICOM 检查索引。
- `pacs_dicom_study_summaries`PACS 检查标注/完成状态汇总。
- `upp_exam_assets`UPP 列表与 STL 资产主索引,为 STL 资产提供患者、任务、算法模型、状态等补充信息。
- `upp_stl_files`UPP STL 文件、分割名称和分类聚合。
CT 号关联使用严格一致匹配,`DCT...``CT...` 会被视为两个不同 CT 号。