From: Agnibho Mondal Date: Tue, 25 May 2021 06:02:40 +0000 (+0530) Subject: More ABG params X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=b024a147b3da4ceed14c9e2f077ffdf6c41cbbf3;p=simpleipd.git More ABG params --- diff --git a/www/forms/report-abg.schema.json b/www/forms/report-abg.schema.json index f768ba5..9093e02 100644 --- a/www/forms/report-abg.schema.json +++ b/www/forms/report-abg.schema.json @@ -35,6 +35,18 @@ "description": "HCO3", "type": "number" }, + "ag": { + "description": "Anion Gap", + "type": "number" + }, + "spo2": { + "description": "SpO2", + "type": "number" + }, + "fio2": { + "description": "FiO2", + "type": "number" + }, "na": { "description": "Na", "type": "number"