|
@ -1001,7 +1001,7 @@ public class PatientHealthIndexService extends BaseService {
|
|
|
}
|
|
|
|
|
|
if(swh!=null){
|
|
|
if("1".equals(sw.getAlertPatientSwitch())){
|
|
|
if("1".equals(swh.getAlertPatientSwitch())){
|
|
|
//查询是否与医生建立重点跟踪关系,诺无关系则建立
|
|
|
TrackPatient trackPatient = trackPatientDao.findByDoctorCodeAndPatientCode(signFamily.getDoctorHealth(),patient);
|
|
|
if(trackPatient == null){
|
|
@ -1066,7 +1066,7 @@ public class PatientHealthIndexService extends BaseService {
|
|
|
}
|
|
|
|
|
|
if(swh!=null){
|
|
|
if("1".equals(sw.getAlertPatientSwitch())){
|
|
|
if("1".equals(swh.getAlertPatientSwitch())){
|
|
|
//查询是否与医生建立重点跟踪关系,诺无关系则建立
|
|
|
TrackPatient trackPatient = trackPatientDao.findByDoctorCodeAndPatientCode(signFamily.getDoctorHealth(),patient);
|
|
|
if(trackPatient == null){
|