]> Softwares of Agnibho - simpleipd.git/commitdiff
Enhanced nursing note
authorAgnibho Mondal <mondal@agnibho.com>
Fri, 21 May 2021 08:20:08 +0000 (13:50 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Fri, 21 May 2021 08:20:08 +0000 (13:50 +0530)
www/forms/nursing.schema.json

index 5f6fe1b049ac28c47ceec1c93fe04158e0321b91..e4871ec424f95d8a84b66675e17ca698e238109c 100644 (file)
             "type": "string"
         },
         "intake": {
-            "description": "Intake",
+            "description": "Intake (ml)",
             "type": "integer"
         },
         "output": {
-            "description": "Output",
+            "description": "Output (ml)",
+            "type": "integer"
+        },
+        "io_duration": {
+            "description": "Intake Output Duration (hour)",
+            "type": "integer"
+        },
+        "stool": {
+            "description": "Times stool passed",
             "type": "integer"
         },
         "bw": {
-            "description": "Body Weight",
+            "description": "Body Weight (kg)",
             "type": "string"
         },
         "temperature": {
-            "description": "Temperature",
+            "description": "Temperature (&deg;F)",
+            "type": "string"
+        },
+        "cbg": {
+            "description": "CBG (mg/dl)",
+            "type": "integer"
+        },
+        "bp": {
+            "description": "Blood Pressure",
             "type": "string"
+        },
+        "pr": {
+            "description": "Pulse",
+            "type": "integer"
+        },
+        "rr": {
+            "description": "Respiratory Rate",
+            "type": "integer"
+        },
+        "spo2": {
+            "description": "SpO2",
+            "type": "integer"
         }
     },
     "required": ["date","time"]