From 43eb476e145c9adb4c121de7bec8b45d2d11d6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E8=8F=B2?= <12704587+yvwen@user.noreply.gitee.com> Date: Wed, 12 Mar 2025 15:05:49 +0800 Subject: [PATCH] up --- .../controller/OutpatientSkinTestRecordController.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/controller/OutpatientSkinTestRecordController.java b/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/controller/OutpatientSkinTestRecordController.java index 27fdea6e..a09cc463 100644 --- a/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/controller/OutpatientSkinTestRecordController.java +++ b/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/controller/OutpatientSkinTestRecordController.java @@ -47,6 +47,16 @@ public class OutpatientSkinTestRecordController { return R.ok(OutpatientSkinTestRecordService.getSkinTestResult()); } + + /** + * 获取药品状态列表 + */ + @GetMapping("/list-medicationstatus") + public R getMedicationStatus() { + + return R.ok(OutpatientSkinTestRecordService.getMedicationStatus()); + } + /** * 护士确认执行皮试后,更新皮试记录信息 *