flip_api.domain.interfaces.private
Classes
Age statistics for the cohort response. |
|
Gender statistics for the cohort response. |
|
Client visit statistics for the cohort response. |
|
Statistics for the results. |
|
Age statistics for the cohort response. |
|
Gender statistics for the cohort response. |
|
Client visit statistics for the cohort response. |
|
Statistics for incoming results. |
|
Cohort result data response. |
|
Database data. |
|
Update retrieve image status. |
|
Training metrics. |
Module Contents
- class flip_api.domain.interfaces.private.ICohortResponseAge[source]
Bases:
TypedDictAge statistics for the cohort response.
- mean: float
- class flip_api.domain.interfaces.private.ICohortResponseGender[source]
Bases:
TypedDictGender statistics for the cohort response.
- male: int
- female: int
- missing_data: int
- class flip_api.domain.interfaces.private.ICohortResponseClientVisit[source]
Bases:
TypedDictClient visit statistics for the cohort response.
- inpatient: int
- emergency: int
- missing_data: int
- class flip_api.domain.interfaces.private.IResultsStats[source]
Bases:
TypedDictStatistics for the results.
- total_count: int
- age: ICohortResponseAge
- gender: ICohortResponseGender
- client_visit: ICohortResponseClientVisit
- class flip_api.domain.interfaces.private.ICohortResultsAge[source]
Bases:
TypedDictAge statistics for the cohort response.
- mean: float
- class flip_api.domain.interfaces.private.ICohortResultsGender[source]
Bases:
TypedDictGender statistics for the cohort response.
- male: int
- female: int
- missing_data: int
- class flip_api.domain.interfaces.private.ICohortResultsClientVisit[source]
Bases:
TypedDictClient visit statistics for the cohort response.
- inpatient: int
- emergency: int
- missing_data: int
- class flip_api.domain.interfaces.private.IIncomingResultsStats[source]
Bases:
TypedDictStatistics for incoming results.
- total_count: int
- age: ICohortResultsAge
- gender: ICohortResultsGender
- client_visit: ICohortResultsClientVisit
- class flip_api.domain.interfaces.private.ICohortResultDataResponse[source]
Bases:
TypedDictCohort result data response.
- trust_name: list[str]
- trust_id: list[str]
- data: list[str]
- class flip_api.domain.interfaces.private.IDbData[source]
Bases:
TypedDictDatabase data.
- trust_name: list[str]
- trust_id: list[str]
- data: list[IResultsStats]