Skip to main content

ga_trial_inclusion_criteria_match_algorithm_sapphire

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

Classes

TrialInclusionCriteriaMatchAlgorithmSapphire

class TrialInclusionCriteriaMatchAlgorithmSapphire(    patient_age_lower_bound: Optional[int] = None,    patient_age_upper_bound: Optional[int] = None,    **kwargs: Any,):

Algorithm for establishing number of patients that match clinical criteria.

Variables

  • static fields_dict : ClassVar[T_FIELDS_DICT]

Methods


modeller

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

Inherited from:

BaseGATrialInclusionAlgorithmFactorySingleEye.modeller :

Modeller-side of the algorithm.

worker

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

Worker-side of the algorithm.