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);
}
">
장폐색이 와서 응급실 입원하여 ct결과 중 아래의 내용에 대해 이해가 잘 안돼 여쭙습니다.
Diffuse dilatation with gas and fecal contents of small bowel and colonic loops. - no definite transition zone, mild narrowing at mild transeverse colon —> DDx. Paralytic ileus, pseudo-obstruction > low grade mechanical colonic obstruction (less likely)
이 부분의 정확한 의미가 궁금합니다.
항상 감사드립니다