Skip to main content

read_tenant

Function read_tenant 

Source
pub async fn read_tenant<Repo: Repository + Send + Sync + 'static, Search: SearchEngine + Send + Sync + 'static, Terminology: FHIRTerminology + Send + Sync + 'static>(
    services: &ServerState<Repo, Search, Terminology>,
    tenant_id: &TenantId,
) -> Result<Tenant, OperationOutcomeError>