]> Softwares of Agnibho - simpleipd.git/blobdiff - www/forms/report-coagulation.schema.json
Merge branch 'master' of agnibho.com:~/repo/public/simpleipd
[simpleipd.git] / www / forms / report-coagulation.schema.json
index 3764a9320987df446f48eb4d71cdb5756c61a87f..f9515874542ffbac0a4cccfa3b7e0f6a18105703 100644 (file)
@@ -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"
         },