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) flow diverter – Lab Neurovascolare

Multiple FD stents for treatment of large and giant aneurysms: is it really useful? Quantitative flow measurement after placing a flow diverter for a distal internal carotid artery aneurysm

Chen CW1, Wong HF2, Ye YL1, Chen YL3, Chen WL4, Ou CH5, Tsai YH1. Key points: As everyone knows the flow diverter stent (FDS) disrupts blood flow into the aneurysm sac, maintaining normal blood flow through the parent vessel; sometimes, there is a neointimal proliferation across the device strut, that contributes to the aneurysm closure. Read more about Multiple FD stents for treatment of large and giant aneurysms: is it really useful? Quantitative flow measurement after placing a flow diverter for a distal internal carotid artery aneurysm[…]

Endovascular flow diversion for treatment of anterior communicating artery region cerebral aneurysms: a single-center cohort of 50 cases

Colby GP1, Bender MT1, Lin LM2, Beaty N1, Huang J1, Tamargo R1, Coon A1. Pubmed BACKGROUND: Flow diversion represents a novel but definitive treatment for recurrent and difficult-to-coil aneurysms of the anteriorcommunicating artery (ACoA) region, of which reports are limited. OBJECTIVE: To determine the effectiveness of the Pipeline embolization device (PED) in treating aneurysms in the Read more about Endovascular flow diversion for treatment of anterior communicating artery region cerebral aneurysms: a single-center cohort of 50 cases[…]