RUFAS.biophysical.animal.animal_health.outcomes module#

class RUFAS.biophysical.animal.animal_health.outcomes.DiseaseOutcomes(*values)#

Bases: Enum

A list of possible outcomes for animals that have developed a disease.

HEALTHYstr

Animal is healthy.

DEADstr

Animal dies while sick.

IN_RECOVERYstr

Animal is eligible to recover but only after n days.

CULLEDstr

Animal is removed from the herd (sold).

DISEASEDstr

Animal continues to be afflicted by the disease.

HEALTHY = 'healthy'#
DEATH = 'dead'#
IN_RECOVERY = 'in_recovery'#
CULL = 'culled'#
DISEASED = 'diseased'#