]> Softwares of Agnibho - simpleipd.git/commitdiff
USG WA form
authorAgnibho Mondal <mondal@agnibho.com>
Mon, 24 May 2021 14:01:11 +0000 (19:31 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Mon, 24 May 2021 14:01:11 +0000 (19:31 +0530)
www/autocomplete/investigation.json
www/forms/report-usg-wa.schema.json [new file with mode: 0644]

index 1aa6a912dc94621ee91d87d724c1e98cf7295643..7cdaf37a5a986b92b0fad9f9f6a2ea432bb75806 100644 (file)
@@ -1,8 +1,7 @@
 {
     "tests": [
         "Chest Xray",
-        "Straight Xray Abdomen",
-        "USG W/A"
+        "Straight Xray Abdomen"
     ],
     "rooms": [
         "labmed",
@@ -14,6 +13,7 @@
         "pathology",
         "ictc",
         "suraksha_clinic",
+        "radiology",
         "ccu_lab",
         "other_govt_hospital",
         "outside_lab"
diff --git a/www/forms/report-usg-wa.schema.json b/www/forms/report-usg-wa.schema.json
new file mode 100644 (file)
index 0000000..b7d66b9
--- /dev/null
@@ -0,0 +1,72 @@
+{
+    "$schema": "http://json-schema.org/draft/2020-12/schema",
+    "title": "usg_wa",
+    "description": "USG W/A",
+    "type": "object",
+
+    "properties": {
+        "date": {
+            "description": "Date",
+            "type": "string",
+            "format": "date"
+        },
+        "time": {
+            "description": "Time",
+            "type": "string",
+            "format": "time"
+        },
+        "sample": {
+            "description": "Sample",
+            "type": "string"
+        },
+        "liver": {
+            "description": "Liver",
+            "type": "string"
+        },
+        "gb": {
+            "description": "GB",
+            "type": "string"
+        },
+        "cbd": {
+            "description": "CBD",
+            "type": "string"
+        },
+        "pv": {
+            "description": "PV",
+            "type": "string"
+        },
+        "pancreas": {
+            "description": "Pancreas",
+            "type": "string"
+        },
+        "spleen": {
+            "description": "Spleen",
+            "type": "string"
+        },
+        "rk": {
+            "description": "RK",
+            "type": "string"
+        },
+        "lk": {
+            "description": "LK",
+            "type": "string"
+        },
+        "ub": {
+            "description": "UB",
+            "type": "string"
+        },
+        "prostate": {
+            "description": "Prostate",
+            "type": "string"
+        },
+        "ascites": {
+            "description": "Ascites",
+            "type": "string"
+        },
+        "rpln": {
+            "description": "RPLN",
+            "type": "string"
+        }
+    },
+    "required": ["date"]
+}