{"id":39,"date":"2017-04-07T15:22:15","date_gmt":"2017-04-07T15:22:15","guid":{"rendered":"http:\/\/aisd.net\/secondary-campus\/about\/clinic\/"},"modified":"2025-10-07T16:15:37","modified_gmt":"2025-10-07T21:15:37","slug":"clinic","status":"publish","type":"page","link":"https:\/\/www.aisd.net\/venture-high-school\/services\/clinic\/","title":{"rendered":"Clinic"},"content":{"rendered":"\n\n\t<h2>Clinic Staff<\/h2>\n<p><strong>Clinic Phone:<\/strong> (682) 867-6406<\/p>\n<table class=\"google-sheet-integration responsive\" id=\"table-ade4b7e4873\">\n\t\t<thead id=\"thead-ade4b7e4873\"><tr><th><span class=\"screen-reader-text\"><\/span><\/th><\/tr><\/thead>\n    <tbody id=\"tbody-ade4b7e4873\"><tr><td><span class=\"screen-reader-text\">Loading...<\/span><\/td><\/tr><\/tbody>\n  <\/table>\n\t<div class=\"responsive scroll-more\">Scroll for more >><\/div>\n<script>\n(function getSpreadsheet(delay){\n\n\t\/\/ delay = delay || 1000;\n\nvar url = \"https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/1BQMTqdD_Mv05voTaJrDY4r1jYxrYZ16usRUy3glB-ZU\/values\/Clinic\/?majorDimension=ROWS&key=AIzaSyAQeVAwmeL1ghHzI2hQ5w803pjJYkSTDJ8&valueRenderOption=FORMATTED_VALUE\";\n\n\t\/\/ console.log(url);\n\nvar promise = jQuery.getJSON( url, function( data, status, jqXHR){\n\t\t\tconsole.log(\"Server Code: \", jqXHR.status, \" getJSON request for ade4b7e4873 successful!\");\n\t\t});\npromise.done(function( data ){\n\n\tconsole.log(data);\n\n\tconst rows = data.values\n\n\t\/\/ Print Header Row\n\n\tconst headerRow = Object.values(rows[0]);\n\n\tlet thead = document.getElementById(\"thead-ade4b7e4873\");\n\tthead.innerHTML = \"\";\n\tlet th = \"<tr>\";\n\n\tfor (i = 0; i < headerRow.length; i++) {\n\t\tconst headerValue = headerRow[i].toString();\n\t\tth += \"<th>\" + headerValue + \"<\/th>\";\n\t}\n\tth += \"<\/tr>\";\n\tthead.innerHTML += th;\n\n\t\/\/ Print Body Rows\n\n\tlet tbody = document.getElementById(\"tbody-ade4b7e4873\");\n\ttbody.innerHTML = \"\";\n\n\tfor (const row of rows.slice(1)) {\n\t\t\tconst individualRow = Object.values(row)\n\n\t\t\tlet tr = \"<tr class=\\\"ws-dd-gs-table-row\\\" id=\\\"trow-ade4b7e4873-\\\">\";\n\n\t\t\tfor (i = 0; i < individualRow.length; i++) { \/\/ Loop through Cells and Print\n\n\t\t\t\tvar bodyValue = individualRow[i].toString();\n\t\t\t\tconst websiteRegex = new RegExp(\"http\");\n\t\t\t\tconst emailRegex = new RegExp(\"@aisd.net\");\n\t\t\t\tconst phoneRegex = \/^\\(?([0-9]{3})\\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$\/;\n\t\t\t\tvar headerColumnCondition = \"no\";\n\n\t\t\t\t\tif (i == 0 && headerColumnCondition == \"yes\") { \/\/ Conditional Header Column based on Shortcode Attributes\n\t\t\t\t\t\tbodyValue = bodyValue.replace(\/(\\r\\n|\\r|\\n)\/g, \"<br>\");\n\t\t\t\t\t\ttr += \"<th>\" + bodyValue + \"<\/th>\";\n\t\t\t\t\t} else { \/\/ Conditional Email REGEX\n\t\t\t\t\t\tif (emailRegex.test(bodyValue) && \"\" != \"proclamation\" ) {\n\t\t\t\t\t\t\ttr += \"<td><a href=\\\"mailto:\" + bodyValue + \"\\\" style=\\\"white-space: nowrap\\\">\" + bodyValue + \"<\/a><\/td>\";\n\t\t\t\t\t} else if (websiteRegex.test(bodyValue) && \"\" != \"proclamation\" ) { \/\/ Conditional Website REGEX\n\t\t\t\t\t\ttr += \"<td><a href=\\\"\" + bodyValue + \"\\\" target=\\\"_blank\\\">View Site<\/a><\/td>\";\n\t\t\t\t\t} else if (phoneRegex.test(bodyValue)) {\n\t\t\t\t\t\ttr += \"<td style=\\\"white-space: nowrap\\\">\" + bodyValue + \"<\/td>\";\n\t\t\t\t\t} else { \/\/ All Other Cells\n\t\t\t\t\tbodyValue = bodyValue.replace(\/(\\r\\n|\\r|\\n)\/g, \"<br>\");\n\t\t\t\t\ttr += \"<td>\" + bodyValue + \"<\/td>\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (individualRow.length != headerRow.length) { \/\/ Print Empty Cells Based on # of Columns\n\t\t\t\tlet lengthDifference = headerRow.length - individualRow.length;\n\t\t\t\t\tfor (j = 0; j < lengthDifference; j++) {\n\t\t\t\t\ttr += \"<td class=\\\"empty-cell\\\"><\/td>\";\n\t\t\t\t\t}\n\t\t\t}\n\t\t\ttr += \"<\/tr>\";\n\t\ttbody.innerHTML += tr;\n\t}\n}).then( \n\t\/\/ Conditionally Load DataTables JS based on Shortcode Attributes\n\tjQuery(document).ready( function () {\n\t\tif (\"no\" == \"yes\") {\n\t\t\tjQuery(\"#table-ade4b7e4873\").DataTable( {\n\t\t\t\tpaging: false,\n\t\t\t\tinfo: false,\n\t\t\t\tsearching: true,\n\t\t\t \tordering: true,\n\t\t\t \torder: []\n\t\t \t});\n\t\t\tjQuery('#resetsort').click( function() {\n\t\t\t\tvar table = jQuery(\"#table-ade4b7e4873\").DataTable();\n\t\t\t\ttable.order.neutral().draw();\n\t\t\t});\n \t\t}\n\t\/\/ Remove certain columns not applicable based on Shortcode Attributes Usecase\t\n\t\tif (\"\" == \"staff-directory\") {\n\t\t\tjQuery(\"#table-ade4b7e4873 tr\").each(function() {\n\t\t\t\tjQuery(this).children(\"td:eq(2)\").remove();\n\t\t\t\tjQuery(this).children(\"th:eq(2)\").remove();\n\t\t\t\tjQuery(this).children(\"td:eq(4)\").remove();\n\t\t\t\tjQuery(this).children(\"th:eq(4)\").remove();\n\t\t\t});\n\t\t} \n\t} )\n).fail( \/\/ Failure Reporting and Retries based on XHR Code\n\tfunction(jqXHR, textStatus, errorThrown) {\n\tconsole.log(\"Server Code: \", jqXHR.status, \"getJSON request failed! Retrying AJAX Query for ade4b7e4873\");\n\tvar placeholder = document.getElementById(\"tbody-ade4b7e4873\");\n\tvar loadingPlaceholder = \"<tr><td><div style=\\\"font-size: 200%\\\">Retrieving Information. Please Wait...<\/div><\/td><\/tr>\";\n\tif (jqXHR.status == 429) {\n\t\tsetTimeout(() => {\n\t\t\tgetSpreadsheet()}, delay = function getRandomInt(min, max) { \/\/ Delay the refetching of JSON after failure by a random amount of seconds\n\t\t\t\t\t  min = Math.ceil(5000);\n\t\t\t\t\t  max = Math.floor(10000);\n\t\t\t\t\t  return Math.floor(Math.random() * (max - min) + min); \/\/The maximum is exclusive and the minimum is inclusive\n\t\t});\n\t}\n\tif (jqXHR.status == 400) {\n\t\tvar loadingPlaceholder = \"<tr><td><div><i>Something went wrong with retrieving this information! If you continue to see this issue, please email webservices@aisd.net and include this page's URL.<\/i><\/div><\/td><\/tr>\";\n\t}\t\t\n\tplaceholder.innerHTML = loadingPlaceholder;\n})\n})(3000);\n<\/script>\n\t<h2>Welcome to Venture Clinic!<\/h2>\n<p>For more than 12\u00a0years, Nurse Nixon has been highly committed to improving the lives of students. She takes quite seriously her support staff role as Nurse. She offers information, resources, and care for students, families, faculty and staff. She is committed to the pursuit of academic excellence at Venture School while teaching about healthy lifestyle habits and understanding body function. She is also a community health resource for parents. She works as a health liaison between home, classroom, community and the healthcare system. She welcomes interest from students, parents, staff and members of the Arlington community.<\/p>\n<p>Telephone:\u00a0 682-867-6406<\/p>\n<h3>KEEP YOUR CHILD AT HOME WHEN:<\/h3>\nChild has a temperature of 100 degrees or higher<br \/>\nChild has diarrhea or vomiting<br \/>\nChild has a rash of unknown origin<br \/>\nChild has red, runny eyes or wakes up with eyes &#8220;glued&#8221; shut<br \/>\nChild complains of ear pain with or without fever\n<h3>YOUR CHILD MAY RETURN TO SCHOOL WHEN:<\/h3>\nChild is fever free for 24 hours without the use of Tylenol or Advil<br \/>\nChild is free of diarrhea and vomiting for 24 hours<br \/>\nYou have consulted a physician for the appropriate therapy related to their illness<br \/>\nYour child has been on an antibiotic for 24 hours if they have any type of infection\n<p>Also, note that if the physician wants the child to take medicine at school, I must have an authorization form filled out by the doctor and parent stating how and when the medicine is to be given. All bottles must be properly labeled with the correct medication. Any over the counter medications kept in the clinic need a form filled out by the parents, but I do not need a doctor&#8217;s note for OTC medicines.<\/p>\n<h2>HEALTH INFORMATION LINKS<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.aisd.net\/district\/departments\/administration\/health-services\/\">AISD Health Information<\/a><\/li>\n<li><a href=\"https:\/\/www.aisd.net\/district\/departments\/chief-financial-officer\/food-and-nutrition-services\/\">Food Allergy Information<\/a><\/li>\n<li><a href=\"https:\/\/www.aisd.net\/venture-high-school\/wp-content\/files\/sites\/32\/2025\/10\/Screening-Information-for-Parents-.pdf\" target=\"_blank\" rel=\"noopener\">Screening Information for Parents<\/a><\/li>\n<\/ul>\n\n","protected":false},"excerpt":{"rendered":"<p>Clinic Staff Clinic Phone: (682) 867-6406 Welcome to Venture Clinic! For more than 12\u00a0years, Nurse Nixon has been highly committed to improving the lives of students. She takes quite seriously her support staff role as Nurse. She offers information, resources, and care for students, families, faculty and staff. She is committed to the pursuit of&hellip;<\/p>\n","protected":false},"author":10400,"featured_media":0,"parent":322,"menu_order":9,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-39","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/pages\/39","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/users\/10400"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/comments?post=39"}],"version-history":[{"count":"4","href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/pages\/39\/revisions"}],"predecessor-version":[{"id":2690,"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/pages\/39\/revisions\/2690"}],"up":[{"embeddable":true,"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/pages\/322"}],"wp:attachment":[{"href":"https:\/\/www.aisd.net\/venture-high-school\/wp-json\/wp\/v2\/media?parent=39"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}