|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | 
|---|
|  |  |  | * @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); | 
|---|
|  |  |  | } | 
|---|