Function get_complete_by_date_and_org_prime_cache
pub fn get_complete_by_date_and_org_prime_cache(
conn: &PgConnection,
org_id: Uuid,
from: NaiveDateTime,
to: NaiveDateTime,
) -> Result<Vec<Prescription>, StatusMessage>
Expand description
Primes the cached function get_complete_by_date_and_org
.
This is a cached function that uses the GET_COMPLETE_BY_DATE_AND_ORG
cached static.