From 07623a0bf7588b303a17991fa0e3475499ab5bf7 Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Mon, 31 May 2021 22:42:44 +0530 Subject: [PATCH] Added chloride --- www/forms/report-abg.schema.json | 4 ++++ www/forms/report-rft.schema.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/www/forms/report-abg.schema.json b/www/forms/report-abg.schema.json index 18a8f60..26f65c2 100644 --- a/www/forms/report-abg.schema.json +++ b/www/forms/report-abg.schema.json @@ -58,6 +58,10 @@ "k": { "description": "K", "type": "number" + }, + "cl": { + "description": "Cl", + "type": "number" } }, "required": ["date"] diff --git a/www/forms/report-rft.schema.json b/www/forms/report-rft.schema.json index 4dde029..f5d5a93 100644 --- a/www/forms/report-rft.schema.json +++ b/www/forms/report-rft.schema.json @@ -34,6 +34,10 @@ "k": { "description": "Potassium", "type": "number" + }, + "cl": { + "description": "Chloride", + "type": "number" } }, "required": ["date"] -- 2.39.5