Skip to content

Commit 8d14c5b

Browse files
akurungadamSajinsr
authored andcommitted
fix: set permissions for observation
(cherry picked from commit 1039fc1)
1 parent e3f06b4 commit 8d14c5b

1 file changed

Lines changed: 44 additions & 2 deletions

File tree

healthcare/healthcare/doctype/observation/observation.json

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
"in_standard_filter": 1,
119119
"label": "Patient",
120120
"options": "Patient",
121-
"reqd": 1
121+
"reqd": 1,
122+
"search_index": 1
122123
},
123124
{
124125
"collapsible": 1,
@@ -576,7 +577,7 @@
576577
"index_web_pages_for_search": 1,
577578
"is_submittable": 1,
578579
"links": [],
579-
"modified": "2025-12-25 09:36:28.860227",
580+
"modified": "2026-06-15 13:14:43.530570",
580581
"modified_by": "Administrator",
581582
"module": "Healthcare",
582583
"name": "Observation",
@@ -610,6 +611,47 @@
610611
"share": 1,
611612
"submit": 1,
612613
"write": 1
614+
},
615+
{
616+
"cancel": 1,
617+
"create": 1,
618+
"email": 1,
619+
"export": 1,
620+
"print": 1,
621+
"read": 1,
622+
"report": 1,
623+
"role": "LabTest Approver",
624+
"share": 1,
625+
"submit": 1,
626+
"write": 1
627+
},
628+
{
629+
"amend": 1,
630+
"cancel": 1,
631+
"create": 1,
632+
"email": 1,
633+
"export": 1,
634+
"print": 1,
635+
"read": 1,
636+
"report": 1,
637+
"role": "Physician",
638+
"share": 1,
639+
"submit": 1,
640+
"write": 1
641+
},
642+
{
643+
"amend": 1,
644+
"cancel": 1,
645+
"create": 1,
646+
"email": 1,
647+
"export": 1,
648+
"print": 1,
649+
"read": 1,
650+
"report": 1,
651+
"role": "Nursing User",
652+
"share": 1,
653+
"submit": 1,
654+
"write": 1
613655
}
614656
],
615657
"row_format": "Dynamic",

0 commit comments

Comments
 (0)