完善训练链路接口与PDF下载
This commit is contained in:
@@ -134,6 +134,7 @@ def _seed_exam_items(db, case_id: int) -> None:
|
||||
if db.scalar(select(CaseExamItem).where(CaseExamItem.case_id == case_id)):
|
||||
return
|
||||
items = [
|
||||
("lung_auscultation", "肺部听诊", "physical_exam", "双肺呼吸音粗,可闻及散在湿啰音,右下肺较明显。", {"finding": "散在湿啰音", "location": "右下肺明显"}, True, True, 0),
|
||||
("blood_routine", "血常规", "lab", "WBC 12.5×10^9/L,中性粒细胞比例72%,提示感染及炎症反应。", {"wbc": "12.5×10^9/L", "neutrophil": "72%"}, True, True, 1),
|
||||
("crp", "CRP", "lab", "CRP 28 mg/L,提示炎症反应升高。", {"crp": "28 mg/L"}, True, True, 2),
|
||||
("chest_xray", "胸片", "imaging", "双下肺纹理增多,右下肺片状模糊影,支持肺部感染。", {"finding": "右下肺片状模糊影"}, True, True, 3),
|
||||
|
||||
Reference in New Issue
Block a user