flip_api.domain.interfaces.private

Classes

ICohortResponseAge

Age statistics for the cohort response.

ICohortResponseGender

Gender statistics for the cohort response.

ICohortResponseClientVisit

Client visit statistics for the cohort response.

IResultsStats

Statistics for the results.

ICohortResultsAge

Age statistics for the cohort response.

ICohortResultsGender

Gender statistics for the cohort response.

ICohortResultsClientVisit

Client visit statistics for the cohort response.

IIncomingResultsStats

Statistics for incoming results.

ICohortResultDataResponse

Cohort result data response.

IDbData

Database data.

IUpdateRetrieveImageStatus

Update retrieve image status.

ITrainingMetrics

Training metrics.

Module Contents

class flip_api.domain.interfaces.private.ICohortResponseAge[source]

Bases: TypedDict

Age statistics for the cohort response.

mean: float
class flip_api.domain.interfaces.private.ICohortResponseGender[source]

Bases: TypedDict

Gender statistics for the cohort response.

male: int
female: int
missing_data: int
class flip_api.domain.interfaces.private.ICohortResponseClientVisit[source]

Bases: TypedDict

Client visit statistics for the cohort response.

inpatient: int
emergency: int
missing_data: int
class flip_api.domain.interfaces.private.IResultsStats[source]

Bases: TypedDict

Statistics for the results.

total_count: int
age: ICohortResponseAge
gender: ICohortResponseGender
client_visit: ICohortResponseClientVisit
class flip_api.domain.interfaces.private.ICohortResultsAge[source]

Bases: TypedDict

Age statistics for the cohort response.

mean: float
class flip_api.domain.interfaces.private.ICohortResultsGender[source]

Bases: TypedDict

Gender statistics for the cohort response.

male: int
female: int
missing_data: int
class flip_api.domain.interfaces.private.ICohortResultsClientVisit[source]

Bases: TypedDict

Client visit statistics for the cohort response.

inpatient: int
emergency: int
missing_data: int
class flip_api.domain.interfaces.private.IIncomingResultsStats[source]

Bases: TypedDict

Statistics for incoming results.

total_count: int
age: ICohortResultsAge
gender: ICohortResultsGender
client_visit: ICohortResultsClientVisit
class flip_api.domain.interfaces.private.ICohortResultDataResponse[source]

Bases: TypedDict

Cohort result data response.

trust_name: list[str]
trust_id: list[str]
data: list[str]
class flip_api.domain.interfaces.private.IDbData[source]

Bases: TypedDict

Database data.

trust_name: list[str]
trust_id: list[str]
data: list[IResultsStats]
class flip_api.domain.interfaces.private.IUpdateRetrieveImageStatus[source]

Bases: TypedDict

Update retrieve image status.

trust_id: str
xnat_project_id: str
class flip_api.domain.interfaces.private.ITrainingMetrics[source]

Bases: TypedDict

Training metrics.

fl_client_name: str
global_round: int
label: str
result: float