From 59ba223820054f296191f581bd413f5b9cff9e7f Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 21 八月 2024 18:38:48 +0800
Subject: [PATCH] 更新患者档案

---
 src/api/Patients/index.ts |   30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index b5df8c4..a273fdc 100644
--- a/src/api/Patients/index.ts
+++ b/src/api/Patients/index.ts
@@ -14,4 +14,32 @@
             },
         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: '/nutrition/getLisResults',
+        method: 'post',
+        headers: {
+            'Content-Type': 'application/x-www-form-urlencoded'
+            },
+        params
+    });
+}
+

--
Gitblit v1.8.0