From 72c5dfe31cb92225eda2052740243694931503f2 Mon Sep 17 00:00:00 2001 From: Andrew Cooke <45248509+cookeac@users.noreply.github.com> Date: Thu, 15 Jul 2021 18:09:56 +1200 Subject: [PATCH] Changes to death method and reason Adjustments to the enumerated values for death event reasons and methods (kinds). Resolves #224. --- enums/icarDeathMethodType.json | 9 ++++++--- enums/icarDeathReasonType.json | 9 ++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/enums/icarDeathMethodType.json b/enums/icarDeathMethodType.json index e11168c..1833b65 100644 --- a/enums/icarDeathMethodType.json +++ b/enums/icarDeathMethodType.json @@ -4,9 +4,12 @@ "type": "string", "enum": [ + "Perished", + "Slaughter", + "Culled", + "Theft", + "Lost", "Accident", - "Euthanised", - "Natural", - "Unknown" + "Other" ] } \ No newline at end of file diff --git a/enums/icarDeathReasonType.json b/enums/icarDeathReasonType.json index 070fbc6..bbb55d0 100644 --- a/enums/icarDeathReasonType.json +++ b/enums/icarDeathReasonType.json @@ -11,6 +11,13 @@ "Consumption", "Culled", "Other", - "Unknown" + "Unknown", + "Age", + "Mastitis", + "Production", + "LegOrClaw", + "MilkingAbility", + "NUtrition", + "Fertility" ] } \ No newline at end of file