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

Safety results from the treatment of 109 cerebral aneurysms using the Woven EndoBridge technique: preliminary results in the United Kingdom.

Lawson A1, Molyneux A2, Sellar R3, Lamin S4, Thomas A4, Gholkar A5, Patankar T1. Pubmed   OBJECTIVE: The Woven Endobridge (WEB) device has been in clinical use for the treatment of brain aneurysms for the past 4 years. Observational studies to assess clinical outcome and related complications have been published. Clear evidence is required to Read more about Safety results from the treatment of 109 cerebral aneurysms using the Woven EndoBridge technique: preliminary results in the United Kingdom.[…]