今日の問題 航空機搭載の医薬品(ドクターズキット)は、国内線と国際線で内容が同じである。〇か✕か? ① 〇 ② ✕ ※回答はこちらからログインしてご確認ください 回答はこちら 正解は① ×です! 日本航空(JAL)のドクターズキットでは、リドカイン注射、ドパミン注射、メチルエルゴメトリン注射、オフロキサシン錠は国際線にのみ搭載されている。 関連記事 ・ --> 過去の問題 ・旅客機内での「お医者さまはいらっしゃいますか」というドクターコールの年間発生頻度は?(2019年度、日本航空機内に限る) ・近代日本で初めての医師免許制度が公布されたのはいつ? ・肝疾患の新たな分類のうち、飲酒量がアルコール性肝疾患とMASLDの中間で、メタボリックシンドロームの基準の一部を満たす場合を何というか? // ログイン調査 $(document).ready(function () { // 医師のみの場合 // if (js_class == '医師・研修医') { // $('#answerButton').removeAttr('disabled'); // console.log('医師・研修医IDでログイン中'); // } // ログインしてるか?のみチェック if ('' != sf_id) { $('#answerButton').removeAttr('disabled'); $('#notLoggedText').hide(); } }); const answerButton = document.getElementById('answerButton') answerButton.addEventListener('click', function() { this.classList.toggle('active') const answer = this.nextElementSibling if (answer.style.maxHeight) { answer.style.maxHeight = null } else { answer.style.maxHeight = answer.scrollHeight + 'px' } })