Zum Hauptinhalt gehen
Navigationsmenü öffnen/schließen
Zur Startseite
Anfrage einreichen
Anmelden
Kategorien
Avi Medical Handbuch
Suche
Produkt Updates
Hier findest du alle gesammelten Produkt Updates.
Zendesk Release Intro
Update Neueinführung Messenger am 10.12.2021
Praxis App Update v.2.10 am 07.02.2022
Produkt Update am 06.04.2022
Praxis App Update v.2.19 am 10.05.2022
Produkt Update am 19.05.2022
Praxis App Update v.2.20 am 09.08.2022
Patientenübersicht Update am 23. Juni 2022
Zammad Email Benachrichtigungen abschalten am 11.07.2022
Beliebte Suchen:
,
Kategorien
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 12 %>
Navigationsmenü öffnen/schließen
<% categories.forEach(function(category, index) { %> <% if (category.isActive) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% } %> <% }); %>
Kategorien
Kategorien
<% 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) { %>
Weitere anzeigen
<% } %>
<% } %>