From 142fee13ceec228f47e8979e32809e64b077608f Mon Sep 17 00:00:00 2001 From: "A.Sriram" <149712877+aSriram199@users.noreply.github.com> Date: Sun, 25 Aug 2024 16:43:11 +0530 Subject: [PATCH] Add Abdominal Drain and Change Rules to Ryles on Ouptput DropDown (#8328) --- src/Components/LogUpdate/Sections/IOBalance.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/LogUpdate/Sections/IOBalance.tsx b/src/Components/LogUpdate/Sections/IOBalance.tsx index 33cd6ea5c4f..ca0bd4867d2 100644 --- a/src/Components/LogUpdate/Sections/IOBalance.tsx +++ b/src/Components/LogUpdate/Sections/IOBalance.tsx @@ -38,7 +38,7 @@ export const IOBalanceSections = [ fields: [ { name: "Output", - options: ["Urine", "Rules Tube Aspiration", "ICD"], + options: ["Urine", "Ryles Tube Aspiration", "ICD", "Abdominal Drain"], key: "output", }, ],