ltbio.clinical.medications.Medication#

Overview#

Classes#

Medication

Helper class that provides a standard way to create an ABC using

Contents#

class ltbio.clinical.medications.Medication.Medication(dose: float = None, unit: ltbio.biosignals.timeseries.Unit.Unit = None, frequency: str = None)#

Bases: abc.ABC

Helper class that provides a standard way to create an ABC using inheritance.

abstract property name#

Get the name of the condition. This getter should be overwritten in every subclass.