Restrict to Healthcare

This commit is contained in:
Jamsheer
2018-08-06 11:48:03 +05:30
parent 363deb67c3
commit 7cc205946c
6 changed files with 51 additions and 38 deletions

View File

@@ -912,6 +912,7 @@
"quick_entry": 0, "quick_entry": 0,
"read_only": 0, "read_only": 0,
"read_only_onload": 0, "read_only_onload": 0,
"restrict_to_domain": "Healthcare",
"show_name_in_global_search": 0, "show_name_in_global_search": 0,
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",

View File

@@ -547,7 +547,7 @@
"issingle": 0, "issingle": 0,
"istable": 0, "istable": 0,
"max_attachments": 0, "max_attachments": 0,
"modified": "2018-07-30 14:31:58.025819", "modified": "2018-08-06 11:43:03.679223",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Healthcare", "module": "Healthcare",
"name": "Healthcare Service Unit Type", "name": "Healthcare Service Unit Type",
@@ -577,6 +577,7 @@
"quick_entry": 0, "quick_entry": 0,
"read_only": 0, "read_only": 0,
"read_only_onload": 0, "read_only_onload": 0,
"restrict_to_domain": "Healthcare",
"show_name_in_global_search": 0, "show_name_in_global_search": 0,
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",

View File

@@ -968,6 +968,7 @@
"quick_entry": 0, "quick_entry": 0,
"read_only": 0, "read_only": 0,
"read_only_onload": 0, "read_only_onload": 0,
"restrict_to_domain": "Healthcare",
"search_fields": "patient", "search_fields": "patient",
"show_name_in_global_search": 0, "show_name_in_global_search": 0,
"sort_field": "modified", "sort_field": "modified",
@@ -976,4 +977,4 @@
"track_changes": 1, "track_changes": 1,
"track_seen": 0, "track_seen": 0,
"track_views": 0 "track_views": 0
} }

View File

@@ -1,22 +1,24 @@
{ {
"content": null, "content": null,
"creation": "2016-08-18 12:29:52.497819", "creation": "2016-08-18 12:29:52.497819",
"docstatus": 0, "docstatus": 0,
"doctype": "Page", "doctype": "Page",
"idx": 0, "idx": 0,
"modified": "2016-08-18 12:29:52.497819", "modified": "2018-08-06 11:40:53.082863",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Healthcare", "module": "Healthcare",
"name": "appointment-analytic", "name": "appointment-analytic",
"owner": "Administrator", "owner": "Administrator",
"page_name": "Appointment Analytics", "page_name": "Appointment Analytics",
"restrict_to_domain": "Healthcare",
"roles": [ "roles": [
{ {
"role": "Physician" "role": "Physician"
} }
], ],
"script": null, "script": null,
"standard": "Yes", "standard": "Yes",
"style": null, "style": null,
"system_page": 0,
"title": "Appointment Analytics" "title": "Appointment Analytics"
} }

View File

@@ -1,23 +1,25 @@
{ {
"content": null, "content": null,
"creation": "2016-06-09 11:33:14.025787", "creation": "2016-06-09 11:33:14.025787",
"docstatus": 0, "docstatus": 0,
"doctype": "Page", "doctype": "Page",
"icon": "icon-play", "icon": "icon-play",
"idx": 0, "idx": 0,
"modified": "2017-03-06 11:20:40.174661", "modified": "2018-08-06 11:40:39.705660",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Healthcare", "module": "Healthcare",
"name": "medical_record", "name": "medical_record",
"owner": "Administrator", "owner": "Administrator",
"page_name": "medical_record", "page_name": "medical_record",
"restrict_to_domain": "Healthcare",
"roles": [ "roles": [
{ {
"role": "Physician" "role": "Physician"
} }
], ],
"script": null, "script": null,
"standard": "Yes", "standard": "Yes",
"style": null, "style": null,
"system_page": 0,
"title": "Medical Record" "title": "Medical Record"
} }

View File

@@ -1,17 +1,17 @@
{ {
"add_total_row": 1, "add_total_row": 1,
"apply_user_permissions": 1,
"creation": "2013-04-23 18:15:29", "creation": "2013-04-23 18:15:29",
"disabled": 0, "disabled": 0,
"docstatus": 0, "docstatus": 0,
"doctype": "Report", "doctype": "Report",
"idx": 1, "idx": 1,
"is_standard": "Yes", "is_standard": "Yes",
"modified": "2017-08-23 14:54:12.593140", "modified": "2018-08-06 11:41:50.218737",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Healthcare", "module": "Healthcare",
"name": "Lab Test Report", "name": "Lab Test Report",
"owner": "Administrator", "owner": "Administrator",
"prepared_report": 0,
"ref_doctype": "Lab Test", "ref_doctype": "Lab Test",
"report_name": "Lab Test Report", "report_name": "Lab Test Report",
"report_type": "Script Report", "report_type": "Script Report",
@@ -20,7 +20,13 @@
"role": "Laboratory User" "role": "Laboratory User"
}, },
{ {
"role": "System Manager" "role": "Nursing User"
},
{
"role": "LabTest Approver"
},
{
"role": "Healthcare Administrator"
} }
] ]
} }