|
@ -17,7 +17,7 @@ public interface PatientAimSportsDao extends
|
|
|
@Query("from PatientAimSports p where p.code=?1")
|
|
|
PatientAimSports findByCode(String code);
|
|
|
|
|
|
@Query("from PatientAimSports p where p.patientcode =?1")
|
|
|
@Query("from PatientAimSports p where p.patientcode =?1 and p.bmiMax is not null and p.bmiMin is not null")
|
|
|
PatientAimSports getPatientAimSportsByPatientCode(String patientCode);
|
|
|
|
|
|
}
|