| | |
| | | } |
| | | } else if (patArchiveReq.getAllhosp() != null && patArchiveReq.getAllhosp() == 2) { |
| | | // 查看住院 1 查看门诊 2 查看体检 3 |
| | | System.out.println("开始时间"+System.currentTimeMillis()); |
| | | List<PatArchiveOthreInfo> patArchives2 = patArchiveMapper.selectPatArchiveInfoByOuthospQC(patArchiveReq); |
| | | System.out.println("结束时间"+System.currentTimeMillis()); |
| | | if (CollectionUtils.isNotEmpty(patArchives2)) { |
| | | patArchiveList.addAll(patArchives2); |
| | | } |
| | |
| | | return patArchiveList; |
| | | } |
| | | |
| | | public Long selectPatArchiveInfoByOuthospQCCount(PatArchiveReq patArchiveReq) { |
| | | return patArchiveMapper.selectPatArchiveInfoByOuthospQCCount(patArchiveReq); |
| | | } |
| | | |
| | | /** |
| | | * 新增患者档案 |
| | | * |