medicapi::logic::medical_profile_logic

Function find_by_organization_no_cache

pub fn find_by_organization_no_cache(
    conn: &PgConnection,
    id: Uuid,
) -> Result<Vec<MedicalProfile>, StatusMessage>
Expand description

Origin of the cached function find_by_organization.