From a015563dbe5adccd2837d33d69e9c032e2a7efa9 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 04 三月 2025 19:58:29 +0800
Subject: [PATCH] 34

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

diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index 7e1af0b..8dd2534 100644
--- a/src/api/Patients/index.ts
+++ b/src/api/Patients/index.ts
@@ -16,6 +16,14 @@
     });
 }
 
+export function getRecordsInToday2(data: object) {
+    return request({
+        url: '/patient/hemo/med/record/getRecordsInToday2',
+        method: 'post',
+        data
+    });
+}
+
 
 export function getPatData(params: object) {
     return request({
@@ -93,3 +101,14 @@
 		data: params,
 	});
 }
+
+export function nutritionalSummary(params: object) {
+    return request({
+        url: '/nutrition/food/survey/nutritionalSummary',
+        method: 'post',
+        headers: {
+            'Content-Type': 'application/x-www-form-urlencoded'
+            },
+        params
+    });
+}
\ No newline at end of file

--
Gitblit v1.8.0