X-Git-Url: https://code.agnibho.com/repo?a=blobdiff_plain;f=www%2Fforms%2Freport-hepatitis.schema.json;fp=www%2Fforms%2Freport-hepatitis.schema.json;h=bc29b23f822711e64a5d5fafee0180abe22de3f3;hb=a42ffc12f7913e0550819f38b70e237ef6089b62;hp=56278b15204948848c679db50787b2c204835b35;hpb=3789052ea87cbeb5ea106d0ec4d19fa0b4255aff;p=simpleipd.git diff --git a/www/forms/report-hepatitis.schema.json b/www/forms/report-hepatitis.schema.json index 56278b1..bc29b23 100644 --- a/www/forms/report-hepatitis.schema.json +++ b/www/forms/report-hepatitis.schema.json @@ -6,12 +6,22 @@ "properties": { "date": { - "description": "Date", + "description": "Sample Date", "type": "string", "format": "date" }, "time": { - "description": "Time", + "description": "Sample Time", + "type": "string", + "format": "time" + }, + "rdate": { + "description": "Report Date", + "type": "string", + "format": "date" + }, + "rtime": { + "description": "Report Time", "type": "string", "format": "time" },