今日の問題 国産として初めて製造販売承認を取得した手術支援ロボットの名称は? ① hinotori ② ZEUS ③ da Vinci ④ houou ※回答はこちらからログインしてご確認ください 回答はこちら 正解は① hinotoriです! hinotoriは2020年8月に国産の手術支援ロボットとして初めて製造販売承認を取得し、同年12月に発売されている。 関連記事 ・世界初、献体を用いた遠隔手術で良好な結果 過去の問題 ・日本医師会の初代会長は? ・19世紀に外科手術での使用が広く認められた麻酔薬は? ・以下のうち、疼痛の評価法でないものは? // ログイン調査 $(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' } })