controllers/patient.py: Improve patient list generation
Instead of filtering on patiend IDs after the request, filter directly in the request using the belong operator. For users with few patients, this makes a huge difference.
Showing
Instead of filtering on patiend IDs after the request, filter directly in the request using the belong operator. For users with few patients, this makes a huge difference.