Open rithviknishad opened 1 year ago
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity.
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity.
@rithviknishad Is there by solution discussed for this?
No @aeswibon
Feel free to comment a solution
@rithviknishad Can you update here if we are still using the unoptimized logic for Prescription Administration? Reassign to me post update
Yes @gigincg We are still using the unoptimized logic to query the prescription administrations in the MAR table (same flow as mentioned in the issue body).
We could consider fetching administrations across prescriptions in 1 API call. But we would need to pass a higher pagination size limit to account for getting all administrations across all prescriptions for the given time range.
Currently, the code flow in fetching data for the prescription administration table is:
TODO: A solution to be discussed