medicapi::logic::allergies_logic

Function get_by_org_id_and_anaphylaxis_no_cache

pub fn get_by_org_id_and_anaphylaxis_no_cache(
    app_data: Data<AppData>,
    org_id: Uuid,
) -> Result<Vec<AllergiesResponse>, StatusMessage>
Expand description

Origin of the cached function get_by_org_id_and_anaphylaxis.