Skip to main content

config

Config for the patient_eligibility step (v1).

Classes

PatientEligibilityConfig

class PatientEligibilityConfig(**data: Any):

Config for the patient_eligibility reduce step.

Arguments

  • trial_name: Optional display name for the trial, stored for the UI.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

Variables

  • static model_config
  • static trial_name : str | None