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
.
pub fn find_by_organization_no_cache(
conn: &PgConnection,
id: Uuid,
) -> Result<Vec<MedicalProfile>, StatusMessage>
Origin of the cached function find_by_organization
.