Skip to main content

ga_trial_inclusion_criteria_match_algorithm_jade

Algorithm for establishing number of results that match a given criteria.

Classes

DataProcessingError

class DataProcessingError(*args, **kwargs):

Error related to data processing.

This is distinct from DataSourceError, as it is related to later processing of the data.

Ancestors

TrialInclusionCriteriaMatchAlgorithm

class TrialInclusionCriteriaMatchAlgorithm(    renamed_columns: Optional[Mapping[str, str]] = None, **kwargs: Any,):

Algorithm for establishing number of patients that match clinical criteria.

Ancestors

Methods


modeller

def modeller(    self, **kwargs: Any,)> NoResultsModellerAlgorithm:

Inherited from:

TrialInclusionCriteriaMatchAlgorithmJade.modeller :

Modeller-side of the algorithm.

worker

def worker(    self,    **kwargs: Any,)> bitfount.federated.algorithms.ophthalmology.ga_trial_inclusion_criteria_match_algorithm_jade._WorkerSide:

Inherited from:

TrialInclusionCriteriaMatchAlgorithmJade.worker :

Worker-side of the algorithm.

TrialInclusionCriteriaMatchAlgorithmJade

class TrialInclusionCriteriaMatchAlgorithmJade(    renamed_columns: Optional[Mapping[str, str]] = None, **kwargs: Any,):

Algorithm for establishing number of patients that match clinical criteria.

Ancestors

Variables

  • static fields_dict : ClassVar[T_FIELDS_DICT]

Methods


modeller

def modeller(    self, **kwargs: Any,)> NoResultsModellerAlgorithm:

Modeller-side of the algorithm.

worker

def worker(    self,    **kwargs: Any,)> bitfount.federated.algorithms.ophthalmology.ga_trial_inclusion_criteria_match_algorithm_jade._WorkerSide:

Worker-side of the algorithm.