Function get_active_by_org_prime_cache
pub fn get_active_by_org_prime_cache(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<Prescription>, StatusMessage>
Expand description
Primes the cached function get_active_by_org
.
This is a cached function that uses the GET_ACTIVE_BY_ORG
cached static.