From: Agnibho Mondal Date: Mon, 31 May 2021 17:12:44 +0000 (+0530) Subject: Added chloride X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=07623a0bf7588b303a17991fa0e3475499ab5bf7;p=simpleipd.git Added chloride --- 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"]