From b2d04038df93bed77a49e3ad29004d9fc7eca888 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 27 九月 2024 14:40:23 +0800
Subject: [PATCH] 更新

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

diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index 5b55b1a..49a5725 100644
--- a/src/api/Patients/index.ts
+++ b/src/api/Patients/index.ts
@@ -27,4 +27,20 @@
         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