From 9526971c403417c1c007804f24884c443b9e6cd7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 04 九月 2024 00:34:40 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/service/IPatMedInhospService.java | 44 ++++++++++++++++++++++++++++++++++---------- 1 files changed, 34 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..c63c734 100644 --- a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java +++ b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java @@ -1,19 +1,23 @@ package com.smartor.service; -import java.util.List; +import com.ruoyi.common.core.domain.AjaxResult; import com.smartor.domain.PatMedInhosp; +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 +25,19 @@ /** * 鏌ヨ鎮h�呬綇闄㈣褰曞垪琛� - * + * * @param patMedInhosp 鎮h�呬綇闄㈣褰� * @return 鎮h�呬綇闄㈣褰曢泦鍚� */ public List<PatMedInhosp> selectPatMedInhospList(PatMedInhosp patMedInhosp); + public PatMedInhosp getDeptCodeByPatId(PatMedInhosp patMedInhosp); + + public PatMedRes selectPatMedInhospListCount(PatMedReq patMedReq); + /** * 鏂板鎮h�呬綇闄㈣褰� - * + * * @param patMedInhosp 鎮h�呬綇闄㈣褰� * @return 缁撴灉 */ @@ -37,7 +45,7 @@ /** * 淇敼鎮h�呬綇闄㈣褰� - * + * * @param patMedInhosp 鎮h�呬綇闄㈣褰� * @return 缁撴灉 */ @@ -45,7 +53,7 @@ /** * 鎵归噺鍒犻櫎鎮h�呬綇闄㈣褰� - * + * * @param inhospids 闇�瑕佸垹闄ょ殑鎮h�呬綇闄㈣褰曚富閿泦鍚� * @return 缁撴灉 */ @@ -53,9 +61,25 @@ /** * 鍒犻櫎鎮h�呬綇闄㈣褰曚俊鎭� - * + * * @param inhospid 鎮h�呬綇闄㈣褰曚富閿� * @return 缁撴灉 */ public int deletePatMedInhospByInhospid(Long inhospid); + + /** + * 澶勭悊浠巋is鍙栨潵鐨勫嚭闄㈡暟鎹� + * + * @param + * @return 缁撴灉 + */ + public int dealOupHospInfo(); + + /** + * 鑾峰彇鍑洪櫌锛屼綇闄紝闂ㄨ瘖鏈嶅姟浜烘 + * + * @param patMedReq + * @return + */ + public List<PatMedRes> getDeptRanking(PatMedReq patMedReq); } -- Gitblit v1.9.3