From a55e5358621f123935c36d99fd0558d62b1c290e Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 29 七月 2026 16:18:57 +0800
Subject: [PATCH] 枚举新增

---
 smartor/src/main/java/com/smartor/service/IPatMedInhospService.java |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
index 6f94251..51e8aad 100644
--- a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
+++ b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
@@ -3,6 +3,7 @@
 import com.ruoyi.common.core.domain.AjaxResult;
 import com.ruoyi.common.core.page.TableDataInfo;
 import com.smartor.domain.*;
+import com.smartor.domain.DTO.PatMedInhospDTO;
 import org.springframework.web.bind.annotation.RequestBody;
 
 import java.util.List;
@@ -32,6 +33,8 @@
      * @return 鎮h�呬綇闄㈣褰曢泦鍚�
      */
     public List<PatMedInhosp> selectPatMedInhospList(PatMedInhosp patMedInhosp);
+
+    public List<PatMedInhospDTO> selectPatMedInhospByApplication(PatMedInhosp patMedInhosp);
 
     /**
      * 鍑洪櫌銆侀棬璇婁汉鏁板拰闅忚閲忕粺璁★紙鍛紝鏈堬紝骞达級
@@ -90,7 +93,15 @@
      * @param
      * @return 缁撴灉
      */
-    public int dealOutHospInfo();
+    public int dealOutHospInfo(String config);
+
+    /**
+     * 澶勭悊浠巋is鍙栨潵鐨勫嚭闄㈡暟鎹�
+     *
+     * @param
+     * @return 缁撴灉
+     */
+    public int dealOutHospInfoByDimension(String config);
 
     /**
      * 鑾峰彇鍑洪櫌锛屼綇闄紝闂ㄨ瘖鏈嶅姟浜烘
@@ -107,4 +118,14 @@
      * @return
      */
     public List<PatMedInhosp> getDocAndPat(PatMedInhosp patMedInhosp);
+
+    /**
+     * 澶勭悊浠巋is鍙栨潵鐨勬墜鏈俊鎭�
+     *
+     * @param
+     * @return 缁撴灉
+     */
+    public void addOperationSubTask(String config);
+
+    public ServiceSubtask boxedServiceSubtask(ServiceTask serviceTask, PatMedInhosp patMedInhosp1, PatArchive patArchive, String config, Integer type);
 }

--
Gitblit v1.9.3