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);
}
">
목요일 수술이고 화요일 입원이라서
동네 보건소 검사 pcr받으려는데
아직 수술일정 관련 문자나 이런게 없는데
입원일정만 확인 가능한데 이걸로 보건소pcr
가능할까요?