Function get_by_org_id
pub fn get_by_org_id(
app_data: Data<AppData>,
org_id: Uuid,
) -> Result<Vec<AllergiesResponse>, StatusMessage>
Expand description
This is a cached function that uses the GET_BY_ORG_ID
cached static.
pub fn get_by_org_id(
app_data: Data<AppData>,
org_id: Uuid,
) -> Result<Vec<AllergiesResponse>, StatusMessage>
This is a cached function that uses the GET_BY_ORG_ID
cached static.