今日の問題 日本で初めて献体解剖に応じた人の職業は? ① 医師 ② 武士 ③ 僧侶 ④ 漁師 ⑤ 遊女 ※回答はこちらからログインしてご確認ください 回答はこちら 正解は⑤ 遊女です! 美幾(みき)という名の江戸の遊女。梅毒のため1869(明治2)年に33歳で死去した。東京大学医学部の前身である医学校の附属施設の黴毒院で入院治療を受けたが、助かる見込みがなく、医師から解剖のための遺体提供を求められ、承諾した。渡辺淳一と吉村昭がそれぞれ小説化している。 関連記事 ・ --> 過去の問題 ・次のうち、McGill Pain Questionnarieで最も強いとされる痛みは? ・次の仏教僧のうち、最も長生きした人は? ・かつて国民病といわれた結核。次の人物のうち、死因が結核ではない人は? // ログイン調査 $(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' } })