| | |
| | | |
| | | import com.ruoyi.common.core.domain.AjaxResult; |
| | | import com.ruoyi.common.core.domain.entity.SysUser; |
| | | import com.smartor.domain.PatArchive; |
| | | import com.smartor.domain.PatUpInfoVO; |
| | | import com.smartor.domain.*; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | |
| | | */ |
| | | public List<PatArchive> selectPatArchiveList(PatArchive patArchive); |
| | | |
| | | |
| | | /** |
| | | * 新增患者档案 |
| | | * |
| | | * @param patArchive 患者档案 |
| | | * @return 结果 |
| | | */ |
| | | public int insertPatArchive(PatArchive patArchive); |
| | | public Integer insertPatArchive(PatArchive patArchive); |
| | | |
| | | /** |
| | | * 修改患者档案 |
| | | * |
| | | * @param patArchive 患者档案 |
| | | * @param patArchiveVO 患者档案 |
| | | * @return 结果 |
| | | */ |
| | | public int updatePatArchive(PatArchive patArchive); |
| | | public Boolean saveOrUpdatePatInfo(PatArchiveVO patArchiveVO); |
| | | |
| | | public Boolean update(PatArchive patArchive); |
| | | |
| | | /** |
| | | * 批量删除患者档案 |
| | |
| | | /** |
| | | * 患者信息批量插入 |
| | | * |
| | | * @param title |
| | | * @param tags |
| | | * @param file |
| | | */ |
| | | public PatUpInfoVO importFilehandle(SysUser user,String tags, MultipartFile file); |
| | | public PatUpInfoVO importFilehandle(SysUser user, String tags, MultipartFile file); |
| | | |
| | | /** |
| | | * 导出患者错误信息 |
| | |
| | | * @return |
| | | */ |
| | | public String exportErrPatInfo(List<PatArchive> patArchiveList); |
| | | |
| | | |
| | | public List<PatArchive> patInfoByContion(PatArchiveReq patArchive); |
| | | |
| | | |
| | | public List<PatArchivetagAndPatientInfo> patTagByContion(List<Long> tagids); |
| | | |
| | | public List<PatArchivetagAndPatientInfo> patInfoByTag(List<Long> tagids); |
| | | |
| | | public List<Object> getUserTreatmentInfo(String pid, String type); |
| | | |
| | | public List<PatArchiveOthreInfo> getPatientInfo(PatArchiveReq patArchiveReq); |
| | | } |