8.4.1. vantage6.algorithm.tools.decorators#

Functions

algorithm_client(func, *args, **kwargs)

rtype:

callable

data([number_of_databases])

Decorator that adds algorithm data to a function

database_connection(types[, include_metadata])

Decorator that adds a database connection to a function

get_ohdsi_metadata(label)

Retrieve the OHDSI metadata from the environment variables.

metadata(func)

rtype:

callable

Classes

OHDSIMetaData(database, cdm_schema, ...)

Dataclass containing metadata of the OMOP database.

RunMetaData(task_id, node_id, ...)

Dataclass containing metadata of the run.