| | |
| | | import com.smartor.domain.PatMedInhosp; |
| | | import com.smartor.domain.PatMedInhospVO; |
| | | import com.smartor.domain.PatMedReq; |
| | | import com.smartor.domain.PatServiceCount; |
| | | import com.smartor.service.IPatMedInhospService; |
| | | import com.smartor.service.IPatMedOuthospService; |
| | | import io.swagger.annotations.Api; |
| | |
| | | } |
| | | |
| | | /** |
| | | * 出院、门诊人数和随访量统计(周,月,年) |
| | | */ |
| | | @ApiOperation("出院、门诊人数和随访量统计(周,月,年)") |
| | | //@PreAuthorize("@ss.hasPermi('smartor:patinhosp:list')") |
| | | @PostMapping("/queryPersonCount") |
| | | public TableDataInfo queryPersonCount(@RequestBody PatServiceCount patServiceCount) { |
| | | |
| | | return null; |
| | | } |
| | | |
| | | /** |
| | | * 查询当前登陆人自己(病区、部门)的患者住院记录列表 |
| | | */ |
| | | @ApiOperation("查询当前登陆人自己(病区、部门)的患者住院记录列表") |