{/* Screen reader announcement for PMR phase */}
{phase === 'pmr' && (
Patient Record for Charlwood, Andrew. Summary view.
)}
{phase === 'boot' && (
setPhase('ecg')}
onCursorPositionReady={(pos) => { cursorPositionRef.current = pos }}
/>
)}
{phase === 'ecg' && (
setPhase('login')}
startPosition={cursorPositionRef.current}
/>
)}
{phase === 'login' && (
setPhase('pmr')} />
)}
{phase === 'pmr' && }
{(phase === 'boot' || phase === 'ecg') && (
)}