|
@ -18,7 +18,7 @@ public interface PatientSchemeListDao extends PagingAndSortingRepository<Patient
|
|
|
List<DoctorSchemeBloodSugger> findSuggerPatient();
|
|
|
|
|
|
//联合wlyy_patient_scheme_list和wlyy_doctor_scheme_blood_pressure查询有血压监测方案且在监测时间前十分钟未上传监测数据
|
|
|
@Query(" select s from PatientSchemeList p,DoctorSchemeBloodPressure s where p.schemecode=s.code and p.type=0 and s.alertTag = 1 ")
|
|
|
@Query(" select s from PatientSchemeList p,DoctorSchemeBloodPressure s where p.schemecode=s.code and p.type=2 and s.alertTag = 1 ")
|
|
|
List<DoctorSchemeBloodPressure> findPressurePatient();
|
|
|
|
|
|
//根据schemecode查询患者监测方案
|