メインコンテンツへスキップ
ヘルプ
薬急便ヘルプ
お困りのときは
検索
お困りのときは
ビデオ通話
ビデオ通話の始め方
映像も音声も途切れてビデオ通話が使えません
通話待機中から画面が切り替わりません
予約時間になったらビデオ電話ができるようになりますか?
薬局とのビデオ通話も、診療時と同じURLに接続すれば良いですか?
ビデオ通話が始まらない(Android)
9件の記事をすべて表示
その他
【マツキヨココカラ公式アプリ専用】お薬手帳データの引き継ぎ方法
【マツキヨココカラ公式アプリ専用】お薬手帳は後から引き継げますか?
処方された薬の数量や種類が違います。
診療内容やお薬について問い合わせたい
保険証の撮影に向きの指定はありますか?
処方せんの撮影に向きの指定はありますか?
7件の記事をすべて表示
お問い合わせ
薬急便のサービスに関するご質問・ご要望はこちらからお問い合わせください。
お問い合わせ
カテゴリ
<% 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 %>
ナビゲーションメニュを切り替え
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
カテゴリ
<% 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) { %>
もっと見る
<% } %>
<% } %>