From 562a960261b75d70abd65aa10528f09aeece94e8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 24 九月 2024 09:49:23 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/service/IPatMedInhospService.java | 55 +++++++++++++++++++++++++++++++++++++++++++++----------
1 files changed, 45 insertions(+), 10 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
index 63bac56..d4df031 100644
--- a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
+++ b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
@@ -1,19 +1,24 @@
package com.smartor.service;
-import java.util.List;
+import com.ruoyi.common.core.domain.AjaxResult;
import com.smartor.domain.PatMedInhosp;
+import com.smartor.domain.PatMedInhospVO;
+import com.smartor.domain.PatMedReq;
+import com.smartor.domain.PatMedRes;
+
+import java.util.List;
+import java.util.Map;
/**
* 鎮h�呬綇闄㈣褰昐ervice鎺ュ彛
- *
+ *
* @author smartor
* @date 2023-03-04
*/
-public interface IPatMedInhospService
-{
+public interface IPatMedInhospService {
/**
* 鏌ヨ鎮h�呬綇闄㈣褰�
- *
+ *
* @param inhospid 鎮h�呬綇闄㈣褰曚富閿�
* @return 鎮h�呬綇闄㈣褰�
*/
@@ -21,15 +26,27 @@
/**
* 鏌ヨ鎮h�呬綇闄㈣褰曞垪琛�
- *
+ *
* @param patMedInhosp 鎮h�呬綇闄㈣褰�
* @return 鎮h�呬綇闄㈣褰曢泦鍚�
*/
public List<PatMedInhosp> selectPatMedInhospList(PatMedInhosp patMedInhosp);
/**
+ * 鏌ヨ褰撳墠鐧婚檰浜鸿嚜宸憋紙鐥呭尯銆侀儴闂級鐨勬偅鑰呬綇闄㈣褰曞垪琛�
+ *
+ * @param patMedInhospVO
+ * @return
+ */
+ public List<PatMedInhosp> selectPatMedInhospListByCondition(PatMedInhospVO patMedInhospVO);
+
+ public PatMedInhosp getDeptCodeByPatId(PatMedInhosp patMedInhosp);
+
+ public PatMedRes selectPatMedInhospListCount(PatMedReq patMedReq);
+
+ /**
* 鏂板鎮h�呬綇闄㈣褰�
- *
+ *
* @param patMedInhosp 鎮h�呬綇闄㈣褰�
* @return 缁撴灉
*/
@@ -37,7 +54,7 @@
/**
* 淇敼鎮h�呬綇闄㈣褰�
- *
+ *
* @param patMedInhosp 鎮h�呬綇闄㈣褰�
* @return 缁撴灉
*/
@@ -45,7 +62,7 @@
/**
* 鎵归噺鍒犻櫎鎮h�呬綇闄㈣褰�
- *
+ *
* @param inhospids 闇�瑕佸垹闄ょ殑鎮h�呬綇闄㈣褰曚富閿泦鍚�
* @return 缁撴灉
*/
@@ -53,9 +70,27 @@
/**
* 鍒犻櫎鎮h�呬綇闄㈣褰曚俊鎭�
- *
+ *
* @param inhospid 鎮h�呬綇闄㈣褰曚富閿�
* @return 缁撴灉
*/
public int deletePatMedInhospByInhospid(Long inhospid);
+
+ public int deletePatMedInhospByInhospno(String inhospno);
+
+ /**
+ * 澶勭悊浠巋is鍙栨潵鐨勫嚭闄㈡暟鎹�
+ *
+ * @param
+ * @return 缁撴灉
+ */
+ public int dealOutHospInfo();
+
+ /**
+ * 鑾峰彇鍑洪櫌锛屼綇闄紝闂ㄨ瘖鏈嶅姟浜烘
+ *
+ * @param patMedReq
+ * @return
+ */
+ public List<PatMedRes> getDeptRanking(PatMedReq patMedReq);
}
--
Gitblit v1.9.3