Skip to main content
Toggle navigation menu
Sign in
PATCHS Support
GP Practices
General information on PATCHS
Release notes
Search
Release notes
Find out what's new in PATCHS
PATCHS 1.80.5 Release (22nd May 2023)
PATCHS 1.80 Release (9th May 2023)
PATCHS 1.79 Release (11th April 2023)
PATCHS 1.78 Release (20th March 2023)
PATCHS 1.77 Release (20th February 2023)
PATCHS 1.76.1 Release (26th January 2023)
PATCHS 1.76 Release (12th January 2023)
PATCHS 1.75 Release (15th December 2022)
PATCHS 1.74 Release ( 1st December 2022)
PATCHS 1.73 Release ( 17th November 2022)
PATCHS 1.72 Release (3rd November 2022)
PATCHS 1.71 Release (26th October 2022)
PATCHS 1.70 Release (10th October 2022)
PATCHS 1.69 Release (27th September 2022)
PATCHS 1.68 Release (8th September 2022)
PATCHS 1.67 Release (25th August 2022)
PATCHS 1.66 Release (11th August 2022)
PATCHS 1.65 Release (1st August 2022)
PATCHS 1.64 Release (11th July 2022)
PATCHS 1.63 Release (30th June 2022)
PATCHS 1.62 Release 16th June 2022
PATCHS 1.61 Release 30th May 2022
PATCHS 1.60 Release (23rd May 2022)
PATCHS 1.59 Release (5th May 2022)
PATCHS 1.57 Release (11th April 2022)
PATCHS 1.55 Release (9th March 2022)
PATCHS 1.54 Release (23rd February 2022)
PATCHS 1.53 Release (10th February 2022)
PATCHS 1.52 Release (27th January 2022)
PATCHS 1.51 Release (14th January 2022)
Next
›
Last
»
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>