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

An “old” meta-analysis: coiling versus microsurgical clipping in the treatment of unruptured MCA aneurysms

Key point: The widespread use of neurovascular imaging has increased the amount of intracranial aneurysms eccidentally detected. Although the lifetime risk of aneurysmal rupture in many cases is relatively small (approximately 1% per year), rupture can results in permanent neurological deficits or death, the reason why often patients may desire the treatment of unruptured aneurysms Read more about An “old” meta-analysis: coiling versus microsurgical clipping in the treatment of unruptured MCA aneurysms[…]

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 Read more about Decreasing procedure times with a standardized approach to ELVO cases[…]

Preoperative embolization of hypervascular spinal tumors: current practice and center experience.

Pikis S, Itshayek E, Barzilay Y, Hasharoni A, Kaplan L, Gomori M, Cohen JE. Pubmed Preoperative transarterial embolization of hypervascular spinal tumors has been extensively used, and is considered to be a highly effective adjuvant technique in reducing intraoperative blood loss during surgery. Moreover, it has been reported to increase the feasibility and safety of Read more about Preoperative embolization of hypervascular spinal tumors: current practice and center experience.[…]