From d94274bfe3c3643d707b01287ef7b0f56a0c0186 Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Tue, 15 Jun 2021 07:49:24 +0530 Subject: [PATCH] Minor form change --- www/forms/report-ch.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/forms/report-ch.schema.json b/www/forms/report-ch.schema.json index c8e908e..0014d4d 100644 --- a/www/forms/report-ch.schema.json +++ b/www/forms/report-ch.schema.json @@ -29,6 +29,10 @@ "description": "Sample", "type": "string" }, + "pcv": { + "description": "PCV", + "type": "number" + }, "hb": { "description": "Hemoglobin (g/dL)", "type": "number", -- 2.39.5