Minor - Healthcare Desktop UI (#12657)

* Minor - Healthcare Desktop UI

Minor - Healthcare Desktop UI

* Update desktop.py
diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py
index ffe9996..18bb36b 100644
--- a/erpnext/config/desktop.py
+++ b/erpnext/config/desktop.py
@@ -283,7 +283,7 @@
 			"label": _("Education"),
 			"hidden": 1
 		},
-        {
+		{
 			"module_name": "Healthcare",
 			"color": "#FF888B",
 			"icon": "fa fa-heartbeat",
@@ -292,29 +292,14 @@
 			"hidden": 1
 		},
         {
-			"module_name": "Lab Test",
-			"color": "#7578f6",
-			"icon": "octicon octicon-beaker",
-			"doctype": "Lab Test",
-			"type": "list",
-			"link": "List/Lab Test",
-			"label": _("Lab Test")
-        },
-        {
-			"module_name": "Consultation",
-			"color": "#2ecc71",
-			"icon": "fa fa-stethoscope",
-			"doctype": "Consultation",
-			"type": "link",
-			"label": _("Consultationt")
-        },
-        {
 			"module_name": "Patient",
 			"color": "#6BE273",
 			"icon": "fa fa-user",
 			"doctype": "Patient",
 			"type": "link",
-			"label": _("Patient")
+			"link": "List/Patient",
+			"label": _("Patient"),
+			"hidden": 1
         },
         {
 			"module_name": "Patient Appointment",
@@ -322,7 +307,29 @@
 			"icon": "fa fa-calendar-plus-o",
 			"doctype": "Patient Appointment",
 			"type": "link",
-			"label": _("Patient Appointment")
+			"link": "List/Patient Appointment",
+			"label": _("Patient Appointment"),
+			"hidden": 1
+        },
+        {
+			"module_name": "Consultation",
+			"color": "#2ecc71",
+			"icon": "fa fa-stethoscope",
+			"doctype": "Consultation",
+			"type": "link",
+			"link": "List/Consultation",
+			"label": _("Consultation"),
+			"hidden": 1
+        },
+        {
+			"module_name": "Lab Test",
+			"color": "#7578f6",
+			"icon": "octicon octicon-beaker",
+			"doctype": "Lab Test",
+			"type": "list",
+			"link": "List/Lab Test",
+			"label": _("Lab Test"),
+			"hidden": 1
         },
 		{
 			"module_name": "Hub",