]> Softwares of Agnibho - simpleipd.git/blobdiff - access.json
Bugfix
[simpleipd.git] / access.json
index 569c3a5c46906a6224ae1eba18074863a638361e..a747b3991624b43db49398f955e77ede6f502b9b 100644 (file)
@@ -1,11 +1,23 @@
 {
+    "archive": {
+        "admin": "all",
+        "visiting": "all",
+        "resident": "all",
+        "nursing": "view",
+        "lab": "view",
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
+    },
     "info": {
         "admin": "all",
         "visiting": "all",
         "resident": "all",
         "nursing": "all",
         "lab": "all",
-        "clerk": "view"
+        "tech": "all",
+        "clerk": "view",
+        "observer": "view"
     },
     "diagnosis": {
         "admin": "all",
@@ -13,7 +25,9 @@
         "resident": "all",
         "nursing": "view",
         "lab": "view",
-        "clerk": "view"
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
     },
     "summary": {
         "admin": "all",
@@ -21,7 +35,9 @@
         "resident": "all",
         "nursing": "view",
         "lab": "view",
-        "clerk": "view"
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
     },
     "admission": {
         "admin": "all",
@@ -29,7 +45,9 @@
         "resident": "all",
         "nursing": "all",
         "lab": "view",
-        "clerk": "all"
+        "tech": "view",
+        "clerk": "all",
+        "observer": "view"
     },
     "attachments": {
         "admin": "all",
@@ -37,7 +55,9 @@
         "resident": "all",
         "nursing": "all",
         "lab": "all",
-        "clerk": "view"
+        "tech": "all",
+        "clerk": "view",
+        "observer": "view"
     },
     "death": {
         "admin": "all",
@@ -45,7 +65,9 @@
         "resident": "all",
         "nursing": "view",
         "lab": "view",
-        "clerk": "view"
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
     },
     "discharge": {
         "admin": "all",
@@ -53,7 +75,9 @@
         "resident": "all",
         "nursing": "view",
         "lab": "view",
-        "clerk": "view"
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
     },
     "history": {
         "admin": "all",
@@ -61,7 +85,9 @@
         "resident": "all",
         "nursing": "view",
         "lab": "view",
-        "clerk": "view"
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
     },
     "laboratory": {
         "admin": "all",
@@ -69,7 +95,9 @@
         "resident": "all",
         "nursing": "all",
         "lab": "all",
-        "clerk": "view"
+        "tech": "all",
+        "clerk": "view",
+        "observer": "view"
     },
     "nursing": {
         "admin": "all",
         "resident": "view",
         "nursing": "all",
         "lab": "view",
-        "clerk": "view"
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
     },
     "physician": {
         "admin": "all",
         "resident": "all",
         "nursing": "view",
         "lab": "view",
-        "clerk": "view"
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
     },
     "print-discharge": {
         "admin": "all",
         "resident": "all",
         "nursing": "view",
         "lab": "view",
-        "clerk": "view"
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
     },
     "report": {
         "admin": "all",
         "resident": "all",
         "nursing": "view",
         "lab": "all",
-        "clerk": "view"
+        "tech": "all",
+        "clerk": "view",
+        "observer": "view"
     },
     "requisition": {
         "admin": "all",
         "resident": "all",
         "nursing": "all",
         "lab": "all",
-        "clerk": "view"
+        "tech": "all",
+        "clerk": "view",
+        "observer": "view"
     },
     "treatment": {
         "admin": "all",
         "resident": "all",
         "nursing": "view",
         "lab": "view",
-        "clerk": "view"
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
     },
     "view": {
         "admin": "all",
         "resident": "all",
         "nursing": "all",
         "lab": "all",
-        "clerk": "view"
+        "tech": "all",
+        "clerk": "view",
+        "observer": "view"
     },
     "vitek": {
         "admin": "all",
         "resident": "all",
         "nursing": "all",
         "lab": "all",
-        "clerk": "view"
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
     },
-
     "antibiogram": {
         "admin": "all",
         "visiting": "all",
         "resident": "all",
         "nursing": "view",
         "lab": "all",
-        "clerk": "view"
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
+    },
+    "chart": {
+        "admin": "view",
+        "visiting": "view",
+        "resident": "view",
+        "nursing": "view",
+        "lab": "view",
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
+    },
+    "printdata": {
+        "admin": "view",
+        "visiting": "view",
+        "resident": "view",
+        "nursing": "view",
+        "lab": "view",
+        "tech": "view",
+        "clerk": "view",
+        "observer": "view"
     }
 }