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);
}
">
의무기록사본에 적혀있는 용어중에
Mental change (4HA)
이렇게 적혀있는데 여기서 4HA가 뭔지 알 수 있나요?ㅠㅠ