Skip to main content
Toggle navigation menu
Sign in
PATCHS Support
GP practices
How to organise your practice to use Patchs
Patchs for Admins
Search
Patchs for Admins
Help for users with the role 'Patchs Admin'
Automatically Book Patchs Consults into Clinical System Appointment Diary
Saving placeholders to the clinical system
What can be configured in Patchs?
'Edit practice' page
Feature Enablements and Requests
Patient Facing Services (PFS) settings
Personal Demographics Service (PDS) settings
Appointment reminders and messages
Enabling Notification Settings
Creating custom home page messages for patients when Patchs limits have been reached or Patchs is closed
Message Settings Including 'Send as SMS' behaviour
Opening hours
Login page message
Patient signpost panels
Request settings
Automatic message completion settings
Unread message reminder settings
Setting the patient waiting time before contacting the practice
Staff registration and group inboxes
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
<% } %>
<% } %>