Function get_active_by_org_no_cache
pub fn get_active_by_org_no_cache(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<Prescription>, StatusMessage>
Expand description
Origin of the cached function get_active_by_org
.
pub fn get_active_by_org_no_cache(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<Prescription>, StatusMessage>
Origin of the cached function get_active_by_org
.