{#if value === null || !uploaded_file} Drop Medical Image File Here - or - Click to Upload
Supports: DICOM (.dcm), Images (.png, .jpg), and files without extensions (IM_0001, etc.)
{:else}
{#if uploaded_file} Medical scan {#if show_roi}
{/if} {/if}
{#if visual_report}
{@html visual_report}
{/if} {#if analysis_mode === "structured" && analysis_results}
JSON Output (for AI Agents)
{JSON.stringify(analysis_results, null, 2)}
{/if}
{/if}