]> Softwares of Agnibho - simpleipd.git/commitdiff
Disk diffusion
authorAgnibho Mondal <mondal@agnibho.com>
Thu, 3 Jun 2021 04:53:24 +0000 (10:23 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Thu, 3 Jun 2021 04:53:24 +0000 (10:23 +0530)
www/forms/report-dd.schema.json

index 296f09cecbc381c2b8bd716e10974b076012b79d..945fd64ac32c86ec7d5bc57254aa295c20b4b839 100644 (file)
@@ -1,7 +1,7 @@
 {
     "$schema": "http://json-schema.org/draft/2020-12/schema",
-    "title": "culture_sensitivity",
-    "description": "Culture Sensitivity",
+    "title": "disk_diffusion",
+    "description": "Disk Diffusion",
     "type": "object",
 
     "properties": {
             "description": "Sample",
             "type": "string"
         },
-        "report": {
-            "description": "Report",
-            "type": "string",
-            "format": "textarea"
+        "organism": {
+            "description": "Organism",
+            "type": "string"
+        },
+        "amoxyclav": {
+            "description": "Amoxyclav",
+            "type": "string"
+        },
+        "piperacillin_tazobactum": {
+            "description": "Piperacillin/Tazobactum",
+            "type": "string"
+        },
+        "ticarcillin_clavulinic_acid": {
+            "description": "Ticarcillin/Clavulinic Acid",
+            "type": "string"
+        },
+        "oxacillin": {
+            "description": "Oxacillin",
+            "type": "string"
+        },
+        "azithromycin": {
+            "description": "Azithromycin",
+            "type": "string"
+        },
+        "cotrimoxazole": {
+            "description": "Cotrimoxazole",
+            "type": "string"
+        },
+        "doxycycline": {
+            "description": "Doxycycline",
+            "type": "string"
+        },
+        "chloramphenicol": {
+            "description": "Chloramphenicol",
+            "type": "string"
+        },
+        "nitrofurantoin": {
+            "description": "Nitrofurantoin",
+            "type": "string"
+        },
+        "norfloxacin": {
+            "description": "Norfloxacin",
+            "type": "string"
+        },
+        "ciprofloxacin": {
+            "description": "Ciprofloxacin",
+            "type": "string"
+        },
+        "ofloxacin": {
+            "description": "Ofloxacin",
+            "type": "string"
+        },
+        "sparfloxacin": {
+            "description": "Sparfloxacin",
+            "type": "string"
+        },
+        "levofloxacin": {
+            "description": "Levofloxacin",
+            "type": "string"
+        },
+        "gatifloxacin": {
+            "description": "Gatifloxacin",
+            "type": "string"
+        },
+        "cefadroxyl": {
+            "description": "Cefadroxyl",
+            "type": "string"
+        },
+        "cefixime": {
+            "description": "Cefixime",
+            "type": "string"
+        },
+        "ceftriaxone": {
+            "description": "Ceftriaxone",
+            "type": "string"
+        },
+        "ceftazidime": {
+            "description": "Ceftazidime",
+            "type": "string"
+        },
+        "cefepime": {
+            "description": "Cefepime",
+            "type": "string"
+        },
+        "cefoperazone_sulbactum": {
+            "description": "Cefoperazone/Sulbactum",
+            "type": "string"
+        },
+        "gentamicin": {
+            "description": "Gentamicin",
+            "type": "string"
+        },
+        "amikacin": {
+            "description": "Amikacin",
+            "type": "string"
+        },
+        "vancomycin": {
+            "description": "Vancomycin",
+            "type": "string"
+        },
+        "meropenem": {
+            "description": "Meropenem",
+            "type": "string"
+        },
+        "linezolid": {
+            "description": "Linezolid",
+            "type": "string"
         }
     },
     "required": ["date"]