medicapi::logic::medical_profile_logic

Function find_by_organization

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

This is a cached function that uses the FIND_BY_ORGANIZATION cached static.