From: Agnibho Mondal Date: Tue, 1 Jun 2021 20:41:18 +0000 (+0530) Subject: Updated urine re form X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=815bf55fd98a383eae178173f705fc2fc6e81804;p=simpleipd.git Updated urine re form --- diff --git a/www/forms/report-urine-re.schema.json b/www/forms/report-urine-re.schema.json index b4f9b25..58243dc 100644 --- a/www/forms/report-urine-re.schema.json +++ b/www/forms/report-urine-re.schema.json @@ -27,17 +27,33 @@ "description": "Albumin", "type": "string" }, + "glucose": { + "description": "Glucose", + "type": "string" + }, "ketone": { "description": "Ketone Body", "type": "string" }, + "ph": { + "description": "pH", + "type": "string" + }, "rbc": { "description": "RBC cells", "type": "string" }, + "epitheial": { + "description": "Epithelial Cells", + "type": "string" + }, "pus": { "description": "Pus cells", "type": "string" + }, + "cast": { + "description": "Cast", + "type": "string" } }, "required": ["date"]