From: Agnibho Mondal Date: Fri, 28 May 2021 16:45:22 +0000 (+0530) Subject: Updated admission form X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=836f5cc24da2052cd5733438dc33f4c413c96c0a;p=simpleipd.git Updated admission form --- diff --git a/www/forms/admission.schema.json b/www/forms/admission.schema.json index 8b32425..69a7781 100644 --- a/www/forms/admission.schema.json +++ b/www/forms/admission.schema.json @@ -13,6 +13,10 @@ "description": "SRF ID", "type": "string" }, + "cpms": { + "description": "CPMS Registration", + "type": "string" + }, "name": { "description": "Name", "type": "string" @@ -26,9 +30,13 @@ "type": "string", "enum": ["male", "female", "others"] }, - "bw": { - "description": "Weight", - "type": "integer" + "address": { + "description": "Address", + "type": "string" + }, + "phone": { + "description": "Phone number", + "type": "string" }, "date": { "description": "Date of Admission",