Import sanitized HIS processing tools

This commit is contained in:
2026-05-26 08:51:10 +08:00
commit 7e329f1d85
46 changed files with 19175 additions and 0 deletions

22
患者列表处理/.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Patient images and generated results
待处理-患者目录图片集群/
已处理-患者目录图片集群/
数据处理结果区/
# Local correction data can contain patient information
数据处理工作区/03_人工复核修正.json
数据处理工作区/人工复核网页端配置.json
# Local secrets and runtime files
.env
.pgpass
工作流_本地使用版.md
*.log
2026_5_23_HIS患者目录图片集群处理*.zip
__pycache__/
*.py[cod]
# OS/editor noise
.DS_Store
.idea/
.vscode/