{"id":641,"date":"2023-01-29T20:12:25","date_gmt":"2023-01-29T20:12:25","guid":{"rendered":"https:\/\/www.nhslothian.scot\/yourrights\/health-rights-waiting-times\/nhs-lothian-outpatient-waiting-times\/"},"modified":"2023-02-23T12:58:02","modified_gmt":"2023-02-23T12:58:02","slug":"nhs-lothian-outpatient-waiting-times","status":"publish","type":"page","link":"https:\/\/www.nhslothian.scot\/yourrights\/health-rights-waiting-times\/nhs-lothian-outpatient-waiting-times\/","title":{"rendered":"NHS Lothian Outpatient Waiting Times"},"content":{"rendered":"\n<p>The table below will show how long patients have recently waited to be seen in NHS Lothian.&nbsp; Please just select the specialty from the drop down list.&nbsp; The specialty name can be found on the letter sent to patients when they are added to the waiting list.<\/p>\n\n\n\n<p>The table shows how long 9 out of 10 patients waited to be seen in the last 3 months.&nbsp; This can be used as a guide to show you how long patients may wait to be seen after they have been added to the waiting list.<\/p>\n\n\n\n<p>This is only a guide and many patients will not wait&nbsp;as long as those shown in the table.&nbsp; Waiting times can be affected by a number of factors.&nbsp; For example, as more space opens up, the waiting time will decrease if patients are seen in order.&nbsp; The calculations will also be affected by specialty areas with smaller numbers of patients. If a patient\u2019s priority changes then this can also affect the figures. For example, if a patient moves from routine to urgent, their total wait time is counted (e.g. the time they waited as a routine patient and the time they waited as an urgent patient), this can result in urgent wait times which look longer than the actual wait patients experience.<\/p>\n\n\n\n<p>The waiting time is shown in weeks by specialty, priority and age band.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Local specialty:&nbsp; This can be found on the letter which is&nbsp;sent to patients&nbsp;when they&nbsp;are added to the relevant waiting list.<\/li>\n\n\n\n<li>Priority: When a patient is added to a waiting list, a clinician determines how quickly they need to be seen.&nbsp; This is known as the priority and is either routine or urgent.<\/li>\n\n\n\n<li>Age band:&nbsp; As the waiting times vary across adult and paediatric services, these have been split to give a clearer picture of the wait in those areas.<\/li>\n<\/ul>\n\n\n\n<p>If there is no waiting time shown in the table, this is because there have been less than 20 patients seen in the last 3 months and so the waiting time cannot be accurately calculated.<\/p>\n\n\n\n<p>This information will be updated on a monthly basis.<\/p>\n\n\n\n<!-- Author: Alan Smithee -->\n<script>\nvar WT_PATH = \"\/yourrights\/wp-content\/uploads\/sites\/7\/2024\/07\/WaitingTimesOP.xml\";\n<\/script>\n<style>\n\t#wtTable\n\t{\n\t\twidth:100%;\n\t}\n\t\n\t#wtTable td,\n\t#wtTable th\n\t{\n\t\tpadding: 5px;\n\t\tborder: 1px solid;\n\t}\n\t\n\t#National_Specialty,\n\t#Specialty\n\t{\n\t\twidth:100%;\n\t\tpadding: 5px;\n\t}\n<\/style>\n\n<table id=\"wtTable\">\n\t<thead>\n\t\t<tr><td><\/td><td>Adult<\/td><td>Adult<\/td><td>Paediatric<\/td><td>Paediatric<\/td><\/tr>\n\t\t<tr><td>Specialty<\/td><td>Routine<\/td><td>Urgent<\/td><td>Routine<\/td><td>Urgent<\/td><\/tr>\n\t<\/thead>\n\t<tbody>\n\t\t<tr>\n\t\t\t<tr>\n\t\t\t\t<td><select name=\"Specialty\" title=\"Specialty\" id=\"Specialty\" onchange=\"OnSpecialtyChange()\"><\/select><\/td>\n\t\t\t\t\n\t\t\t\t<td id=\"Adult_Routine\"><\/td>\n\t\t\t\t<td id=\"Adult_Urgent\"><\/td>\n\t\t\t\t<td id=\"Paediatric_Routine\"><\/td>\n\t\t\t\t<td id=\"Paediatric_Urgent\"><\/td>\n\t\t\t<\/tr>\n\t\t<\/tr>\n\t<\/tbody>\n<\/table>\n\n<script>\n\tclass Specialty{\n\t\tconstructor(_name, _cells)\n\t\t{\n\t\t\tthis.s_name = _name;\n\t\t\tthis.a_cells = _cells;\n\t\t}\n\t}\n\t\n\tfunction loadXMLDoc(_path)\n\t{\n\t\tif (window.XMLHttpRequest)\n\t\t\txhttp = new XMLHttpRequest();\n\t\telse\n\t\t\txhttp = new ActiveXObject(\"Microsoft.XMLDOM\");\n\n\t\txhttp.open(\"GET\",_path,false);\n\t\txhttp.send();\n\t\treturn xhttp.responseXML;\n\t}\n\t\n\txmlDoc = loadXMLDoc(WT_PATH);\n\n\tvar t = xmlDoc.getElementsByTagName(\"Table\")[0];\n\tvar twidth = parseInt(t.getAttribute(\"ss:ExpandedColumnCount\"));\n\tvar rs = t.getElementsByTagName(\"Row\");\n\t\n\t\n\tvar elem_Specialty = document.getElementById(\"Specialty\");\n\t\n\tvar values = [\n\t\tdocument.getElementById(\"Adult_Routine\"),\n\t\tdocument.getElementById(\"Adult_Urgent\"),\n\t\tdocument.getElementById(\"Paediatric_Routine\"),\n\t\tdocument.getElementById(\"Paediatric_Urgent\")\n\t];\n\t\n\t\n\t\/\/populate Specialty \n\tvar a_specialties = [null];\n\t\n\t\/\/rows 0 and 1 are headers\n\tvar _html = \"<option value='0'>[Select an option]<\/option>\";\n\tfor(var i = 2; i < rs.length; i++)\n\t{\n\t\tvar cells = rs[i].getElementsByTagName(\"Cell\");\n\t\t\n\t\tvar s = new Specialty((cells[0].getElementsByTagName(\"Data\")[0]).childNodes[0].nodeValue, cells);\n\t\t\n\t\t_html += \"<option value='\"+a_specialties.length+\"'>\"+s.s_name+\"<\/option>\";\n\t\ta_specialties.push(s);\n\t}\n\telem_Specialty.innerHTML = _html;\n\t\/\/elem_Specialty.value = \"\";\n\t\n\n\t\n\tfunction OnSpecialtyChange()\n\t{\n\t\t\/\/clear\n\t\tfor(var i = 0; i < values.length; i++) values[i].innerText = \"\";\n\t\t\n\t\tvar idx = parseInt(elem_Specialty.selectedOptions[0].value);\n\t\t\n\t\tif(idx == 0) return;\n\t\t\n\t\tvar cs = a_specialties[idx].a_cells;\n\t\tvar l = 1;\n\t\t\n\t\tfor(var j = 1; j < cs.length; j++)\n\t\t{\n\t\t\tif(cs[j].hasAttribute(\"ss:Index\"))\n\t\t\t{\n\t\t\t\tl = parseInt(cs[j].getAttribute(\"ss:Index\"))-1;\n\t\t\t}\n\t\t\t\n\t\t\tvar ds = cs[j].getElementsByTagName(\"Data\");\n\t\t\tvalues[l-1].innerText = ds[0].childNodes[0].nodeValue;\n\t\t\t\n\t\t\tl++;\n\t\t}\n\t}\n\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>The table below will show how long patients have recently waited to be seen in NHS Lothian.&nbsp; Please just select the specialty from the drop down list.&nbsp; The specialty name can be found on the letter sent to patients when they are added to the waiting list. The table shows how long 9 out of<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":582,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"class_list":["post-641","page","type-page","status-publish","hentry"],"acf":[],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"st3vi3b0y","author_link":"https:\/\/www.nhslothian.scot\/yourrights\/blog\/author\/st3vi3b0y\/"},"rttpg_comment":0,"rttpg_category":false,"rttpg_excerpt":"The table below will show how long patients have recently waited to be seen in NHS Lothian.&nbsp; Please just select the specialty from the drop down list.&nbsp; The specialty name can be found on the letter sent to patients when they are added to the waiting list. The table shows how long 9 out of","_links":{"self":[{"href":"https:\/\/www.nhslothian.scot\/yourrights\/wp-json\/wp\/v2\/pages\/641","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nhslothian.scot\/yourrights\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.nhslothian.scot\/yourrights\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.nhslothian.scot\/yourrights\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nhslothian.scot\/yourrights\/wp-json\/wp\/v2\/comments?post=641"}],"version-history":[{"count":7,"href":"https:\/\/www.nhslothian.scot\/yourrights\/wp-json\/wp\/v2\/pages\/641\/revisions"}],"predecessor-version":[{"id":2362,"href":"https:\/\/www.nhslothian.scot\/yourrights\/wp-json\/wp\/v2\/pages\/641\/revisions\/2362"}],"up":[{"embeddable":true,"href":"https:\/\/www.nhslothian.scot\/yourrights\/wp-json\/wp\/v2\/pages\/582"}],"wp:attachment":[{"href":"https:\/\/www.nhslothian.scot\/yourrights\/wp-json\/wp\/v2\/media?parent=641"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.nhslothian.scot\/yourrights\/wp-json\/wp\/v2\/categories?post=641"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}