test: Phase 3集成测试报告 + 修复quality API导入缺失
This commit is contained in:
@@ -12,3 +12,7 @@ export function runTerminalCheck(encounterId) { return request({ url: "/api/v1/q
|
||||
export function getTerminalResults(encounterId) { return request({ url: "/api/v1/quality/terminal/results/" + encounterId, method: "get" }) }
|
||||
export function startDefectRectify(defectId) { return request({ url: "/api/v1/emr-quality/defect/rectify/" + defectId, method: "post" }) }
|
||||
export function completeDefectRectify(defectId) { return request({ url: "/api/v1/emr-quality/defect/complete/" + defectId, method: "post" }) }
|
||||
|
||||
// 质控指标管理
|
||||
export function collectIndicators(params) { return request({ url: "/api/v1/quality/indicator/collect", method: "post", params }) }
|
||||
export function getIndicatorList(params) { return request({ url: "/api/v1/quality/indicator/list", method: "get", params }) }
|
||||
|
||||
Reference in New Issue
Block a user