Closed rw251 closed 5 days ago
practice_registrations.for_patient_on(date).exists_for_patient() is a common filter when defining a cohort. Simplifying this to practice_registrations.exists_for_patient_on(date).
practice_registrations.for_patient_on(date).exists_for_patient()
practice_registrations.exists_for_patient_on(date)
60295d8
View logs
closes #2232
practice_registrations.for_patient_on(date).exists_for_patient()
is a common filter when defining a cohort. Simplifying this topractice_registrations.exists_for_patient_on(date)
.