From 7686bd53b754c1a8fff9eac62fe619b1835af178 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 10 十月 2024 16:53:56 +0800
Subject: [PATCH] gx
---
src/api/Patients/index.ts | 31 ++++++++++++++++++++++++++++++-
1 files changed, 30 insertions(+), 1 deletions(-)
diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index b5df8c4..49a5725 100644
--- a/src/api/Patients/index.ts
+++ b/src/api/Patients/index.ts
@@ -14,4 +14,33 @@
},
params
});
-}
\ No newline at end of file
+}
+
+
+export function getPatData(params: object) {
+ return request({
+ url: '/nutrition/getPatData',
+ method: 'post',
+ headers: {
+ 'Content-Type': 'application/x-www-form-urlencoded'
+ },
+ params
+ });
+}
+/**
+ *
+ * @param params
+ * @returns 患者检验结果
+ */
+export function getLisResults(params: object) {
+ return request({
+ url: '/lis/report/getLatestReportByPat',
+ method: 'post',
+ headers: {
+ 'Content-Type': 'application/x-www-form-urlencoded'
+ },
+ params
+ });
+}
+
+
--
Gitblit v1.8.0