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.
pub fn find_by_organization(
conn: &PgConnection,
id: Uuid,
) -> Result<Vec<MedicalProfile>, StatusMessage>
This is a cached function that uses the FIND_BY_ORGANIZATION
cached static.