中医辨识接口

This commit is contained in:
Euni4U 2025-03-20 16:58:02 +08:00
parent ad770b0342
commit f8f583c03c
2 changed files with 6 additions and 0 deletions

View File

@ -107,5 +107,9 @@ export const PatientApi = {
// 保存汇总结果
updatemedicalSn: async (data: PatientVO) => {
return await request.put({ url: `/inspect/patient/updatesummary`, data })
},
//获取中医体质辨识结果
getZytzInfo: async (medicalSn: string, cardId: string) => {
return await request.put({ url: `/inspect/patient/syncPatientZyInfo?medicalSn=` + medicalSn + `&cardId=` + cardId })
}
}

View File

@ -1307,6 +1307,8 @@ const handleSync = async () => {
})
)
}
//
await PatientApi.getZytzInfo(medicalSn, currentSelectedPatient.cardId)
//
if (syncPromises.length === 0) {