From 0b8b3be32067368f4c8ca8812f69a7b3f48f1ce8 Mon Sep 17 00:00:00 2001 From: sinake <sinake1@qq.com> Date: 星期二, 26 八月 2025 17:05:05 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/smartor --- ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/ICollectHISMapperService.java | 66 +++++++++++++++++++++++++++++++++ 1 files changed, 66 insertions(+), 0 deletions(-) diff --git a/ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/ICollectHISMapperService.java b/ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/ICollectHISMapperService.java new file mode 100644 index 0000000..bc65cb3 --- /dev/null +++ b/ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/ICollectHISMapperService.java @@ -0,0 +1,66 @@ +package com.ruoyi.quartz.service; + +import com.ruoyi.common.core.domain.entity.SysDept; +import com.ruoyi.common.core.domain.entity.SysUser; +import com.smartor.domain.*; + +import java.util.List; + +public interface ICollectHISMapperService { + /** + * 鏌ヨ鎮h�呮。妗堝垪琛� + * + * @param patArchive 鎮h�呮。妗� + * @return 鎮h�呮。妗堥泦鍚� + */ + public List<PatArchive> selectPatArchiveList(PatArchive patArchive); + + /** + * 鍑哄叆闄俊鎭� + * + * @param patMedInhosp + * @return + */ + public Integer selectPatMedInhospList(PatMedInhosp patMedInhosp); + + /** + * 娌冲崡鏁版嵁閲囬泦 + * + * @param patMedInhosp + * @return + */ + public Boolean hnDataGather(HnDataGatherVO patMedInhosp); + + /** + * 闂ㄦ�ヨ瘖淇℃伅 + * + * @param id + * @return + */ + public Integer selectPatMedOuthospList(PatMedOuthosp patMedOuthosp); + + + /** + * 鏌ヨ鐤剧梾鍒楄〃 + * + * @param icd10 鐤剧梾 + * @return 鐤剧梾闆嗗悎 + */ + public Integer selectIcd10List(Icd10 icd10); + + /** + * 鏍规嵁鏉′欢鍒嗛〉鏌ヨ鐢ㄦ埛鍒楄〃 + * + * @param sysUser 鐢ㄦ埛淇℃伅 + * @return 鐢ㄦ埛淇℃伅闆嗗悎淇℃伅 + */ + public Integer selectUserList(SysUser sysUser); + + /** + * 鏌ヨ閮ㄩ棬绠$悊鏁版嵁 + * + * @param dept 閮ㄩ棬淇℃伅 + * @return 閮ㄩ棬淇℃伅闆嗗悎 + */ + public Integer selectDeptList(SysDept dept); +} -- Gitblit v1.9.3