Function get_by_org_id
pub fn get_by_org_id(
conn: &PgConnection,
id: Uuid,
) -> Result<Vec<ConditionNames>, StatusMessage>
Expand description
This is a cached function that uses the GET_BY_ORG_ID
cached static.
pub fn get_by_org_id(
conn: &PgConnection,
id: Uuid,
) -> Result<Vec<ConditionNames>, StatusMessage>
This is a cached function that uses the GET_BY_ORG_ID
cached static.