Function get_complete_by_date_and_org_no_cache
pub fn get_complete_by_date_and_org_no_cache(
conn: &PgConnection,
org_id: Uuid,
from: NaiveDateTime,
to: NaiveDateTime,
) -> Result<Vec<Prescription>, StatusMessage>
Expand description
Origin of the cached function get_complete_by_date_and_org
.