o.remove();
const img = document.createElement('img');
img.src = $event.target.src;
img.className = 'max-w-full max-h-full object-contain rounded-lg';
o.appendChild(img);
document.body.appendChild(o);
}
">
병원에서 하는 피검사라던가
MRI 검사등 어플로 확인할수 있는
방법이 있을까요?
아님 직접가서 다 여쭤봐서 받는건가요?
삼성서울병원 다니고 있는데
앱으로 확인할수 있다면 어떤 앱이 궁금합니다!