code_normalisation
Normalise patient condition codes to ICD10.
Classes
CodeNormalisationAlgorithm
class CodeNormalisationAlgorithm(datastructure: DataStructure, **kwargs: Any):Factory for the code normalisation algorithm.
Initialise the algorithm factory.
Variables
- static
fields_dict : ClassVar[dict[str, marshmallow.fields.Field]]
Methods
modeller
def modeller( self, *, context: ProtocolContext, **kwargs: Any,) ‑> NoResultsModellerAlgorithm:Return the modeller-side algorithm instance.
worker
def worker( self, *, context: ProtocolContext, **kwargs: Any,) ‑> bitfount.federated.algorithms.ehr.code_normalisation._WorkerSide:Return the worker-side algorithm instance.