def calculate_phases_score(aneurysm_size, age, hypertension, smoking): score = 0 # Calcola il punteggio in base alla dimensione dell'aneurisma if aneurysm_size <= 7: score += 1 elif aneurysm_size <= 15: score += 2 else: score += 3 # Calcola il punteggio in base all'età if age <= 60: score += 1 else: score += 2 # Calcola il punteggio in base all'ipertensione if hypertension: score += 2 # Calcola il punteggio in base al fumo if smoking: score += 3 return score # Esempio di utilizzo phases_score = calculate_phases_score(10, 65, True, True) print("Il phases score è:", phases_score) Decreasing procedure times with a standardized approach to ELVO cases – Lab Neurovascolare

Decreasing procedure times with a standardized approach to ELVO cases

Endovascular thrombectomy is now the standard of care for patients with large vessel occlusion (LVO) in the anterior circulation. Good patients selection and rapid treatment are the key points of good outcome. All new trials show the importance of pre-procedural standardization. Ryan McTaggart et al. proposed an intra-procedural standardization to reduce time from initial groin puncture to recanalization. What do you think about it?

 

JNIS podcast

[sgmb id=”1″]

Leave a Reply