liusheng
7 天以前 bd6c66c1a161e9f0fe94b94bed7935b2bde541f2
smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
@@ -2,10 +2,7 @@
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.page.TableDataInfo;
import com.smartor.domain.PatMedInhosp;
import com.smartor.domain.PatMedInhospVO;
import com.smartor.domain.PatMedReq;
import com.smartor.domain.PatMedRes;
import com.smartor.domain.*;
import org.springframework.web.bind.annotation.RequestBody;
import java.util.List;
@@ -35,6 +32,11 @@
    public List<PatMedInhosp> selectPatMedInhospList(PatMedInhosp patMedInhosp);
    /**
     * 出院、门诊人数和随访量统计(周,月,年)
     */
    public Map<String,Integer> queryPersonCount(PatServiceCount patServiceCount);
    /**
     * 查询当前登陆人自己(病区、部门)的患者住院记录列表
     *
     * @param patMedInhospVO