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

24 lines
801 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 / UPP 数据库关联可视化
本网页端以 CT 号为索引,把 PostgreSQL 中的 PACS DICOM 检查、UPP 列表资产和 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 资产主索引。
- `upp_stl_files`UPP STL 文件、分割名称和分类聚合。
CT 号关联时会优先展示原始 CT 号,同时使用去掉开头 `D` 的规范 CT 号进行跨系统匹配。