From bde2bcfebb09ff47602d5c243763cf4106b64ab6 Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Mon, 24 May 2021 18:14:52 +0530 Subject: [PATCH] Virology changes --- www/forms/report-serology.schema.json | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/www/forms/report-serology.schema.json b/www/forms/report-serology.schema.json index 33eac6a..52ca12b 100644 --- a/www/forms/report-serology.schema.json +++ b/www/forms/report-serology.schema.json @@ -39,8 +39,20 @@ "description": "Anti-HEV", "type": "string" }, - "antihsv": { - "description": "Anti-HSV", + "antihbs": { + "description": "Anti-HBs", + "type": "string" + }, + "antihbc": { + "description": "Anti-HBc", + "type": "string" + }, + "hbvdna": { + "description": "HBV DNA", + "type": "string" + }, + "hcvrna": { + "description": "HCV RNA", "type": "string" }, "dengue_ns1": { @@ -51,10 +63,6 @@ "description": "Dengue IgM", "type": "string" }, - "dengue_igg": { - "description": "Dengue IgG", - "type": "string" - }, "chik_igm": { "description": "Chikungunya IgM", "type": "string" -- 2.39.5