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) Closing the gap between coil and balloon in the neurointerventional armamentarium? Initial clinical experience with a nitinol vascular occlusion plug – Lab Neurovascolare

Closing the gap between coil and balloon in the neurointerventional armamentarium? Initial clinical experience with a nitinol vascular occlusion plug

Gralla J1, Schroth G, Kickuth R, El-Koussy M, Do DD, Brekenfeld C.

 

Pubmed

INTRODUCTION: The use of vascular plug devices for the occlusion of high-flow lesions is a relatively new and successful procedure in peripheral and cardiopulmonary interventions. We report on the use and efficiency of the Amplatzer vascular plug in a small clinical series and discuss its potential for occlusion of large vessels and high-flow lesions in neurointerventions.

METHODS: Between 2005 and 2007 four patients (mean age 38.5 years, range 16-62 years) were treated with the device, in three patients to achieve parent artery occlusion of the internal carotid artery, in one patient to occlude a high-flow arteriovenous fistula of the neck. The application, time to occlusion, and angiographic and clinical results and the follow-up were evaluated.

RESULTS: Navigation, positioning and detachment of the device were satisfactory in all cases. No flow-related migration of the plug was seen. The cessation of flow was delayed by a mean of 10.5 min after deployment of the first device. In the procedures involving vessel sacrifice, two devices had to be deployed to achieve total occlusion. No patient experienced new neurological deficits; the 3-month follow-up revealed stable results.

CONCLUSION: The Amplatzer vascular plug can be adapted for the treatment of high-flow lesions and parent artery occlusions in the head and neck. In this small series the use of the devices was uncomplicated and safe. The rigid and large delivery device and the delayed cessation of flow currently limit the device’s use in neurointerventions.

doi: 10.1007/s00234-008-0396-4

Full text

[sgmb id=1]

Leave a Reply