1.51 Release Notes - Academy
What’s New in the View?
<div class="whats-new-title"> 1.51 Release Notes </div> <div class="whats-new-date"> 7 Sep. 2022 </div> <p><strong>Surgery:</strong></p> <p>Non-Surgical Procedures - A filter of ‘Procedure Type’ has been added to the Surgery > Waiting List component group to include Cat 4,5,6 Non-Surgical specialties and Cat 4,5,6 & 9 Endoscopy procedures. Data can now be captured within patient tables to support scheduling and wait list management. This filter is now available in the waiting list components to populate trends, current wait list metrics, end of month projections and much, much more.</p> <p>Development is underway to include Non-Surgical procedures within the Demand and Capacity Component and Activity Trends. Our team will be in contact once we have these additional two datasets ready for production.</p> <p><em>*Please note that MIS and TeamViews will still be available until further notice.</em></p> <ul> </ul> <p> <strong>Outpatients Forecasting Tool:</strong></p> <p>Duplicate – Strategies that have been created within a scenario in the Outpatient Forecasting Tool can now be duplicated to create a copy in a new strategy, this function is to support the build of compound scenarios to make amendment’s without losing your original work.</p> <p>Tabular View of Scenarios & Strategies – A table will now populate to view details of the scenarios and strategies that have been entered into the tool. This function gives the ability to export the table to Microsoft Excel.</p> <style> .whats-new-title { font-size: 30px; } .whats-new-date { font-size: 16px; margin-bottom: 30px; } </style>
<div class="related-content-container"> <h4>Related Content</h4> <ul> <li> <a href="https://www.systemviewacademy.com/w/surgery-fundamentals-waiting-lists-processes-more"> <p class="item-type" data-lfr-editable-id="item-type-1" data-lfr-editable-type="text" > Blog | Surgery </p> <p class="item-title" data-lfr-editable-id="item-title-1" data-lfr-editable-type="text" > Surgery Fundamentals: Waiting Lists, Processes & More </p> </a> </li> <li> <a href="https://www.systemviewacademy.com/w/surgery-activity-trends-component-walkthrough"> <p class="item-type" data-lfr-editable-id="item-type-1" data-lfr-editable-type="text" > Tutorial | Surgery </p> <p class="item-title" data-lfr-editable-id="item-title-1" data-lfr-editable-type="text" > Surgery - Activity Trends component walkthrough </p> </a> </li> </ul> <div class="sticky-right"> <h4> What features would you like to see on SystemView? </h4> <a id="feedback" class="btn btn-secondary-transparent" data-toggle="modal" data-target="#exampleModalCenter">Suggest an Idea</a> </div> </div> <!-- Modal --> <div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div id="before-submit" class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLongTitle">What features would you like to see on SystemView? </h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <textarea id="request-features" placeholder="Add as many details as possible"></textarea> </div> <div class="modal-footer"> <button id="submit" type="button" class="btn btn-primary">Submit</button> </div> </div> <div id="after-submit" class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLongTitle">Thanks for the suggestion!</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body d-flex justify-content-center"> <img src=/documents/44575/44577/thanksForSuggestion.svg/5488517f-aefd-1ef4-9bff-2858466d76d3?t=1662652598676&download=true alt="Thanks for suggestion" /> </div> <div class="modal-footer"> <button id="explore-more" type="button" class="btn btn-primary">Explore More</button> </div> </div> </div> </div> <!-- Modal end --> <style> .sticky-right { background: #F9E9D1; border-radius: 4px; padding: 15px; } .sticky-right h4 { font-size: 20px; } .sticky-right .btn { margin-top: 10px; } /* modal */ .modal { display: none; } .modal-dialog { max-width: 1000px; } .modal-title { font-size: 25px; } .modal-content { background-color: #fff; border-radius: 4px; padding: 25px 45px; } .modal-header { border: none; padding-left: 0; } .modal-header .close { font-size: 34px; font-weight: 100; } .modal-body { border: none; margin: 0; padding: 0; } .modal-body textarea { width: 900px; height: 150px; padding: 11px 16px; border: 1px solid #D1D2D4; } .modal-footer { justify-content: flex-end; border: none; } #after-submit { display: none; } </style> <script> jQuery(document).ready(function () { "use strict"; jQuery("#submit").click(function () { var signedin = Liferay.ThemeDisplay.isSignedIn(); var featuresVal = jQuery("#request-features").val(); if (!signedin) { var encodedCurrentUrl = encodeURIComponent(window.location.pathname); var redirectionUrlParams = "?p_p_id=com_liferay_login_web_portlet_LoginPortlet&_com_liferay_login_web_portlet_LoginPortlet_redirect=" + encodedCurrentUrl; window.location.href = "/sign-in-for-feature" + redirectionUrlParams; } else { jQuery.ajax({ url: "/o/academy/request-new-feature", type: "POST", data: JSON.stringify({ "requestedFeatures": featuresVal }), contentType: "application/json; charset=utf-8", dataType: "json", success: function (res) { if (res.status === "Success") { jQuery('#before-submit textarea').val(""); jQuery('#before-submit').css('display', 'none'); jQuery('#after-submit').css('display', 'block'); } else { jQuery("#before-submit").append("<p class='align-self-end'>There's something wrong. Please try later!</p>"); } } }) } }); jQuery("#explore-more").click(function () { window.location.href = "/support/what-s-new"; }); }) </script>
Subscribe to our newsletter
Stay up to date with our latest news, tips and blog posts.