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

Antiplatelet therapy for the prevention of peri-coiling thromboembolism in high-risk patients with ruptured intracranial aneurysms.

Edwards NJ1,2, Jones WH1, Sanzgiri A1, Corona J1, Dannenbaum M1, Chen PR1. Abstract OBJECTIVE The most frequent procedural complication of the endovascular treatment of intracranial aneurysms is a thromboembolic event (TEE); in a subset of patients, such events will cause permanent neurological disability. In patients with unruptured aneurysms, increasing evidence supports the use of periprocedural Read more about Antiplatelet therapy for the prevention of peri-coiling thromboembolism in high-risk patients with ruptured intracranial aneurysms.[…]

Complications in Stent-Assisted Endovascular Therapy of Ruptured Intracranial Aneurysms and Relevance to Antiplatelet Administration: A Systematic Review.

Ryu CW1, Park S2, Shin HS3, Koh JS3. Abstract BACKGROUND AND PURPOSE: Despite the increasing use of stent-assisted coiling for ruptured intracranial aneurysms, there is little consensus regarding the appropriate antiplatelet administration for this. The objectives of this systematic review were to provide an overview of complications and their association with the method of antiplatelet Read more about Complications in Stent-Assisted Endovascular Therapy of Ruptured Intracranial Aneurysms and Relevance to Antiplatelet Administration: A Systematic Review.[…]