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