Function find_submitted
pub fn find_submitted(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<SickNotice>, StatusMessage>
Expand description
This is a cached function that uses the FIND_SUBMITTED
cached static.
pub fn find_submitted(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<SickNotice>, StatusMessage>
This is a cached function that uses the FIND_SUBMITTED
cached static.