|
|
|
@ -7,15 +7,15 @@ import com.ruoyi.system.domain.resp.PcTPatientQueryByPageResp;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 患者信息Service接口
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* @author ruoyi
|
|
|
|
|
* @date 2022-08-03
|
|
|
|
|
*/
|
|
|
|
|
public interface ITPatientService
|
|
|
|
|
public interface ITPatientService
|
|
|
|
|
{
|
|
|
|
|
/**
|
|
|
|
|
* 查询患者信息
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* @param id 患者信息主键
|
|
|
|
|
* @return 患者信息
|
|
|
|
|
*/
|
|
|
|
@ -23,7 +23,7 @@ public interface ITPatientService
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 查询患者信息列表
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* @param tPatient 患者信息
|
|
|
|
|
* @return 患者信息集合
|
|
|
|
|
*/
|
|
|
|
@ -31,7 +31,7 @@ public interface ITPatientService
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 新增患者信息
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* @param tPatient 患者信息
|
|
|
|
|
* @return 结果
|
|
|
|
|
*/
|
|
|
|
@ -39,7 +39,7 @@ public interface ITPatientService
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 修改患者信息
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* @param tPatient 患者信息
|
|
|
|
|
* @return 结果
|
|
|
|
|
*/
|
|
|
|
@ -47,7 +47,7 @@ public interface ITPatientService
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 批量删除患者信息
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* @param ids 需要删除的患者信息主键集合
|
|
|
|
|
* @return 结果
|
|
|
|
|
*/
|
|
|
|
@ -55,7 +55,7 @@ public interface ITPatientService
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 删除患者信息信息
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* @param id 患者信息主键
|
|
|
|
|
* @return 结果
|
|
|
|
|
*/
|
|
|
|
|