medicapi::logic::prescription_logic

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.