Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

rubrica_asst_lecco [2025/09/25 10:57] – creata neoadminrubrica_asst_lecco [2025/09/26 17:06] (versione attuale) neoadmin
Linea 1: Linea 1:
 <html> <html>
 <head> <head>
-  <meta charset="utf-8"> +    <meta charset="UTF-8"> 
-  <meta name="viewport" content="width=device-width, initial-scale=1"> +    <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
-  <title>Rubrica Contatti — v12 FULL (banner vivace + favicon)</title> +    <title>Rubrica ASST Lecco — Modificabile</title> 
-  <link rel="icon" href="favicon.ico" type="image/x-icon"> +    <style> 
-  <style> +        body 
-    :root +            font-family: Arial, sans-serif; 
-      --panel#ffffff+            max-width1200px
-      --panel-2: #f8fafc+            margin: 0 auto; 
-      --border: #dcd7c9+            padding: 20px; 
-      --text#0f172a+            background-color: #f5ece1
-      --muted: #475569+        } 
-      --primary: #2563eb+        .header { text-align: center; margin-bottom: 30px; color: #2c5530} 
-      --primary-700: #1d4ed8; +        .search-container { background: white; padding: 20px; border-radius8pxbox-shadow: 0 2px 4px rgba(0,0,0,0.1); margin-bottom: 20px; } 
-      --primary-50: #eef2ff+        .search-box { width: 100%; padding: 12px; font-size16px; border: 2px solid #dddborder-radius: 4px; box-sizing: border-box; margin-bottom: 10px; } 
-      --danger: #dc2626+        .search-box:focus { outline: none; border-color: #4CAF50} 
-      --ok: #16a34a+        .button-container { display: flex; gap: 10px; flex-wrap: wrap; } 
-      --shadow: 0 8px 24px rgba(152342, 0.08); +        .btn { background-color: #2c5530color: white; border: none; padding: 10px 20px; border-radius: 4px; cursor: pointer; font-size: 14px; } 
-      --shadow-soft0 2px 10px rgba(15, 23, 42, 0.06)+        .btn:hover { background-color: #1a3a1e} 
-      --radius: 14px; +        .btn.secondary { background-color: #666; } 
-    +        .btn.warn { background-color: #ff4444} 
-    body +        .btn.warn:hover { background-color: #cc0000} 
-      margin: 0; color: var(--text)+        .results-container { background: white; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } 
-      font-familysystem-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial+        .result-item { padding: 15px; border-bottom: 1px solid #eee; display: flex; justify-contentspace-between; align-items: center; gap: 12px; } 
-      line-height: 1.4+        .result-item:last-child { border-bottom: none} 
-      background: linear-gradient(180deg,#faf9f7 0%,#f3f6fb 100%); +        .result-item:hover { background-color: #f9f9f9; } 
-    +        .contact-info { flex-grow: 1; } 
-    .container { max-width: 1200pxmargin: 0 auto; padding: 16px; }+        .contact-name { font-weight: bold; color: #333; margin-bottom: 4px; } 
 +        .contact-details { color: #666; font-size: 14px; } 
 +        .contact-phone { font-weight: bold; color: #2c5530; margin-right: 10px; 
 +        .no-results text-align: center; padding: 40px; color: #666; font-style: italic; } 
 +        .stats { text-align: center; margin-bottom20px; color: #666; } 
 +        .add-form { display: none; margin-top: 15pxpadding: 15px; border: 2px solid #2c5530; border-radius: 8px; background: #f9f9f9; } 
 +        .add-form h3 { margin-top0; color: #2c5530; } 
 +        .form-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 10px} 
 +        .form-input { padding: 8px; border: 1px solid #ddd; border-radius: 4px; flex: 1; min-width: 150px; } 
 +        .hidden { display: none} 
 +        /* Modal modifica */ 
 +        .modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.35); display: none; align-items: center; justify-content: center; padding: 16px; 
 +        .modal width: 100%; max-width: 640pxbackground: #fff; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.25); overflow: hidden; } 
 +        .modal header { background: #2c5530; color: #fff; padding: 14px 16px; font-weight: bold; } 
 +        .modal .content { padding: 16px; } 
 +        .modal .actions { display: flex; gap: 10px; padding: 16px; justify-content: flex-end; border-top: 1px solid #eee; } 
 +        .row-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } 
 +        @media (max-width: 640px){ .row-2col { grid-template-columns: 1fr; } } 
 +    </style>
  
-    /* Banner vivace */ +<style> 
-    .banner-wrap { position: sticky; top: 0; z-index: 10} +.top-banner{ 
-    .banner { +  position: sticky; top: 0; z-index: 1000
-      positionrelative+  margin: 0 0 24px 0; padding: 18px 20px; 
-      border-bottom: 1px solid var(--border); +  backgroundlinear-gradient(135deg, #2c5530, #1a3a1e)
-      box-shadow: var(--shadow-soft); +  color:#fff; 
-      overflowhidden+  border-bottom-left-radius:16pxborder-bottom-right-radius:16px
-      backgroundlinear-gradient(90deg#60a5fa#2563eb); +  box-shadow0 6px 18px rgba(0,0,0,0.15); 
-      color: white; +
-    +.banner-inner{ max-width:1200pxmargin:auto; display:flex; align-items:center; gap:14px; } 
-    .banner-inner { displaygridgrid-template-columns56px 1fr auto; gap14px; align-items: center; padding16px 0; } +.app-icon{ width:44px; height:44pxdisplay:grid; place-items:center; 
-    .logo { width: 56px; height: 56pxborder-radius14px; background: rgba(255,255,255,0.2); display:flex; align-items:center; justify-content:center; box-shadow: inset 0 0 6px rgba(255,255,255,0.4); } +  background: rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); border-radius:12px; flex:0 0 auto; } 
-    .logo svg { width: 32px; height: 32pxcolorwhite; } +.app-icon svg{ width:26px; height:26pxfill:#fff; } 
-    h1 margin: 0; font-size: 24px; font-weight: 800; letter-spacing: 0.2px; } +.app-title{ font-size: clamp(22px, 2.4vw, 28px); font-weight:800; letter-spacing:.2px; line-height:1.1;} 
-    .subtitle { margin2px 0 0; color: #e0eaff; font-size: 14px; +.subtitle{ opacity:.9; font-size:14px; line-height:1.2; }
-    .wave { position: absolute; inset: auto 0 0 0; height: 24px; } +
-    .wave svg { display: block; width: 100%; height: 100%; }+
  
-    .toolbar +.icon-btn
-      margin14px 0 0; +  width:38pxheight:38pxborder:noneborder-radius:10px; 
-      displaygridgrid-template-columns1fr auto auto auto auto autogap: 10px; align-items: center; +  display:grid; place-items:center; cursor:pointerbackground:#f1f1f1
-    } +  transition: background .2s ease, transform .04s ease
-    input[type="text"] { +
-      width100%padding12px 14px; border-radius: var(--radius)+.icon-btn:hover{ background:#e6e6e6; } 
-      border1px solid var(--border); background: var(--panel-2); color: var(--text); font-size: 15px+.icon-btn:activetransformtranslateY(1px); } 
-    +.icon-btn svg{ width:18pxheight:18px; } 
-    input[type="text"]:focus border-color: var(--primary); box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15); background: #fff; } +.icon-btn.edit{ background:#e9f6ec; } 
-    button { +.icon-btn.edit:hover{ background:#d9efdf; } 
-      border: 1px solid var(--border); background: white; +.icon-btn.deletebackground:#fdeaea
-      color: var(--text); padding10px 14pxborder-radiusvar(--radius)cursor: pointer; +.icon-btn.delete:hover{ background:#f9dede; } 
-      box-shadow: var(--shadow-soft); +.icon-btn.delete svgfill:#b42323
-    +.icon-btn.edit svg{ fill:#1f7a36; } 
-    button.primary { background: #2563eb; color: white; border-color: #1e40af; } +</style>
-    button.danger { color: #b91c1c; border-color#fecaca; background: linear-gradient(180deg, #fff, #fff5f5); } +
-    button.ok color: #166534border-color#bbf7d0; background: linear-gradient(180deg, #fff, #f0fff7); } +
-    .pill padding6px 10pxborder-radius: 999px; border: 1px solid var(--border); background: #fff; color: var(--muted); font-size: 12px; box-shadow: var(--shadow-soft); }+
  
-    main { padding: 18px 0 24px; } +</head> 
-    .card { +<body>
-      background: var(--panel); +
-      border: 1px solid var(--border); +
-      border-radius: var(--radius); +
-      box-shadow: var(--shadow); +
-      padding: 14px; +
-    } +
-    details { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 12px; margin: 14px 0; box-shadow: var(--shadow-soft);+
-    summary { cursor: pointer; font-weight: 600; color: var(--primary-700); }+
  
-    table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); } +<div class="top-banner" role="banner"> 
-    thead th { background: var(--primary-50); text-align: left; padding: 12px; border-bottom: 1px solid var(--border); white-space: nowrap; color: var(--primary-700); font-weight: 700; } +  <div class="banner-inner"> 
-    tbody td { padding: 10px 12px; border-bottom: 1px solid var(--border); vertical-align: middle; } +    <div class="app-icon" aria-hidden="true"> 
-    tbody tr:nth-child(odd) { background: #ffffff; } +      <svg viewBox="0 0 24 24" aria-hidden="true"><path d="M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 011 1V21a1 1 0 01-1 1C10.3 22 2 13.7 2 3a1 1 0 011-1h3.5a1 1 0 011 1c0 1.24.2 2.45.57 3.57a1 1 0 01-.24 1.02l-2.2 2.2z"></path></svg> 
-    tbody tr:nth-child(even) { background: #f9fbff; } +    </div> 
-    tbody tr:hover { background: #eef5ff; }+    <div> 
 +      <div class="app-title">Rubrica ASST Lecco</div> 
 +      <div class="subtitle">Cerca, aggiungi, elimina e <strong>modifica</strong> i contatti</div> 
 +    </div> 
 +  </div> 
 +</div>
  
-    .actions { display: flex; gap: 8px; justify-content: flex-end; }+    <div class="header"> 
 +        <h1>☎ Rubrica ASST Lecco</h1> 
 +        <p>Cerca, aggiungi, elimina e ORA modifica i contatti</p> 
 +    </div>
  
-    .pagination { display: flex; gap: 10px; justify-content: center; align-items: center; margin: 16px 0 40px; } +    <div class="search-container"> 
-    .hint { color: var(--muted); font-size: 12px; margin-top: 6px; }+        <input type="text" id="searchBox" class="search-box" placeholder="Cerca per nome, cognome, ruolo, reparto o numero..." autofocus> 
 +        <div class="button-container"> 
 +            <button class="btn" onclick="showAddForm()">Aggiungi Contatto</button> 
 +            <button class="btn" onclick="resetContacts()">Ripristina Cancellati</button> 
 +            <button class="btn" onclick="exportData()">Esporta Database</button> 
 +            <button class="btn" onclick="importData()">Carica Database</button> 
 +        </div>
  
-    /* Mobile */ +        <div id="addContactForm" class="add-form"> 
-    @media (max-width: 640px) { +            <h3>Aggiungi Nuovo Contatto</h3
-      .banner-inner { grid-template-columns: 40px 1fr; gap: 10px; } +            <div class="form-row"> 
-      .toolbar { grid-template-columns: 1fr; gap: 8px; } +                <input type="text" id="newName" placeholder="Nome" class="form-input"> 
-      #searchAll { font-size: 16px; padding: 14px; } +                <input type="textid="newSurnameplaceholder="Cognomeclass="form-input"
-      .toolbar button, .toolbar .pill { width: 100%; } +                <input type="textid="newPhoneplaceholder="Telefonoclass="form-input"> 
-      .form-grid { grid-template-columns: 1fr 1fr; } +            </div> 
-      thead th, tbody td { padding: 10px; } +            <div class="form-row"> 
-    } +                <input type="text" id="newRole" placeholder="Ruolo" class="form-input"> 
-  </style> +                <input type="text" id="newDepartment" placeholder="Reparto" class="form-input"
-</head+            </div> 
-<body> +            <div class="form-row"
-  <div class="banner-wrap"> +                <button onclick="addContact()" class="btn">Salva</button
-    <div class="banner"+                <button onclick="hideAddForm()" class="btn secondary">Annulla</button> 
-      <div class="container banner-inner"> +            </div>
-        <div class="logoaria-hidden="true"+
-          <svg viewBox="0 0 24 24fill="nonestroke="currentColorstroke-width="1.6stroke-linecap="roundstroke-linejoin="round"> +
-            <path d="M7 4h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z"/+
-            <path d="M16 2v4M8 2v4M7 10h10M9.5 14.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0Z"/+
-          </svg+
-        </div> +
-        <div> +
-          <h1>Rubrica Contatti</h1+
-          <div class="subtitle">Ricerca su qualsiasi campo · +2000 contatti · Aggiungi Modifica / Elimina</div>+
         </div>         </div>
-        <span class="pill" id="countBadgeTop">0 contatti</span> 
-      </div> 
-      <div class="wave" aria-hidden="true"> 
-        <svg viewBox="0 0 1440 80" preserveAspectRatio="none"> 
-          <path d="M0,40 C240,80 480,0 720,40 C960,80 1200,0 1440,40 L1440,80 L0,80 Z" fill="#bfdbfe"></path> 
-        </svg> 
-      </div> 
-    </div> 
-  </div> 
  
-  <main class="container"> +        <input type="file" id="fileInputaccept=".json" class="hidden">
-    <div class="toolbar"> +
-      <input id="searchAll" type="textplaceholder="Cerca in qualsiasi campo… (maiuscole/accents ignorati)"> +
-      <button id="btnClear">Pulisci</button> +
-      <button id="btnExport">Esporta JSON</button> +
-      <button id="btnReset">Ripristina dati originali</button> +
-      <button id="btnCleanNow">Pulisci dati nel browser</button> +
-      <span class="pillid="countBadge">0 contatti</span>+
     </div>     </div>
  
-    <details id="addPanel" class="card" style="margin-top:14px;"> +    <div class="stats" id="statsContainer">Caricamento contatti...</div>
-      <summary>Nuovo contatto</summary> +
-      <div class="form-grid"+
-        <input id="newName" type="text" placeholder="Nome"> +
-        <input id="newSurname" type="text" placeholder="Cognome"> +
-        <input id="newRole" type="text" placeholder="Ruolo / Email"> +
-        <input id="newPhone" type="text" placeholder="Telefono / Interno"> +
-        <input id="newDept" type="text" placeholder="Dipartimento"> +
-      </div> +
-      <div style="margin-top:10px; display:flex; gap:10px; flex-wrap: wrap;"> +
-        <button id="btnSaveNew" class="primary">Salva contatto</button> +
-        <button id="btnCancelNew">Annulla</button> +
-      </div> +
-      <div class="hint">Pulizia automatica: valori tipo “XXX”, “xx”, “x.x.x.” e simili vengono trasformati in campi vuoti al caricamento.</div+
-    </details>+
  
-    <div class="card"> +    <div class="results-container"> 
-      <table id="grid"+        <div id="resultsContainer"> 
-        <thead> +            <div class="no-results">Digita per iniziare la ricerca...</div
-          <tr> +        </div>
-            <th>#</th> +
-            <th>Nome</th> +
-            <th>Cognome</th> +
-            <th>Ruolo / Email</th> +
-            <th>Telefono</th> +
-            <th>Dipartimento</th+
-            <th style="text-align:right;">Azioni</th> +
-          </tr+
-        </thead> +
-        <tbody id="gridBody"></tbody> +
-      </table>+
     </div>     </div>
  
-    <div class="pagination"> +    <!-- Modal Modifica Contatto --> 
-      <button id="prevPage"></button+    <div id="editModal" class="modal-backdrop" role="dialog" aria-modal="true" aria-hidden="true"> 
-      <span id="pageInfo" class="pill">Pagina 1 / 1</span+        <div class="modal"> 
-      <button id="nextPage"></button+            <header>Modifica contatto</header
-      <span style="margin-left:12px;"></span+            <div class="content"
-      <label for="pageSize">per pagina:</label+                <div class="row-2col"> 
-      <select id="pageSize"> +                    <input type="text" id="editName" class="form-input" placeholder="Nome"
-        <option>25</option+                    <input type="text" id="editSurname" class="form-input" placeholder="Cognome"> 
-        <option selected>50</option+                </div
-        <option>100</option+                <div class="row-2col" style="margin-top:10px;"> 
-        <option>200</option+                    <input type="text" id="editPhone" class="form-input" placeholder="Telefono"
-        <option>500</option+                    <input type="text" id="editRole" class="form-input" placeholder="Ruolo"> 
-      </select>+                </div
 +                <div class="form-row" style="margin-top:10px;"> 
 +                    <input type="text" id="editDepartment" class="form-input" placeholder="Reparto"> 
 +                </div
 +            </div> 
 +            <div class="actions"
 +                <button class="btn secondary" onclick="closeEditModal()">Annulla (Esc)</button
 +                <button class="btn" onclick="saveEdit()">Salva modifiche (Invio)</button
 +            </div
 +        </div>
     </div>     </div>
-  </main> 
  
-  <script> +    <script> 
-    // === Dataset incorporato === +        // ---- Database iniziale (uguale all'originale) ---- 
-    const INITIAL_DATA = [{"name": "XXX", "surname": "Crespi", "role": "c.crespi@asst-lecco.it", "phone": "2012", "department": "XXX"}, {"name": "XXX", "surname": "Cucuzza", "role": "s.cucuzza@asst-lecco.it", "phone": "2018", "department": "XXX"}, {"name": "XXX", "surname": "Puricelli", "role": "l.puricelli@asst-lecco.it", "phone": "2017", "department": "XXX"}, {"name": "XXX", "surname": "Scattaretica", "role": "l.scattaretica@asst-lecco.it", "phone": "2090", "department": "XXX"}, {"name": "XXX", "surname": "Grossi", "role": "am.grossi@asst-lecco.it", "phone": "2386", "department": "XXX"}, {"name": "XXX", "surname": "Caligiuri", "role": "m.caligiuri@asst-lecco.it", "phone": "2397", "department": "XXX"}, {"name": "XXX", "surname": "Rusconi", "role": "k.rusconi@asst-lecco.it", "phone": "4056", "department": "XXX"}, {"name": "XXX", "surname": "Meoli", "role": "s.meoli@asst-lecco.it", "phone": "2060", "department": "XXX"}, {"name": "Aula", "surname": "Magna", "role": "XXX", "phone": "2716", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Saletta riunioni piano +2 Blu", "phone": "2002", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Saletta Conferenze piano 0 (IngressoBianca", "phone": "3669", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Saletta riunioni piano 0 (Lato mensa) Gialla", "phone": "4031", "department": "XXX"}, {"name": "XXX", "surname": "Andreotti", "role": "e.andreotti@asst-lecco.it", "phone": "2190", "department": "XXX"}, {"name": "XXX", "surname": "Mastronardi", "role": "a.mastronardi@asst-lecco.it", "phone": "2199", "department": "XXX"}, {"name": "XXX", "surname": "Dell’oro", "role": "f.delloro@asst-lecco.it", "phone": "2409", "department": "XXX"}, {"name": "XXX", "surname": "Cesana", "role": "fe.cesana@asst-lecco.it", "phone": "4062", "department": "XXX"}, {"name": "XXX", "surname": "Sacco", "role": "v.sacco@asst-lecco.it", "phone": "4499", "department": "XXX"}, {"name": "XXX", "surname": "Marasca", "role": "s.marasca@asst-lecco.it", "phone": "2117", "department": "XXX"}, {"name": "Pasquale", "surname": "Giofrè", "role": "p.giofre@asst-lecco.it", "phone": "2407", "department": "XXX"}, {"name": "Sportello", "surname": "Accettazione", "role": "s.fiore@asst-lecco.it", "phone": "3143", "department": "XXX"}, {"name": "Sportello", "surname": "Accettazione", "role": "XXX", "phone": "2194", "department": "XXX"}, {"name": "Prenotazione", "surname": "Ricoveri", "role": "XXX", "phone": "2302", "department": "XXX"}, {"name": "Gestione", "surname": "FAX", "role": "XXX", "phone": "4046", "department": "XXX"}, {"name": "XXX", "surname": "Balduani", "role": "s.balduani@asst-lecco.it", "phone": "4010", "department": "XXX"}, {"name": "XXX", "surname": "Piazzoli", "role": "b.piazzoli@asst-lecco.it", "phone": "2453", "department": "XXX"}, {"name": "PUNTO", "surname": "DMI", "role": "XXX", "phone": "3725", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "CASSA 3750", "phone": "2195", "department": "XXX"}, {"name": "XXX", "surname": "Mambretti", "role": "XXX", "phone": "4012", "department": "c.mambretti@asst-lecco.it"}, {"name": "RITIRO", "surname": "Portineria", "role": "XXX", "phone": "2777", "department": "XXX"}, {"name": "PRENOTAZIONI", "surname": "PROFESSIONALE", "role": "XXX", "phone": "2191", "department": "XXX"}, {"name": "Jacopo", "surname": "Brusadelli", "role": "j.brusadelli@asst-lecco.it", "phone": "2107", "department": "XXX"}, {"name": "Sergio", "surname": "Godnig", "role": "s.vassenagodnig@asst-lecco.it", "phone": "2105", "department": "XXX"}, {"name": "XXX", "surname": "Casiraghi", "role": "s.casiraghi@asst-lecco.it", "phone": "5431", "department": "XXX"}, {"name": "Accettazione", "surname": "It", "role": "Spedalità e Accettazione Amm/va FAX5696 5695", "phone": "5258", "department": "XXX"}, {"name": "Cup", "surname": "It", "role": "Cassa/Prenotazione visite Ritiro referti 5301 5638 5572", "phone": "5276", "department": "XXX"}, {"name": "URPA", "surname": "Ambulatoriali", "role": "urpa@asst-lecco.it", "phone": "5635", "department": "XXX"}, {"name": "XXX", "surname": "Cadili", "role": "f.cadili@asst-lecco.it", "phone": "5367", "department": "XXX"}, {"name": "XXX", "surname": "D’addario", "role": "f.daddario@asst-lecco.it", "phone": "5758", "department": "XXX"}, {"name": "Matteo", "surname": "Invernizzi", "role": "mat.invernizzi@asst-lecco.it", "phone": "5756", "department": "XXX"}, {"name": "XXX", "surname": "Brenna", "role": "d.brenna@asst-lecco.it", "phone": "2564", "department": "XXX"}, {"name": "XXX", "surname": "Corti", "role": "g.corti@asst-lecco.it", "phone": "2076", "department": "XXX"}, {"name": "XXX", "surname": "Gerosa", "role": "m.gerosa@asst-lecco.it", "phone": "2093", "department": "XXX"}, {"name": "XXX", "surname": "Maggioni", "role": "XXX", "phone": "2166", "department": "XXX"}, {"name": "XXX", "surname": "Meoli", "role": "v.meoli@asst-lecco.it", "phone": "2083", "department": "XXX"}, {"name": "XXX", "surname": "Perego", "role": "an.perego@asst-lecco.it", "phone": "4029", "department": "XXX"}, {"name": "Carlo", "surname": "Curioni", "role": "ca.curioni@asst-lecco.it", "phone": "4138", "department": "XXX"}, {"name": "Protocollo", "surname": "Fax", "role": "protocollo@asst-lecco.it", "phone": "2000", "department": "XXX"}, {"name": "XXX", "surname": "Crippa", "role": "c.crippa@asst-lecco.it", "phone": "2014", "department": "XXX"}, {"name": "XXX", "surname": "Brusadelli", "role": "r.brusadelli@asst-lecco.it", "phone": "2092", "department": "XXX"}, {"name": "Protocollo", "surname": "It", "role": "Segreteria", "phone": "5481", "department": "XXX"}, {"name": "XXX", "surname": "Ciullo", "role": "l.ciullo@asst-lecco.it", "phone": "5226", "department": "XXX"}, {"name": "XXX", "surname": "Biblioteca", "role": "XXX", "phone": "5433", "department": "XXX"}, {"name": "XXX", "surname": "Archivio", "role": "XXX", "phone": "5236", "department": "XXX"}, {"name": "Guido", "surname": "Acampora", "role": "g.acampora@asst-lecco.it", "phone": "2088", "department": "XXX"}, {"name": "XXX", "surname": "Cianciaruso", "role": "i.cianciaruso@asst-lecco.it", "phone": "4126", "department": "XXX"}, {"name": "XXX", "surname": "Spreafico", "role": "r.spreafico@asst-lecco.it", "phone": "4125", "department": "XXX"}, {"name": "Morena", "surname": "Maddalena", "role": "m.dellamaddalena@asst-lecco.it", "phone": "2773", "department": "XXX"}, {"name": "Dott", "surname": "Damico", "role": "vi.damico@asst-lecco.it", "phone": "2064", "department": "XXX"}, {"name": "XXX", "surname": "Ferrario", "role": "r.ferrario@asst-lecco.it", "phone": "2061", "department": "XXX"}, {"name": "XXX", "surname": "Ganassa", "role": "s.ganassa@asst-lecco.it", "phone": "2068", "department": "XXX"}, {"name": "XXX", "surname": "Negri", "role": "s.negri@asst-lecco.it", "phone": "2062", "department": "XXX"}, {"name": "XXX", "surname": "Tagliabue", "role": "m.tagliabue@asst-lecco.it", "phone": "3621", "department": "XXX"}, {"name": "XXX", "surname": "Tumiotto", "role": "l.tumiotto@asst-lecco.it", "phone": "2063", "department": "XXX"}, {"name": "Dirigente", "surname": "Perucchini", "role": "a.perucchini@asst-lecco.it", "phone": "4147", "department": "XXX"}, {"name": "Dirigente", "surname": "Frigerio", "role": "ch.frigerio@asst-lecco.it", "phone": "2579", "department": "XXX"}, {"name": "Dirigente", "surname": "Bellini", "role": "s.bellini@asst-lecco.it", "phone": "4058", "department": "XXX"}, {"name": "XXX", "surname": "Arrigoni", "role": "cr.arrigoni@asst-lecco.it", "phone": "4057", "department": "XXX"}, {"name": "Romano", "surname": "Bonacina", "role": "r.bonacina@asst-lecco.it", "phone": "4052", "department": "XXX"}, {"name": "XXX", "surname": "Rusconi", "role": "p.rusconi@asst-lecco.it", "phone": "4049", "department": "XXX"}, {"name": "Res", "surname": "Olivadoti", "role": "l.olivadoti@asst-lecco.it", "phone": "4055", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Meeting Point Merate 5330", "phone": "5472", "department": "XXX"}, {"name": "XXX", "surname": "Molise", "role": "c.molise@asst-lecco.it", "phone": "2281", "department": "XXX"}, {"name": "XXX", "surname": "Rossini", "role": "s.rossini@asst-lecco.it", "phone": "4041", "department": "XXX"}, {"name": "Personale", "surname": "It", "role": "Previdenza:", "phone": "4115", "department": "XXX"}, {"name": "Federico", "surname": "Grignani", "role": "f.grignani@asst-lecco.it", "phone": "2728", "department": "XXX"}, {"name": "XXX", "surname": "Mitto", "role": "c.mitto@asst-lecco.it", "phone": "2032", "department": "XXX"}, {"name": "XXX", "surname": "Perego", "role": "fr.perego@asst-lecco.it", "phone": "2033", "department": "XXX"}, {"name": "XXX", "surname": "Merate", "role": "c.cogliati@asst-lecco.it", "phone": "5411", "department": "XXX"}, {"name": "Personale", "surname": "It", "role": "Giuridico-Concorsi:", "phone": "2408", "department": "XXX"}, {"name": "XXX", "surname": "Mapelli", "role": "s.mapelli@asst-lecco.it", "phone": "2405", "department": "XXX"}, {"name": "P", "surname": "Merate", "role": "o.panzeri@asst-lecco.it", "phone": "5263", "department": "XXX"}, {"name": "XXX", "surname": "Bravo", "role": "a.bravo@asst-lecco.it", "phone": "2056", "department": "XXX"}, {"name": "XXX", "surname": "Cavarretta", "role": "a.cavarretta@asst-lecco.it", "phone": "2097", "department": "XXX"}, {"name": "XXX", "surname": "Cittadino", "role": "s.cittadino@asst-lecco.it", "phone": "2461", "department": "XXX"}, {"name": "XXX", "surname": "Consonni", "role": "o.consonni@asst-lecco.it", "phone": "2055", "department": "XXX"}, {"name": "XXX", "surname": "Farina", "role": "s.farina@asst-lecco.it", "phone": "2005", "department": "XXX"}, {"name": "Antonio", "surname": "Grosso", "role": "a.grosso@asst-lecco.it", "phone": "3101", "department": "XXX"}, {"name": "XXX", "surname": "Marocchini", "role": "a.marocchini@asst-lecco.it", "phone": "2078", "department": "XXX"}, {"name": "XXX", "surname": "Milani", "role": "ga.milani@asst-lecco.it", "phone": "2053", "department": "XXX"}, {"name": "Stefano", "surname": "Montemorra", "role": "s.montemorra@asst-lecco.it", "phone": "2373", "department": "XXX"}, {"name": "XXX", "surname": "Pezzati", "role": "al.pezzati@asst-lecco.it", "phone": "2422", "department": "XXX"}, {"name": "Referente", "surname": "Fumagalli", "role": "la.fumagalli@asst-lecco.it", "phone": "2057", "department": "XXX"}, {"name": "XXX", "surname": "Merate", "role": "f.brambilla@asst-lecco.it", "phone": "5419", "department": "XXX"}, {"name": "XXX", "surname": "Merate", "role": "v.centrone@asst-lecco.it", "phone": "5418", "department": "XXX"}, {"name": "XXX", "surname": "Merate", "role": "la.ghezzi@asst-lecco.it", "phone": "5412", "department": "XXX"}, {"name": "XXX", "surname": "Bartesaghi", "role": "c.bartesaghi@asst-lecco.it", "phone": "2039", "department": "XXX"}, {"name": "Alberto", "surname": "Corti", "role": "al.corti@asst-lecco.it", "phone": "2066", "department": "XXX"}, {"name": "XXX", "surname": "Giunta", "role": "r.giunta@asst-lecco.it", "phone": "2038", "department": "XXX"}, {"name": "XXX", "surname": "Locatelli", "role": "e.locatelli@asst-lecco.it", "phone": "4025", "department": "XXX"}, {"name": "Vittorio", "surname": "Nicastri", "role": "v.nicastri@asst-lecco.it", "phone": "2778", "department": "XXX"}, {"name": "XXX", "surname": "Sala", "role": "e.sala@asst-lecco.it", "phone": "4008", "department": "XXX"}, {"name": "XXX", "surname": "Signorelli", "role": "mc.signorelli@asst-lecco.it", "phone": "4026", "department": "XXX"}, {"name": "XXX", "surname": "Lecco", "role": "l.bianchi@asst-lecco.it", "phone": "2747", "department": "XXX"}, {"name": "XXX", "surname": "Lecco", "role": "ma.mannu@asst-lecco.it", "phone": "2058", "department": "XXX"}, {"name": "XXX", "surname": "Lecco", "role": "r.menaballi@asst-lecco.it", "phone": "2098", "department": "XXX"}, {"name": "XXX", "surname": "Lecco", "role": "gi.scaccabarozzi@asst-lecco.it", "phone": "3522", "department": "XXX"}, {"name": "Trattamento", "surname": "FAX", "role": "personale.stipendi@asst-lecco.it", "phone": "4210", "department": "XXX"}, {"name": "XXX", "surname": "Bertoni", "role": "a.bertoni@asst-lecco.it", "phone": "2031", "department": "XXX"}, {"name": "XXX", "surname": "Conti", "role": "a.conti@asst-lecco.it", "phone": "2027", "department": "XXX"}, {"name": "XXX", "surname": "Crucifero", "role": "l.crucifero@asst-lecco.it", "phone": "2035", "department": "XXX"}, {"name": "XXX", "surname": "Gilardoni", "role": "s.gilardoni@asst-lecco.it", "phone": "2052", "department": "XXX"}, {"name": "XXX", "surname": "Narciso", "role": "e.narciso@asst-lecco.it", "phone": "2036", "department": "XXX"}, {"name": "N", "surname": "It", "role": "Sig.ra Natalia Viganò 5286", "phone": "2096", "department": "XXX"}, {"name": "XXX", "surname": "Adamoli", "role": "l.adamoli@asst-lecco.it", "phone": "4048", "department": "XXX"}, {"name": "XXX", "surname": "Ardenghi", "role": "d.ardenghi@asst-lecco.it", "phone": "4072", "department": "XXX"}, {"name": "XXX", "surname": "Berera", "role": "c.berera@asst-lecco.it", "phone": "4053", "department": "XXX"}, {"name": "XXX", "surname": "Burini", "role": "s.burini@asst-lecco.it", "phone": "2037", "department": "XXX"}, {"name": "XXX", "surname": "Castelnovo", "role": "an.castelnovo@asst-lecco.it", "phone": "4117", "department": "XXX"}, {"name": "XXX", "surname": "Maggi", "role": "cr.maggi@asst-lecco.it", "phone": "4047", "department": "XXX"}, {"name": "XXX", "surname": "Mellera", "role": "e.mellera@asst-lecco.it", "phone": "4078", "department": "XXX"}, {"name": "XXX", "surname": "Tomassini", "role": "i.tomassini@asst-lecco.it", "phone": "2372", "department": "XXX"}, {"name": "XXX", "surname": "Canzi", "role": "l.canzi@asst-lecco.it", "phone": "2087", "department": "XXX"}, {"name": "XXX", "surname": "Maggi", "role": "a.maggi@asst-lecco.it", "phone": "4459", "department": "XXX"}, {"name": "XXX", "surname": "Tagliaferri", "role": "si.tagliaferri@asst-lecco.it", "phone": "2776", "department": "XXX"}, {"name": "Luigi", "surname": "Carrabba", "role": "l.carrabba@asst-lecco.it", "phone": "2377", "department": "XXX"}, {"name": "XXX", "surname": "Molteni", "role": "ma.molteni@asst-lecco.it", "phone": "4112", "department": "XXX"}, {"name": "XXX", "surname": "Marinelli", "role": "e.marinelli@asst-lecco.it", "phone": "2054", "department": "XXX"}, {"name": "XXX", "surname": "Ardovino", "role": "a.ardovino@asst-lecco.it", "phone": "4009", "department": "XXX"}, {"name": "XXX", "surname": "Colombo", "role": "laur.colombo@asst-lecco.it", "phone": "2095", "department": "XXX"}, {"name": "Marco", "surname": "Azzarello", "role": "m.azzarello@asst-lecco.it", "phone": "4991", "department": "XXX"}, {"name": "XXX", "surname": "Gnoli", "role": "b.gnoli@asst-lecco.it", "phone": "2346", "department": "XXX"}, {"name": "XXX", "surname": "Gandolfi", "role": "ma.gandolfi@asst-lecco.it", "phone": "2021", "department": "XXX"}, {"name": "XXX", "surname": "Pittavini", "role": "e.pittavini@asst-lecco.it", "phone": "2113", "department": "XXX"}, {"name": "XXX", "surname": "Tentori", "role": "m.tentori@asst-lecco.it", "phone": "2024", "department": "XXX"}, {"name": "XXX", "surname": "Frigerio", "role": "m.frigerio@asst-lecco.it", "phone": "2025", "department": "XXX"}, {"name": "XXX", "surname": "Pezzani", "role": "p.pezzani@asst-lecco.it", "phone": "4079", "department": "XXX"}, {"name": "Davide", "surname": "Bertesina", "role": "d.bertesina@asst-lecco.it", "phone": "2051", "department": "XXX"}, {"name": "XXX", "surname": "Butta", "role": "c.butta@asst-lecco.it", "phone": "4043", "department": "XXX"}, {"name": "Marino", "surname": "Castelnovo", "role": "m.castelnovo@asst-lecco.it", "phone": "2050", "department": "XXX"}, {"name": "XXX", "surname": "Colzani", "role": "a.colzani@asst-lecco.it", "phone": "2084", "department": "XXX"}, {"name": "XXX", "surname": "Miraglia", "role": "s.miraglia@asst-lecco.it", "phone": "2007", "department": "XXX"}, {"name": "XXX", "surname": "Morganti", "role": "d.morganti@asst-lecco.it", "phone": "2077", "department": "XXX"}, {"name": "XXX", "surname": "Alonso", "role": "a.alonso@asst-lecco.it", "phone": "5020", "department": "XXX"}, {"name": "XXX", "surname": "Riva", "role": "c.riva@asst-lecco.it", "phone": "5257", "department": "XXX"}, {"name": "XXX", "surname": "Vilardo", "role": "c.vilardo@asst-lecco.it", "phone": "5476", "department": "XXX"}, {"name": "XXX", "surname": "Talarico", "role": "n.talarico@asst-lecco.it", "phone": "2034", "department": "XXX"}, {"name": "XXX", "surname": "Arnoldi", "role": "al.arnoldi@asst-lecco.it", "phone": "2438", "department": "XXX"}, {"name": "Marina", "surname": "Casati", "role": "m.casati@asst-lecco.it", "phone": "2448", "department": "XXX"}, {"name": "Daniela", "surname": "Casolino", "role": "d.casolino@asst-lecco.it", "phone": "4122", "department": "XXX"}, {"name": "Letizia", "surname": "Songia", "role": "l.songia@asst-lecco.it", "phone": "2449", "department": "XXX"}, {"name": "Marta", "surname": "Castoldi", "role": "m.castoldi@asst-lecco.it", "phone": "2137", "department": "XXX"}, {"name": "CALL", "surname": "CENTER", "role": "XXX", "phone": "4100", "department": "XXX"}, {"name": "XXX", "surname": "Commessa", "role": "XXX", "phone": "4099", "department": "XXX"}, {"name": "LABORATORIO", "surname": "LECCO", "role": "XXX", "phone": "4098", "department": "XXX"}, {"name": "LABORATORIO", "surname": "MERATE", "role": "XXX", "phone": "5851", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "XXX", "phone": "2138", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "XXX", "phone": "2136", "department": "XXX"}, {"name": "Prevenzione", "surname": "It", "role": "Segreteria", "phone": "4086", "department": "XXX"}, {"name": "Cristian", "surname": "Longhin", "role": "c.longhin@asst-lecco.it", "phone": "4077", "department": "XXX"}, {"name": "XXX", "surname": "Bartolotta", "role": "s.bartolotta@asst-lecco.it", "phone": "4256", "department": "XXX"}, {"name": "XXX", "surname": "Colombo", "role": "laura1.colombo@asst-lecco.it", "phone": "4064", "department": "XXX"}, {"name": "XXX", "surname": "Calabrò", "role": "e.calabro@asst-lecco.it", "phone": "2437", "department": "XXX"}, {"name": "XXX", "surname": "Caspani", "role": "s.caspani@asst-lecco.it", "phone": "2458", "department": "XXX"}, {"name": "XXX", "surname": "Crucifero", "role": "a.crucifero@asst-lecco.it", "phone": "2132", "department": "XXX"}, {"name": "Alessandro", "surname": "Dell’oro", "role": "al.delloro@asst-lecco.it", "phone": "2029", "department": "XXX"}, {"name": "Andrea", "surname": "Figini", "role": "a.hofferfigini@asst-lecco.it", "phone": "2282", "department": "XXX"}, {"name": "XXX", "surname": "Negri", "role": "r.negri@asst-lecco.it", "phone": "5447", "department": "XXX"}, {"name": "Francesca", "surname": "Pessina", "role": "f.pessina@asst-lecco.it", "phone": "4127", "department": "XXX"}, {"name": "Simone", "surname": "Peluso", "role": "s.peluso@asst-lecco.it", "phone": "4123", "department": "XXX"}, {"name": "XXX", "surname": "Teruzzi", "role": "g.teruzzi@asst-lecco.it", "phone": "2044", "department": "XXX"}, {"name": "XXX", "surname": "Milani", "role": "or.milani@asst-lecco.it", "phone": "2047", "department": "XXX"}, {"name": "XXX", "surname": "Gorletti", "role": "c.gorletti@asst-lecco.it", "phone": "2150", "department": "XXX"}, {"name": "XXX", "surname": "Rusconi", "role": "el.rusconi@asst-lecco.it", "phone": "2048", "department": "XXX"}, {"name": "XXX", "surname": "Aiuto", "role": "e.aiuto@asst-lecco.it", "phone": "2109", "department": "XXX"}, {"name": "XXX", "surname": "Allocca", "role": "s.allocca@asst-lecco.it", "phone": "2089", "department": "XXX"}, {"name": "XXX", "surname": "Baggio", "role": "c.baggio@asst-lecco.it", "phone": "2045", "department": "XXX"}, {"name": "XXX", "surname": "Canali", "role": "s.canali@asst-lecco.it", "phone": "2015", "department": "XXX"}, {"name": "Valerio", "surname": "Cagnazzo", "role": "v.cagnazzo@asst-lecco.it", "phone": "2081", "department": "XXX"}, {"name": "XXX", "surname": "Carlo", "role": "r.dicarlo@asst-lecco.it", "phone": "2003", "department": "XXX"}, {"name": "Michele", "surname": "Iacovuzzi", "role": "m.iacovuzzi@asst-lecco.it", "phone": "2009", "department": "XXX"}, {"name": "Davide", "surname": "Invernizzi", "role": "d.invernizzi@asst-lecco.it", "phone": "4990", "department": "XXX"}, {"name": "Marco", "surname": "Mainetti", "role": "m.mainetti@asst-lecco.it", "phone": "4981", "department": "XXX"}, {"name": "XXX", "surname": "Paleari", "role": "a.paleari@asst-lecco.it", "phone": "2026", "department": "XXX"}, {"name": "XXX", "surname": "Davolio", "role": "m.davolio@asst-lecco.it", "phone": "5479", "department": "XXX"}, {"name": "XXX", "surname": "Gilardi", "role": "mar.gilardi@asst-lecco.it", "phone": "2082", "department": "XXX"}, {"name": "XXX", "surname": "Gradilone", "role": "a.gradilone@asst-lecco.it", "phone": "2043", "department": "XXX"}, {"name": "XXX", "surname": "Motta", "role": "m.motta@asst-lecco.it", "phone": "5415", "department": "XXX"}, {"name": "XXX", "surname": "Panzeri", "role": "sil.panzeri@asst-lecco.it", "phone": "2041", "department": "XXX"}, {"name": "XXX", "surname": "Sacchi", "role": "mi.sacchi@asst-lecco.it", "phone": "2065", "department": "XXX"}, {"name": "XXX", "surname": "Brivio", "role": "an.brivio@asst-lecco.it", "phone": "5271", "department": "XXX"}, {"name": "XXX", "surname": "Castauro", "role": "ca.castauro@asst-lecco.it", "phone": "5549", "department": "XXX"}, {"name": "XXX", "surname": "Tuttolomondo", "role": "g.tuttolomondo@asst-lecco.it", "phone": "5439", "department": "XXX"}, {"name": "Roberto", "surname": "Baldi", "role": "r.baldi@asst-lecco.it", "phone": "2046", "department": "XXX"}, {"name": "Andrea", "surname": "Mostachetti", "role": "a.mostachetti@asst-lecco.it", "phone": "2008", "department": "XXX"}, {"name": "XXX", "surname": "Sunca", "role": "j.sunca@asst-lecco.it", "phone": "4450", "department": "XXX"}, {"name": "Francesco", "surname": "Sufrà", "role": "f.sufra@asst-lecco.it", "phone": "2028", "department": "XXX"}, {"name": "XXX", "surname": "Villa", "role": "l.villa@asst-lecco.it", "phone": "5298", "department": "XXX"}, {"name": "XXX", "surname": "Rota", "role": "f.rota@asst-lecco.it", "phone": "5659", "department": "XXX"}, {"name": "Maurizio", "surname": "Dell’orto", "role": "m.dellorto@asst-lecco.it", "phone": "5477", "department": "XXX"}, {"name": "XXX", "surname": "Stucchi", "role": "al.stucchi@asst-lecco.it", "phone": "5347", "department": "XXX"}, {"name": "XXX", "surname": "Cristina", "role": "a.cristina@asst-lecco.it", "phone": "2101", "department": "XXX"}, {"name": "Leccologistica@formulaservizi", "surname": "It", "role": "Magazzino Generale Lecco Fax 2795", "phone": "2794", "department": "XXX"}, {"name": "Meratelogistica@formulaservizi", "surname": "It", "role": "Magazzino Generale Merate 5985", "phone": "5387", "department": "XXX"}, {"name": "Servizi", "surname": "Archivio", "role": "servizi.generali@asst-lecco.it", "phone": "3638", "department": "XXX"}, {"name": "Ciro", "surname": "Marasca", "role": "c.marasca@asst-lecco.it", "phone": "4541", "department": "XXX"}, {"name": "Portineria", "surname": "It", "role": "Portineria Lecco 2777", "phone": "2001", "department": "XXX"}, {"name": "Osvaldo", "surname": "Rabasco", "role": "o.rabasco@asst-lecco.it", "phone": "2941", "department": "XXX"}, {"name": "Portineria", "surname": "Merate", "role": "portineria.merate@asst-lecco.it", "phone": "5296", "department": "XXX"}, {"name": "Giancarlo", "surname": "Savarese", "role": "g.savarese@asst-lecco.it", "phone": "5524", "department": "XXX"}, {"name": "Portineria", "surname": "Bellano", "role": "portineria.bellano@asst-lecco.it", "phone": "3211", "department": "XXX"}, {"name": "Fabio", "surname": "Gritti", "role": "f.gritti@asst-lecco.it", "phone": "2016", "department": "XXX"}, {"name": "Davide", "surname": "Pizzagalli", "role": "d.pizzagalli@asst-lecco.it", "phone": "5340", "department": "XXX"}, {"name": "XXX", "surname": "Balestra", "role": "g.balestra@asst-lecco.it", "phone": "2551", "department": "XXX"}, {"name": "Luca", "surname": "Redaelli", "role": "lu.redaelli@asst-lecco.it", "phone": "5755", "department": "XXX"}, {"name": "XXX", "surname": "Caspani", "role": "r.caspani@asst-lecco.it", "phone": "4894", "department": "XXX"}, {"name": "XXX", "surname": "Colzani", "role": "m.colzani@asst-lecco.it", "phone": "4107", "department": "XXX"}, {"name": "XXX", "surname": "D’amato", "role": "e.damato@asst-lecco.it", "phone": "2594", "department": "XXX"}, {"name": "XXX", "surname": "Gallo", "role": "c.gallo@asst-lecco.it", "phone": "2596", "department": "XXX"}, {"name": "XXX", "surname": "Milesi", "role": "e.milesi@asst-lecco.it", "phone": "2756", "department": "XXX"}, {"name": "Corrado", "surname": "Musso", "role": "c.musso@asst-lecco.it", "phone": "3805", "department": "XXX"}, {"name": "XXX", "surname": "Naso", "role": "l.naso@asst-lecco.it", "phone": "2589", "department": "XXX"}, {"name": "XXX", "surname": "Saporito", "role": "t.saporito@asst-lecco.it", "phone": "4896", "department": "XXX"}, {"name": "XXX", "surname": "Penati", "role": "m.penati@asst-lecco.it", "phone": "2599", "department": "XXX"}, {"name": "XXX", "surname": "Vennera", "role": "a.vennera@asst-lecco.it", "phone": "4895", "department": "XXX"}, {"name": "Renato", "surname": "Vietri", "role": "r.vietri@asst-lecco.it", "phone": "2735", "department": "XXX"}, {"name": "XXX", "surname": "Cagliani", "role": "a.cagliani@asst-lecco.it", "phone": "5533", "department": "XXX"}, {"name": "Carmelo", "surname": "Italia", "role": "gio.italia@asst-lecco.it", "phone": "5827", "department": "XXX"}, {"name": "XXX", "surname": "Maggioni", "role": "s.maggioni@asst-lecco.it", "phone": "5255", "department": "XXX"}, {"name": "XXX", "surname": "Todisco", "role": "l.todisco@asst-lecco.it", "phone": "5273", "department": "XXX"}, {"name": "XXX", "surname": "Rocchi", "role": "mv.rocchi@asst-lecco.it", "phone": "2540", "department": "XXX"}, {"name": "XXX", "surname": "Accorsi", "role": "l.accorsi@asst-lecco.it", "phone": "2547", "department": "XXX"}, {"name": "XXX", "surname": "Citera", "role": "a.citera@asst-lecco.it", "phone": "2546", "department": "XXX"}, {"name": "XXX", "surname": "Fumagalli", "role": "m.fumagalli@asst-lecco.it", "phone": "2545", "department": "XXX"}, {"name": "Stefano", "surname": "Galeazzi", "role": "s.galeazzi@asst-lecco.i", "phone": "2548", "department": "XXX"}, {"name": "XXX", "surname": "Giacconi", "role": "l.giacconi@asst-lecco.it", "phone": "2543", "department": "XXX"}, {"name": "XXX", "surname": "Pisati", "role": "livia.pisati@asst-lecco.it", "phone": "2349", "department": "XXX"}, {"name": "XXX", "surname": "Spada", "role": "v.spada@asst-lecco.it", "phone": "2549", "department": "XXX"}, {"name": "XXX", "surname": "Zanellato", "role": "s.zanellato@asst-lecco.it", "phone": "2550", "department": "XXX"}, {"name": "XXX", "surname": "Aprigliano", "role": "s.aprigliano@asst-lecco.it", "phone": "2153", "department": "XXX"}, {"name": "XXX", "surname": "Cima", "role": "l.cima@asst-lecco.it", "phone": "2770", "department": "XXX"}, {"name": "Fleet", "surname": "It", "role": "Richieste Interventi Informatici 800 610 467", "phone": "2347", "department": "XXX"}, {"name": "Interventi", "surname": "Exprivia", "role": "XXX", "phone": "4136", "department": "XXX"}, {"name": "Ruggero", "surname": "Martino", "role": "r.demartino@asst-lecco.it", "phone": "2122", "department": "XXX"}, {"name": "Anna", "surname": "Squara", "role": "a.squara@asst-lecco.it", "phone": "4028", "department": "XXX"}, {"name": "Segreteria", "surname": "Webfax", "role": "segreteriaSIA@asst-lecco.it", "phone": "2130", "department": "XXX"}, {"name": "XXX", "surname": "Giuttari", "role": "k.giuttari@asst-lecco.it", "phone": "2121", "department": "XXX"}, {"name": "XXX", "surname": "Fumagalli", "role": "c.fumagalli@asst-lecco.it", "phone": "4030", "department": "XXX"}, {"name": "XXX", "surname": "Rusconi", "role": "i.rusconi@asst-lecco.it", "phone": "2125", "department": "XXX"}, {"name": "Nicholas", "surname": "Burini", "role": "n.burini@asst-lecco.it", "phone": "4037", "department": "XXX"}, {"name": "Enrico", "surname": "Beri", "role": "e.beri@asst-lecco.it", "phone": "2518", "department": "XXX"}, {"name": "Valeria", "surname": "Cipriano", "role": "v.cipriano@asst-lecco.it", "phone": "4038", "department": "XXX"}, {"name": "XXX", "surname": "Corti", "role": "valentina.corti@asst-lecco.it", "phone": "2126", "department": "XXX"}, {"name": "Dimitri", "surname": "Dell’oro", "role": "d.delloro@asst-lecco.it", "phone": "2127", "department": "XXX"}, {"name": "Mauro", "surname": "Fiorito", "role": "m.fiorito@asst-lecco.it", "phone": "2123", "department": "XXX"}, {"name": "Ellis", "surname": "Foschini", "role": "e.foschini@asst-lecco.it", "phone": "4168", "department": "XXX"}, {"name": "Paolo", "surname": "Marinelli", "role": "p.marinelli@asst-lecco.it", "phone": "2134", "department": "XXX"}, {"name": "Simone", "surname": "Panzeri", "role": "s.panzeri@asst-lecco.it", "phone": "2124", "department": "XXX"}, {"name": "Marco", "surname": "Piantalunga", "role": "ma.piantalunga@asst-lecco.it", "phone": "4131", "department": "XXX"}, {"name": "Michele", "surname": "Rizzuto", "role": "m.rizzuto@asst-lecco.it", "phone": "4033", "department": "XXX"}, {"name": "Enrico", "surname": "Vergani", "role": "e.vergani@asst-lecco.it", "phone": "2129", "department": "XXX"}, {"name": "Gestione", "surname": "Webfax", "role": "XXX", "phone": "2512", "department": "XXX"}, {"name": "Giuseppe", "surname": "Annovi", "role": "g.annovi@asst-lecco.it", "phone": "2511", "department": "XXX"}, {"name": "Dirigente", "surname": "Alvino", "role": "f.alvino@asst-lecco.it", "phone": "2739", "department": "XXX"}, {"name": "Dirigente", "surname": "Curci", "role": "f.curci@asst-lecco.it", "phone": "2753", "department": "XXX"}, {"name": "Elisa", "surname": "Caligiuri", "role": "e.caligiuri@asst-lecco.it", "phone": "2108", "department": "XXX"}, {"name": "Daniele", "surname": "Ghislandi", "role": "d.ghislandi@asst-lecco.it", "phone": "4076", "department": "XXX"}, {"name": "XXX", "surname": "Goretti", "role": "d.goretti@asst-lecco.it", "phone": "4113", "department": "XXX"}, {"name": "XXX", "surname": "Mondinalli", "role": "m.mondinalli@asst-lecco.it", "phone": "2154", "department": "XXX"}, {"name": "XXX", "surname": "Sacco", "role": "t.sacco@asst-lecco.it", "phone": "4039", "department": "XXX"}, {"name": "XXX", "surname": "Sartori", "role": "lm.sartori@asst-lecco.it", "phone": "4074", "department": "XXX"}, {"name": "XXX", "surname": "Tripicchio", "role": "v.tripicchio@asst-lecco.it", "phone": "2071", "department": "XXX"}, {"name": "Pierfranco", "surname": "Pandiani", "role": "pi.pandiani@asst-lecco.it", "phone": "4081", "department": "XXX"}, {"name": "Manuele", "surname": "Rusconi", "role": "man.rusconi@asst-lecco.it", "phone": "2741", "department": "XXX"}, {"name": "Francesco", "surname": "D’ambruoso", "role": "f.dambruoso@asst-lecco.it", "phone": "4989", "department": "XXX"}, {"name": "Andrea", "surname": "Masiero", "role": "ae.masiero@asst-lecco.it", "phone": "2075", "department": "XXX"}, {"name": "M", "surname": "It", "role": "p.i. Matteo Pigazzini Cercapersone 66-200", "phone": "2742", "department": "XXX"}, {"name": "Giulio", "surname": "Conca", "role": "gi.conca@asst-lecco.it", "phone": "2073", "department": "XXX"}, {"name": "OFFICINA", "surname": "INTERNA", "role": "XXX", "phone": "2717", "department": "XXX"}, {"name": "SALA", "surname": "CONTROLLO", "role": "XXX", "phone": "2754", "department": "XXX"}, {"name": "Centrale", "surname": "Termica", "role": "XXX", "phone": "2793", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "XXX", "phone": "5281", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Segreteria WebFax 5551", "phone": "5206", "department": "XXX"}, {"name": "Lorenzo", "surname": "Reali", "role": "l.reali@asst-lecco.it", "phone": "5887", "department": "XXX"}, {"name": "XXX", "surname": "Rigonelli", "role": "a.rigonelli@asst-lecco.it", "phone": "5252", "department": "XXX"}, {"name": "Simona", "surname": "Rizzitiello", "role": "s.rizzitiello@asst-lecco.it", "phone": "5019", "department": "XXX"}, {"name": "Gestione", "surname": "Bellano", "role": "XXX", "phone": "5346", "department": "XXX"}, {"name": "Margherita", "surname": "Brivio", "role": "mar.brivio@asst-lecco.it", "phone": "5354", "department": "XXX"}, {"name": "Angelo", "surname": "Mariani", "role": "a.mariani@asst-lecco.it", "phone": "5614", "department": "XXX"}, {"name": "Davide", "surname": "Rizza", "role": "d.rizza@asst-lecco.it", "phone": "5962", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Officina manutenzione 5631", "phone": "5264", "department": "XXX"}, {"name": "Spogliatoio", "surname": "Tecnici", "role": "XXX", "phone": "5505", "department": "XXX"}, {"name": "Centrale", "surname": "CDZ", "role": "XXX", "phone": "5334", "department": "XXX"}, {"name": "Centrale", "surname": "Reperibile", "role": "XXX", "phone": "5324", "department": "XXX"}, {"name": "Centrale", "surname": "Gas", "role": "XXX", "phone": "5685", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Cabina elettrica (c/o portineria) 5708", "phone": "5224", "department": "XXX"}, {"name": "AMMINISTRAZIONE", "surname": "Scaioli", "role": "v.scaioli@asst-lecco.it", "phone": "2492", "department": "C"}, {"name": "RAD", "surname": "Pirovano", "role": "a.pirovano@asst-lecco.it", "phone": "4011", "department": "C"}, {"name": "SALA", "surname": "RIUNIONI", "role": "dip.cardiotoracovascolare@asst-lecco.it", "phone": "2491", "department": "XXX"}, {"name": "AMMINISTRAZIONE", "surname": "Fiore", "role": "g.fiore@asst-lecco.it", "phone": "2311", "department": "C"}, {"name": "SALA", "surname": "RIUNIONI", "role": "dipartimento.ch@asst-lecco.it", "phone": "3533", "department": "XXX"}, {"name": "RAD", "surname": "Colombo", "role": "ch.colombo@asst-lecco.it", "phone": "4017", "department": "C"}, {"name": "AMMINISTRAZIONE", "surname": "Prati", "role": "m.prati@asst-lecco.it", "phone": "2451", "department": "XXX"}, {"name": "R", "surname": "Daffinoti", "role": "r.daffinoti@asst-lecco.it", "phone": "2099", "department": "C"}, {"name": "R", "surname": "Colombo", "role": "dom.colombo@asst-lecco.it", "phone": "2660", "department": "C"}, {"name": "AMMINISTRAZIONE", "surname": "Panzeri", "role": "al.panzeri@asst-lecco.it", "phone": "5259", "department": "XXX"}, {"name": "REF", "surname": "Balatti", "role": "c.balatti@asst-lecco.it", "phone": "5209", "department": "XXX"}, {"name": "RAD", "surname": "Manzoni", "role": "s.manzoni@asst-lecco.it", "phone": "4547", "department": "XXX"}, {"name": "SALA", "surname": "DIPARTIMENTALE", "role": "XXX", "phone": "5385", "department": "XXX"}, {"name": "AMMINISTRAZIONE", "surname": "Orisio", "role": "j.orisio@asst-lecco.it", "phone": "4061", "department": "C"}, {"name": "RAD", "surname": "Nelli", "role": "e.nelli@asst-lecco.it", "phone": "2258", "department": "XXX"}, {"name": "XXX", "surname": "AMBULATORI", "role": "XXX", "phone": "2275", "department": "XXX"}, {"name": "RAD", "surname": "Panzeri", "role": "si.panzeri@asst-lecco.it", "phone": "2656", "department": "C"}, {"name": "SALA", "surname": "DIPARTIMENTALE", "role": "XXX", "phone": "3146", "department": "XXX"}, {"name": "AMMINISTRAZIONE", "surname": "Mandaglio", "role": "a.mandaglio@asst-lecco.it", "phone": "2979", "department": "C"}, {"name": "R", "surname": "Damaschi", "role": "v.damaschi@asst-lecco.it", "phone": "2759", "department": "C"}, {"name": "AMMINISTRAZIONE", "surname": "Frantuma", "role": "l.frantuma@sasst-lecco.it", "phone": "2909", "department": "C"}, {"name": "Francesco", "surname": "Monteleone", "role": "f.monteleone@asst-lecco.it", "phone": "2928", "department": "C"}, {"name": "AMMINISTRAZIONE", "surname": "Giuseppina", "role": "g.verzeri@asst-lecco.it", "phone": "2171", "department": "C"}, {"name": "Roberto", "surname": "Paola", "role": "XXX", "phone": "2179", "department": "C"}, {"name": "As", "surname": "Meregalli", "role": "sm.meregalli@asst-lecco.it", "phone": "4020", "department": "C"}, {"name": "AMMINISTRAZIONE", "surname": "Molteni", "role": "s.molteni@asst-lecco.it", "phone": "2623", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "AULE DIPARTIMENTALI 2606", "phone": "3061", "department": "XXX"}, {"name": "R", "surname": "Stocco", "role": "l.stocco@asst-lecco.it", "phone": "4340", "department": "C"}, {"name": "Claudio", "surname": "Casella", "role": "c.casella@asst-lecco.it", "phone": "4441", "department": "XXX"}, {"name": "Luca", "surname": "Mazzeo", "role": "l.mazzeo@asst-lecco.it", "phone": "2587", "department": "XXX"}, {"name": "XXX", "surname": "Rota", "role": "n.rota@asst-lecco.it", "phone": "2520", "department": "XXX"}, {"name": "Amm", "surname": "Madaschi", "role": "l.madaschi@asst-lecco.it", "phone": "2597", "department": "XXX"}, {"name": "Giuseppe", "surname": "Nittis", "role": "gi.denittis@asst-lecco.it", "phone": "2580", "department": "XXX"}, {"name": "XXX", "surname": "Gaggioli", "role": "d.gaggioli@asst-lecco.it", "phone": "2585", "department": "XXX"}, {"name": "Giuseppe", "surname": "Gilardi", "role": "g.gilardi@asst-lecco.it", "phone": "3670", "department": "XXX"}, {"name": "XXX", "surname": "Mitto", "role": "a.mitto@asst-lecco.it", "phone": "2584", "department": "XXX"}, {"name": "XXX", "surname": "Huta", "role": "a.huta@asst-lecco.it", "phone": "2582", "department": "XXX"}, {"name": "XXX", "surname": "Lax", "role": "mr.lax@asst-lecco.it", "phone": "4035", "department": "XXX"}, {"name": "XXX", "surname": "Vecchione", "role": "l.vecchione@asst-lecco.it", "phone": "2572", "department": "XXX"}, {"name": "SALA", "surname": "RIUNIONI", "role": "XXX", "phone": "3594", "department": "XXX"}, {"name": "BED", "surname": "Sozzi", "role": "m.sozzi@asst-lecco.it", "phone": "4013", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "Sportello Cartelle cliniche e doc. sanitaria 2577", "phone": "2576", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Archivio Sanitario 3700", "phone": "2574", "department": "XXX"}, {"name": "GESTIONE", "surname": "FAX", "role": "XXX", "phone": "2588", "department": "XXX"}, {"name": "XXX", "surname": "Latino", "role": "f.latino@asst-lecco.it", "phone": "2571", "department": "XXX"}, {"name": "XXX", "surname": "Vergottini", "role": "c.vergottini@asst-lecco.it", "phone": "2573", "department": "XXX"}, {"name": "XXX", "surname": "Tentori", "role": "c.tentori@asst-lecco.it", "phone": "2583", "department": "XXX"}, {"name": "XXX", "surname": "Maggi", "role": "l.maggi@asst-lecco.it", "phone": "4679", "department": "XXX"}, {"name": "XXX", "surname": "Frassoni", "role": "sa.frassoni@asst-lecco.it", "phone": "3662", "department": "XXX"}, {"name": "Marco", "surname": "Bradanini", "role": "m.bradanini@asst-lecco.it", "phone": "2554", "department": "XXX"}, {"name": "XXX", "surname": "Brusadelli", "role": "v.brusadelli@asst-lecco.it", "phone": "2558", "department": "XXX"}, {"name": "XXX", "surname": "Maggi", "role": "elena.maggi@asst-lecco.it", "phone": "2152", "department": "C"}, {"name": "AMBULATORIO", "surname": "DIPENDENTI", "role": "XXX", "phone": "2269", "department": "XXX"}, {"name": "DIETISTE", "surname": "Webfax", "role": "XXX", "phone": "2514", "department": "XXX"}, {"name": "XXX", "surname": "Donghi", "role": "ea.donghi@asst-lecco.it", "phone": "2569", "department": "C"}, {"name": "XXX", "surname": "Marutti", "role": "m.marutti@asst-lecco.it", "phone": "2568", "department": "C"}, {"name": "XXX", "surname": "Rossi", "role": "p.rossi@asst-lecco.it", "phone": "2970", "department": "C"}, {"name": "A", "surname": "It", "role": "SEGRETARIA D’AREA FAX 2981", "phone": "2991", "department": "XXX"}, {"name": "XXX", "surname": "Ripamonti", "role": "c.ripamonti@asst-lecco.it", "phone": "4001", "department": "C"}, {"name": "MEDICO", "surname": "GUARDIA", "role": "XXX", "phone": "2985", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "POSTAZIONE INFERMIERISTICA 3088", "phone": "2993", "department": "XXX"}, {"name": "REPERIBILITA’", "surname": "NOTTURNA", "role": "XXX", "phone": "3112", "department": "XXX"}, {"name": "SALA", "surname": "COLLOQUI", "role": "XXX", "phone": "3172", "department": "XXX"}, {"name": "XXX", "surname": "CUCINE", "role": "XXX", "phone": "3085", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "POSTAZIONE MEDICI FAX 2983 3087", "phone": "2984", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "DOLORE", "role": "XXX", "phone": "2826", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "INFERM", "role": "XXX", "phone": "2975", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "MEDICI", "role": "XXX", "phone": "2284", "department": "XXX"}, {"name": "De", "surname": "It", "role": "COORDINATORE: Sig.ra Denise Bolis FAX 2976", "phone": "2283", "department": "C"}, {"name": "MEDICO", "surname": "NOTTURNA", "role": "XXX", "phone": "3125", "department": "XXX"}, {"name": "COORDINAMENTO", "surname": "FAX", "role": "cpl@asst-lecco.it", "phone": "4108", "department": "XXX"}, {"name": "XXX", "surname": "CUCINA", "role": "XXX", "phone": "3123", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "TRANSCRANICO", "role": "XXX", "phone": "3049", "department": "XXX"}, {"name": "Andrzey", "surname": "Bet", "role": "am.bet@asst-lecco.it", "phone": "4288", "department": "C"}, {"name": "XXX", "surname": "Bonè", "role": "f.bone@asst-lecco.it", "phone": "4287", "department": "C"}, {"name": "Marco", "surname": "Carbonara", "role": "m.carbonara@asst-lecco.it", "phone": "2978", "department": "C"}, {"name": "XXX", "surname": "Castiglioni", "role": "is.castiglioni@asst-lecco.it", "phone": "2980", "department": "C"}, {"name": "XXX", "surname": "Catzula", "role": "g.catzula@asst-lecco.it", "phone": "4263", "department": "C"}, {"name": "Matteo", "surname": "Cazzaniga", "role": "matt.cazzaniga@asst-lecco.it", "phone": "4310", "department": "C"}, {"name": "Daniele", "surname": "Ceriani", "role": "d.ceriani@asst-lecco.it", "phone": "4276", "department": "C"}, {"name": "XXX", "surname": "Ciceri", "role": "r.ciceri@asst-lecco.it", "phone": "4292", "department": "C"}, {"name": "XXX", "surname": "Ciceri", "role": "v.ciceri@asst-lecco.it", "phone": "4272", "department": "C"}, {"name": "Giacomo", "surname": "Cimicchi", "role": "gi.cimicchi@asst-lecco.it", "phone": "4280", "department": "C"}, {"name": "XXX", "surname": "Consonni", "role": "mic.consonni@asst-lecco.it", "phone": "4258", "department": "C"}, {"name": "XXX", "surname": "Corbetta", "role": "es.corbetta@asst-lecco.it", "phone": "4275", "department": "C"}, {"name": "XXX", "surname": "Cordolcini", "role": "v.cordolcini@asst-lecco.it", "phone": "4304", "department": "C"}, {"name": "Francesco", "surname": "Crimella", "role": "f.crimella@asst-lecco.it", "phone": "4301", "department": "C"}, {"name": "XXX", "surname": "Tisi", "role": "c.detisi@asst-lecco.it", "phone": "4294", "department": "C"}, {"name": "Mattia", "surname": "Erba", "role": "m.erba@asst-lecco.it", "phone": "4293", "department": "C"}, {"name": "XXX", "surname": "Evasi", "role": "g.evasi@asst-lecco.it", "phone": "4264", "department": "C"}, {"name": "XXX", "surname": "Fiorentini", "role": "m.fiorentini@asst-lecco.it", "phone": "4278", "department": "C"}, {"name": "Stefano", "surname": "Gherardi", "role": "st.gherardi@asst-lecco.it", "phone": "4305", "department": "C"}, {"name": "XXX", "surname": "Guerreschi", "role": "l.guerreschi@asst-lecco.it", "phone": "2986", "department": "C"}, {"name": "Lorenzo", "surname": "Guiotto", "role": "l.guiotto@asst-lecco.it", "phone": "4295", "department": "C"}, {"name": "Paolo", "surname": "Maniglia", "role": "p.maniglia@asst-lecco.it", "phone": "4298", "department": "C"}, {"name": "XXX", "surname": "Mariani", "role": "f.mariani@asst-lecco.it", "phone": "4299", "department": "C"}, {"name": "XXX", "surname": "Marsili", "role": "m.marsili@asst-lecco.it", "phone": "4303", "department": "C"}, {"name": "XXX", "surname": "Molinari", "role": "c.molinari@asst-lecco.it", "phone": "4257", "department": "C"}, {"name": "Francesco", "surname": "Morra", "role": "f.morra@asst-lecco.it", "phone": "4262", "department": "C"}, {"name": "XXX", "surname": "Nicodemo", "role": "o.nicodemo@asst-lecco.it", "phone": "4281", "department": "C"}, {"name": "XXX", "surname": "Noseda", "role": "va.noseda@asst-lecco.it", "phone": "4265", "department": "C"}, {"name": "XXX", "surname": "Ormas", "role": "v.ormas@asst-lecco.it", "phone": "4277", "department": "C"}, {"name": "XXX", "surname": "Panzeri", "role": "c.panzeri@asst-lecco.it", "phone": "4269", "department": "C"}, {"name": "XXX", "surname": "Parisse", "role": "t.parisse@asst-lecco.it", "phone": "4311", "department": "C"}, {"name": "Giuseppe", "surname": "Pastore", "role": "g.pastore@asst-lecco.it", "phone": "2995", "department": "C"}, {"name": "XXX", "surname": "Pavone", "role": "giu.pavone@asst-lecco.it", "phone": "4306", "department": "C"}, {"name": "Fabio", "surname": "Pisaturo", "role": "f.pisaturo@asst-lecco.it", "phone": "4670", "department": "C"}, {"name": "XXX", "surname": "Pitino", "role": "e.pitino@asst-lecco.it", "phone": "4279", "department": "C"}, {"name": "XXX", "surname": "Puglisi", "role": "s.puglisi@asst-lecco.it", "phone": "4297", "department": "C"}, {"name": "XXX", "surname": "Pugni", "role": "p.pugni@asst-lecco.it", "phone": "4307", "department": "C"}, {"name": "Saul", "surname": "Radaelli", "role": "s.radaelli@asst-lecco.it", "phone": "4260", "department": "C"}, {"name": "Francesco", "surname": "Raponi", "role": "f.raponi@asst-lecco.it", "phone": "4270", "department": "C"}, {"name": "XXX", "surname": "Ratti", "role": "ma.ratti@asst-lecco.it", "phone": "4266", "department": "C"}, {"name": "XXX", "surname": "Rettani", "role": "a.rettani@asst-lecco.it", "phone": "4291", "department": "C"}, {"name": "XXX", "surname": "Romeo", "role": "c.romeo@asst-lecco.it", "phone": "4271", "department": "C"}, {"name": "XXX", "surname": "Stropeni", "role": "s.stropeni@asst-lecco.it", "phone": "4267", "department": "C"}, {"name": "XXX", "surname": "Terraneo", "role": "vir.terraneo@asst-lecco.it", "phone": "4309", "department": "C"}, {"name": "XXX", "surname": "Verga", "role": "c.verga@asst-lecco.it", "phone": "4308", "department": "C"}, {"name": "XXX", "surname": "Villa", "role": "mar.villa@asst-lecco.it", "phone": "4273", "department": "C"}, {"name": "XXX", "surname": "Zanola", "role": "ma.zanola@asst-lecco.it", "phone": "4671", "department": "C"}, {"name": "XXX", "surname": "Zimbaldi", "role": "v.zimbaldi@asst-lecco.it", "phone": "4296", "department": "C"}, {"name": "XXX", "surname": "Zona", "role": "vg.zona@asst-lecco.it", "phone": "4290", "department": "C"}, {"name": "Laura", "surname": "Spinelli", "role": "l.spinelli@asst-lecco.it", "phone": "2651", "department": "XXX"}, {"name": "Roberta", "surname": "Vertemati", "role": "r.vertemati@asst-lecco.it", "phone": "2652", "department": "XXX"}, {"name": "LOCALE", "surname": "AUTOPSIE", "role": "XXX", "phone": "3593", "department": "XXX"}, {"name": "XXX", "surname": "C", "role": "LOCALE PERSONALE 3751", "phone": "3591", "department": "XXX"}, {"name": "ESAMI", "surname": "ANATOMICI", "role": "XXX", "phone": "2525", "department": "XXX"}, {"name": "Don", "surname": "ABITAZIONE", "role": "XXX", "phone": "2713", "department": "C"}, {"name": "XXX", "surname": "SACRESTIA", "role": "XXX", "phone": "3111", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SEGRETERIA- FAX 2489", "phone": "4139", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "POSTAZIONE CARDIOLOGIA(SETTORE ROSSO) FAX2561", "phone": "2495", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "BLU", "role": "XXX", "phone": "4042", "department": "XXX"}, {"name": "MEDICO", "surname": "GUARDIA", "role": "XXX", "phone": "3076", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ECOCARDIOGRAFIA 1", "phone": "3078", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ECOCARDIOGRAFIA 2", "phone": "3081", "department": "XXX"}, {"name": "STUDIO", "surname": "INFERMIERI", "role": "XXX", "phone": "3082", "department": "XXX"}, {"name": "CARTELLE", "surname": "CLINICHE", "role": "XXX", "phone": "3758", "department": "XXX"}, {"name": "Cardiologia", "surname": "Recchia", "role": "v.recchia@asst-lecco.it", "phone": "4235", "department": "C"}, {"name": "Ucc", "surname": "Papagni", "role": "d.papagni@asst-lecco.it", "phone": "2464", "department": "C"}, {"name": "UNITA’", "surname": "CORONARICA", "role": "XXX", "phone": "2499", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "TERAPIA INTENSIVA CARDIO VASCOLARE FAX 2497", "phone": "2498", "department": "XXX"}, {"name": "AREA", "surname": "INTENSIVA", "role": "XXX", "phone": "4067", "department": "XXX"}, {"name": "XXX", "surname": "EMODINAMICA", "role": "XXX", "phone": "2485", "department": "XXX"}, {"name": "XXX", "surname": "ELETTROFISIOLOGIA", "role": "XXX", "phone": "2469", "department": "XXX"}, {"name": "SALA", "surname": "EMODINAMICA", "role": "XXX", "phone": "3075", "department": "XXX"}, {"name": "XXX", "surname": "Brambilla", "role": "r.brambilla@asst-lecco.it", "phone": "2364", "department": "C"}, {"name": "Alfredo", "surname": "Bianchi", "role": "a.bianchi@asst-lecco.it", "phone": "4653", "department": "C"}, {"name": "Filippo", "surname": "Cavallier", "role": "fil.cavallier@asst-lecco.it", "phone": "2490", "department": "C"}, {"name": "XXX", "surname": "Condello", "role": "c.condello@asst-lecco.it", "phone": "2477", "department": "C"}, {"name": "XXX", "surname": "Frigerio", "role": "la.frigerio@asst-lecco.it", "phone": "2480", "department": "C"}, {"name": "XXX", "surname": "Galli", "role": "g.galli@asst-lecco.it", "phone": "4640", "department": "C"}, {"name": "Andrea", "surname": "Granata", "role": "a.granata@asst-lecco.it", "phone": "2366", "department": "C"}, {"name": "XXX", "surname": "Lenatti", "role": "l.lenatti@asst-lecco.it", "phone": "4645", "department": "C"}, {"name": "XXX", "surname": "Lobiati", "role": "e.lobiati@asst-lecco.it", "phone": "4646", "department": "C"}, {"name": "XXX", "surname": "Milani", "role": "mar.milani@asst-lecco.it", "phone": "2467", "department": "C"}, {"name": "XXX", "surname": "Massaro", "role": "s.massaro@asst-lecco.it", "phone": "2483", "department": "C"}, {"name": "Francesco", "surname": "Panzeri", "role": "f.panzeri@asst-lecco.it", "phone": "4094", "department": "C"}, {"name": "XXX", "surname": "Riva", "role": "b.riva@asst-lecco.it", "phone": "2470", "department": "C"}, {"name": "Antonio", "surname": "Pani", "role": "a.pani@asst-lecco.it", "phone": "4657", "department": "C"}, {"name": "XXX", "surname": "Pelizzoli", "role": "s.pelizzoli@asst-lecco.it", "phone": "2473", "department": "C"}, {"name": "Isidoro", "surname": "Pera", "role": "ig.pera@asst-lecco.it", "phone": "2471", "department": "C"}, {"name": "Davide", "surname": "Restelli", "role": "da.restelli@asst-lecco.it", "phone": "2353", "department": "C"}, {"name": "XXX", "surname": "Selva", "role": "a.selva@asst-lecco.it", "phone": "2474", "department": "C"}, {"name": "Roberto", "surname": "Spoladore", "role": "r.spoladore@asst-lecco.it", "phone": "4644", "department": "C"}, {"name": "XXX", "surname": "Tavasci", "role": "e.tavasci@asst-lecco.it", "phone": "2484", "department": "C"}, {"name": "Gianluca", "surname": "Tiberti", "role": "g.tiberti@asst-lecco.it", "phone": "2479", "department": "C"}, {"name": "Giuseppe", "surname": "Uccello", "role": "gi.uccello@asst-lecco.it", "phone": "2475", "department": "C"}, {"name": "XXX", "surname": "BANCONE", "role": "XXX", "phone": "2355", "department": "XXX"}, {"name": "|", "surname": "Mauri", "role": "la.mauri@asst-lecco.it", "phone": "4018", "department": "C"}, {"name": "POSTAZIONE", "surname": "INFERMIERISTICA", "role": "XXX", "phone": "2354", "department": "XXX"}, {"name": "SALA", "surname": "ARANCIONE", "role": "XXX", "phone": "3727", "department": "XXX"}, {"name": "SALA", "surname": "GIALLA", "role": "XXX", "phone": "3726", "department": "XXX"}, {"name": "XXX", "surname": "ECOGRAFIA", "role": "XXX", "phone": "3728", "department": "XXX"}, {"name": "STUDIO", "surname": "PSICOLOGI", "role": "XXX", "phone": "2356", "department": "XXX"}, {"name": "XXX", "surname": "Addamiano", "role": "c.addamiano@asst-lecco.it", "phone": "2472", "department": "C"}, {"name": "XXX", "surname": "Baglivo", "role": "j.baglivo@asst-lecco.it", "phone": "4647", "department": "C"}, {"name": "XXX", "surname": "Meles", "role": "e.meles@asst-lecco.it", "phone": "2481", "department": "C"}, {"name": "Simone", "surname": "Ambrosoni", "role": "s.ambrosoni@asst-lecco.it", "phone": "4068", "department": "C"}, {"name": "XXX", "surname": "Bonacina", "role": "m.bonacina@asst-lecco.it", "phone": "4654", "department": "C"}, {"name": "XXX", "surname": "Mastromauro", "role": "im.mastromauro@asst-lecco.it", "phone": "4069", "department": "C"}, {"name": "XXX", "surname": "Narang", "role": "t.narang@asst-lecco.it", "phone": "4655", "department": "C"}, {"name": "XXX", "surname": "Nava", "role": "ee.nava@asst-lecco.it", "phone": "4300", "department": "C"}, {"name": "Lorenzo", "surname": "Nicoletti", "role": "l.nicoletti@asst-lecco.it", "phone": "4302", "department": "C"}, {"name": "XXX", "surname": "Tizzoni", "role": "l.tizzoni@asst-lecco.it", "phone": "4658", "department": "C"}, {"name": "POSTAZIONE", "surname": "INFERMIERISTICA", "role": "XXX", "phone": "4090", "department": "XXX"}, {"name": "Alberto", "surname": "Clerici", "role": "a.clerici@asst-lecco.it", "phone": "4651", "department": "C"}, {"name": "Andrea", "surname": "Galanti", "role": "a.galanti@asst-lecco.it", "phone": "4091", "department": "C"}, {"name": "XXX", "surname": "Galbiati", "role": "de.galbiati@asst-lecco.it", "phone": "4641", "department": "C"}, {"name": "XXX", "surname": "Giannico", "role": "f.giannico@asst-lecco.it", "phone": "2486", "department": "C"}, {"name": "Francesco", "surname": "Rattenni", "role": "fra.rattenni@asst-lecco.it", "phone": "4656", "department": "C"}, {"name": "Fabrizio", "surname": "Sansone", "role": "f.sansone@asst-lecco.it", "phone": "4643", "department": "C"}, {"name": "XXX", "surname": "BANCONE", "role": "XXX", "phone": "2360", "department": "XXX"}, {"name": "DAY", "surname": "MEDICO", "role": "XXX", "phone": "2494", "department": "XXX"}, {"name": "PROVE", "surname": "ERGOMETRIA", "role": "XXX", "phone": "2189", "department": "XXX"}, {"name": "DAY", "surname": "INFERMIERISTICA", "role": "XXX", "phone": "2119", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "TEST", "role": "XXX", "phone": "2493", "department": "XXX"}, {"name": "SALA", "surname": "ESTERNI", "role": "XXX", "phone": "3733", "department": "XXX"}, {"name": "SALA", "surname": "ESTERNI", "role": "XXX", "phone": "3595", "department": "XXX"}, {"name": "XXX", "surname": "HOLTER", "role": "XXX", "phone": "3729", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "RIABILITATIVA", "role": "XXX", "phone": "2357", "department": "XXX"}, {"name": "ERGOMETRIA", "surname": "RIABILITATIVA", "role": "XXX", "phone": "2358", "department": "XXX"}, {"name": "XXX", "surname": "PALESTRA", "role": "XXX", "phone": "2359", "department": "XXX"}, {"name": "Dott", "surname": "Vito", "role": "v.lauricella@asst-lecco.it", "phone": "4545", "department": "C"}, {"name": "Referente", "surname": "Scientifico", "role": "XXX", "phone": "2640", "department": "XXX"}, {"name": "STAZIONE", "surname": "CONTROLLO", "role": "XXX", "phone": "2642", "department": "XXX"}, {"name": "XXX", "surname": "CONFEZIONAMENTO", "role": "XXX", "phone": "3032", "department": "XXX"}, {"name": "LOCALE", "surname": "STERILE", "role": "XXX", "phone": "3063", "department": "XXX"}, {"name": "XXX", "surname": "RICONDIZIONAMENTO", "role": "XXX", "phone": "2643", "department": "XXX"}, {"name": "XXX", "surname": "Iorio", "role": "la.iorio@asst-lecco.it", "phone": "4283", "department": "C"}, {"name": "NUTRIZIONE", "surname": "INTRAOSPEDALIERA", "role": "cnc@asst-lecco.it", "phone": "2973", "department": "XXX"}, {"name": "NUTRIZIONE", "surname": "DOMICILIARE", "role": "XXX", "phone": "2972", "department": "XXX"}, {"name": "CONSULENZE", "surname": "VENOSI", "role": "XXX", "phone": "3756", "department": "XXX"}, {"name": "XXX", "surname": "Segreteria", "role": "XXX", "phone": "2977", "department": "XXX"}, {"name": "Infermiere", "surname": "Marchetti", "role": "cl.marchetti@asst-lecco.it", "phone": "4259", "department": "C"}, {"name": "DAY", "surname": "FAX", "role": "XXX", "phone": "2341", "department": "XXX"}, {"name": "XXX", "surname": "Pirovano", "role": "ra.pirovano@asst-lecco.it", "phone": "2387", "department": "C"}, {"name": "POSTAZIONE", "surname": "OCULISTICA", "role": "XXX", "phone": "2655", "department": "XXX"}, {"name": "SALA", "surname": "AMBULATORIO", "role": "XXX", "phone": "2345", "department": "XXX"}, {"name": "ARCHIVIO", "surname": "CARTELLE", "role": "XXX", "phone": "4497", "department": "XXX"}, {"name": "SALA", "surname": "GENERALE", "role": "XXX", "phone": "3155", "department": "XXX"}, {"name": "SALA", "surname": "GINECOLOGICA", "role": "XXX", "phone": "3722", "department": "XXX"}, {"name": "LOCALE", "surname": "VERDE", "role": "XXX", "phone": "2319", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "VERDE", "role": "XXX", "phone": "2312", "department": "XXX"}, {"name": "LOCALE", "surname": "BLU", "role": "XXX", "phone": "3161", "department": "XXX"}, {"name": "POSTAZ", "surname": "BLU\\ROSSO", "role": "XXX", "phone": "2371", "department": "XXX"}, {"name": "LOCALE", "surname": "ROSSO", "role": "XXX", "phone": "3160", "department": "XXX"}, {"name": "DEGENZA", "surname": "FAX", "role": "XXX", "phone": "2294", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "GIALLO", "role": "XXX", "phone": "2504", "department": "XXX"}, {"name": "Cercapersone", "surname": "ORL", "role": "AMBULATORIO ORL", "phone": "2502", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA MEDICAZIONI ORL P.S. 1", "phone": "3515", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "ORL", "role": "XXX", "phone": "3514", "department": "XXX"}, {"name": "ACCETTAZIONE", "surname": "S", "role": "XXX", "phone": "2501", "department": "XXX"}, {"name": "POSTAZ", "surname": "ARANCIO", "role": "XXX", "phone": "2369", "department": "XXX"}, {"name": "SALA", "surname": "TRICOTOMIA", "role": "XXX", "phone": "3665", "department": "XXX"}, {"name": "Cercapersone", "surname": "Notte", "role": "POSTAZ .INFERM CELESTE", "phone": "2658", "department": "XXX"}, {"name": "LOCALE", "surname": "LILLA", "role": "XXX", "phone": "3151", "department": "XXX"}, {"name": "CHIRURGIA", "surname": "FAX", "role": "XXX", "phone": "2328", "department": "XXX"}, {"name": "COORDIANTORE", "surname": "Valsecchi", "role": "s.valsecchi@asst-lecco.it", "phone": "4144", "department": "C"}, {"name": "POSTAZIONE", "surname": "BIANCO", "role": "XXX", "phone": "2322", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "LILLA", "role": "XXX", "phone": "2412", "department": "XXX"}, {"name": "INFERMIERA", "surname": "Dinoia", "role": "XXX", "phone": "3057", "department": "XXX"}, {"name": "LOCALE", "surname": "BIANCO", "role": "XXX", "phone": "3563", "department": "XXX"}, {"name": "SAL", "surname": "UROLOGICA", "role": "XXX", "phone": "3129", "department": "XXX"}, {"name": "Cercapersone", "surname": "Urologia", "role": "STUDIO MEDICI UROLOGI", "phone": "3038", "department": "XXX"}, {"name": "DAY", "surname": "URODINAMICA", "role": "XXX", "phone": "2329", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ENDO-UROLOGIA 3182", "phone": "2326", "department": "XXX"}, {"name": "Infermiera", "surname": "Riva", "role": "mi.riva@asst-lecco.it", "phone": "4458", "department": "C"}, {"name": "XXX", "surname": "Burati", "role": "m.burati@asst-lecco.it", "phone": "2301", "department": "C"}, {"name": "XXX", "surname": "Ceccarossi", "role": "v.ceccarossi@asst-lecco.it", "phone": "4329", "department": "C"}, {"name": "L", "surname": "It", "role": "Dr.ssa Lucia Corizia 4560", "phone": "5069", "department": "C"}, {"name": "XXX", "surname": "Lomonaco", "role": "a.lomonaco@asst-lecco.it", "phone": "2308", "department": "C"}, {"name": "XXX", "surname": "Rota", "role": "ro.rota@asst-lecco.it", "phone": "2324", "department": "C"}, {"name": "Angelo", "surname": "Airoldi", "role": "an.airoldi@asst-lecco.it", "phone": "2316", "department": "C"}, {"name": "Francesco", "surname": "Amico", "role": "f.amico@asst-lecco.it", "phone": "2665", "department": "C"}, {"name": "XXX", "surname": "Bolzoni", "role": "eli.bolzoni@asst-lecco.it", "phone": "2662", "department": "C"}, {"name": "Ariberto", "surname": "Brivio", "role": "ar.brivio@asst-lecco.it", "phone": "2657", "department": "C"}, {"name": "Michele", "surname": "Fogliata", "role": "m.fogliata@asst-lecco.it", "phone": "4573", "department": "C"}, {"name": "XXX", "surname": "Forestieri", "role": "c.forestieri@asst-lecco.it", "phone": "4574", "department": "C"}, {"name": "Luca", "surname": "Fumagalli", "role": "lu.fumagalli@asst-lecco.it", "phone": "4330", "department": "C"}, {"name": "Tommaso", "surname": "Plastica", "role": "t.guzzetti@asst-lecco.it", "phone": "4130", "department": "C"}, {"name": "XXX", "surname": "Malagnino", "role": "a.malagnino@asst-lecco.it", "phone": "2321", "department": "C"}, {"name": "Mattia", "surname": "Molteni", "role": "matt.molteni@asst-lecco.it", "phone": "2306", "department": "C"}, {"name": "Antonio", "surname": "Romelli", "role": "a.romelli@asst-lecco.it", "phone": "2307", "department": "C"}, {"name": "Fulvio", "surname": "Plastica", "role": "f.palmieri@asst-lecco.it", "phone": "4129", "department": "C"}, {"name": "Giovanni", "surname": "Pesenti", "role": "g.pesenti@asst-lecco.it", "phone": "2313", "department": "C"}, {"name": "Fulvio", "surname": "Tagliabue", "role": "f.tagliabue@asst-lecco.it", "phone": "4331", "department": "C"}, {"name": "Samuele", "surname": "Grandi", "role": "sa.grandi@asst-lecco.it", "phone": "2309", "department": "C"}, {"name": "XXX", "surname": "Specializzandi", "role": "XXX", "phone": "3080", "department": "XXX"}, {"name": "XXX", "surname": "Adarova", "role": "a.adarova@asst-lecco.it", "phone": "4563", "department": "C"}, {"name": "Antonino", "surname": "Lago", "role": "an.lago@asst-lecco.it", "phone": "4566", "department": "C"}, {"name": "Lorenzo", "surname": "Sabbatini", "role": "lo.sabbatini@asst-lecco.it", "phone": "4565", "department": "C"}, {"name": "Davide", "surname": "Tomaselli", "role": "dav.tomaselli@asst-lecco.it", "phone": "4562", "department": "C"}, {"name": "Roberto", "surname": "Bianchi", "role": "ro.bianchi@asst-lecco.it", "phone": "4556", "department": "C"}, {"name": "XXX", "surname": "Canova", "role": "g.daleocanova@asst-lecco.it", "phone": "4599", "department": "C"}, {"name": "XXX", "surname": "Chiocca", "role": "ma.chiocca@asst-lecco.it", "phone": "4557", "department": "C"}, {"name": "XXX", "surname": "Audiologia", "role": "r.cristofaro@asst-lecco.it", "phone": "4577", "department": "C"}, {"name": "XXX", "surname": "Fuoco", "role": "i.fuoco@asst-lecco.it", "phone": "4558", "department": "C"}, {"name": "XXX", "surname": "Iacona", "role": "e.iacona@asst-lecco.it", "phone": "4559", "department": "C"}, {"name": "Matteo", "surname": "Giovari", "role": "m.giovari@asst-lecco.it", "phone": "4561", "department": "C"}, {"name": "XXX", "surname": "Redaelli", "role": "m.redaelli@asst-lecco.it", "phone": "4554", "department": "C"}, {"name": "XXX", "surname": "Castelnuovo", "role": "c.castelnuovo@asst-lecco.it", "phone": "4569", "department": "XXX"}, {"name": "Massimo", "surname": "Capra", "role": "m.capra@asst-lecco.it", "phone": "4568", "department": "C"}, {"name": "Luca", "surname": "Ciancimino", "role": "luc.ciancimino@asst-lecco.it", "phone": "2327", "department": "C"}, {"name": "Alessandro", "surname": "Maletta", "role": "a.maletta@asst-lecco.it", "phone": "4571", "department": "C"}, {"name": "Samuele", "surname": "Molteni", "role": "sam.molteni@asst-lecco.it", "phone": "2325", "department": "C"}, {"name": "XXX", "surname": "Perucchini", "role": "la.perucchini@asst-lecco.it", "phone": "4567", "department": "C"}, {"name": "Nicola", "surname": "Pesenti", "role": "n.pesenti@asst-lecco.it", "phone": "2663", "department": "C"}, {"name": "Carmine", "surname": "Sciorio", "role": "c.sciorio@asst-lecco.it", "phone": "4575", "department": "C"}, {"name": "Giovanni", "surname": "Simonelli", "role": "g.simonelli@asst-lecco.it", "phone": "4572", "department": "C"}, {"name": "Daniele", "surname": "Stroppa", "role": "da.stroppa@asst-lecco.it", "phone": "2320", "department": "C"}, {"name": "XXX", "surname": "Specializzandi", "role": "XXX", "phone": "4597", "department": "XXX"}, {"name": "XXX", "surname": "Bellaviti", "role": "n.bellaviti@asst-lecco.it", "phone": "4564", "department": "C"}, {"name": "Luca", "surname": "Bonifati", "role": "l.bonifati@asst-lecco.it", "phone": "4659", "department": "C"}, {"name": "STAZIONE", "surname": "INFERMIERI", "role": "chirurgia.vascolare@asst-lecco.it", "phone": "2315", "department": "XXX"}, {"name": "SALA", "surname": "VISITA", "role": "XXX", "phone": "3083", "department": "XXX"}, {"name": "SALA", "surname": "ECOVASCOLARE", "role": "XXX", "phone": "3073", "department": "XXX"}, {"name": "Moad", "surname": "Aidroos", "role": "m.alaidroos@asst-lecco.it", "phone": "2299", "department": "C"}, {"name": "Marco", "surname": "Ferraresi", "role": "ma.ferraresi@asst-lecco.it", "phone": "2298", "department": "C"}, {"name": "XXX", "surname": "Grignani", "role": "c.grignani@asst-lecco.it", "phone": "4652", "department": "C"}, {"name": "XXX", "surname": "Katsarou", "role": "m.katsarou@asst-lecco.it", "phone": "4648", "department": "C"}, {"name": "Alessandro", "surname": "Molinari", "role": "a.molinari@asst-lecco.it", "phone": "4649", "department": "C"}, {"name": "XXX", "surname": "Pangallo", "role": "c.pangallo@asst-lecco.it", "phone": "2318", "department": "C"}, {"name": "XXX", "surname": "Segreti", "role": "s.segreti@asst-lecco.it", "phone": "4642", "department": "C"}, {"name": "STAZIONE", "surname": "INFERMIERISTICA", "role": "XXX", "phone": "2958", "department": "XXX"}, {"name": "XXX", "surname": "Pinoli", "role": "f.pinoli@asst-lecco.it", "phone": "2882", "department": "XXX"}, {"name": "AMMINISTRAZIONE", "surname": "Brioschi", "role": "f.brioschi@asst-lecco.it", "phone": "3168", "department": "XXX"}, {"name": "XXX", "surname": "VIDEOMICROSCOPIA", "role": "XXX", "phone": "2947", "department": "XXX"}, {"name": "XXX", "surname": "FOTOCHEMIOTERAPIA", "role": "XXX", "phone": "2967", "department": "XXX"}, {"name": "SALA", "surname": "ESTERNI", "role": "XXX", "phone": "2949", "department": "XXX"}, {"name": "SALA", "surname": "INTERNI", "role": "XXX", "phone": "2957", "department": "XXX"}, {"name": "SALA", "surname": "DERMOCHIRURGICA", "role": "XXX", "phone": "2956", "department": "XXX"}, {"name": "XXX", "surname": "Accettazione", "role": "XXX", "phone": "2955", "department": "XXX"}, {"name": "Postazione", "surname": "Infermieristica", "role": "XXX", "phone": "2147", "department": "XXX"}, {"name": "XXX", "surname": "Cappiello", "role": "f.cappiello@asst-lecco.it", "phone": "2149", "department": "XXX"}, {"name": "XXX", "surname": "Dorigo", "role": "n.dorigo@asst-lecco.it", "phone": "2148", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "A", "role": "XXX", "phone": "3017", "department": "XXX"}, {"name": "Marco", "surname": "Andreassi", "role": "m.andreassi@asst-lecco.it", "phone": "2954", "department": "C"}, {"name": "XXX", "surname": "Barbagallo", "role": "t.barbagallo@asst-lecco.it", "phone": "4602", "department": "C"}, {"name": "XXX", "surname": "Conte", "role": "i.conte@asst-lecco.it", "phone": "4605", "department": "C"}, {"name": "XXX", "surname": "Dassoni", "role": "f.dassoni@asst-lecco.it", "phone": "4600", "department": "C"}, {"name": "XXX", "surname": "Maffei", "role": "vir.maffei@asst-lecco.it", "phone": "4601", "department": "C"}, {"name": "XXX", "surname": "Ponziani", "role": "a.ponziani@asst-lecco.it", "phone": "4604", "department": "C"}, {"name": "Sebastiano", "surname": "Recalcati", "role": "s.recalcati@asst-lecco.it", "phone": "2953", "department": "C"}, {"name": "Davide", "surname": "Strippoli", "role": "d.strippoli@asst-lecco.it", "phone": "2952", "department": "C"}, {"name": "Giuseppe", "surname": "Russo", "role": "g.russo@asst-lecco.it", "phone": "4603", "department": "C"}, {"name": "XXX", "surname": "Ardovino", "role": "m.ardovino@asst-lecco.it", "phone": "2553", "department": "XXX"}, {"name": "XXX", "surname": "Rimbano", "role": "l.rimbano@asst-lecco.it", "phone": "2613", "department": "C"}, {"name": "XXX", "surname": "Commisso", "role": "d.commisso@asst-lecco.it", "phone": "2591", "department": "C"}, {"name": "XXX", "surname": "Vighi", "role": "g.vighi@asst-lecco.it", "phone": "5408", "department": "C"}, {"name": "XXX", "surname": "Bergonti", "role": "pm.bergonti@asst-lecco.it", "phone": "2552", "department": "C"}, {"name": "XXX", "surname": "Esposito", "role": "a.esposito@asst-lecco.it", "phone": "2563", "department": "C"}, {"name": "XXX", "surname": "Sansanelli", "role": "c.sansanelli@asst-lecco.it", "phone": "4669", "department": "C"}, {"name": "Ferdinando", "surname": "Borsista", "role": "fe.panzeri@asst-lecco.it", "phone": "3721", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "U.MA.CA FAX 4007", "phone": "3610", "department": "XXX"}, {"name": "Laboratorio", "surname": "Galenica", "role": "XXX", "phone": "3609", "department": "XXX"}, {"name": "Locale", "surname": "Tecnici", "role": "XXX", "phone": "3702", "department": "XXX"}, {"name": "Tommaso", "surname": "Castagna", "role": "t.castagna@asst-lecco.it", "phone": "2593", "department": "C"}, {"name": "XXX", "surname": "Pirola", "role": "s.pirola@asst-lecco.it", "phone": "2907", "department": "C"}, {"name": "XXX", "surname": "Spreafico", "role": "e.spreafico@asst-lecco.it", "phone": "2515", "department": "C"}, {"name": "XXX", "surname": "Locatelli", "role": "m.locatelli@asst-lecco.it", "phone": "4457", "department": "XXX"}, {"name": "XXX", "surname": "Sironi", "role": "ma.sironi@asst-lecco.it", "phone": "2595", "department": "C"}, {"name": "MAGAZZINO", "surname": "LECCO", "role": "XXX", "phone": "3608", "department": "XXX"}, {"name": "Mauro", "surname": "Fontana", "role": "m.dellafontana@asst-lecco.it", "phone": "4146", "department": "C"}, {"name": "Accettazionelecco@formulaservizi", "surname": "It", "role": "RICEVIMENTO MERCI CORPO C 3615", "phone": "3643", "department": "XXX"}, {"name": "MAGAZZINO", "surname": "FAX", "role": "XXX", "phone": "5687", "department": "XXX"}, {"name": "XXX", "surname": "Referente", "role": "meratelogistica@formulaservizi.it", "phone": "5470", "department": "C"}, {"name": "Distribuzione", "surname": "Farmaci", "role": "XXX", "phone": "5397", "department": "C"}, {"name": "Ricevimento", "surname": "Merci", "role": "XXX", "phone": "5376", "department": "C"}, {"name": "SEGRETERIA", "surname": "SPORTELLO", "role": "XXX", "phone": "2969", "department": "XXX"}, {"name": "XXX", "surname": "Traverso", "role": "r.traverso@asst-lecco.it", "phone": "4149", "department": "C"}, {"name": "Postazione", "surname": "Infermieristica", "role": "XXX", "phone": "2688", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "Sala Endoscopica 1", "phone": "3571", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala Endoscopica 2", "phone": "3570", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala Endoscopica 3", "phone": "3569", "department": "XXX"}, {"name": "XXX", "surname": "Bergna", "role": "i.bergna@asst-lecco.it", "phone": "4626", "department": "C"}, {"name": "XXX", "surname": "Boemo", "role": "c.boemo@asst-lecco.it", "phone": "4628", "department": "C"}, {"name": "XXX", "surname": "Monti", "role": "a.demonti@asst-lecco.it", "phone": "4627", "department": "C"}, {"name": "XXX", "surname": "Milia", "role": "m.lamilia@asst-lecco.it", "phone": "4621", "department": "C"}, {"name": "XXX", "surname": "Pagliarulo", "role": "m.pagliarulo@asst-lecco.it", "phone": "2936", "department": "C"}, {"name": "Tommaso", "surname": "Pessarelli", "role": "t.pessarelli@asst-lecco.it", "phone": "4624", "department": "C"}, {"name": "XXX", "surname": "Piagnani", "role": "a.piagnani@asst-lecco.it", "phone": "4625", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "SEGRETARIA D’AREA Fax 2256", "phone": "2254", "department": "XXX"}, {"name": "CENTRO", "surname": "AMBULATORIALE", "role": "XXX", "phone": "2253", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "PATOLOGIA", "role": "XXX", "phone": "2255", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "FISILOGIA", "role": "XXX", "phone": "2265", "department": "XXX"}, {"name": "MEDICO", "surname": "GUARDIA", "role": "XXX", "phone": "3005", "department": "XXX"}, {"name": "Centro", "surname": "It", "role": "ECOGRAFIA 3009", "phone": "2271", "department": "XXX"}, {"name": "SALA", "surname": "TRIAGE", "role": "XXX", "phone": "2273", "department": "XXX"}, {"name": "COORD", "surname": "Angeli", "role": "k.angeli@asst-lecco.it", "phone": "4015", "department": "C"}, {"name": "XXX", "surname": "Ietto", "role": "l.ietto@asst-lecco.it", "phone": "4405", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "OSTETRICHE / SALA PARTO 3739", "phone": "2257", "department": "XXX"}, {"name": "SALA", "surname": "OSTETRICIA", "role": "XXX", "phone": "3004", "department": "XXX"}, {"name": "PRONTO", "surname": "SOCCORSO", "role": "XXX", "phone": "3008", "department": "XXX"}, {"name": "SALA", "surname": "GINECOLOGIA", "role": "XXX", "phone": "3027", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "BIANCO", "role": "XXX", "phone": "3611", "department": "XXX"}, {"name": "XXX", "surname": "URODINAMICA", "role": "XXX", "phone": "2264", "department": "XXX"}, {"name": "SALA", "surname": "RIUNIONI", "role": "XXX", "phone": "3007", "department": "XXX"}, {"name": "SALA", "surname": "DIMISSIONI", "role": "XXX", "phone": "3019", "department": "XXX"}, {"name": "SALA", "surname": "FISIOLOGIA", "role": "XXX", "phone": "2260", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "PUNTO ACCOGLIENZA D.M.I. 1° Piano FAX 2256", "phone": "2244", "department": "XXX"}, {"name": "STUDI", "surname": "Specializzandi", "role": "XXX", "phone": "4390", "department": "XXX"}, {"name": "XXX", "surname": "Acampora", "role": "e.acampora@asst-lecco.it", "phone": "4411", "department": "C"}, {"name": "XXX", "surname": "Arreghini", "role": "a.arreghini@asst-lecco.it", "phone": "2259", "department": "C"}, {"name": "XXX", "surname": "Basso", "role": "a.basso@asst-lecco.it", "phone": "2277", "department": "C"}, {"name": "XXX", "surname": "Betti", "role": "m.betti@asst-lecco.it", "phone": "4400", "department": "C"}, {"name": "XXX", "surname": "Callegari", "role": "c.callegari@asst-lecco.it", "phone": "4401", "department": "C"}, {"name": "XXX", "surname": "Cesana", "role": "mc.cesana@asst-lecco.it", "phone": "4403", "department": "C"}, {"name": "XXX", "surname": "Corso", "role": "s.corso@asst-lecco.it", "phone": "4388", "department": "C"}, {"name": "XXX", "surname": "Marchette", "role": "m.dellemarchette@asst-lecco.it", "phone": "4379", "department": "C"}, {"name": "XXX", "surname": "Dell’oro", "role": "cri.delloro@asst-lecco.it", "phone": "4393", "department": "C"}, {"name": "XXX", "surname": "Dell’oro", "role": "st.delloro@asst-lecco.it", "phone": "4385", "department": "C"}, {"name": "XXX", "surname": "Fantauzzi", "role": "m.fantauzzi@asst-lecco.it", "phone": "4382", "department": "C"}, {"name": "XXX", "surname": "Giani", "role": "s.giani@asst-lecco.it", "phone": "4424", "department": "C"}, {"name": "XXX", "surname": "Milia", "role": "l.lamilia@asst-lecco.it", "phone": "2272", "department": "C"}, {"name": "XXX", "surname": "Ligari", "role": "el.ligari@asst-lecco.it", "phone": "4425", "department": "C"}, {"name": "XXX", "surname": "Matarazzo", "role": "e.matarazzo@asst-lecco.it", "phone": "4402", "department": "C"}, {"name": "Matteo", "surname": "Mauri", "role": "mat.mauri@asst-lecco.it", "phone": "4376", "department": "C"}, {"name": "Luca", "surname": "Montanelli", "role": "l.montanelli@asst-lecco.it", "phone": "2266", "department": "C"}, {"name": "XXX", "surname": "Paniga", "role": "cr.paniga@asst-lecco.it", "phone": "2279", "department": "C"}, {"name": "XXX", "surname": "Pirovano", "role": "c.pirovano@asst-lecco.it", "phone": "4398", "department": "C"}, {"name": "XXX", "surname": "Plevani", "role": "c.plevani@asst-lecco.it", "phone": "2278", "department": "C"}, {"name": "XXX", "surname": "Pozzi", "role": "el.pozzi@asst-lecco.it", "phone": "4399", "department": "C"}, {"name": "XXX", "surname": "Quadrelli", "role": "f.quadrelli@asst-lecco.it", "phone": "4404", "department": "C"}, {"name": "XXX", "surname": "Ruisi", "role": "s.ruisi@asst-lecco.it", "phone": "4412", "department": "C"}, {"name": "Andrea", "surname": "Sala", "role": "and.sala@asst-lecco.it", "phone": "4397", "department": "C"}, {"name": "XXX", "surname": "Sina", "role": "f.sina@asst-lecco.it", "phone": "4378", "department": "C"}, {"name": "XXX", "surname": "Tironi", "role": "ro.tironi@asst-lecco.it", "phone": "2276", "department": "C"}, {"name": "XXX", "surname": "Vasarri", "role": "m.vasarri@asst-lecco.it", "phone": "4406", "department": "C"}, {"name": "XXX", "surname": "Vicini", "role": "d.vicini@asst-lecco.it", "phone": "4386", "department": "C"}, {"name": "XXX", "surname": "Villa", "role": "annalisa.villa@asst-lecco.it", "phone": "4394", "department": "C"}, {"name": "Mario", "surname": "Villa", "role": "m.villa@asst-lecco.it", "phone": "4391", "department": "C"}, {"name": "XXX", "surname": "Zanetto", "role": "fr.zanetto@asst-lecco.it", "phone": "4409", "department": "C"}, {"name": "Pietro", "surname": "Zuliani", "role": "p.zuliani@asst-lecco.it", "phone": "4410", "department": "C"}, {"name": "Accoglienza", "surname": "Volontari", "role": "XXX", "phone": "4420", "department": "XXX"}, {"name": "XXX", "surname": "C", "role": "Postazione infermieristica 4419", "phone": "4416", "department": "XXX"}, {"name": "Marta", "surname": "Poncato", "role": "m.poncato@asst-lecco.it", "phone": "4418", "department": "C"}, {"name": "Medico", "surname": "Hospice", "role": "XXX", "phone": "4417", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "ACCETTAZIONE POSTAZIONE 3", "phone": "3064", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ACCETTAZIONE POSTAZIONE 6", "phone": "3667", "department": "XXX"}, {"name": "CORRIDIOIO", "surname": "BOX", "role": "XXX", "phone": "2523", "department": "XXX"}, {"name": "T", "surname": "Medico", "role": "XXX", "phone": "2522", "department": "XXX"}, {"name": "T", "surname": "Infermieri", "role": "XXX", "phone": "2527", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "AMBULATORIO N° 5 FAX A.I.P.A.", "phone": "2521", "department": "XXX"}, {"name": "SEGRETERIA", "surname": "FAX", "role": "XXX", "phone": "2601", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SEGRETERIA 3060", "phone": "2603", "department": "XXX"}, {"name": "BANCONE", "surname": "SEGRETERIA", "role": "XXX", "phone": "3059", "department": "XXX"}, {"name": "XXX", "surname": "Baldi", "role": "l.baldi@asst-lecco.it", "phone": "5693", "department": "C"}, {"name": "TECNICO", "surname": "NOTTE", "role": "URGENZE", "phone": "2627", "department": "66-085"}, {"name": "ACCETTAZIONE", "surname": "CAMPIONI", "role": "XXX", "phone": "2614", "department": "XXX"}, {"name": "SMISTAMENTO", "surname": "CAMPIONI", "role": "XXX", "phone": "2648", "department": "XXX"}, {"name": "XXX", "surname": "EMATOLOGIA", "role": "XXX", "phone": "2610", "department": "XXX"}, {"name": "XXX", "surname": "COAGULAZIONE", "role": "XXX", "phone": "2609", "department": "XXX"}, {"name": "MICROSCOPIA", "surname": "EMATOL", "role": "XXX", "phone": "3051", "department": "XXX"}, {"name": "BIOCHIMICA", "surname": "VIRALE", "role": "XXX", "phone": "2604", "department": "XXX"}, {"name": "XXX", "surname": "URINE", "role": "XXX", "phone": "2626", "department": "XXX"}, {"name": "XXX", "surname": "SPERMIOGRAMMI", "role": "XXX", "phone": "3055", "department": "XXX"}, {"name": "ELETTROFORESI", "surname": "PATOLOGICHE", "role": "XXX", "phone": "2605", "department": "XXX"}, {"name": "AUTOIMMUNITÀ", "surname": "ALLERGOLOGIA", "role": "XXX", "phone": "2625", "department": "XXX"}, {"name": "MICROSCOPIA", "surname": "FLUORESCENZA", "role": "XXX", "phone": "3562", "department": "XXX"}, {"name": "LAVAGGIO", "surname": "VETRERIA", "role": "XXX", "phone": "3056", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "GESTIONE REAGENTI 2608", "phone": "2629", "department": "XXX"}, {"name": "SALA", "surname": "TECNICI", "role": "XXX", "phone": "2615", "department": "XXX"}, {"name": "XXX", "surname": "Alesci", "role": "si.alesci@asst-lecco.it", "phone": "4143", "department": "C"}, {"name": "Marco", "surname": "Barbarini", "role": "m.barbarini@asst-lecco.it", "phone": "2611", "department": "C"}, {"name": "XXX", "surname": "Bartesaghi", "role": "s.bartesaghi@asst-lecco.it", "phone": "4352", "department": "C"}, {"name": "XXX", "surname": "Beretta", "role": "ma.beretta@asst-lecco.it", "phone": "2622", "department": "C"}, {"name": "Ludovico", "surname": "D’amato", "role": "l.damato@asst-lecco.it", "phone": "2621", "department": "C"}, {"name": "XXX", "surname": "Invernizzi", "role": "la.invernizzi@asst-lecco.it", "phone": "4353", "department": "C"}, {"name": "Biagio", "surname": "Piscitello", "role": "b.piscitello@asst-lecco.it", "phone": "2620", "department": "C"}, {"name": "XXX", "surname": "Proserpio", "role": "v.proserpio@asst-lecco.it", "phone": "2607", "department": "C"}, {"name": "Anapat@asst", "surname": "It", "role": "SEGRETERIA 3509", "phone": "2528", "department": "XXX"}, {"name": "Arcangelo", "surname": "Costanzo", "role": "a.costanzo@asst-lecco.it", "phone": "2536", "department": "C"}, {"name": "LABORATORIO", "surname": "Tecnici", "role": "XXX", "phone": "2537", "department": "XXX"}, {"name": "LABORATORIO", "surname": "Tecnici", "role": "XXX", "phone": "3169", "department": "XXX"}, {"name": "XXX", "surname": "Piatti", "role": "m.piatti@asst-lecco.it", "phone": "2526", "department": "C"}, {"name": "XXX", "surname": "Palazzo", "role": "s.palazzo@asst-lecco.it", "phone": "4349", "department": "C"}, {"name": "LOCALE", "surname": "ACCETTAZIONE", "role": "XXX", "phone": "2532", "department": "XXX"}, {"name": "XXX", "surname": "Gorla", "role": "s.gorla@asst-lecco.it", "phone": "2534", "department": "C"}, {"name": "XXX", "surname": "Lari", "role": "c.lari@asst-lecco.it", "phone": "2529", "department": "C"}, {"name": "Mario", "surname": "Milani", "role": "m.milani@asst-lecco.it", "phone": "4348", "department": "C"}, {"name": "XXX", "surname": "Pezzotta", "role": "m.pezzotta@asst-lecco.it", "phone": "4346", "department": "C"}, {"name": "XXX", "surname": "Pozzi", "role": "b.pozzi@asst-lecco.it", "phone": "4347", "department": "C"}, {"name": "Sascia", "surname": "Servillo", "role": "s.servillo@asst-lecco.it", "phone": "2539", "department": "C"}, {"name": "XXX", "surname": "Vanzati", "role": "a.vanzati@asst-lecco.it", "phone": "4345", "department": "C"}, {"name": "XXX", "surname": "Comi", "role": "c.comi@asst-lecco.it", "phone": "2602", "department": "C"}, {"name": "C", "surname": "Greppi", "role": "f.greppi@asst-lecco.it", "phone": "4021", "department": "C"}, {"name": "Med", "surname": "It", "role": "SEGRETERIA", "phone": "2510", "department": "XXX"}, {"name": "SALA", "surname": "DONAZIONI", "role": "XXX", "phone": "2292", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA VISITA DONATORI 1", "phone": "2293", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA VISITA DONATORI 2", "phone": "2517", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SETTORE TRASFUSIONALE 24H/24", "phone": "4070", "department": "XXX"}, {"name": "LABORATORIO", "surname": "TRASFUSIONALE", "role": "XXX", "phone": "2875", "department": "XXX"}, {"name": "SALA", "surname": "TECNICI", "role": "XXX", "phone": "2876", "department": "XXX"}, {"name": "LAVORAZIONE", "surname": "EMOCOMPONENTI", "role": "XXX", "phone": "3136", "department": "XXX"}, {"name": "Amministratore", "surname": "Cantaluppi", "role": "c.cantaluppi@asst-lecco.it", "phone": "2874", "department": "XXX"}, {"name": "XXX", "surname": "Casartelli", "role": "e.casartelli@asst-lecco.it", "phone": "4341", "department": "C"}, {"name": "XXX", "surname": "Doni", "role": "e.doni@asst-lecco.it", "phone": "4335", "department": "C"}, {"name": "Gabriele", "surname": "Merati", "role": "XXX", "phone": "4336", "department": "XXX"}, {"name": "Fabio", "surname": "Montanelli", "role": "f.montanelli@asst-lecco.it", "phone": "2869", "department": "C"}, {"name": "XXX", "surname": "Realini", "role": "s.realini@asst-lecco.it", "phone": "4332", "department": "C"}, {"name": "STUDI", "surname": "BIOLOGI", "role": "XXX", "phone": "2873", "department": "XXX"}, {"name": "XXX", "surname": "Foglieni", "role": "b.foglieni@asst-lecco.it", "phone": "4337", "department": "C"}, {"name": "XXX", "surname": "Malinverno", "role": "l.malinverno@asst-lecco.it", "phone": "4339", "department": "C"}, {"name": "XXX", "surname": "Spreafico", "role": "ma.spreafico@asst-lecco.it", "phone": "4334", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "SETTORE URGENZE 24H/24", "phone": "3132", "department": "XXX"}, {"name": "SETTORE", "surname": "IMMUNOEMATOLOGIA", "role": "XXX", "phone": "3520", "department": "XXX"}, {"name": "VIROLOGIA", "surname": "MOLECOLARE", "role": "XXX", "phone": "3134", "department": "XXX"}, {"name": "XXX", "surname": "NAT", "role": "XXX", "phone": "2867", "department": "XXX"}, {"name": "BIOLOGIA", "surname": "MOLECOLARE", "role": "XXX", "phone": "2638", "department": "XXX"}, {"name": "BIOLOGIA", "surname": "COVID", "role": "XXX", "phone": "3135", "department": "XXX"}, {"name": "XXX", "surname": "Corbo", "role": "n.corbo@asst-lecco.it", "phone": "2617", "department": "XXX"}, {"name": "LETTURA", "surname": "FECI", "role": "XXX", "phone": "3068", "department": "XXX"}, {"name": "LETTURA", "surname": "VARI", "role": "XXX", "phone": "2616", "department": "XXX"}, {"name": "XXX", "surname": "MICOBATTERI", "role": "XXX", "phone": "2624", "department": "XXX"}, {"name": "SIEROLOGIA", "surname": "AUTOMATIZZATA", "role": "XXX", "phone": "2632", "department": "XXX"}, {"name": "SIEROLOGIA", "surname": "MANUALE", "role": "XXX", "phone": "3065", "department": "XXX"}, {"name": "HPV", "surname": "SCREENING", "role": "XXX", "phone": "2169", "department": "XXX"}, {"name": "XXX", "surname": "Briozzo", "role": "el.briozzo@asst-lecco.it", "phone": "4351", "department": "C"}, {"name": "XXX", "surname": "Consonni", "role": "XXX", "phone": "2618", "department": "XXX"}, {"name": "XXX", "surname": "Meroni", "role": "el.meroni@asst-lecco.it", "phone": "4354", "department": "C"}, {"name": "XXX", "surname": "Mauri", "role": "c.mauri@asst-lecco.it", "phone": "2619", "department": "C"}, {"name": "XXX", "surname": "Tonolo", "role": "s.tonolo@asst-lecco.it", "phone": "4546", "department": "C"}, {"name": "XXX", "surname": "LABORATORIO", "role": "XXX", "phone": "3104", "department": "XXX"}, {"name": "LOCALE", "surname": "INFERMIERI", "role": "XXX", "phone": "3107", "department": "XXX"}, {"name": "DATA", "surname": "Pontiggia", "role": "s.pontiggia@asst-lecco.it", "phone": "4678", "department": "C"}, {"name": "DATA", "surname": "Valsecchi", "role": "giad.valsecchi@asst-lecco.it", "phone": "4683", "department": "C"}, {"name": "DAY", "surname": "FAX", "role": "m.infettive@asst-lecco.it", "phone": "2883", "department": "XXX"}, {"name": "AMMINISTRAZIONE", "surname": "Mariani", "role": "s.mariani@asst-lecco.it", "phone": "2891", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "POSTAZIONE INFERMIERISTICA 2", "phone": "3109", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "POSTAZIONE INFERMIERISTICA 3", "phone": "2895", "department": "XXX"}, {"name": "XXX", "surname": "CUCINA", "role": "XXX", "phone": "3106", "department": "XXX"}, {"name": "XXX", "surname": "Bottanelli", "role": "m.bottanelli@asst-lecco.it", "phone": "2887", "department": "C"}, {"name": "XXX", "surname": "Bradanini", "role": "l.bradanini@asst-lecco.it", "phone": "4607", "department": "C"}, {"name": "Federico", "surname": "Conti", "role": "fe.conti@asst-lecco.it", "phone": "4449", "department": "C"}, {"name": "XXX", "surname": "Gemignani", "role": "ni.gemignani@asst-lecco.it", "phone": "2897", "department": "C"}, {"name": "XXX", "surname": "Gerbi", "role": "m.gerbi@asst-lecco.it", "phone": "2878", "department": "C"}, {"name": "XXX", "surname": "Molteni", "role": "c.molteni@asst-lecco.it", "phone": "4608", "department": "C"}, {"name": "XXX", "surname": "Mulè", "role": "a.mule@asst-lecco.it", "phone": "2886", "department": "C"}, {"name": "XXX", "surname": "Morena", "role": "v.morena@asst-lecco.it", "phone": "4606", "department": "C"}, {"name": "Alessandro", "surname": "Pandolfo", "role": "a.pandolfo@asst-lecco.it", "phone": "2893", "department": "C"}, {"name": "XXX", "surname": "Pettenuzzo", "role": "s.pettenuzzo@asst-lecco.it", "phone": "2898", "department": "C"}, {"name": "XXX", "surname": "Volpi", "role": "s.volpi@asst-lecco.it", "phone": "2879", "department": "C"}, {"name": "Giovanni", "surname": "Crespi", "role": "g.crespi@asst-lecco.it", "phone": "2677", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "Blu", "role": "XXX", "phone": "4150", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "Rosa", "role": "XXX", "phone": "4151", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "Giallo", "role": "XXX", "phone": "2680", "department": "XXX"}, {"name": "PERSONALE", "surname": "INFERMIERISTICO", "role": "XXX", "phone": "3147", "department": "XXX"}, {"name": "STUDIO", "surname": "C", "role": "XXX", "phone": "2675", "department": "XXX"}, {"name": "XXX", "surname": "Asaro", "role": "l.asaro@asst-lecco.it", "phone": "2922", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "AMMINISTRATIVA", "role": "XXX", "phone": "2285", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA VISITA 1", "phone": "3741", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA VISITA 2", "phone": "3742", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA VISITA 3", "phone": "3743", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA VISITA 4", "phone": "3707", "department": "XXX"}, {"name": "SALA", "surname": "RIUNIONI", "role": "XXX", "phone": "3532", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SETTORE 1 FAX", "phone": "2921", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "VERDE", "role": "XXX", "phone": "2915", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "BLU", "role": "XXX", "phone": "2938", "department": "XXX"}, {"name": "STUDIO", "surname": "Pc", "role": "MEDICO DI GUARDIA DIURNO", "phone": "2918", "department": "XXX"}, {"name": "MEDICO", "surname": "NOTTURNO", "role": "SALA VISITA", "phone": "2919", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SETTORE 2 FAX", "phone": "3148", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "Arancio", "role": "XXX", "phone": "2685", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "Azzurro", "role": "XXX", "phone": "2751", "department": "XXX"}, {"name": "STUDIO", "surname": "Pc", "role": "MEDICO DI GUARDIA DIURNO", "phone": "2923", "department": "XXX"}, {"name": "MEDICO", "surname": "NOTTURNO", "role": "SALA VISITA A", "phone": "2924", "department": "XXX"}, {"name": "SALA", "surname": "B", "role": "XXX", "phone": "2925", "department": "XXX"}, {"name": "SALETTA", "surname": "RIUNIONI", "role": "XXX", "phone": "2931", "department": "XXX"}, {"name": "XXX", "surname": "Amigoni", "role": "m.amigoni@asst-lecco.it", "phone": "4164", "department": "C"}, {"name": "Ruben", "surname": "Bordoli", "role": "r.bordoli@asst-lecco.it", "phone": "2682", "department": "C"}, {"name": "XXX", "surname": "Borelli", "role": "ma.borelli@asst-lecco.it", "phone": "2933", "department": "C"}, {"name": "XXX", "surname": "Micheli", "role": "v.demicheli@asst-lecco.it", "phone": "4438", "department": "C"}, {"name": "Dario", "surname": "Dozio", "role": "de.dozio@asst-lecco.it", "phone": "4630", "department": "C"}, {"name": "XXX", "surname": "Fantini", "role": "e.fantini@asst-lecco.it", "phone": "2920", "department": "C"}, {"name": "XXX", "surname": "Frigerio", "role": "chia.frigerio@asst-lecco.it", "phone": "2681", "department": "C"}, {"name": "XXX", "surname": "Frigerio", "role": "so.frigerio@asst-lecco.it", "phone": "4684", "department": "C"}, {"name": "XXX", "surname": "Guidi", "role": "c.guidi@asst-lecco.it", "phone": "2687", "department": "C"}, {"name": "XXX", "surname": "Merati", "role": "v.merati@asst-lecco.it", "phone": "2684", "department": "C"}, {"name": "XXX", "surname": "Magni", "role": "l.magni@asst-lecco.it", "phone": "4622", "department": "C"}, {"name": "Filippo", "surname": "Montanelli", "role": "fi.montanelli@asst-lecco.it", "phone": "4623", "department": "C"}, {"name": "XXX", "surname": "Nava", "role": "mi.nava@asst-lecco.it", "phone": "4357", "department": "C"}, {"name": "XXX", "surname": "Perossi", "role": "s.perossi@asst-lecco.it", "phone": "4284", "department": "C"}, {"name": "XXX", "surname": "Corio", "role": "s.corio@asst-lecco.it", "phone": "2937", "department": "C"}, {"name": "Pietro", "surname": "Pozzoni", "role": "p.pozzoni@asst-lecco.it", "phone": "4632", "department": "C"}, {"name": "XXX", "surname": "Redaelli", "role": "ele.redaelli@asst-lecco.it", "phone": "2683", "department": "C"}, {"name": "XXX", "surname": "Riva", "role": "ale.riva@asst-lecco.it", "phone": "4633", "department": "C"}, {"name": "XXX", "surname": "Ronchetti", "role": "an.ronchetti@asst-lecco.it", "phone": "4611", "department": "C"}, {"name": "XXX", "surname": "Ronchi", "role": "i.ronchi@asst-lecco.it", "phone": "2877", "department": "C"}, {"name": "XXX", "surname": "Rossi", "role": "fe.rossi@asst-lecco.it", "phone": "2935", "department": "C"}, {"name": "Carlo", "surname": "Valena", "role": "ca.valena@asst-lecco.it", "phone": "4285", "department": "C"}, {"name": "Paolo", "surname": "Villa", "role": "p.villa@asst-leco.it", "phone": "4261", "department": "C"}, {"name": "XXX", "surname": "Zanardelli", "role": "ma.zanardelli@asst-lecco.it", "phone": "4674", "department": "C"}, {"name": "Medlav@asst", "surname": "It", "role": "SEGRETERIA FAX 2388", "phone": "2296", "department": "XXX"}, {"name": "XXX", "surname": "ACCETTAZIONE", "role": "XXX", "phone": "3648", "department": "XXX"}, {"name": "LOCALE", "surname": "INFERMIERI", "role": "a.martines@asst-lecco.it", "phone": "2288", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "ALLERGOLOGIA", "role": "XXX", "phone": "3657", "department": "XXX"}, {"name": "LABORATORIO", "surname": "CHIMICO", "role": "XXX", "phone": "2297", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "DIPENDENTI", "role": "XXX", "phone": "3626", "department": "XXX"}, {"name": "STUDI", "surname": "MEDICI", "role": "XXX", "phone": "3649", "department": "XXX"}, {"name": "XXX", "surname": "Dorigo", "role": "XXX", "phone": "4213", "department": "n.dorigo@asst-lecco.it"}, {"name": "Marco", "surname": "Leoni", "role": "XXX", "phone": "4216", "department": "m.leoni@asst-lecco.it"}, {"name": "Luca", "surname": "Piloni", "role": "XXX", "phone": "4212", "department": "l.piloni@asst-lecco.it"}, {"name": "Andrea", "surname": "Pirola", "role": "XXX", "phone": "4214", "department": "XXX"}, {"name": "XXX", "surname": "SPORTELLO", "role": "XXX", "phone": "2381", "department": "XXX"}, {"name": "XXX", "surname": "Valente", "role": "a.valente@asst-lecco.it", "phone": "4024", "department": "XXX"}, {"name": "TERAPIE", "surname": "FISICHE", "role": "XXX", "phone": "3663", "department": "XXX"}, {"name": "PALESTRA", "surname": "AMBULATORIALI", "role": "XXX", "phone": "2420", "department": "XXX"}, {"name": "PALESTRA", "surname": "RICOVERATI", "role": "XXX", "phone": "2384", "department": "XXX"}, {"name": "SALA", "surname": "ESTERNI", "role": "XXX", "phone": "2414", "department": "XXX"}, {"name": "SALA", "surname": "INTERNI", "role": "XXX", "phone": "3664", "department": "XXX"}, {"name": "XXX", "surname": "Arleo", "role": "m.arleo@asst-lecco.it", "phone": "2382", "department": "XXX"}, {"name": "XXX", "surname": "Ganci", "role": "ca.ganci@asst-lecco.it", "phone": "4427", "department": "XXX"}, {"name": "XXX", "surname": "Harder", "role": "gai.harder@asst-lecco.it", "phone": "2385", "department": "XXX"}, {"name": "XXX", "surname": "Specializzandi", "role": "XXX", "phone": "3518", "department": "XXX"}, {"name": "XXX", "surname": "SEGRETERIA", "role": "XXX", "phone": "2142", "department": "XXX"}, {"name": "SALA", "surname": "VISITA", "role": "XXX", "phone": "2144", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA VISITA 2", "phone": "2143", "department": "XXX"}, {"name": "TAC", "surname": "PET", "role": "XXX", "phone": "2145", "department": "XXX"}, {"name": "XXX", "surname": "DIAGNOSTICHE", "role": "XXX", "phone": "2146", "department": "XXX"}, {"name": "SALA", "surname": "ERGOMETRICA", "role": "XXX", "phone": "3637", "department": "XXX"}, {"name": "TSRM", "surname": "Vola", "role": "s.vola@asst-lecco.it", "phone": "4431", "department": "C"}, {"name": "Alessandro", "surname": "Cantù", "role": "a.cantu@asst-lecco.it", "phone": "4518", "department": "C"}, {"name": "Luca", "surname": "Pagani", "role": "l.pagani@asst-lecco.it", "phone": "4519", "department": "C"}, {"name": "XXX", "surname": "Soloni", "role": "l.soloni@asst-lecco.it", "phone": "4521", "department": "C"}, {"name": "SEGRETERIA", "surname": "FAX", "role": "XXX", "phone": "2860", "department": "nefrologia@asst-lecco.it"}, {"name": "XXX", "surname": "Cardile", "role": "XXX", "phone": "2861", "department": "s.cardile@asst-lecco.it"}, {"name": "Fabio", "surname": "Carfagna", "role": "XXX", "phone": "2862", "department": "f.carfagna@asst-lecco.it"}, {"name": "SALA", "surname": "BIBLIOTECA", "role": "XXX", "phone": "3121", "department": "XXX"}, {"name": "COORD", "surname": "Torrecilla", "role": "XXX", "phone": "2840", "department": "m.vicente@asst-lecco.it"}, {"name": "DIALISI", "surname": "VISITE", "role": "XXX", "phone": "2842", "department": "XXX"}, {"name": "CERCAPERSONE", "surname": "DIALISI", "role": "SALE EMODIALISI", "phone": "2863", "department": "XXX"}, {"name": "INFERMIERA", "surname": "DIALISI", "role": "XXX", "phone": "2841", "department": "C"}, {"name": "EMODIALISI", "surname": "ISOLAMENTO", "role": "XXX", "phone": "2831", "department": "XXX"}, {"name": "DIALISI", "surname": "AMBULATORIO", "role": "XXX", "phone": "2832", "department": "XXX"}, {"name": "DIALISI", "surname": "SCAMBI", "role": "XXX", "phone": "2833", "department": "XXX"}, {"name": "Postazione", "surname": "Videodialisi", "role": "XXX", "phone": "2854", "department": "XXX"}, {"name": "XXX", "surname": "MEDICHERIA", "role": "XXX", "phone": "2834", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "PREDIALISI", "role": "XXX", "phone": "2839", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "ECOGRAFICO", "role": "XXX", "phone": "2824", "department": "XXX"}, {"name": "LABORATORIO", "surname": "Scaravilli", "role": "p.scaravilli@asst-lecco.it", "phone": "2835", "department": "XXX"}, {"name": "LOCALE", "surname": "OSMOSI", "role": "XXX", "phone": "3122", "department": "XXX"}, {"name": "SPORTELLO", "surname": "ESENTI", "role": "XXX", "phone": "2865", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ARCHIVIO 2", "phone": "2825", "department": "XXX"}, {"name": "COORD", "surname": "Brambilla", "role": "sm.brambilla@asst-lecco.it", "phone": "2820", "department": "C"}, {"name": "DAY", "surname": "ACCETTAZIONE", "role": "dhnefrologia@asst-lecco.it", "phone": "2821", "department": "XXX"}, {"name": "CERCAPERSONE", "surname": "NEFROLOGIA", "role": "DAY HOSPITAL AMBULATORI 2822", "phone": "2823", "department": "XXX"}, {"name": "NEFROLOGIA", "surname": "INFERMIERISTICA", "role": "XXX", "phone": "2846", "department": "XXX"}, {"name": "NEFROLOGIA", "surname": "INFERMIERI", "role": "XXX", "phone": "3120", "department": "XXX"}, {"name": "XXX", "surname": "Agrati", "role": "ari.agrati@asst-lecco.it", "phone": "4673", "department": "C"}, {"name": "Giuseppe", "surname": "Bacchini", "role": "g.bacchini@asst-lecco.it", "phone": "2852", "department": "C"}, {"name": "XXX", "surname": "Campus", "role": "a.campus@asst-lecco.it", "phone": "4676", "department": "C"}, {"name": "XXX", "surname": "Capitanio", "role": "c.capitanio@asst-lecco.it", "phone": "2828", "department": "C"}, {"name": "Andrea", "surname": "Cavalli", "role": "a.cavalli@asst-lecco.it", "phone": "2866", "department": "C"}, {"name": "Mauro", "surname": "Corti", "role": "m.corti@asst-lecco.it", "phone": "2853", "department": "C"}, {"name": "XXX", "surname": "Crepaldi", "role": "m.crepaldi@asst-lecco.it", "phone": "2851", "department": "C"}, {"name": "XXX", "surname": "Dodoi", "role": "d.dodoi@asst-lecco.it", "phone": "2848", "department": "C"}, {"name": "XXX", "surname": "Limardo", "role": "m.limardo@asst-lecco.it", "phone": "2858", "department": "C"}, {"name": "XXX", "surname": "Longhi", "role": "s.longhi@asst-lecco.it", "phone": "2843", "department": "C"}, {"name": "XXX", "surname": "Luise", "role": "mc.luise@asst-lecco.it", "phone": "2856", "department": "C"}, {"name": "Ettore", "surname": "Pasquinucci", "role": "e.pasquinucci@asst-lecco.it", "phone": "4680", "department": "C"}, {"name": "XXX", "surname": "Ponti", "role": "se.ponti@asst-lecco.it", "phone": "2847", "department": "C"}, {"name": "XXX", "surname": "Ravasi", "role": "c.ravasi@asst-lecco.it", "phone": "2849", "department": "C"}, {"name": "Fabio", "surname": "Salerno", "role": "f.salerno@asst-lecco.it", "phone": "2844", "department": "C"}, {"name": "XXX", "surname": "Scola", "role": "ma.scola@asst-lecco.it", "phone": "2850", "department": "C"}, {"name": "XXX", "surname": "Stucchi", "role": "v.stucchi@asst-lecco.it", "phone": "2857", "department": "C"}, {"name": "Paolo", "surname": "Vercelloni", "role": "p.vercelloni@asst-lecco.it", "phone": "2837", "department": "C"}, {"name": "XXX", "surname": "Specializzandi", "role": "XXX", "phone": "2859", "department": "XXX"}, {"name": "SEGRETERIA", "surname": "FAX", "role": "patneo@asst-lecco.it", "phone": "2247", "department": "XXX"}, {"name": "XXX", "surname": "Monti", "role": "m.monti@asst-lecco.it", "phone": "2323", "department": "C"}, {"name": "LOCALE", "surname": "FAX", "role": "XXX", "phone": "2248", "department": "XXX"}, {"name": "Infermiere", "surname": "Giornata", "role": "XXX", "phone": "2236", "department": "XXX"}, {"name": "MEDICO", "surname": "GUARDIA", "role": "XXX", "phone": "2232", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "TERAPIA INTENSIVA 1", "phone": "2241", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "TERAPIA INTENSIVA 2", "phone": "2242", "department": "XXX"}, {"name": "TRASPORTO", "surname": "STEN", "role": "XXX", "phone": "2230", "department": "XXX"}, {"name": "ISOLA", "surname": "OPERATORIA", "role": "XXX", "phone": "3026", "department": "XXX"}, {"name": "ISOLA", "surname": "PARTO", "role": "XXX", "phone": "3025", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "NIDO 3006", "phone": "2243", "department": "XXX"}, {"name": "XXX", "surname": "Colombo", "role": "mic.colombo@asst-lecco.it", "phone": "4234", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "NEONATI", "role": "XXX", "phone": "2239", "department": "XXX"}, {"name": "XXX", "surname": "LACTARIUM", "role": "XXX", "phone": "2245", "department": "XXX"}, {"name": "SANIFICAZIONE", "surname": "CULLE", "role": "XXX", "phone": "2235", "department": "XXX"}, {"name": "STUDIO", "surname": "NEONATALE", "role": "XXX", "phone": "2234", "department": "XXX"}, {"name": "STUDIO", "surname": "NIDO", "role": "XXX", "phone": "2250", "department": "XXX"}, {"name": "SALA", "surname": "BIBLIOTECA", "role": "XXX", "phone": "2233", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "PEDIATRICA", "role": "dmiambulatori.ped@asst-lecco.it", "phone": "3510", "department": "XXX"}, {"name": "XXX", "surname": "Aquisti", "role": "gi.aquisti@asst-lecco.it", "phone": "4434", "department": "C"}, {"name": "Francesco", "surname": "Calzatini", "role": "f.calzatini@asst-lecco.it", "phone": "4407", "department": "C"}, {"name": "XXX", "surname": "Ceccon", "role": "c.ceccon@asst-lecco.it", "phone": "2238", "department": "C"}, {"name": "XXX", "surname": "Cereda", "role": "l.cereda@asst-lecco.it", "phone": "4384", "department": "C"}, {"name": "XXX", "surname": "Condò", "role": "m.condo@asst-lecco.it", "phone": "2237", "department": "C"}, {"name": "XXX", "surname": "Corno", "role": "fe.corno@asst-lecco.it", "phone": "4380", "department": "C"}, {"name": "XXX", "surname": "Evasi", "role": "v.evasi@asst-lecco.it", "phone": "2211", "department": "C"}, {"name": "XXX", "surname": "Ferrari", "role": "e.ferrari@asst-lecco.it", "phone": "2383", "department": "C"}, {"name": "XXX", "surname": "Ferendeles", "role": "f.ferendeles@asst-lecco.it", "phone": "4387", "department": "C"}, {"name": "XXX", "surname": "Fumagalli", "role": "ma.fumagalli@asst-lecco.it", "phone": "4383", "department": "C"}, {"name": "XXX", "surname": "Fumagalli", "role": "le.fumagalli@asst-lecco.it", "phone": "4408", "department": "C"}, {"name": "XXX", "surname": "Madella", "role": "s.madella@asst-lecco.it", "phone": "4453", "department": "C"}, {"name": "XXX", "surname": "Maccioni", "role": "c.maccioni@asst-lecco.it", "phone": "2240", "department": "C"}, {"name": "XXX", "surname": "Meroni", "role": "f.meroni@asst-lecco.it", "phone": "2251", "department": "C"}, {"name": "XXX", "surname": "Raffa", "role": "m.raffa@asst-lecco.it", "phone": "4452", "department": "C"}, {"name": "XXX", "surname": "Terenzi", "role": "f.terenzi@asst-lecco.it", "phone": "4381", "department": "C"}, {"name": "SEGRETERIA", "surname": "PRENOTAZIONI", "role": "XXX", "phone": "2157", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "A", "role": "XXX", "phone": "3096", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "B", "role": "XXX", "phone": "3094", "department": "XXX"}, {"name": "DISTURBI", "surname": "APPRENDIMENTO", "role": "XXX", "phone": "3090", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "PSICOLOGIA 2", "phone": "3095", "department": "XXX"}, {"name": "NEUROLOGIA", "surname": "SVILUPPO", "role": "XXX", "phone": "3629", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "LINGUAGGIO 1", "phone": "3093", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "LINGUAGGIO 2", "phone": "2507", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "FISIOTERAPIA 1", "phone": "3511", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "FISIOTERAPIA 2", "phone": "3512", "department": "XXX"}, {"name": "STUDI", "surname": "FAX", "role": "XXX", "phone": "2158", "department": "XXX"}, {"name": "XXX", "surname": "Comi", "role": "fr.comi@asst-lecco.it", "phone": "2509", "department": "C"}, {"name": "XXX", "surname": "Giana", "role": "g.giana@asst-lecco.it", "phone": "2162", "department": "C"}, {"name": "XXX", "surname": "Psicologa", "role": "ro.invernizzi@asst-lecco.it", "phone": "2159", "department": "C"}, {"name": "XXX", "surname": "Rossi", "role": "il.rossi@asst-lecco.it", "phone": "2165", "department": "C"}, {"name": "Davide", "surname": "Villani", "role": "d.villani@asst-lecco.it", "phone": "2163", "department": "C"}, {"name": "XXX", "surname": "Volpe", "role": "c.volpe@asst-lecco.it", "phone": "2164", "department": "C"}, {"name": "XXX", "surname": "Zabarella", "role": "m.zabarella@asst-lecco.it", "phone": "2508", "department": "C"}, {"name": "XXX", "surname": "ANGIOGRAFIA", "role": "XXX", "phone": "2468", "department": "XXX"}, {"name": "RISONANZA", "surname": "MAGNETICA", "role": "XXX", "phone": "2436", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "TAC- DIAGNOSTICHE 3163", "phone": "2434", "department": "XXX"}, {"name": "XXX", "surname": "TECNICO", "role": "XXX", "phone": "4535", "department": "XXX"}, {"name": "LETTURA", "surname": "RISONANZE", "role": "neuroradiologia@asst-lecco.it", "phone": "3507", "department": "XXX"}, {"name": "PRENOTAZIONI", "surname": "RMN", "role": "XXX", "phone": "2459", "department": "XXX"}, {"name": "SPORTELLO", "surname": "RADIOLOGIA", "role": "XXX", "phone": "2465", "department": "XXX"}, {"name": "STAZIONE", "surname": "Arancio", "role": "XXX", "phone": "2332", "department": "XXX"}, {"name": "STAZIONE", "surname": "Verde", "role": "XXX", "phone": "2331", "department": "XXX"}, {"name": "STAZIONE", "surname": "Rosa", "role": "XXX", "phone": "2805", "department": "XXX"}, {"name": "XXX", "surname": "Piacenza", "role": "c.piacenza@asst-lecco.it", "phone": "4142", "department": "C"}, {"name": "SALE", "surname": "VISITA", "role": "XXX", "phone": "3550", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "MULTIPLA", "role": "XXX", "phone": "4456", "department": "XXX"}, {"name": "Referente", "surname": "Aliprandi", "role": "a.aliprandi@asst-lecco.it", "phone": "4590", "department": "C"}, {"name": "Carlo", "surname": "Cesana", "role": "c.cesana@asst-lecco.it", "phone": "4584", "department": "C"}, {"name": "XXX", "surname": "Crespi", "role": "m.crespi@asst-lecco.it", "phone": "4593", "department": "C"}, {"name": "Lucio", "surname": "Mazzeo", "role": "la.mazzeo@asst-lecco.it", "phone": "4580", "department": "C"}, {"name": "Emanuele", "surname": "Monti", "role": "e.monti@asst-lecco.it", "phone": "2335", "department": "C"}, {"name": "Michele", "surname": "Parolin", "role": "m.parolin@asst-lecco.it", "phone": "4578", "department": "C"}, {"name": "XXX", "surname": "Verlotta", "role": "m.verlotta@asst-lecco.it", "phone": "4594", "department": "C"}, {"name": "XXX", "surname": "Vismara", "role": "d.vismara@asst-lecco.it", "phone": "4581", "department": "C"}, {"name": "XXX", "surname": "Specializzandi", "role": "XXX", "phone": "2336", "department": "XXX"}, {"name": "Roberto", "surname": "Balgera", "role": "r.balgera@asst-lecco.it", "phone": "2808", "department": "C"}, {"name": "XXX", "surname": "Basilico", "role": "p.basilico@asst-lecco.it", "phone": "4428", "department": "C"}, {"name": "XXX", "surname": "Bianchi", "role": "g.bianchi@asst-lecco.it", "phone": "2806", "department": "C"}, {"name": "Paolo", "surname": "Borelli", "role": "p.borelli@asst-lecco.it", "phone": "2337", "department": "C"}, {"name": "XXX", "surname": "Colombo", "role": "chi.colombo@asst-lecco.it", "phone": "2803", "department": "C"}, {"name": "Stefano", "surname": "Consoli", "role": "s.consoli@asst-lecco.it", "phone": "2812", "department": "C"}, {"name": "XXX", "surname": "Costantino", "role": "g.costantino@asst-lecco.it", "phone": "4592", "department": "C"}, {"name": "XXX", "surname": "Fiumani", "role": "a.fiumani@asst-lecco.it", "phone": "4591", "department": "C"}, {"name": "Vittorio", "surname": "Mantero", "role": "v.mantero@asst-lecco.it", "phone": "4588", "department": "C"}, {"name": "Riccardo", "surname": "Milani", "role": "ric.milani@asst-lecco.it", "phone": "4587", "department": "C"}, {"name": "XXX", "surname": "Piamarta", "role": "f.piamarta@asst-lecco.it", "phone": "4583", "department": "C"}, {"name": "Andrea", "surname": "Rigamonti", "role": "andrea.rigamonti@asst-lecco.it", "phone": "4582", "department": "C"}, {"name": "Davide", "surname": "Sangalli", "role": "d.sangalli@asst-lecco.it", "phone": "4586", "department": "C"}, {"name": "XXX", "surname": "Scaccabarozzi", "role": "c.scaccabarozzi@asst-lecco.it", "phone": "2809", "department": "C"}, {"name": "XXX", "surname": "Viganò", "role": "mart.vigano@asst-lecco.it", "phone": "4589", "department": "C"}, {"name": "XXX", "surname": "Specializzandi", "role": "XXX", "phone": "4585", "department": "XXX"}, {"name": "XXX", "surname": "Ambulatorio", "role": "XXX", "phone": "2228", "department": "XXX"}, {"name": "XXX", "surname": "Regazzoni", "role": "r.regazzoni@asst-lecco.it", "phone": "4579", "department": "C"}, {"name": "XXX", "surname": "Bruno", "role": "s.bruno@asst-lecco.it", "phone": "2424", "department": "XXX"}, {"name": "XXX", "surname": "Gallo", "role": "m.gallo@asst-lecco.it", "phone": "2423", "department": "XXX"}, {"name": "TECNICI", "surname": "URGENZE", "role": "XXX", "phone": "3548", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "E.E.G.1-ELETTROENCEFALOGRAMMI", "phone": "2813", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "E.E.G.2", "phone": "2814", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "E.E.G. 3", "phone": "2815", "department": "XXX"}, {"name": "E", "surname": "ELETTROMIOGRAFIA", "role": "l.stanzani@asst-lecco.it", "phone": "2816", "department": "XXX"}, {"name": "STAZIONE", "surname": "INFERMIERI", "role": "XXX", "phone": "2930", "department": "XXX"}, {"name": "XXX", "surname": "Rusconi", "role": "e.rusconi@asst-lecco.it", "phone": "4236", "department": "C"}, {"name": "LOCALE", "surname": "INFERMIERI", "role": "XXX", "phone": "2686", "department": "XXX"}, {"name": "XXX", "surname": "SEGRETERIA", "role": "XXX", "phone": "2913", "department": "XXX"}, {"name": "DATA", "surname": "MANAGER", "role": "datamanager.onco@asst-lecco.it", "phone": "2155", "department": "XXX"}, {"name": "XXX", "surname": "Anghilieri", "role": "m.anghilieri@asst-lecco.it", "phone": "4615", "department": "C"}, {"name": "XXX", "surname": "Cogliati", "role": "v.cogliati@asst-lecco.it", "phone": "4619", "department": "C"}, {"name": "XXX", "surname": "Crippa", "role": "a.crippa@asst-lecco.it", "phone": "4617", "department": "C"}, {"name": "Onofrio", "surname": "Cuomo", "role": "o.cuomo@asst-lecco.it", "phone": "4635", "department": "C"}, {"name": "XXX", "surname": "Dell’oro", "role": "s.delloro@asst-lecco.it", "phone": "4614", "department": "C"}, {"name": "XXX", "surname": "Guglielmana", "role": "v.guglielmana@asst-lecco.it", "phone": "4613", "department": "C"}, {"name": "Francesco", "surname": "Guida", "role": "f.guida@asst-lecco.it", "phone": "4610", "department": "C"}, {"name": "XXX", "surname": "Pellicioli", "role": "f.pellicioli@asst-lecco.it", "phone": "4618", "department": "C"}, {"name": "Davide", "surname": "Pelizzoni", "role": "d.pelizzoni@asst-lecco.it", "phone": "4620", "department": "C"}, {"name": "XXX", "surname": "Genetista", "role": "ca.ripamonti@asst-lecco.it", "phone": "4448", "department": "C"}, {"name": "XXX", "surname": "Sansi", "role": "c.sansi@asst-lecco.it", "phone": "2904", "department": "C"}, {"name": "XXX", "surname": "Sassone", "role": "m.sassone@asst-lecco.it", "phone": "4687", "department": "C"}, {"name": "XXX", "surname": "Scola", "role": "b.scola@asst-lecco.it", "phone": "4616", "department": "C"}, {"name": "XXX", "surname": "Viganò", "role": "cv.vigano@asst-lecco.it", "phone": "4612", "department": "C"}, {"name": "XXX", "surname": "Villa", "role": "fe.villa@asst-lecco.it", "phone": "4167", "department": "C"}, {"name": "DAY", "surname": "FAX", "role": "XXX", "phone": "2910", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "INIETTORATO1", "phone": "2903", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "INIETTORATO2", "phone": "2912", "department": "XXX"}, {"name": "STAZIONE", "surname": "INFERMIERI", "role": "XXX", "phone": "2905", "department": "XXX"}, {"name": "XXX", "surname": "SEGRETERIA", "role": "XXX", "phone": "2906", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA VISITA 1", "phone": "3555", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA VISITA 2", "phone": "3553", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA VISITA 3", "phone": "3552", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA VISITA 4", "phone": "3551", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA VISITA 5", "phone": "3554", "department": "XXX"}, {"name": "ASSISTENZA", "surname": "DOMICILIARE", "role": "XXX", "phone": "4945", "department": "XXX"}, {"name": "Ortopedia@asst", "surname": "It", "role": "ACCETTAZIONE", "phone": "3544", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "STAZIONE INFERMIERI 3524", "phone": "2395", "department": "XXX"}, {"name": "INFERMIERA", "surname": "GIORNATA", "role": "XXX", "phone": "4596", "department": "XXX"}, {"name": "XXX", "surname": "Losi", "role": "a.losi@asst-lecco.it", "phone": "4137", "department": "C"}, {"name": "DEGENZE", "surname": "COMUNI", "role": "XXX", "phone": "2396", "department": "XXX"}, {"name": "MEDICO", "surname": "GUARDIA", "role": "XXX", "phone": "2391", "department": "XXX"}, {"name": "LOCALE", "surname": "INFERMIERI", "role": "XXX", "phone": "3531", "department": "XXX"}, {"name": "STUDIO", "surname": "VISITA", "role": "XXX", "phone": "3534", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "AMBULATORIO ILZAROV P 0 Fax 2398 3534", "phone": "2392", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA GESSI 2167", "phone": "2168", "department": "XXX"}, {"name": "Daniele", "surname": "Baroni", "role": "da.baroni@asst-lecco.it", "phone": "4317", "department": "C"}, {"name": "Andrea", "surname": "Berardo", "role": "a.berado@asst-lecco.it", "phone": "4323", "department": "C"}, {"name": "Andrea", "surname": "Biffi", "role": "an.biffi@asst-lecco.it", "phone": "4318", "department": "C"}, {"name": "Marco", "surname": "Camagni", "role": "m.camagni@asst-lecco.it", "phone": "4319", "department": "C"}, {"name": "Alessandro", "surname": "Combi", "role": "a.combi@asst-lecco.it", "phone": "4320", "department": "C"}, {"name": "Davide", "surname": "Fumagalli", "role": "da.fumagalli@asst-lecco.it", "phone": "4324", "department": "C"}, {"name": "Matteo", "surname": "Fumagalli", "role": "matt.fumagalli@asst-lecco.it", "phone": "4326", "department": "C"}, {"name": "XXX", "surname": "Gridavilla", "role": "g.gridavilla@asst-lecco.it", "phone": "4322", "department": "C"}, {"name": "Francesco", "surname": "Guerreschi", "role": "f.guerreschi@asst-lecco.it", "phone": "2376", "department": "C"}, {"name": "Alessio", "surname": "Limonta", "role": "a.limonta@asst-lecco.it", "phone": "4321", "department": "C"}, {"name": "Matteo", "surname": "Duca", "role": "ma.loduca@asst-lecco.it", "phone": "4316", "department": "C"}, {"name": "Massimiliano", "surname": "Maggioni", "role": "ma.maggioni@asst-lecco.it", "phone": "2393", "department": "C"}, {"name": "Andrea", "surname": "Nervi", "role": "an.nervi@asst-lecco.it", "phone": "4313", "department": "C"}, {"name": "XXX", "surname": "Nannini", "role": "a.nannini@asst-lecco.it", "phone": "4327", "department": "C"}, {"name": "Andrea", "surname": "Poli", "role": "an.poli@asst-lecco.it", "phone": "4325", "department": "C"}, {"name": "POSTAZIONE", "surname": "INFERMIERISTICA", "role": "XXX", "phone": "4695", "department": "XXX"}, {"name": "XXX", "surname": "Scavone", "role": "ro.scavone@asst-lecco.it", "phone": "4694", "department": "XXX"}, {"name": "ASSISITENTE", "surname": "Isaia", "role": "f.isaia@asst-lecco.it", "phone": "4693", "department": "XXX"}, {"name": "XXX", "surname": "Comi", "role": "d.comi@asst-lecco.it", "phone": "4165", "department": "C"}, {"name": "SALA", "surname": "S", "role": "pediatria@asst-lecco.it", "phone": "2201", "department": "XXX"}, {"name": "XXX", "surname": "Pirovano", "role": "d.pirovano@asst-lecco.it", "phone": "2206", "department": "C"}, {"name": "MEDICO", "surname": "BIBLIOTECA", "role": "XXX", "phone": "2214", "department": "XXX"}, {"name": "STAZIONE", "surname": "INFERMIERI", "role": "XXX", "phone": "2215", "department": "XXX"}, {"name": "SALA", "surname": "MEDICAZIONI", "role": "XXX", "phone": "2209", "department": "XXX"}, {"name": "SALA", "surname": "SOCCORSO", "role": "XXX", "phone": "2216", "department": "XXX"}, {"name": "DAY", "surname": "ACCETTAZIONE", "role": "XXX", "phone": "2219", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "DAY HOSPITAL: SALE VISITE 2217", "phone": "2218", "department": "XXX"}, {"name": "XXX", "surname": "CUCINE", "role": "XXX", "phone": "3030", "department": "XXX"}, {"name": "XXX", "surname": "Addis", "role": "c.addis@asst-lecco.it", "phone": "4389", "department": "C"}, {"name": "XXX", "surname": "Arturi", "role": "e.arturi@asst-lecco.it", "phone": "2203", "department": "C"}, {"name": "XXX", "surname": "Calafiore", "role": "l.calafiore@asst-lecco.it", "phone": "2287", "department": "C"}, {"name": "XXX", "surname": "Santis", "role": "le.desantis@asst-lecco.it", "phone": "4392", "department": "C"}, {"name": "XXX", "surname": "Maggi", "role": "p.maggi@asst-lecco.it", "phone": "2204", "department": "C"}, {"name": "XXX", "surname": "Ocello", "role": "l.ocello@asst-lecco.it", "phone": "2200", "department": "C"}, {"name": "XXX", "surname": "Provero", "role": "mc.provero@asst-lecco.it", "phone": "2212", "department": "C"}, {"name": "XXX", "surname": "Sangiorgio", "role": "ari.sangiorgio@asst-lecco.it", "phone": "2208", "department": "C"}, {"name": "XXX", "surname": "Scali", "role": "m.scali@asst-lecco.it", "phone": "4414", "department": "C"}, {"name": "XXX", "surname": "Tumminelli", "role": "m.tumminelli@asst-lecco.it", "phone": "4396", "department": "C"}, {"name": "XXX", "surname": "Zanta", "role": "da.zanta@asst-lecco.it", "phone": "4413", "department": "C"}, {"name": "Carlotta", "surname": "Ferracini", "role": "c.ferracini@asst-lecco.it", "phone": "4016", "department": "XXX"}, {"name": "OCULISTICA", "surname": "DIVISIONALE", "role": "LOCALE PERSONALE", "phone": "3170", "department": "2 7 8 4"}, {"name": "ANESTESIOLOGIA", "surname": "RICOVERO", "role": "TOPOGRAFIA", "phone": "3568", "department": "XXX"}, {"name": "XXX", "surname": "AUDIOLOGIA", "role": "OCULISTICA 1°", "phone": "2411", "department": "XXX"}, {"name": "OCULISTICA", "surname": "FLUORANGIOGRAFIA", "role": "CARDIOLOGIA VISITE", "phone": "2400", "department": "XXX"}, {"name": "OCULISTICA", "surname": "LASERTERAPIA", "role": "CARDIOLOGIA E.C.G", "phone": "3731", "department": "XXX"}, {"name": "XXX", "surname": "CHIRURGIA", "role": "ORTOTTICA", "phone": "2221", "department": "XXX"}, {"name": "CHIRURGIA", "surname": "TORACICA", "role": "ODONTOIATRIA 2286", "phone": "3585", "department": "XXX"}, {"name": "CHIRURGIA", "surname": "PLASTICA", "role": "O.R.L. 1", "phone": "3176", "department": "XXX"}, {"name": "CHIRURGIA", "surname": "VASCOLARE", "role": "ORTOPEDIA 1 E PNEUMOLOGIA", "phone": "3586", "department": "3 1 7 3"}, {"name": "XXX", "surname": "DERMATOLOGIA", "role": "ORTOPEDIA / ILIZAROV Fax 2398 2392", "phone": "2413", "department": "XXX"}, {"name": "DISTURBI", "surname": "ALIMENTARI", "role": "PEDIATRIA", "phone": "2482", "department": "XXX"}, {"name": "MEDICINA", "surname": "DIABETOLOGIA", "role": "PNEUMOLOGIA", "phone": "2223", "department": "XXX"}, {"name": "PRE", "surname": "A", "role": "FISIATRIA", "phone": "3178", "department": "XXX"}, {"name": "LOGOPEDIA", "surname": "Valsecchi", "role": "PRE RICOVERO ANESTESISTA", "phone": "2419", "department": "3 1 7 4"}, {"name": "LOGOPEDIA", "surname": "Ratti", "role": "ULCERE CRITICHE", "phone": "2428", "department": "XXX"}, {"name": "XXX", "surname": "ENDOCRINOLOGIA", "role": "UROLOGIA", "phone": "3041", "department": "XXX"}, {"name": "MALATTIE", "surname": "METABOLICHE", "role": "LIBERA PROFESSIONE", "phone": "2934", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "AMBULATORIO 34", "phone": "2193", "department": "XXX"}, {"name": "ACCETTAZIONE", "surname": "Triage", "role": "XXX", "phone": "2696", "department": "XXX"}, {"name": "XXX", "surname": "Costadoni", "role": "m.costadoni@asst-lecco.it", "phone": "2476", "department": "C"}, {"name": "STAZIONE", "surname": "OPERATIVA", "role": "XXX", "phone": "2697", "department": "XXX"}, {"name": "STAZIONE", "surname": "Triage", "role": "XXX", "phone": "2698", "department": "XXX"}, {"name": "XXX", "surname": "ASTANTERIA", "role": "XXX", "phone": "3716", "department": "XXX"}, {"name": "RADIOLOGIA", "surname": "S", "role": "XXX", "phone": "2639", "department": "XXX"}, {"name": "XXX", "surname": "CUCINA", "role": "XXX", "phone": "3040", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "AMMINISTRATIVA", "role": "XXX", "phone": "2691", "department": "XXX"}, {"name": "STAZIONE", "surname": "Avanzato", "role": "XXX", "phone": "4910", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "STAZIONE OPERATIVA 4905 4906 4907", "phone": "4908", "department": "XXX"}, {"name": "Radiologia", "surname": "Rx", "role": "XXX", "phone": "4911", "department": "XXX"}, {"name": "Radiologia", "surname": "TAC", "role": "XXX", "phone": "4912", "department": "XXX"}, {"name": "Simone", "surname": "Aldè", "role": "s.alde@asst-lecco.it", "phone": "4768", "department": "C"}, {"name": "XXX", "surname": "Bissichini", "role": "g.bissichini@asst-lecco.it", "phone": "4776", "department": "C"}, {"name": "William", "surname": "Brambilla", "role": "w.brambilla@asst-lecco.it", "phone": "4767", "department": "C"}, {"name": "XXX", "surname": "Cigardi", "role": "b.cigardi@asst-lecco.it", "phone": "4286", "department": "C"}, {"name": "XXX", "surname": "Diena", "role": "l.diena@asst-lecco.it", "phone": "4772", "department": "C"}, {"name": "Massimo", "surname": "Cazzaniga", "role": "m.cazzaniga@asst-lecco.it", "phone": "4769", "department": "C"}, {"name": "XXX", "surname": "Lainu", "role": "e.lainu@asst-lecco.it", "phone": "4761", "department": "C"}, {"name": "XXX", "surname": "Bianco", "role": "gi.lobianco@asst-lecco.it", "phone": "4775", "department": "C"}, {"name": "XXX", "surname": "Lorini", "role": "c.lorini@asst-lecco.it", "phone": "4763", "department": "C"}, {"name": "XXX", "surname": "Papini", "role": "an.papini@asst-lecco.it", "phone": "4766", "department": "C"}, {"name": "XXX", "surname": "Paludo", "role": "al.paludo@asst-lecco.it", "phone": "4771", "department": "C"}, {"name": "XXX", "surname": "Porro", "role": "f.porro@asst-lecco.it", "phone": "4764", "department": "C"}, {"name": "Claudio", "surname": "Scarazzati", "role": "c.scarazzati@asst-lecco.it", "phone": "4773", "department": "C"}, {"name": "Gianpaolo", "surname": "Schiavo", "role": "g.schiavo@asst-lecco.it", "phone": "2988", "department": "C"}, {"name": "XXX", "surname": "Stefanoni", "role": "da.stefanoni@asst-lecco.it", "phone": "4760", "department": "C"}, {"name": "Paolo", "surname": "Spreafico", "role": "p.spreafico@asst-lecco.it", "phone": "4770", "department": "C"}, {"name": "XXX", "surname": "Terragni", "role": "s.terragni@asst-lecco.it", "phone": "4762", "department": "C"}, {"name": "XXX", "surname": "Valsecchi", "role": "an.valsecchi@asst-lecco.it", "phone": "4765", "department": "C"}, {"name": "XXX", "surname": "Baggio", "role": "bn.baggio@asst-lecco.it", "phone": "2177", "department": "XXX"}, {"name": "MEDICO", "surname": "GUARDIA", "role": "XXX", "phone": "3034", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "INFERMIERISTICA", "role": "XXX", "phone": "2175", "department": "XXX"}, {"name": "LOCALE", "surname": "INFERMIERI", "role": "XXX", "phone": "3036", "department": "XXX"}, {"name": "XXX", "surname": "CUCINA", "role": "XXX", "phone": "3035", "department": "XXX"}, {"name": "XXX", "surname": "Castagna", "role": "g.castagna@asst-lecco.it", "phone": "2172", "department": "C"}, {"name": "Alberto", "surname": "Corbetta", "role": "a.corbetta@asst-lecco.it", "phone": "2178", "department": "C"}, {"name": "Giorgio", "surname": "Francobandiera", "role": "g.francobandiera@asst-lecco.it", "phone": "2174", "department": "C"}, {"name": "XXX", "surname": "Lorusso", "role": "o.lorusso@asst-lecco.it", "phone": "2173", "department": "C"}, {"name": "XXX", "surname": "Calabrese", "role": "c.calabrese@asst-lecco.it", "phone": "4668", "department": "C"}, {"name": "XXX", "surname": "SEGRETERIA", "role": "XXX", "phone": "6520", "department": "XXX"}, {"name": "STUDIO", "surname": "MEDICO", "role": "XXX", "phone": "6521", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ACCETTAZIONE SPORTELLO 2465 2443", "phone": "2455", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ACCETTAZIONE INTERNI – SMISTAMENTO 2445", "phone": "2635", "department": "XXX"}, {"name": "SCREENING", "surname": "MAMMOGRAFICO", "role": "XXX", "phone": "2447", "department": "XXX"}, {"name": "AMMINISTRATORE", "surname": "C", "role": "XXX", "phone": "2646", "department": "rispacs@asst-lecco.it"}, {"name": "AMMINISTRATORE", "surname": "C", "role": "XXX", "phone": "4536", "department": "ro.corti@asst-lecco.it"}, {"name": "SALA", "surname": "SERVER\\", "role": "XXX", "phone": "3193", "department": "XXX"}, {"name": "XXX", "surname": "TECNICI", "role": "XXX", "phone": "2752", "department": "XXX"}, {"name": "MAMMOGRAFIA", "surname": "MEDICO", "role": "XXX", "phone": "2634", "department": "XXX"}, {"name": "MAMMOGRAFIA", "surname": "REFERTAZIONE", "role": "XXX", "phone": "3582", "department": "XXX"}, {"name": "ECOGRAFIA", "surname": "INFERMIERISTICA", "role": "XXX", "phone": "2442", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ECOGRAFIA 1", "phone": "2637", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ECOGRAFIA 2", "phone": "3197", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ECOGRAFIA 3", "phone": "2457", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ECOGRAFIA 4", "phone": "3198", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "T.A.C. 2", "phone": "3163", "department": "XXX"}, {"name": "XXX", "surname": "ARCHIVIO", "role": "XXX", "phone": "2116", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "TECNICI REPERIBILI 3165", "phone": "3166", "department": "XXX"}, {"name": "SALA", "surname": "RADIOLOGIA", "role": "XXX", "phone": "3018", "department": "XXX"}, {"name": "XXX", "surname": "Nuni", "role": "XXX", "phone": "4923", "department": "b.nuni@asst-lecco.it"}, {"name": "Francesco", "surname": "Carcione", "role": "XXX", "phone": "4544", "department": "f.carcione@asst-lecco.it"}, {"name": "XXX", "surname": "Castelnuovo", "role": "XXX", "phone": "4531", "department": "si.castelnuovo@asst-lecco.it"}, {"name": "XXX", "surname": "Cavicchioni", "role": "XXX", "phone": "4524", "department": "l.cavicchioni@asst-lecco.it"}, {"name": "XXX", "surname": "Corti", "role": "XXX", "phone": "4525", "department": "da.corti@asst-lecco.it"}, {"name": "Antonio", "surname": "Cappello", "role": "XXX", "phone": "4523", "department": "a.cappello@asst-lecco.it"}, {"name": "Alessandro", "surname": "Ferretti", "role": "XXX", "phone": "4534", "department": "a.ferretti@asst-lecco.it"}, {"name": "XXX", "surname": "Lazazzera", "role": "XXX", "phone": "4527", "department": "l.lazazzera@asst-lecco.it"}, {"name": "Giovanni", "surname": "Leati", "role": "XXX", "phone": "4516", "department": "g.leati@asst-lecco.it"}, {"name": "XXX", "surname": "Lietti", "role": "XXX", "phone": "4533", "department": "c.lietti@asst-lecco.it"}, {"name": "XXX", "surname": "Mariani", "role": "XXX", "phone": "4548", "department": "il.mariani@asst-lecco.it"}, {"name": "Mazzotta", "surname": "Giorgio", "role": "XXX", "phone": "4663", "department": "g.mazzotta@asst-lecco.it"}, {"name": "XXX", "surname": "Meneghel", "role": "XXX", "phone": "4538", "department": "e.meneghel@asst-lecco.it"}, {"name": "XXX", "surname": "Panzeri", "role": "XXX", "phone": "4664", "department": "mm.panzeri@asst-lecco.it"}, {"name": "Luca", "surname": "Riva", "role": "XXX", "phone": "4514", "department": "luca.riva@asst-lecco.it"}, {"name": "XXX", "surname": "Semeraro", "role": "XXX", "phone": "4530", "department": "m.semeraro@asst-lecco.it"}, {"name": "XXX", "surname": "XXX", "role": "ACCETTAZIONE \\ SEGRETERIA 2705", "phone": "2720", "department": "XXX"}, {"name": "TECNICO", "surname": "Romano", "role": "s.romano@asst-lecco.it", "phone": "2708", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "SALE COMANDO 2706", "phone": "2707", "department": "XXX"}, {"name": "SALA", "surname": "C", "role": "XXX", "phone": "2636", "department": "XXX"}, {"name": "LABORATORIO", "surname": "OFFICINA", "role": "XXX", "phone": "3022", "department": "XXX"}, {"name": "XXX", "surname": "Chissotti", "role": "ch.chissotti@asst-lecco.it", "phone": "4677", "department": "C"}, {"name": "XXX", "surname": "D’amico", "role": "r.damico@asst-lecco.it", "phone": "4520", "department": "C"}, {"name": "Giuseppe", "surname": "Nobili", "role": "g.denobili@asst-lecco.it", "phone": "4543", "department": "C"}, {"name": "Durim", "surname": "Delishaj", "role": "d.delishaj@asst-lecco.it", "phone": "4540", "department": "C"}, {"name": "XXX", "surname": "Pressa", "role": "f.dipressa@asst-lecco.it", "phone": "4665", "department": "C"}, {"name": "XXX", "surname": "Fumagalli", "role": "i.fumagalli@asst-lecco.it", "phone": "4662", "department": "C"}, {"name": "COORDIANTORE", "surname": "Dell’oro", "role": "XXX", "phone": "4181", "department": "n.delloro@asst-lecco.it"}, {"name": "XXX", "surname": "It", "role": "XXX", "phone": "4170", "department": "blocco.operatorio.lecco@asst-lecco.it"}, {"name": "XXX", "surname": "PREPARAZIONE", "role": "XXX", "phone": "3097", "department": "XXX"}, {"name": "RECOVERY", "surname": "ROOM", "role": "XXX", "phone": "3730", "department": "XXX"}, {"name": "PERSONALE", "surname": "AUSILIARIO", "role": "XXX", "phone": "3139", "department": "XXX"}, {"name": "XXX", "surname": "TISANERIA", "role": "XXX", "phone": "2996", "department": "XXX"}, {"name": "CORRIDOIO", "surname": "SPORCO", "role": "XXX", "phone": "3039", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 1 “VASCOLARE”", "phone": "3645", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 2 “GINECOLOGIA”", "phone": "3640", "department": "XXX"}, {"name": "A", "surname": "It", "role": "Sala 3 “GINECOLOGIA”", "phone": "3137", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 4 “CHIRURGIA”", "phone": "3033", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 5 “UROLOGIA”", "phone": "3138", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 6 “CARDIOCHIRURGIA”", "phone": "2997", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 7 “CHIRURGIA”", "phone": "3631", "department": "XXX"}, {"name": "Tecnico", "surname": "Perfusionista", "role": "XXX", "phone": "2999", "department": "XXX"}, {"name": "LOCALE", "surname": "INFERMIERI", "role": "XXX", "phone": "2964", "department": "XXX"}, {"name": "LOCALE", "surname": "CHIRURGHI", "role": "XXX", "phone": "3523", "department": "XXX"}, {"name": "CORRIDOIO", "surname": "SPORCO", "role": "XXX", "phone": "3074", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 1 “OCULISTICA”", "phone": "3505", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 2 “ROBOTICA”", "phone": "3504", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 3 “OTORINO”", "phone": "3501", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 4 “ORTOPEDIA B”", "phone": "3535", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 5 “ORTOPEDIA A”", "phone": "3536", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 6 “NEUROCHIRURGIA A”", "phone": "3506", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 7 “NEUROCHIRURGIA B”", "phone": "3099", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SEGRETERIA: Fax 2962", "phone": "2961", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 1 “OCULISTICA”", "phone": "3732", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 2 “DERMATOLOGIA CHIRUGIA”", "phone": "3579", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 3 “ORTOPEDIA”", "phone": "3500", "department": "XXX"}, {"name": "XXX", "surname": "Bonfanti", "role": "l.bonfanti@asst-lecco.it", "phone": "4233", "department": "C"}, {"name": "POSTAZIONE", "surname": "INFERMIERISTICA", "role": "XXX", "phone": "4780", "department": "XXX"}, {"name": "STUDIO", "surname": "C", "role": "MEDICO DI GUARDIA DIURNO 66-030 NOTT.", "phone": "4782", "department": "XXX"}, {"name": "Andrea", "surname": "Giusti", "role": "a.giusti@asst-lecco.it", "phone": "4691", "department": "C"}, {"name": "William", "surname": "Grimaldi", "role": "w.grimaldi@asst-lecco.it", "phone": "4185", "department": "C"}, {"name": "XXX", "surname": "Oliveri", "role": "g.oliveri@asst-lecco.it", "phone": "4681", "department": "C"}, {"name": "XXX", "surname": "Sermisoni", "role": "mi.sermisoni@asst-lecco.it", "phone": "4372", "department": "C"}, {"name": "XXX", "surname": "Valentini", "role": "a.valentini@asst-lecco.it", "phone": "4368", "department": "C"}, {"name": "Assistente", "surname": "Dell’oro", "role": "a.delloro@asst-lecco.it", "phone": "2006", "department": "XXX"}, {"name": "T", "surname": "Cristina", "role": "c.ronzoni@asst-lecco.it", "phone": "4006", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "DIRIGENTI FISICI 2704", "phone": "2703", "department": "XXX"}, {"name": "Francesco", "surname": "Bonsignore", "role": "f.bonsignore@asst-lecco.it", "phone": "4551", "department": "C"}, {"name": "XXX", "surname": "Butti", "role": "i.butti@asst-lecco.it", "phone": "4550", "department": "C"}, {"name": "XXX", "surname": "Frigerio", "role": "c.frigerio@asst-lecco.it", "phone": "2714", "department": "C"}, {"name": "XXX", "surname": "Sangalli", "role": "g.sangalli@asst-lecco.it", "phone": "4552", "department": "C"}, {"name": "PORTINERIA", "surname": "CALDA", "role": "XXX", "phone": "2888", "department": "XXX"}, {"name": "PARCHEGGIO", "surname": "Lecco", "role": "XXX", "phone": "2666", "department": "XXX"}, {"name": "VIGILANZA", "surname": "MANZONI", "role": "XXX", "phone": "2749", "department": "XXX"}, {"name": "Referente", "surname": "Magazzino", "role": "XXX", "phone": "4160", "department": "C"}, {"name": "XXX", "surname": "C", "role": "MAGAZZINIERI 3668", "phone": "4159", "department": "XXX"}, {"name": "XXX", "surname": "Direzione", "role": "XXX", "phone": "2719", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "UFFICI 2797", "phone": "2799", "department": "XXX"}, {"name": "XXX", "surname": "GUARDAROBA", "role": "XXX", "phone": "2798", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "GUARDAROBA PIANO -2 CORPO A", "phone": "2712", "department": "XXX"}, {"name": "XXX", "surname": "LAVANDERIA", "role": "XXX", "phone": "2796", "department": "XXX"}, {"name": "XXX", "surname": "Direzione", "role": "XXX", "phone": "2769", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Uffici 2766", "phone": "2767", "department": "XXX"}, {"name": "XXX", "surname": "Cucina", "role": "XXX", "phone": "2765", "department": "XXX"}, {"name": "XXX", "surname": "Mensa", "role": "XXX", "phone": "2762", "department": "XXX"}, {"name": "Magazzino", "surname": "Dispensa", "role": "XXX", "phone": "3633", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Manutenzione Robot Assistenza 2135", "phone": "2775", "department": "XXX"}, {"name": "A", "surname": "Ospedalieri", "role": "XXX", "phone": "2760", "department": "XXX"}, {"name": "XXX", "surname": "BANCA", "role": "XXX", "phone": "3011", "department": "XXX"}, {"name": "XXX", "surname": "BAR", "role": "XXX", "phone": "3010", "department": "XXX"}, {"name": "XXX", "surname": "EDICOLA\\BAZAR", "role": "XXX", "phone": "3630", "department": "XXX"}, {"name": "XXX", "surname": "PARRUCCHIERE", "role": "XXX", "phone": "2771", "department": "XXX"}, {"name": "SALETTA", "surname": "SINDACATI", "role": "rsu@asst-lecco.it", "phone": "2711", "department": "XXX"}, {"name": "SEGRETERIA", "surname": "Ronchetti", "role": "a.ronchetti@asst-lecco.it", "phone": "2732", "department": "XXX"}, {"name": "INF", "surname": "Scorpiniti", "role": "s.scorpiniti@asst-lecco.it", "phone": "2734", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "POSTAZIONE MSA LECCO 3119", "phone": "2736", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "MERATE", "role": "XXX", "phone": "5628", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "BELLANO", "role": "XXX", "phone": "3269", "department": "XXX"}, {"name": "Poliziadistato@asst", "surname": "It", "role": "RESPONSABILE:", "phone": "2788", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "XXX", "phone": "3013", "department": "XXX"}, {"name": "XXX", "surname": "Generale", "role": "dir.generale@asst-lecco.it", "phone": "5443", "department": "XXX"}, {"name": "XXX", "surname": "Amministrativo", "role": "al.boffi@asst-lecco.it", "phone": "5427", "department": "XXX"}, {"name": "Socio", "surname": "Sanitario", "role": "g.peschi@asst-lecco.it", "phone": "5434", "department": "XXX"}, {"name": "XXX", "surname": "Sanitario", "role": "a.grappiolo@asst-lecco.it", "phone": "5280", "department": "XXX"}, {"name": "Sala", "surname": "Generale", "role": "XXX", "phone": "5446", "department": "XXX"}, {"name": "XXX", "surname": "COMUNICAZIONE", "role": "XXX", "phone": "5444", "department": "XXX"}, {"name": "Paolo", "surname": "Brusadelli", "role": "p.brusadelli@asst-lecco.it", "phone": "5403", "department": "C"}, {"name": "XXX", "surname": "Bonalume", "role": "a.bonalume@asst-lecco.it", "phone": "5315", "department": "XXX"}, {"name": "Cristian", "surname": "Panzeri", "role": "cri.panzeri@asst-lecco.it", "phone": "5249", "department": "C"}, {"name": "XXX", "surname": "Ripamonti", "role": "l.ripamonti@asst-lecco.it", "phone": "5202", "department": "XXX"}, {"name": "XXX", "surname": "Robciuc", "role": "ad.robciuc@asst-lecco.it", "phone": "5686", "department": "XXX"}, {"name": "XXX", "surname": "Lauricella", "role": "l.lauricella@asst-lecco.it", "phone": "5480", "department": "XXX"}, {"name": "Sala", "surname": "Magnolia", "role": "XXX", "phone": "5370", "department": "XXX"}, {"name": "XXX", "surname": "Meroni", "role": "e.meroni@asst-lecco.it", "phone": "5065", "department": "C"}, {"name": "XXX", "surname": "Tornaghi", "role": "l.tornaghi@asst-lecco.it", "phone": "5905", "department": "C"}, {"name": "XXX", "surname": "Greco", "role": "ml.greco@asst-lecco.it", "phone": "5660", "department": "XXX"}, {"name": "XXX", "surname": "Coppoletta", "role": "g.coppoletta@asst-lecco.it", "phone": "5580", "department": "C"}, {"name": "XXX", "surname": "Nava", "role": "la.nava@asst-lecco.it", "phone": "5075", "department": "C"}, {"name": "Archivio", "surname": "Cliniche", "role": "XXX", "phone": "5396", "department": "XXX"}, {"name": "XXX", "surname": "Galimberti", "role": "r.galimberti@asst-lecco.it", "phone": "5285", "department": "C"}, {"name": "Sorveglianza", "surname": "Sanitaria", "role": "sorveglianza.sanitaria.merate@asst-lecco.it", "phone": "5250", "department": "C"}, {"name": "XXX", "surname": "Cagnola", "role": "e.cagnola@asst-lecco.it", "phone": "5078", "department": "XXX"}, {"name": "Com", "surname": "Elena", "role": "e.camozzini@asst-lecco.it", "phone": "5642", "department": "C"}, {"name": "Assistente", "surname": "Corti", "role": "mo.corti@asst-lecco.it", "phone": "5745", "department": "C"}, {"name": "XXX", "surname": "Panzeri", "role": "chia.panzeri@asst-lecco.it", "phone": "5024", "department": "C"}, {"name": "XXX", "surname": "PSICOLOGO", "role": "XXX", "phone": "5083", "department": "XXX"}, {"name": "SERVIZIO", "surname": "Fax", "role": "medicinalegale.merate@asst-lecco.it", "phone": "5429", "department": "XXX"}, {"name": "Sportello", "surname": "Accettazione", "role": "XXX", "phone": "6113", "department": "XXX"}, {"name": "Postazione", "surname": "Amministrativa", "role": "XXX", "phone": "5274", "department": "C"}, {"name": "Postazione", "surname": "Amministrativa", "role": "XXX", "phone": "5402", "department": "C"}, {"name": "Segreteria", "surname": "Accettazione", "role": "XXX", "phone": "5231", "department": "XXX"}, {"name": "Studio", "surname": "Microscopia", "role": "XXX", "phone": "5615", "department": "XXX"}, {"name": "Fax", "surname": "Referti", "role": "XXX", "phone": "5712", "department": "XXX"}, {"name": "XXX", "surname": "Bosisio", "role": "c.bosisio@asst-lecco.it", "phone": "5012", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "Sala 1 (ORL)", "phone": "5656", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 2 (CHIRURGIA)", "phone": "5356", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 3 (CHIRURGIA LAPAROSCOPICA)", "phone": "5655", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 4 (ORTOPEDIA)", "phone": "5355", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 5 (GINECOLOGIA-PEDIATRIA)", "phone": "5653", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala 6 (OCULISTICA)", "phone": "5654", "department": "XXX"}, {"name": "Studio", "surname": "Refertazione", "role": "XXX", "phone": "5657", "department": "XXX"}, {"name": "Sala", "surname": "Preparazione", "role": "XXX", "phone": "5651", "department": "XXX"}, {"name": "Sala", "surname": "Risveglio", "role": "XXX", "phone": "5368", "department": "XXX"}, {"name": "Centrale", "surname": "Sterilizzazione", "role": "XXX", "phone": "5358", "department": "XXX"}, {"name": "Locale", "surname": "Cucina", "role": "XXX", "phone": "5359", "department": "XXX"}, {"name": "Locale", "surname": "Patologica", "role": "XXX", "phone": "5652", "department": "XXX"}, {"name": "XXX", "surname": "Addetto", "role": "XXX", "phone": "5237", "department": "XXX"}, {"name": "Locale", "surname": "Autopsie", "role": "XXX", "phone": "5665", "department": "XXX"}, {"name": "XXX", "surname": "Cighetti", "role": "c.cighetti@asst-lecco.it", "phone": "5499", "department": "XXX"}, {"name": "XXX", "surname": "Segreteria", "role": "XXX", "phone": "5270", "department": "XXX"}, {"name": "Medico", "surname": "Guardia", "role": "XXX", "phone": "5605", "department": "XXX"}, {"name": "Unità", "surname": "Coronarica", "role": "XXX", "phone": "5293", "department": "XXX"}, {"name": "Postazione", "surname": "Infermieristica", "role": "XXX", "phone": "5521", "department": "XXX"}, {"name": "Day", "surname": "Hospital", "role": "XXX", "phone": "5490", "department": "XXX"}, {"name": "Sala", "surname": "Emodinamica", "role": "XXX", "phone": "5852", "department": "XXX"}, {"name": "Sala", "surname": "Elettrofisiologia", "role": "XXX", "phone": "5606", "department": "XXX"}, {"name": "Ambulatorio", "surname": "Elettrofisiologia", "role": "XXX", "phone": "5509", "department": "XXX"}, {"name": "Lettura", "surname": "Holter", "role": "XXX", "phone": "5383", "department": "XXX"}, {"name": "ECG", "surname": "Interni", "role": "XXX", "phone": "5317", "department": "XXX"}, {"name": "Prove", "surname": "Sforzo", "role": "XXX", "phone": "5602", "department": "XXX"}, {"name": "XXX", "surname": "Bodega", "role": "fr.bodega@asst-lecco.it", "phone": "5957", "department": "C"}, {"name": "XXX", "surname": "Bruni", "role": "f.bruni@asst-lecco.it", "phone": "5946", "department": "C"}, {"name": "XXX", "surname": "Bucalo", "role": "r.bucalo@asst-lecco.it", "phone": "5959", "department": "C"}, {"name": "Edoardo", "surname": "Cantù", "role": "e.cantu@asst-lecco.it", "phone": "5958", "department": "C"}, {"name": "Claudio", "surname": "Carbone", "role": "c.carbone@asst-lecco.it", "phone": "5949", "department": "C"}, {"name": "XXX", "surname": "Carlini", "role": "c.decarlini@asst-lecco.it", "phone": "5960", "department": "C"}, {"name": "Marco", "surname": "Sabato", "role": "m.disabato@asst-lecco.it", "phone": "5952", "department": "C"}, {"name": "Gaetano", "surname": "Gentile", "role": "g.gentile@asst-lecco.it", "phone": "5954", "department": "C"}, {"name": "XXX", "surname": "Gorgoglione", "role": "m.gorgoglione@asst-lecco.it", "phone": "5953", "department": "C"}, {"name": "XXX", "surname": "Meles", "role": "e.meles@asst-lecco.it", "phone": "5956", "department": "C"}, {"name": "XXX", "surname": "Rota", "role": "aless.rota@asst-lecco.it", "phone": "5950", "department": "C"}, {"name": "XXX", "surname": "Suraci", "role": "s.suraci@asst-lecco.it", "phone": "5948", "department": "C"}, {"name": "Stefano", "surname": "Vicini", "role": "s.vicini@asst-lecco.it", "phone": "5945", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "XXX", "phone": "5328", "department": "XXX"}, {"name": "XXX", "surname": "Segreteria", "role": "XXX", "phone": "5229", "department": "XXX"}, {"name": "Segreteria", "surname": "AVIS", "role": "XXX", "phone": "5484", "department": "XXX"}, {"name": "Sala", "surname": "Prelievi", "role": "XXX", "phone": "5464", "department": "XXX"}, {"name": "Studio", "surname": "Medico", "role": "XXX", "phone": "5329", "department": "XXX"}, {"name": "Nicola", "surname": "Cattaneo", "role": "n.cattaneo@asst-lecco.it", "phone": "5644", "department": "C"}, {"name": "Infermiere", "surname": "Giornata", "role": "XXX", "phone": "5645", "department": "XXX"}, {"name": "Medico", "surname": "Guardia", "role": "XXX", "phone": "5591", "department": "XXX"}, {"name": "Postazione", "surname": "Rosso", "role": "XXX", "phone": "5221", "department": "XXX"}, {"name": "Postazione", "surname": "Verde", "role": "XXX", "phone": "5351", "department": "XXX"}, {"name": "Postazione", "surname": "Giallo", "role": "XXX", "phone": "5352", "department": "XXX"}, {"name": "XXX", "surname": "Ecocolordoppler", "role": "XXX", "phone": "5361", "department": "XXX"}, {"name": "David", "surname": "Bernasconi", "role": "da.bernasconi@asst-lecco.it", "phone": "5070", "department": "C"}, {"name": "XXX", "surname": "Bicelli", "role": "n.bicelli@asst-lecco.it", "phone": "5061", "department": "C"}, {"name": "Giacomo", "surname": "Bonfanti", "role": "gia.bonfanti@asst-lecco.it", "phone": "5055", "department": "C"}, {"name": "XXX", "surname": "Bonfanti", "role": "giu.bonfanti@asst-lecco.it", "phone": "5056", "department": "C"}, {"name": "XXX", "surname": "Carissimi", "role": "f.carissimi@asst-lecco.it", "phone": "5067", "department": "C"}, {"name": "XXX", "surname": "Canfora", "role": "i.canfora@asst-lecco.it", "phone": "5063", "department": "C"}, {"name": "Marco", "surname": "Chiarelli", "role": "m.chiarelli@asst-lecco.it", "phone": "5059", "department": "C"}, {"name": "Nicola", "surname": "Fazzini", "role": "n.fazzini@asst-lecco.it", "phone": "5060", "department": "C"}, {"name": "Simone", "surname": "Olmetti", "role": "sg.olmetti@asst-lecco.it", "phone": "5068", "department": "C"}, {"name": "Alberto", "surname": "Scaini", "role": "a.scaini@asst-lecco.it", "phone": "5058", "department": "C"}, {"name": "XXX", "surname": "Specializzandi", "role": "XXX", "phone": "5066", "department": "XXX"}, {"name": "Pa", "surname": "It", "role": "Coordinatore – Sig.ra Patrizia Perego FAX 5859", "phone": "5474", "department": "C"}, {"name": "Locale", "surname": "Degenza", "role": "XXX", "phone": "5309", "department": "XXX"}, {"name": "Sala", "surname": "Int", "role": "XXX", "phone": "5768", "department": "XXX"}, {"name": "Sala", "surname": "Int", "role": "XXX", "phone": "5482", "department": "XXX"}, {"name": "Postazione", "surname": "Ambulatoriale", "role": "XXX", "phone": "5743", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Studio 1", "phone": "5742", "department": "XXX"}, {"name": "Locale", "surname": "DAMA", "role": "XXX", "phone": "5528", "department": "XXX"}, {"name": "Studio", "surname": "Chirurgia", "role": "XXX", "phone": "5773", "department": "XXX"}, {"name": "Terapia", "surname": "Dolore", "role": "XXX", "phone": "5235", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Urologi 5928", "phone": "5299", "department": "XXX"}, {"name": "Laura", "surname": "Perossi", "role": "l.perossi@asst-lecco.it", "phone": "6525", "department": "C"}, {"name": "Sala", "surname": "A", "role": "dialisi.merate@asst-lecco.it", "phone": "5220", "department": "XXX"}, {"name": "Sala", "surname": "B", "role": "XXX", "phone": "5761", "department": "XXX"}, {"name": "Sala", "surname": "Visite", "role": "XXX", "phone": "5769", "department": "XXX"}, {"name": "Studio", "surname": "Medici", "role": "XXX", "phone": "5760", "department": "XXX"}, {"name": "XXX", "surname": "Medico", "role": "XXX", "phone": "5288", "department": "XXX"}, {"name": "Centrale", "surname": "Osmosi", "role": "XXX", "phone": "5388", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Accettazione FAX 5752", "phone": "5251", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Endo 1", "phone": "5353", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Endo 2", "phone": "5751", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Endo 3", "phone": "5461", "department": "XXX"}, {"name": "XXX", "surname": "Hervoso", "role": "c.marfinatihervo@asst-lecco.it", "phone": "5350", "department": "C"}, {"name": "XXX", "surname": "Medico", "role": "XXX", "phone": "5389", "department": "C"}, {"name": "Tecnico", "surname": "Guardia", "role": "XXX", "phone": "5269", "department": "XXX"}, {"name": "XXX", "surname": "Fax", "role": "XXX", "phone": "5624", "department": "XXX"}, {"name": "XXX", "surname": "Biochimica", "role": "XXX", "phone": "5380", "department": "XXX"}, {"name": "XXX", "surname": "Urine", "role": "XXX", "phone": "5626", "department": "XXX"}, {"name": "Accettazione", "surname": "Prelievi", "role": "XXX", "phone": "5587", "department": "XXX"}, {"name": "Sala", "surname": "Prelievi", "role": "XXX", "phone": "5460", "department": "XXX"}, {"name": "Sezione", "surname": "Trasfusionale", "role": "XXX", "phone": "5230", "department": "XXX"}, {"name": "Studi", "surname": "Medici", "role": "XXX", "phone": "5607", "department": "C"}, {"name": "Stanza", "surname": "Reperibilità", "role": "XXX", "phone": "5523", "department": "XXX"}, {"name": "Studio", "surname": "Anticoagulanti", "role": "XXX", "phone": "5612", "department": "XXX"}, {"name": "Sala", "surname": "Anticoagul", "role": "XXX", "phone": "5613", "department": "XXX"}, {"name": "Medico", "surname": "Guardia", "role": "XXX", "phone": "5362", "department": "XXX"}, {"name": "Si", "surname": "It", "role": "Coordinatore – Sig.ra Silvia Manzoni Fax 5749", "phone": "5360", "department": "C"}, {"name": "Settore", "surname": "Giallo", "role": "XXX", "phone": "5507", "department": "XXX"}, {"name": "Settore", "surname": "Fucsia", "role": "XXX", "phone": "5247", "department": "XXX"}, {"name": "Sala", "surname": "Visita", "role": "XXX", "phone": "5739", "department": "XXX"}, {"name": "Studio", "surname": "Medico", "role": "XXX", "phone": "5393", "department": "XXX"}, {"name": "Sala", "surname": "Riunioni", "role": "XXX", "phone": "5610", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Coordinatore - Fax 5750", "phone": "5508", "department": "XXX"}, {"name": "Settore", "surname": "Blu", "role": "XXX", "phone": "5227", "department": "XXX"}, {"name": "Sala", "surname": "Visita", "role": "XXX", "phone": "5232", "department": "XXX"}, {"name": "Studio", "surname": "Medico", "role": "XXX", "phone": "5216", "department": "XXX"}, {"name": "XXX", "surname": "DIABETOLOGO", "role": "XXX", "phone": "5641", "department": "XXX"}, {"name": "Andrea", "surname": "Bonini", "role": "a.bonini@asst-lecco.it", "phone": "5090", "department": "C"}, {"name": "XXX", "surname": "Colombo", "role": "mir.colombo@asst-lecco.it", "phone": "5421", "department": "C"}, {"name": "XXX", "surname": "Fusi", "role": "giu.fusi@asst-lecco.it", "phone": "5468", "department": "C"}, {"name": "XXX", "surname": "Galbiati", "role": "v.galbiati@asst-lecco.it", "phone": "5076", "department": "C"}, {"name": "XXX", "surname": "Giudici", "role": "b.giudici@asst-lecco.it", "phone": "5084", "department": "C"}, {"name": "XXX", "surname": "Manzocchi", "role": "n.manzocchi@asst-lecco.it", "phone": "5087", "department": "C"}, {"name": "XXX", "surname": "Martelengo", "role": "m.martelengo@asst-lecco.it", "phone": "5089", "department": "C"}, {"name": "XXX", "surname": "Perego", "role": "l.perego@asst-lecco.it", "phone": "5081", "department": "C"}, {"name": "Massimo", "surname": "Ricci", "role": "m.ricci@asst-lecco.it", "phone": "5082", "department": "C"}, {"name": "XXX", "surname": "Sassi", "role": "li.sassi@asst-lecco.it", "phone": "5085", "department": "C"}, {"name": "XXX", "surname": "Verdi", "role": "l.verdi@asst-lecco.it", "phone": "5086", "department": "C"}, {"name": "XXX", "surname": "Vezzoni", "role": "g.vezzoni@asst-lecco.it", "phone": "5018", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "Studi medici 5595 - 5596", "phone": "5748", "department": "XXX"}, {"name": "XXX", "surname": "Fax", "role": "XXX", "phone": "5585", "department": "XXX"}, {"name": "XXX", "surname": "Bonfanti", "role": "si.bonfanti@asst-lecco.it", "phone": "5092", "department": "C"}, {"name": "Neurologia", "surname": "It", "role": "Locale infermieri – FAX 5603", "phone": "5697", "department": "XXX"}, {"name": "Stroke", "surname": "Sorveglianza", "role": "XXX", "phone": "5256", "department": "XXX"}, {"name": "Stroke", "surname": "Infermiere", "role": "XXX", "phone": "5091", "department": "C"}, {"name": "Neurofisio", "surname": "It", "role": "NEUROFISIOPATOLOGIA", "phone": "5582", "department": "C"}, {"name": "XXX", "surname": "DOPPLER", "role": "XXX", "phone": "5500", "department": "XXX"}, {"name": "Referente", "surname": "Tetto", "role": "a.tetto@asst-lecco.it", "phone": "5335", "department": "XXX"}, {"name": "XXX", "surname": "Airoldi", "role": "l.airoldi@asst-lecco.it", "phone": "5323", "department": "C"}, {"name": "XXX", "surname": "Stefano", "role": "m.distefano@asst-lecco.it", "phone": "5581", "department": "C"}, {"name": "XXX", "surname": "Formenti", "role": "a.formenti@asst-lecco.it", "phone": "5098", "department": "C"}, {"name": "XXX", "surname": "Melzi", "role": "p.melzi@asst-lecco.it", "phone": "5097", "department": "C"}, {"name": "XXX", "surname": "Perego", "role": "el.perego@asst-lecco.it", "phone": "5465", "department": "C"}, {"name": "XXX", "surname": "Tagliabue", "role": "e.tagliabue@asst-lecco.it", "phone": "5094", "department": "C"}, {"name": "XXX", "surname": "Vaccaro", "role": "m.vaccaro@asst-lecco.it", "phone": "5095", "department": "C"}, {"name": "XXX", "surname": "Specializzandi", "role": "XXX", "phone": "5096", "department": "XXX"}, {"name": "XXX", "surname": "Accettazione", "role": "XXX", "phone": "6420", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sala visita 2", "phone": "5233", "department": "XXX"}, {"name": "Sala", "surname": "Gessi", "role": "XXX", "phone": "5244", "department": "XXX"}, {"name": "Filippo", "surname": "Anghilieri", "role": "fi.anghilieri@asst-lecco.it", "phone": "5913", "department": "C"}, {"name": "Matteo", "surname": "Bartesaghi", "role": "m.bartesaghi@asst-lecco.it", "phone": "5914", "department": "C"}, {"name": "XXX", "surname": "Boisio", "role": "f.boisio@asst-lecco.it", "phone": "5911", "department": "C"}, {"name": "Gianluca", "surname": "Coccioli", "role": "g.coccioli@asst-lecco.it", "phone": "5908", "department": "C"}, {"name": "Luca", "surname": "Corti", "role": "luca1.corti@asst-lecco.it", "phone": "5282", "department": "C"}, {"name": "XXX", "surname": "Dell’oro", "role": "fr.delloro@asst-lecco.it", "phone": "5915", "department": "C"}, {"name": "Perrotta", "surname": "Riccardo", "role": "ri.perrotta@asst-lecco.it", "phone": "5912", "department": "C"}, {"name": "Pierluigi", "surname": "Pironti", "role": "p.pironti@asst-lecco.it", "phone": "5909", "department": "C"}, {"name": "XXX", "surname": "Specializzandi", "role": "XXX", "phone": "5234", "department": "XXX"}, {"name": "XXX", "surname": "C", "role": "Coordinatore –Fax 5792", "phone": "5498", "department": "XXX"}, {"name": "Locale", "surname": "Ostetriche", "role": "XXX", "phone": "5262", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Medico di guardia 1", "phone": "5621", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Medico di guardia 2", "phone": "5921", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Studio Medico 1", "phone": "5780", "department": "XXX"}, {"name": "Accettazione", "surname": "Ingresso", "role": "XXX", "phone": "5261", "department": "XXX"}, {"name": "Sala", "surname": "Parto", "role": "XXX", "phone": "5349", "department": "XXX"}, {"name": "Sala", "surname": "Cesarei", "role": "XXX", "phone": "5386", "department": "XXX"}, {"name": "Sala", "surname": "Verde", "role": "XXX", "phone": "5458", "department": "XXX"}, {"name": "Sala", "surname": "Gialla", "role": "XXX", "phone": "5783", "department": "XXX"}, {"name": "Sala", "surname": "Visita", "role": "XXX", "phone": "5228", "department": "XXX"}, {"name": "Benedetto", "surname": "Colella", "role": "b.colella@asst-lecco.it", "phone": "5932", "department": "C"}, {"name": "Veronica", "surname": "Dell’agostino", "role": "v.dellagostino@asst-lecco.it", "phone": "5486", "department": "C"}, {"name": "Infermiere", "surname": "S", "role": "XXX", "phone": "5934", "department": "XXX"}, {"name": "Sala", "surname": "S", "role": "XXX", "phone": "5343", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sale visita 5779", "phone": "5629", "department": "XXX"}, {"name": "Locale", "surname": "Infermieri", "role": "XXX", "phone": "5265", "department": "XXX"}, {"name": "XXX", "surname": "OSS", "role": "XXX", "phone": "5267", "department": "XXX"}, {"name": "Ambulatorio", "surname": "Visita", "role": "XXX", "phone": "5680", "department": "XXX"}, {"name": "Medico", "surname": "Guardia", "role": "XXX", "phone": "5782", "department": "XXX"}, {"name": "Studio", "surname": "Medici", "role": "XXX", "phone": "5278", "department": "XXX"}, {"name": "Day", "surname": "Hospital", "role": "XXX", "phone": "5342", "department": "XXX"}, {"name": "Nido", "surname": "Ostetricia", "role": "XXX", "phone": "5348", "department": "XXX"}, {"name": "Attilia", "surname": "Ripamonti", "role": "a.ripamonti@asst-lecco.it", "phone": "5025", "department": "C"}, {"name": "STUDI", "surname": "Fax", "role": "XXX", "phone": "5778", "department": "XXX"}, {"name": "XXX", "surname": "Aliprandi", "role": "s.aliprandi@asst-lecco.it", "phone": "5935", "department": "C"}, {"name": "XXX", "surname": "Brusadelli", "role": "XXX", "phone": "5938", "department": "C"}, {"name": "XXX", "surname": "Cortinovis", "role": "f.cortinovis@asst-lecco.it", "phone": "5936", "department": "C"}, {"name": "XXX", "surname": "Cristiano", "role": "m.cristiano@asst-lecco.it", "phone": "5941", "department": "C"}, {"name": "XXX", "surname": "Pedruzzi", "role": "b.pedruzzi@asst-lecco.it", "phone": "5943", "department": "C"}, {"name": "MEDICO", "surname": "PROFESSIONISTA", "role": "XXX", "phone": "5939", "department": "XXX"}, {"name": "XXX", "surname": "Virgilio", "role": "r.divirgilio@asst-lecco.it", "phone": "5080", "department": "C"}, {"name": "Francesco", "surname": "Scorzelli", "role": "f.scorzelli@asst-lecco.it", "phone": "5016", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "Postazione infermieristica FAX 5435", "phone": "5319", "department": "XXX"}, {"name": "Locale", "surname": "Personale", "role": "XXX", "phone": "5450", "department": "XXX"}, {"name": "XXX", "surname": "C", "role": "Personale Infermieristico 5207", "phone": "5079", "department": "XXX"}, {"name": "Allergologia", "surname": "Dermatologia", "role": "Amb 20", "phone": "5833", "department": "XXX"}, {"name": "Cardiologia", "surname": "ECG", "role": "Amb 16", "phone": "5311", "department": "XXX"}, {"name": "Chirurgia", "surname": "Medicazioni", "role": "Amb 25", "phone": "5452", "department": "XXX"}, {"name": "Chirurgia", "surname": "Visite", "role": "Amb 26", "phone": "5560", "department": "XXX"}, {"name": "Diabetologia", "surname": "Endocrinologia", "role": "Amb 4", "phone": "5310", "department": "XXX"}, {"name": "XXX", "surname": "Elettrocardiogrammi", "role": "Amb 11", "phone": "5559", "department": "XXX"}, {"name": "XXX", "surname": "Ginecologia", "role": "Amb 17", "phone": "5318", "department": "XXX"}, {"name": "Holter", "surname": "Dietista", "role": "Amb 15", "phone": "5217", "department": "XXX"}, {"name": "XXX", "surname": "Urologia", "role": "Amb 14", "phone": "5832", "department": "XXX"}, {"name": "XXX", "surname": "Multispecialistica", "role": "Amb 18", "phone": "5316", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Neurologia 1", "phone": "5322", "department": "Amb 1"}, {"name": "XXX", "surname": "XXX", "role": "Neurologia 2", "phone": "5223", "department": "Amb 2"}, {"name": "XXX", "surname": "XXX", "role": "Oculista 2", "phone": "5312", "department": "Amb 6"}, {"name": "XXX", "surname": "Odontoiatria", "role": "Amb 23/24", "phone": "5314", "department": "XXX"}, {"name": "Ortopedia", "surname": "Ped", "role": "Amb 3", "phone": "5681", "department": "XXX"}, {"name": "XXX", "surname": "Ortottista", "role": "Amb 7", "phone": "5313", "department": "XXX"}, {"name": "Otorinolaringoiatria", "surname": "Visite", "role": "Amb 22", "phone": "5306", "department": "XXX"}, {"name": "Otorinolaringoiatria", "surname": "Audiometrista", "role": "Amb 21", "phone": "5611", "department": "XXX"}, {"name": "Pneumologia", "surname": "Spirometria", "role": "Amb 13", "phone": "5308", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Prericovero 5077", "phone": "5428", "department": "Amb 9"}, {"name": "Senologia", "surname": "Diabetologia", "role": "Amb 8", "phone": "5320", "department": "XXX"}, {"name": "XXX", "surname": "Senologia", "role": "Amb 10", "phone": "5321", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Terapia del dolore 1", "phone": "5307", "department": "Amb 12"}, {"name": "XXX", "surname": "Urologia", "role": "XXX", "phone": "5928", "department": "XXX"}, {"name": "Locale", "surname": "Fax", "role": "XXX", "phone": "6040", "department": "XXX"}, {"name": "XXX", "surname": "Accettazione", "role": "XXX", "phone": "6011", "department": "XXX"}, {"name": "Ambulatorio", "surname": "Oculistica", "role": "XXX", "phone": "6027", "department": "XXX"}, {"name": "Ambulatorio", "surname": "Odontoiatria", "role": "XXX", "phone": "6029", "department": "XXX"}, {"name": "XXX", "surname": "Odontotecnico", "role": "XXX", "phone": "6028", "department": "XXX"}, {"name": "Ambulatorio", "surname": "Dermatologia", "role": "XXX", "phone": "6037", "department": "XXX"}, {"name": "Ambulatorio", "surname": "ORL", "role": "XXX", "phone": "6036", "department": "XXX"}, {"name": "Renato", "surname": "Zacchetti", "role": "r.zacchetti@asst-lecco.it", "phone": "5951", "department": "C"}, {"name": "LOCALE", "surname": "ACCOGLIENZA", "role": "XXX", "phone": "5332", "department": "XXX"}, {"name": "XXX", "surname": "CORRIDOIO", "role": "XXX", "phone": "5222", "department": "XXX"}, {"name": "XXX", "surname": "TRIAGE", "role": "XXX", "phone": "5630", "department": "XXX"}, {"name": "SALA", "surname": "EMERGENZA", "role": "XXX", "phone": "5530", "department": "XXX"}, {"name": "SALA", "surname": "CHIRURGICA", "role": "XXX", "phone": "5201", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "BIANCHI", "role": "XXX", "phone": "5577", "department": "XXX"}, {"name": "XXX", "surname": "C", "role": "Coordinatore FAX 5473", "phone": "5491", "department": "XXX"}, {"name": "Sala", "surname": "Riunioni", "role": "XXX", "phone": "5493", "department": "XXX"}, {"name": "STUDI", "surname": "MEDICI", "role": "XXX", "phone": "5441", "department": "XXX"}, {"name": "Cps", "surname": "It", "role": "Accettazione 6440", "phone": "6442", "department": "XXX"}, {"name": "XXX", "surname": "Fax", "role": "XXX", "phone": "6441", "department": "XXX"}, {"name": "Amm", "surname": "Spreafico", "role": "cr.spreafico@asst-lecco.it", "phone": "5540", "department": "C"}, {"name": "Michela", "surname": "D’amelio", "role": "m.damelio@asst-lecco.it", "phone": "5545", "department": "C"}, {"name": "XXX", "surname": "Accettazione", "role": "XXX", "phone": "5242", "department": "XXX"}, {"name": "Battitura", "surname": "Referti", "role": "XXX", "phone": "5548", "department": "XXX"}, {"name": "Sala", "surname": "Interni", "role": "XXX", "phone": "5601", "department": "XXX"}, {"name": "Diagnostica", "surname": "S", "role": "XXX", "phone": "5547", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Ecografia 1", "phone": "5456", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Ecografia 2", "phone": "5463", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Ecografia 3", "phone": "5341", "department": "XXX"}, {"name": "T", "surname": "C", "role": "XXX", "phone": "5457", "department": "XXX"}, {"name": "T", "surname": "Tecnici", "role": "XXX", "phone": "5544", "department": "XXX"}, {"name": "RISONANZA", "surname": "Accettazione", "role": "XXX", "phone": "5515", "department": "XXX"}, {"name": "Camera", "surname": "Chiara", "role": "XXX", "phone": "5532", "department": "XXX"}, {"name": "XXX", "surname": "Archivio", "role": "XXX", "phone": "5215", "department": "XXX"}, {"name": "Trasporti", "surname": "STC", "role": "XXX", "phone": "5798", "department": "XXX"}, {"name": "XXX", "surname": "Perossi", "role": "l.perossi@asst-lecco.it", "phone": "5423", "department": "C"}, {"name": "XXX", "surname": "Bottarini", "role": "e.bottarini@asst-lecco.it", "phone": "5489", "department": "C"}, {"name": "Alberto", "surname": "Bianco", "role": "a.bianco@asst-lecco.it", "phone": "5542", "department": "C"}, {"name": "XXX", "surname": "Cepele", "role": "a.cepele@asst-lecco.it", "phone": "5543", "department": "C"}, {"name": "Simone", "surname": "Limonta", "role": "s.limonta@asst-lecco.it", "phone": "5495", "department": "C"}, {"name": "Consulenti", "surname": "Monza", "role": "Medici Esterni", "phone": "5541", "department": "XXX"}, {"name": "Rrf", "surname": "It", "role": "Segreteria", "phone": "5260", "department": "XXX"}, {"name": "Terapisti", "surname": "Cervelione", "role": "c.cervelione@asst-lecco.it", "phone": "5974", "department": "XXX"}, {"name": "Locale", "surname": "Palestra", "role": "XXX", "phone": "5574", "department": "XXX"}, {"name": "XXX", "surname": "Logopedia", "role": "XXX", "phone": "5576", "department": "XXX"}, {"name": "XXX", "surname": "Massaggiatore", "role": "XXX", "phone": "5573", "department": "XXX"}, {"name": "E", "surname": "It", "role": "Sala riunioni – WebFax 5575", "phone": "5550", "department": "XXX"}, {"name": "Degenza", "surname": "Bucciarelli", "role": "v.bucciarelli@asst-lecco.it", "phone": "5290", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Postazione Infermieristica 5241", "phone": "5345", "department": "XXX"}, {"name": "Postazione", "surname": "Fisioterapisti", "role": "XXX", "phone": "5625", "department": "XXX"}, {"name": "Tommaso", "surname": "Sellaroli", "role": "t.sellaroli@asst-lecco.it", "phone": "5975", "department": "C"}, {"name": "XXX", "surname": "Dozio", "role": "mr.dozio@asst-lecco.it", "phone": "5405", "department": "C"}, {"name": "XXX", "surname": "Fumagalli", "role": "fed.fumagalli@asst-lecco.it", "phone": "5536", "department": "C"}, {"name": "XXX", "surname": "Maffeis", "role": "g.maffeis@asst-lecco.it", "phone": "5291", "department": "C"}, {"name": "XXX", "surname": "XXX", "role": "Palestra 0399231201", "phone": "6001", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Fisiatra 0399231200", "phone": "6000", "department": "XXX"}, {"name": "XXX", "surname": "Baio", "role": "n.baio@asst-lecco.it", "phone": "5586", "department": "C"}, {"name": "XXX", "surname": "Emergenze", "role": "XXX", "phone": "5643", "department": "XXX"}, {"name": "Aula", "surname": "Riunioni", "role": "XXX", "phone": "5583", "department": "XXX"}, {"name": "ANESTESISTA", "surname": "OPERATORIO", "role": "XXX", "phone": "5052", "department": "XXX"}, {"name": "Rossano", "surname": "Ghedin", "role": "r.ghedin@asst-lecco.it", "phone": "5043", "department": "C"}, {"name": "Francesco", "surname": "Giacalone", "role": "f.giacalone@asst-lecco.it", "phone": "5047", "department": "C"}, {"name": "Davide", "surname": "Guzzon", "role": "d.guzzon@asst-lecco.it", "phone": "5045", "department": "C"}, {"name": "XXX", "surname": "Ottonello", "role": "g.ottonello@asst-lecco.it", "phone": "5048", "department": "C"}, {"name": "XXX", "surname": "Pavesi", "role": "p.pavesi@asst-lecco.it", "phone": "5049", "department": "C"}, {"name": "Matteo", "surname": "Pedeferri", "role": "m.pedeferri@asst-lecco.it", "phone": "5050", "department": "C"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "5893", "department": "XXX"}, {"name": "XXX", "surname": "Cemmi", "role": "e.cemmi@inrca.it", "phone": "5877", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "PNEUMOLOGIA", "role": "XXX", "phone": "5892", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "SEMINTENSIVA", "role": "XXX", "phone": "5891", "department": "XXX"}, {"name": "ACCETTAZIONE", "surname": "AMMINISTRATIVA", "role": "XXX", "phone": "5890", "department": "XXX"}, {"name": "FISIOTERAPISTA", "surname": "RESPIRATORIA", "role": "XXX", "phone": "5871", "department": "XXX"}, {"name": "Achille", "surname": "Bianchi", "role": "a.limonta@inrca.it", "phone": "5873", "department": "C"}, {"name": "XXX", "surname": "Bonardi", "role": "d.bonardi@inrca.it", "phone": "5874", "department": "C"}, {"name": "XXX", "surname": "Borsa", "role": "XXX", "phone": "5875", "department": "C"}, {"name": "Savino", "surname": "Giudice", "role": "XXX", "phone": "5876", "department": "C"}, {"name": "POSTAZIONE", "surname": "INFERMIERISTICA", "role": "XXX", "phone": "5764", "department": "XXX"}, {"name": "XXX", "surname": "Anzuini", "role": "a.anzuini@asst-lecco.it", "phone": "5916", "department": "XXX"}, {"name": "XXX", "surname": "Capiluppi", "role": "b.capiluppi@asst-lecco.it", "phone": "5906", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "5304", "department": "XXX"}, {"name": "Vigilanza", "surname": "Merate", "role": "XXX", "phone": "5023", "department": "XXX"}, {"name": "Spogliatoi", "surname": "Donne", "role": "XXX", "phone": "5398", "department": "XXX"}, {"name": "Spogliatoi", "surname": "Uomini", "role": "XXX", "phone": "5609", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Cucina 5284", "phone": "5430", "department": "XXX"}, {"name": "Mensa", "surname": "Personale", "role": "XXX", "phone": "5238", "department": "XXX"}, {"name": "Magazzino", "surname": "Dispensa", "role": "XXX", "phone": "5225", "department": "XXX"}, {"name": "XXX", "surname": "Telefax", "role": "XXX", "phone": "5754", "department": "XXX"}, {"name": "SQUADRA", "surname": "PULIZIE", "role": "XXX", "phone": "5455", "department": "XXX"}, {"name": "XXX", "surname": "GUARDAROBA", "role": "XXX", "phone": "5248", "department": "XXX"}, {"name": "Info@abiomerate", "surname": "Org", "role": "A.B.I.O.", "phone": "5592", "department": "XXX"}, {"name": "A", "surname": "Segreteria", "role": "avo.merate@libero.it", "phone": "5469", "department": "XXX"}, {"name": "Alicemerate@libero", "surname": "It", "role": "A.L.I.C.E.", "phone": "5640", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Ass.Volontaria Mente 5569", "phone": "5568", "department": "XXX"}, {"name": "XXX", "surname": "BANCA", "role": "XXX", "phone": "5272", "department": "XXX"}, {"name": "XXX", "surname": "BAR", "role": "XXX", "phone": "5682", "department": "XXX"}, {"name": "XXX", "surname": "PARRUCCHIERE", "role": "XXX", "phone": "5688", "department": "XXX"}, {"name": "Sala", "surname": "A", "role": "XXX", "phone": "5438", "department": "XXX"}, {"name": "Aula", "surname": "Scientifiche", "role": "XXX", "phone": "5327", "department": "XXX"}, {"name": "Sala", "surname": "RSU", "role": "rsu.merate@asst-lecco.it", "phone": "5698", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "3204", "department": "XXX"}, {"name": "XXX", "surname": "AMMINISTRATIVO", "role": "XXX", "phone": "3208", "department": "XXX"}, {"name": "XXX", "surname": "SANITARIO", "role": "XXX", "phone": "3231", "department": "XXX"}, {"name": "A", "surname": "It", "role": "Sig.ra Anna Venora 3215", "phone": "3206", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Cordless 3361", "phone": "3373", "department": "XXX"}, {"name": "CASSA", "surname": "CENTRALE", "role": "XXX", "phone": "3212", "department": "XXX"}, {"name": "CASSA", "surname": "AMBULATORI", "role": "XXX", "phone": "3205", "department": "XXX"}, {"name": "SERVIZI", "surname": "SANITARI", "role": "XXX", "phone": "3216", "department": "XXX"}, {"name": "XXX", "surname": "ARCHIVIO", "role": "XXX", "phone": "3214", "department": "XXX"}, {"name": "SALA", "surname": "RIUNIONI", "role": "XXX", "phone": "3201", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "GUARDIA MEDICA DI PRESIDIO (Dect 3363) Camera", "phone": "3333", "department": "XXX"}, {"name": "Patrimonio", "surname": "Edilizia", "role": "XXX", "phone": "3217", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Servizio Manutenzione 3367", "phone": "3246", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "XXX", "phone": "3356", "department": "XXX"}, {"name": "Cps", "surname": "It", "role": "SEGRETERIA FAX 3375 3325", "phone": "3323", "department": "XXX"}, {"name": "XXX", "surname": "Emanuela", "role": "e.invernizzi@asst-lecco.it", "phone": "3322", "department": "XXX"}, {"name": "Matteo", "surname": "Gargiuolo", "role": "m.gargiuolo@asst-lecco.it", "phone": "3324", "department": "XXX"}, {"name": "PSICOLOGO", "surname": "Fonatanazza", "role": "g.fontanazza@asst-lecco.it", "phone": "3321", "department": "XXX"}, {"name": "ASSISTENTE", "surname": "Romeri", "role": "l.romeri@asst-lecco.it", "phone": "3326", "department": "XXX"}, {"name": "L", "surname": "It", "role": "Coordinatore Laura Perossi 3369", "phone": "3261", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA DIALISI 3372", "phone": "3260", "department": "XXX"}, {"name": "XXX", "surname": "ACCETTAZIONE", "role": "XXX", "phone": "3257", "department": "XXX"}, {"name": "XXX", "surname": "PRELIEVI", "role": "XXX", "phone": "3253", "department": "XXX"}, {"name": "XXX", "surname": "SEGRETERIA", "role": "XXX", "phone": "3397", "department": "XXX"}, {"name": "XXX", "surname": "PICOMOTRICISTA", "role": "XXX", "phone": "3271", "department": "XXX"}, {"name": "XXX", "surname": "LOGOPEDISTA", "role": "XXX", "phone": "3282", "department": "XXX"}, {"name": "XXX", "surname": "CORDLESS", "role": "XXX", "phone": "3357", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "STUDIO PIANO 0", "phone": "3307", "department": "XXX"}, {"name": "Marta", "surname": "Malvaso", "role": "m.malvaso@asst-lecco.it", "phone": "3358", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "INFERMIERISTICA", "role": "XXX", "phone": "3378", "department": "XXX"}, {"name": "Alessio", "surname": "Greco", "role": "al.greco@asst-lecco.it", "phone": "4179", "department": "XXX"}, {"name": "XXX", "surname": "SEGRETERIA", "role": "XXX", "phone": "3278", "department": "XXX"}, {"name": "PRIMO", "surname": "FAX", "role": "XXX", "phone": "3312", "department": "XXX"}, {"name": "XXX", "surname": "Dell’oro", "role": "v.delloro@asst-lecco.it", "phone": "3376", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "POSTAZIONE INFERMIERISTICA Sett. Blu 3360", "phone": "3223", "department": "XXX"}, {"name": "POSTAZIONE", "surname": "Bordeaux", "role": "XXX", "phone": "3352", "department": "XXX"}, {"name": "GUARDIA", "surname": "PRESIDIO", "role": "XXX", "phone": "3362", "department": "XXX"}, {"name": "CAMERA", "surname": "DOMOTICA", "role": "XXX", "phone": "3314", "department": "XXX"}, {"name": "SALA", "surname": "PRANZO", "role": "XXX", "phone": "3225", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "XXX", "phone": "3368", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "INFERMIERI 3365", "phone": "3374", "department": "XXX"}, {"name": "XXX", "surname": "LOGOPEDIA", "role": "XXX", "phone": "3385", "department": "XXX"}, {"name": "RIABILITAZIONE", "surname": "Cesana", "role": "r.cesana@asst-lecco.it", "phone": "3227", "department": "XXX"}, {"name": "PALESTRA", "surname": "BLU", "role": "XXX", "phone": "3386", "department": "XXX"}, {"name": "PALESTRA", "surname": "INDIVIDUALE", "role": "XXX", "phone": "3384", "department": "XXX"}, {"name": "PALESTRA", "surname": "VERDI", "role": "XXX", "phone": "3381", "department": "XXX"}, {"name": "PALESTRA", "surname": "AZZURRI", "role": "XXX", "phone": "3383", "department": "XXX"}, {"name": "CUCINA", "surname": "Funzionale", "role": "XXX", "phone": "3382", "department": "XXX"}, {"name": "SALA", "surname": "FISIATRICHE", "role": "XXX", "phone": "3226", "department": "XXX"}, {"name": "TERAPIE", "surname": "FISICHE", "role": "XXX", "phone": "3351", "department": "XXX"}, {"name": "XXX", "surname": "MASSOFISIOTERAPISTA", "role": "XXX", "phone": "3200", "department": "XXX"}, {"name": "PALESTRA", "surname": "ESTERNI", "role": "XXX", "phone": "3202", "department": "XXX"}, {"name": "STUDI", "surname": "MEDICI", "role": "XXX", "phone": "3355", "department": "XXX"}, {"name": "XXX", "surname": "Betti", "role": "v.betti@asst-lecco.it", "phone": "3377", "department": "XXX"}, {"name": "Andrea", "surname": "Cornaggia", "role": "a.cornaggia@asst-lecco.it", "phone": "3359", "department": "XXX"}, {"name": "XXX", "surname": "Dozio", "role": "mr.dozio@asst-lecco.it", "phone": "3350", "department": "XXX"}, {"name": "XXX", "surname": "Panzeri", "role": "fra.panzeri@asst-lecco.it", "phone": "3387", "department": "XXX"}, {"name": "XXX", "surname": "Pochintesta", "role": "s.pochintesta@asst-lecco.it", "phone": "3371", "department": "XXX"}, {"name": "Giulio", "surname": "Urbano", "role": "gp.urbano@asst-lecco.it", "phone": "3388", "department": "XXX"}, {"name": "L", "surname": "It", "role": "COORDIANTORE Dr.ssa Luisa Fornaro 3366", "phone": "3228", "department": "XXX"}, {"name": "XXX", "surname": "ACCETTAZIONE", "role": "XXX", "phone": "3244", "department": "XXX"}, {"name": "SALA", "surname": "VISITE", "role": "XXX", "phone": "3242", "department": "XXX"}, {"name": "XXX", "surname": "ODONTOIATRIA", "role": "XXX", "phone": "3337", "department": "XXX"}, {"name": "XXX", "surname": "OCULISTA", "role": "XXX", "phone": "3235", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "STUDIO", "role": "XXX", "phone": "3339", "department": "XXX"}, {"name": "XXX", "surname": "CARDIOLOGIA", "role": "XXX", "phone": "3256", "department": "XXX"}, {"name": "PRENOTAZIONE", "surname": "ACCETTAZIONE", "role": "XXX", "phone": "3233", "department": "XXX"}, {"name": "XXX", "surname": "REFERTAZIONE", "role": "XXX", "phone": "3299", "department": "XXX"}, {"name": "XXX", "surname": "TECNICI", "role": "XXX", "phone": "3395", "department": "XXX"}, {"name": "XXX", "surname": "AUTISTI", "role": "XXX", "phone": "3303", "department": "XXX"}, {"name": "XXX", "surname": "MAGAZZINO", "role": "XXX", "phone": "3370", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "GUARDAROBA 3234", "phone": "3304", "department": "XXX"}, {"name": "CAMERA", "surname": "SERVIZIO", "role": "XXX", "phone": "3275", "department": "XXX"}, {"name": "CUCINA", "surname": "FAX", "role": "XXX", "phone": "3240", "department": "XXX"}, {"name": "SQUADRA", "surname": "PULIZIE", "role": "XXX", "phone": "3265", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "INTERVENTO", "role": "XXX", "phone": "3236", "department": "XXX"}, {"name": "XXX", "surname": "Procedure", "role": "c.balatti@asst-lecco.it", "phone": "5506", "department": "XXX"}, {"name": "Dipartimento", "surname": "It", "role": "SEGRETERIA", "phone": "5466", "department": "XXX"}, {"name": "XXX", "surname": "Bighi", "role": "e.bighi@asst-lecco.it", "phone": "5557", "department": "XXX"}, {"name": "Massimo", "surname": "Re", "role": "m.re@asst-lecco.it", "phone": "5302", "department": "XXX"}, {"name": "Domenico", "surname": "Giofrè", "role": "d.giofre@asst-lecco.it", "phone": "4781", "department": "XXX"}, {"name": "XXX", "surname": "Lecco", "role": "mp.martinelli@asst-lecco.it", "phone": "2908", "department": "XXX"}, {"name": "Giuseppe", "surname": "Lecco", "role": "g.altieri@asst-lecco.it", "phone": "4685", "department": "XXX"}, {"name": "XXX", "surname": "Palliative", "role": "c.airoldi@asst-lecco.it", "phone": "4187", "department": "XXX"}, {"name": "G", "surname": "It", "role": "Prof. Gianlorenzo Scaccabarozzi - 4369", "phone": "5407", "department": "XXX"}, {"name": "Umberto", "surname": "Fumagalli", "role": "u.fumagalli@asst-lecco.it", "phone": "5488", "department": "XXX"}, {"name": "CURE", "surname": "FAX", "role": "dipartimento.fragilita@asst-lecco.it", "phone": "5467", "department": "XXX"}, {"name": "XXX", "surname": "Domiciliari", "role": "b.brivio@asst-lecco.it", "phone": "5292", "department": "XXX"}, {"name": "XXX", "surname": "Palliativista", "role": "f.pilotto@asst-lecco.it", "phone": "5899", "department": "XXX"}, {"name": "XXX", "surname": "Palliativista", "role": "ea.scotton@asst-lecco.it", "phone": "5898", "department": "XXX"}, {"name": "XXX", "surname": "Palliativista", "role": "c.sesana@asst-lecco.it", "phone": "5907", "department": "XXX"}, {"name": "XXX", "surname": "Palliativista", "role": "c.stucchi@asst-lecco.it", "phone": "5904", "department": "XXX"}, {"name": "XXX", "surname": "Domiciliari", "role": "e.nava@asst-lecco.it", "phone": "5254", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "- Direttore S.C. Continuità Clinico Assistenziale 4367", "phone": "5901", "department": "XXX"}, {"name": "XXX", "surname": "Domiciliari", "role": "co.colombo@asst-lecco.it", "phone": "5451", "department": "XXX"}, {"name": "XXX", "surname": "Fisiatra", "role": "c.testa@asst-lecco.it", "phone": "5377", "department": "XXX"}, {"name": "Re", "surname": "Assistenziale", "role": "g.maggioni@asst-lecco.it i.borroni@asst-lecco.it", "phone": "5487", "department": "XXX"}, {"name": "XXX", "surname": "Riabilitativo", "role": "v.borghi@asst-lecco.it", "phone": "5504", "department": "XXX"}, {"name": "XXX", "surname": "Gervasoni", "role": "e.gervasoni@asst-lecco.it", "phone": "5902", "department": "XXX"}, {"name": "XXX", "surname": "Protette", "role": "eli.panzeri@asst-lecco.it", "phone": "5501", "department": "XXX"}, {"name": "IFEC", "surname": "COMUNITÀ", "role": "ifec.merate@asst-lecco.it", "phone": "5366", "department": "XXX"}, {"name": "Infermieristico", "surname": "Fornaro", "role": "l.fornaro@asst-lecco.it", "phone": "5917", "department": "XXX"}, {"name": "ACCOGLIENZA", "surname": "FAX", "role": "dipartimento.fragilita@asst-lecco.it", "phone": "4172", "department": "XXX"}, {"name": "XXX", "surname": "Stefano", "role": "a.distefano@asst-lecco.it", "phone": "4175", "department": "XXX"}, {"name": "Luca", "surname": "Palliative", "role": "lu.riva@asst-lecco.it", "phone": "4190", "department": "XXX"}, {"name": "Federico", "surname": "Hospice", "role": "f.vigorita@asst-lecco.it", "phone": "4186", "department": "XXX"}, {"name": "Iared", "surname": "Palliativista", "role": "i.alberton@asst-lecco.it", "phone": "4176", "department": "XXX"}, {"name": "Fabrizio", "surname": "Palliativista", "role": "f.castagnino@asst-lecco.it", "phone": "4183", "department": "XXX"}, {"name": "XXX", "surname": "Palliativista", "role": "g.grignani@asst-lecco.it", "phone": "4184", "department": "XXX"}, {"name": "Edoardo", "surname": "Palliativista", "role": "e.saporiti@asst-lecco.it", "phone": "4421", "department": "XXX"}, {"name": "XXX", "surname": "Palliativista", "role": "p.pagliari@asst-lecco.it", "phone": "4422", "department": "XXX"}, {"name": "XXX", "surname": "Domiciliari", "role": "a.ciaraldi@asst-lecco.it", "phone": "4189", "department": "XXX"}, {"name": "CONTINUITÀ", "surname": "PROTETTE", "role": "XXX", "phone": "4191", "department": "XXX"}, {"name": "Alberto", "surname": "Fisiatra", "role": "a.tritini@asst-lecco.it", "phone": "4180", "department": "XXX"}, {"name": "XXX", "surname": "Domiciliari", "role": "n.signorelli@asst-lecco.it", "phone": "4371", "department": "XXX"}, {"name": "XXX", "surname": "Domiciliari", "role": "ma.tentori@asst-lecco.it", "phone": "4174", "department": "XXX"}, {"name": "XXX", "surname": "Domiciliari", "role": "r.prato@asst-lecco.it", "phone": "4178", "department": "XXX"}, {"name": "XXX", "surname": "Protette", "role": "ele.tentori@asst-lecco.it", "phone": "4370", "department": "XXX"}, {"name": "XXX", "surname": "Protette", "role": "r.todaro@asst-lecco.it", "phone": "4188", "department": "XXX"}, {"name": "XXX", "surname": "Protette", "role": "e.tempra@asst-lecco.it", "phone": "4946", "department": "XXX"}, {"name": "IFEC", "surname": "COMUNITÀ", "role": "ifec.lecco@asst-lecco.it", "phone": "4366", "department": "XXX"}, {"name": "Infermieristico", "surname": "Ferradini", "role": "r.ferradini@asst-lecco.it", "phone": "2314", "department": "XXX"}, {"name": "Ass", "surname": "Cattaneo", "role": "ve.cattaneo@asst-lecco.it", "phone": "6581", "department": "XXX"}, {"name": "Amministrazione", "surname": "Crivaro", "role": "c.crivaro@asst-lecco.it", "phone": "6583", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SALA DIALISI 2", "phone": "6527", "department": "XXX"}, {"name": "SALA", "surname": "VISITA", "role": "XXX", "phone": "6547", "department": "XXX"}, {"name": "LOCALE", "surname": "MAGAZZINO", "role": "XXX", "phone": "6546", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "6528", "department": "XXX"}, {"name": "STUDIO", "surname": "MEDICO", "role": "XXX", "phone": "6522", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "6526", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "LOCALE PERSONALE 6552", "phone": "6505", "department": "XXX"}, {"name": "CARDIO", "surname": "DERMO", "role": "XXX", "phone": "6502", "department": "XXX"}, {"name": "XXX", "surname": "CHIRURGIA", "role": "XXX", "phone": "6506", "department": "XXX"}, {"name": "XXX", "surname": "DIABETOLOGIA", "role": "XXX", "phone": "6503", "department": "XXX"}, {"name": "XXX", "surname": "OCULISTICA", "role": "XXX", "phone": "6509", "department": "XXX"}, {"name": "O", "surname": "L", "role": "XXX", "phone": "6501", "department": "XXX"}, {"name": "XXX", "surname": "ODONTOTECNICO", "role": "XXX", "phone": "6504", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "DENTISTA 1° RIUNITO", "phone": "6507", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "DENTISTA 2° RIUNITO", "phone": "6508", "department": "XXX"}, {"name": "XXX", "surname": "STERILIZZAZIONE", "role": "XXX", "phone": "6516", "department": "XXX"}, {"name": "AMB", "surname": "PSICOLOGO", "role": "XXX", "phone": "6544", "department": "XXX"}, {"name": "XXX", "surname": "Ifec", "role": "XXX", "phone": "6533", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "GINECOLOGICO", "role": "XXX", "phone": "6539", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "GINECOLOGICO", "role": "XXX", "phone": "6540", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "PEDIATRICO", "role": "XXX", "phone": "6541", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "PSICOLOGO", "role": "XXX", "phone": "6542", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "SOCIALE", "role": "XXX", "phone": "6543", "department": "XXX"}, {"name": "XXX", "surname": "TECNICO", "role": "XXX", "phone": "6517", "department": "XXX"}, {"name": "STUDIO", "surname": "MEDICO", "role": "XXX", "phone": "6518", "department": "XXX"}, {"name": "CAMERA", "surname": "CHIARA", "role": "XXX", "phone": "6531", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "6312", "department": "XXX"}, {"name": "Ass", "surname": "Pelucchi", "role": "l.pelucchi@asst-lecco.it", "phone": "6398", "department": "XXX"}, {"name": "Amministrazione", "surname": "Alborghetti", "role": "m.alborghetti@asst-lecco.it", "phone": "6399", "department": "XXX"}, {"name": "CENTRO", "surname": "PRELIEVI", "role": "XXX", "phone": "6340", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "6341", "department": "XXX"}, {"name": "XXX", "surname": "PALESTRA", "role": "XXX", "phone": "6320", "department": "XXX"}, {"name": "STUDIO", "surname": "VISITE", "role": "XXX", "phone": "6321", "department": "XXX"}, {"name": "TERAPIE", "surname": "FISICHE", "role": "XXX", "phone": "6322", "department": "XXX"}, {"name": "LOCALE", "surname": "PERSONALE", "role": "XXX", "phone": "6323", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "6324", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "COORDINATORE FAX 6346", "phone": "6345", "department": "XXX"}, {"name": "LOCALE", "surname": "PERSONALE", "role": "XXX", "phone": "6347", "department": "XXX"}, {"name": "XXX", "surname": "CARDIOLOGIA", "role": "XXX", "phone": "6350", "department": "XXX"}, {"name": "XXX", "surname": "OCULISTICA", "role": "XXX", "phone": "6353", "department": "XXX"}, {"name": "O", "surname": "L", "role": "XXX", "phone": "6351", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "POLIVALENTE AMB. 1", "phone": "6352", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "POLIVALENTE AMB. 7", "phone": "6349", "department": "XXX"}, {"name": "DENTISTA", "surname": "RIUNITO", "role": "XXX", "phone": "6354", "department": "XXX"}, {"name": "XXX", "surname": "ODONTOTECNICO", "role": "XXX", "phone": "6355", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "GINECOLOGICO", "role": "XXX", "phone": "6313", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "PEDIATRICO", "role": "XXX", "phone": "6314", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "SOCIALE", "role": "XXX", "phone": "6316", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "PSICOLOGO", "role": "XXX", "phone": "6315", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "PATENTI", "role": "XXX", "phone": "6318", "department": "XXX"}, {"name": "ACCETTAZIONE", "surname": "LABORATORIO", "role": "XXX", "phone": "6203", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "6219", "department": "XXX"}, {"name": "XXX", "surname": "OCULISTICA", "role": "XXX", "phone": "6205", "department": "XXX"}, {"name": "XXX", "surname": "POLIFUNZIONALE", "role": "XXX", "phone": "6206", "department": "XXX"}, {"name": "DENTISTA", "surname": "RIUNITO", "role": "XXX", "phone": "6207", "department": "XXX"}, {"name": "CHIRURGIA", "surname": "DERMATOLOGIA", "role": "XXX", "phone": "6209", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "CORDLESS 1", "phone": "6216", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "CORDLESS 2", "phone": "6226", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "CORDLESS 3", "phone": "6227", "department": "XXX"}, {"name": "XXX", "surname": "GINECOLOGO", "role": "XXX", "phone": "6212", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "GINECOLOGICO", "role": "XXX", "phone": "6218", "department": "XXX"}, {"name": "CONSULTORIO", "surname": "PEDIATRICO", "role": "XXX", "phone": "6217", "department": "XXX"}, {"name": "ASSISTENTE", "surname": "SOCIALE", "role": "XXX", "phone": "6214", "department": "XXX"}, {"name": "XXX", "surname": "PSICOLOGO", "role": "XXX", "phone": "6215", "department": "XXX"}, {"name": "ASSISTENZA", "surname": "DOMICILIARE", "role": "XXX", "phone": "6221", "department": "XXX"}, {"name": "XXX", "surname": "Segreteria", "role": "XXX", "phone": "3331", "department": "XXX"}, {"name": "Segreteria", "surname": "Fax", "role": "XXX", "phone": "3289", "department": "XXX"}, {"name": "Studio", "surname": "Corti", "role": "cla.corti@asst-lecco.it", "phone": "3330", "department": "XXX"}, {"name": "Gianna", "surname": "Cerasoli", "role": "g.cerasoli@asst-lecco.it", "phone": "3334", "department": "XXX"}, {"name": "Studio", "surname": "FAX", "role": "XXX", "phone": "3288", "department": "XXX"}, {"name": "Studio", "surname": "Medici", "role": "XXX", "phone": "3329", "department": "XXX"}, {"name": "Giovanni", "surname": "Orlando", "role": "g.orlando@asst-lecco.it", "phone": "3332", "department": "XXX"}, {"name": "PSICOLOGO", "surname": "Rigamonti", "role": "v.rigamonti@asst-lecco.it", "phone": "3328", "department": "XXX"}, {"name": "Sala", "surname": "Riunioni", "role": "XXX", "phone": "3327", "department": "XXX"}, {"name": "XXX", "surname": "C", "role": "Cordless 1", "phone": "3294", "department": "XXX"}, {"name": "XXX", "surname": "C", "role": "Cordless 2", "phone": "3295", "department": "XXX"}, {"name": "XXX", "surname": "C", "role": "Cordless 3", "phone": "3296", "department": "XXX"}, {"name": "XXX", "surname": "C", "role": "Cordless 4", "phone": "3297", "department": "XXX"}, {"name": "XXX", "surname": "C", "role": "Cordless 5", "phone": "3298", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Infermeria (associato a n° 0399901216)", "phone": "6470", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Fax (associato a n° 0399901298)", "phone": "6482", "department": "XXX"}, {"name": "XXX", "surname": "Infermieristico", "role": "XXX", "phone": "6490", "department": "C"}, {"name": "XXX", "surname": "Corti", "role": "cla.corti@asst-lecco.it", "phone": "6474", "department": "XXX"}, {"name": "XXX", "surname": "Segreteria", "role": "XXX", "phone": "6477", "department": "XXX"}, {"name": "XXX", "surname": "Torretta", "role": "XXX", "phone": "6472", "department": "XXX"}, {"name": "Studio", "surname": "Coordinatori", "role": "XXX", "phone": "6473", "department": "XXX"}, {"name": "XXX", "surname": "Psicologa", "role": "XXX", "phone": "6492", "department": "C"}, {"name": "XXX", "surname": "Educatori", "role": "XXX", "phone": "6488", "department": "C"}, {"name": "XXX", "surname": "Infermieri", "role": "XXX", "phone": "6487", "department": "C"}, {"name": "XXX", "surname": "OSS", "role": "XXX", "phone": "6489", "department": "C"}, {"name": "XXX", "surname": "Cucinetta", "role": "XXX", "phone": "6471", "department": "XXX"}, {"name": "XXX", "surname": "Vita", "role": "s.divita@asst-lecco.it", "phone": "6476", "department": "XXX"}, {"name": "XXX", "surname": "Fontanazza", "role": "g.fontanazza@asst-lecco.it", "phone": "6475", "department": "XXX"}, {"name": "ACCETTAZIONE", "surname": "OFFICE", "role": "XXX", "phone": "6440", "department": "XXX"}, {"name": "SALA", "surname": "RIUNIONI", "role": "XXX", "phone": "6452", "department": "XXX"}, {"name": "XXX", "surname": "STUDIO", "role": "XXX", "phone": "6453", "department": "XXX"}, {"name": "XXX", "surname": "INFERMIERI", "role": "XXX", "phone": "6446", "department": "XXX"}, {"name": "XXX", "surname": "Ferrara", "role": "a.ferrara@asst-lecco.it", "phone": "6449", "department": "XXX"}, {"name": "XXX", "surname": "Notaro", "role": "s.notaro@asst-lecco.it", "phone": "6448", "department": "XXX"}, {"name": "XXX", "surname": "Pedrini", "role": "s.pedrini@asst-lecco.it", "phone": "6447", "department": "XXX"}, {"name": "Paolo", "surname": "Tommesani", "role": "p.tommesani@asst-lecco.it", "phone": "6444", "department": "XXX"}, {"name": "XXX", "surname": "Masini", "role": "m.masini@asst-lecco.it", "phone": "6445", "department": "XXX"}, {"name": "A", "surname": "Francesca", "role": "f.gaviraghi@asst-lecco.it", "phone": "6450", "department": "XXX"}, {"name": "A", "surname": "Penati", "role": "ma.penati@asst-lecco.it", "phone": "6451", "department": "XXX"}, {"name": "XXX", "surname": "Fax", "role": "XXX", "phone": "6429", "department": "XXX"}, {"name": "Mi", "surname": "It", "role": "Amb. FKT1", "phone": "6432", "department": "XXX"}, {"name": "C", "surname": "It", "role": "Amb. Psicomotricità 1 Chiara Franceschi", "phone": "6421", "department": "XXX"}, {"name": "B", "surname": "It", "role": "Amb. Logopedia 1 Beatrice Frigerio", "phone": "6422", "department": "XXX"}, {"name": "T", "surname": "It", "role": "Amb. Logopedia 2 Tatiana Mandelli", "phone": "6424", "department": "XXX"}, {"name": "A", "surname": "It", "role": "Amb. Psicomotricità 2 Annarosa Carbonelli", "phone": "6433", "department": "XXX"}, {"name": "E", "surname": "It", "role": "Amb. Logopedia 3 Elisabetta Reali", "phone": "6434", "department": "XXX"}, {"name": "Le", "surname": "It", "role": "Amb. Logopedia 4 Letizia Stella", "phone": "6435", "department": "XXX"}, {"name": "XXX", "surname": "Borsa", "role": "v.borsa@asst-lecco.it", "phone": "6425", "department": "XXX"}, {"name": "STUDI", "surname": "MEDICI", "role": "XXX", "phone": "6431", "department": "XXX"}, {"name": "XXX", "surname": "Barzi", "role": "e.barzi@asst-lecco.it", "phone": "6426", "department": "XXX"}, {"name": "XXX", "surname": "Rossi", "role": "il.rossi@asst-lecco.it", "phone": "6423", "department": "XXX"}, {"name": "SALA", "surname": "ARCHIVIO", "role": "XXX", "phone": "6427", "department": "XXX"}, {"name": "AULA", "surname": "INFORMATICA", "role": "XXX", "phone": "6428", "department": "XXX"}, {"name": "XXX", "surname": "Aiuto", "role": "r.aiuto@asst-lecco.it", "phone": "4893", "department": "XXX"}, {"name": "XXX", "surname": "Colombo", "role": "fr.colombo@asst-lecco.it", "phone": "4805", "department": "XXX"}, {"name": "XXX", "surname": "Panzeri", "role": "p.panzeri@asst-lecco.it", "phone": "4840", "department": "XXX"}, {"name": "XXX", "surname": "Mentola", "role": "o.marra@asst-lecco.it", "phone": "4801", "department": "XXX"}, {"name": "XXX", "surname": "Riva", "role": "alessandra.riva@asst-lecco.it", "phone": "4803", "department": "XXX"}, {"name": "XXX", "surname": "Caradonna", "role": "a.caradonna@asst-lecco.it", "phone": "4802", "department": "XXX"}, {"name": "XXX", "surname": "Mereu", "role": "m.mereu@asst-lecco.it", "phone": "4794", "department": "XXX"}, {"name": "Alessandro", "surname": "Redaelli", "role": "a.redaelli@asst-lecco.it", "phone": "4040", "department": "XXX"}, {"name": "ACCETTAZIONE", "surname": "Webfax", "role": "XXX", "phone": "4874", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sportello 1", "phone": "4810", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Sportello 2", "phone": "4811", "department": "XXX"}, {"name": "Back", "surname": "Office", "role": "XXX", "phone": "4813", "department": "C"}, {"name": "XXX", "surname": "Puggioni", "role": "s.puggioni@asst-lecco.it", "phone": "4855", "department": "XXX"}, {"name": "XXX", "surname": "Basanisi", "role": "g.basanisi@asst-lecco.it", "phone": "4856", "department": "XXX"}, {"name": "ASSISTENTI", "surname": "SOCIALI", "role": "XXX", "phone": "4857", "department": "XXX"}, {"name": "XXX", "surname": "Valnegri", "role": "l.valnegri@asst-lecco.it", "phone": "4858", "department": "XXX"}, {"name": "XXX", "surname": "Mazzaro", "role": "e.mazzaro@asst-lecco.it", "phone": "4859", "department": "XXX"}, {"name": "ACCOGLIENZA", "surname": "CONSULTORIO", "role": "XXX", "phone": "4864", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "GINECOLOGICO", "role": "XXX", "phone": "4865", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "PEDIATRICO", "role": "XXX", "phone": "4866", "department": "XXX"}, {"name": "XXX", "surname": "Canali", "role": "si.canali@asst-lecco.it", "phone": "4867", "department": "XXX"}, {"name": "XXX", "surname": "Manni", "role": "s.manni@asst-lecco.it", "phone": "4862", "department": "XXX"}, {"name": "XXX", "surname": "Chisu", "role": "m.chisu@asst-lecco.it", "phone": "4863", "department": "XXX"}, {"name": "XXX", "surname": "Migliarese", "role": "mc.migliarese@asst-lecco.it", "phone": "4925", "department": "XXX"}, {"name": "XXX", "surname": "Bianchi", "role": "m.bianchi@asst-lecco.it", "phone": "4243", "department": "XXX"}, {"name": "XXX", "surname": "Invernizzi", "role": "XXX", "phone": "4240", "department": "XXX"}, {"name": "XXX", "surname": "D’incà", "role": "t.dinca@asst-lecco.it", "phone": "4241", "department": "XXX"}, {"name": "XXX", "surname": "Gossi", "role": "m.gossi@asst-lecco.it", "phone": "4244", "department": "XXX"}, {"name": "XXX", "surname": "Pedroli", "role": "i.pedroli@asst-lecco.it", "phone": "4924", "department": "XXX"}, {"name": "XXX", "surname": "Vanalli", "role": "l.vanalli@asst-lecco.it", "phone": "4239", "department": "XXX"}, {"name": "XXX", "surname": "Lafranconi", "role": "p-lafranconi@asst-lecco.it", "phone": "4242", "department": "XXX"}, {"name": "XXX", "surname": "Webfax", "role": "XXX", "phone": "4879", "department": "XXX"}, {"name": "XXX", "surname": "Agostoni", "role": "c.agostoni@asst-lecco.it", "phone": "4881", "department": "XXX"}, {"name": "XXX", "surname": "Fogliato", "role": "e.fogliato@asst-lecco.it", "phone": "4880", "department": "XXX"}, {"name": "XXX", "surname": "Losa", "role": "b.losa@asst-lecco.it", "phone": "4883", "department": "XXX"}, {"name": "Giorgio", "surname": "Mazzoleni", "role": "gi.mazzoleni@asst-lecco.it", "phone": "4884", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "AMBULATORIO 1", "phone": "4898", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "AMBULATORIO 2", "phone": "4899", "department": "XXX"}, {"name": "XXX", "surname": "Webfax", "role": "XXX", "phone": "4875", "department": "XXX"}, {"name": "Dirigente", "surname": "Capano", "role": "d.capano@asst-lecco.it", "phone": "4833", "department": "XXX"}, {"name": "XXX", "surname": "Bruni", "role": "e.bruni@asst-lecco.it", "phone": "4821", "department": "XXX"}, {"name": "XXX", "surname": "Maggioni", "role": "li.maggioni@asst-lecco.it", "phone": "4824", "department": "XXX"}, {"name": "Infermiera", "surname": "Agovino", "role": "s.agovino@asst-lecco.it", "phone": "4832", "department": "XXX"}, {"name": "XXX", "surname": "Manganini", "role": "an.manganini@asst-lecco.it", "phone": "4831", "department": "XXX"}, {"name": "Ivan", "surname": "Cordaro", "role": "i.cordaro@asst-lecco.it", "phone": "4796", "department": "XXX"}, {"name": "XXX", "surname": "Bonacina", "role": "gr.bonacina@asst-lecco.it", "phone": "4823", "department": "XXX"}, {"name": "MEDICINA", "surname": "NECROSCOPICA", "role": "necroscopica@asst-lecco.it", "phone": "4826", "department": "XXX"}, {"name": "XXX", "surname": "Maggi", "role": "lu.maggi@asst-lecco.it", "phone": "4825", "department": "XXX"}, {"name": "Antonio", "surname": "Pace", "role": "a.pace@asst-lecco.it", "phone": "4827", "department": "XXX"}, {"name": "XXX", "surname": "Valsecchi", "role": "adr.valsecchi@asst-lecco.it", "phone": "4828", "department": "XXX"}, {"name": "XXX", "surname": "Ascano", "role": "j.ascano@asst-lecco.it", "phone": "4829", "department": "XXX"}, {"name": "AMB", "surname": "LEGALE", "role": "XXX", "phone": "4830", "department": "XXX"}, {"name": "AMMINISTRAZIONE", "surname": "WEBFAX", "role": "XXX", "phone": "4878", "department": "XXX"}, {"name": "XXX", "surname": "Falcone", "role": "p.falcone@asst-lecco.it", "phone": "4891", "department": "XXX"}, {"name": "XXX", "surname": "Lietti", "role": "e.lietti@asst-lecco.it", "phone": "4888", "department": "XXX"}, {"name": "XXX", "surname": "Pattori", "role": "d.pattori@asst-lecco.it", "phone": "4889", "department": "XXX"}, {"name": "XXX", "surname": "Proment", "role": "c.proment@asst-lecco.it", "phone": "4804", "department": "XXX"}, {"name": "XXX", "surname": "Sandionigi", "role": "s.sandionigi@asst-lecco.it", "phone": "4890", "department": "XXX"}, {"name": "Daniela", "surname": "Maggioni", "role": "d.maggioni@asst-lecco.it", "phone": "4799", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "UFFICI PIANO 1 Webfax", "phone": "4876", "department": "XXX"}, {"name": "Centro", "surname": "Vaccinazioni", "role": "XXX", "phone": "4841", "department": "XXX"}, {"name": "Centro", "surname": "Vaccinazioni", "role": "XXX", "phone": "4842", "department": "XXX"}, {"name": "Centro", "surname": "Vaccinazioni", "role": "XXX", "phone": "4843", "department": "XXX"}, {"name": "Centro", "surname": "Vaccinazioni", "role": "XXX", "phone": "4852", "department": "XXX"}, {"name": "CENTRO", "surname": "CUV", "role": "XXX", "phone": "4900", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "AMBULATORIO VACCINAZIONI (1)", "phone": "4848", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "AMBULATORIO VACCINAZIONI (2)", "phone": "4846", "department": "XXX"}, {"name": "AMBULATORIO", "surname": "CML", "role": "XXX", "phone": "4847", "department": "XXX"}, {"name": "XXX", "surname": "Riccardi", "role": "a.riccardi@asst-lecco.it", "phone": "2183", "department": "XXX"}, {"name": "XXX", "surname": "Office", "role": "s.cogliati@asst-lecco.it", "phone": "2415", "department": "XXX"}, {"name": "Stefano", "surname": "Sportello", "role": "s.rodella@asst-lecco.it", "phone": "2181", "department": "XXX"}, {"name": "Fausto", "surname": "Centanaro", "role": "f.centanaro@asst-lecco.it", "phone": "2426", "department": "XXX"}, {"name": "XXX", "surname": "Pinzi", "role": "c.pinzi@asst-lecco.it", "phone": "2425", "department": "XXX"}, {"name": "Francesco", "surname": "Butturini", "role": "fr.butturini@asst-lecco.it", "phone": "2187", "department": "XXX"}, {"name": "Mattia", "surname": "Bava", "role": "m.bava@asst-lecco.it", "phone": "2184", "department": "XXX"}, {"name": "CASE", "surname": "Signorelli", "role": "c.signorelli@asst-lecco.it", "phone": "4870", "department": "XXX"}, {"name": "XXX", "surname": "Gusmeroli", "role": "e.gusmeroli@asst-lecco.it", "phone": "2185", "department": "XXX"}, {"name": "TERAPIE", "surname": "Pezzati", "role": "l.pezzati@asst-lecco.it", "phone": "4915", "department": "XXX"}, {"name": "XXX", "surname": "INFERMIERI", "role": "XXX", "phone": "4914", "department": "XXX"}, {"name": "XXX", "surname": "Capitani", "role": "l.decapitani@asst-lecco.it", "phone": "2197", "department": "XXX"}, {"name": "Federico", "surname": "Motta", "role": "f.motta@asst-lecco.it", "phone": "2198", "department": "XXX"}, {"name": "XXX", "surname": "Sangiorgio", "role": "e.sangiorgio@asst-lecco.it", "phone": "3623", "department": "XXX"}, {"name": "XXX", "surname": "Patroni", "role": "a.patroni@asst-lecco.it", "phone": "2429", "department": "XXX"}, {"name": "Vittorio", "surname": "Rigamonti", "role": "v.rigamonti@asst-lecco.it", "phone": "3613", "department": "XXX"}, {"name": "XXX", "surname": "Savastano", "role": "p.savastano@asst-lecco.it", "phone": "2186", "department": "XXX"}, {"name": "XXX", "surname": "Arcelli", "role": "n.arcelli@asst-lecco.it", "phone": "4918", "department": "XXX"}, {"name": "XXX", "surname": "Barozzi", "role": "s.barozzi@asst-lecco.it", "phone": "2188", "department": "XXX"}, {"name": "XXX", "surname": "Montanelli", "role": "a.montanelli@asst-lecco.it", "phone": "4197", "department": "XXX"}, {"name": "XXX", "surname": "Sacchi", "role": "cr.sacchi@asst-lecco.it", "phone": "2182", "department": "XXX"}, {"name": "XXX", "surname": "Villa", "role": "XXX", "phone": "4919", "department": "XXX"}, {"name": "Giuseppe", "surname": "Colella", "role": "g.colella@asst-lecco.it", "phone": "4196", "department": "XXX"}, {"name": "XXX", "surname": "Butti", "role": "sa.butti@asst-lecco.it", "phone": "4198", "department": "XXX"}, {"name": "Nicolò", "surname": "Caldirola", "role": "n.caldirola@asst-lecco.it", "phone": "4917", "department": "XXX"}, {"name": "XXX", "surname": "Vago", "role": "m.vago@asst-lecco.it", "phone": "4916", "department": "XXX"}, {"name": "CENTRO", "surname": "DIURNO", "role": "centrodiurnolecco@hcmitalia.it", "phone": "3624", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SPORTELLO 6782", "phone": "6781", "department": "esterno (031 3589511)"}, {"name": "XXX", "surname": "FAX", "role": "esterno (031 3589513)", "phone": "6783", "department": "XXX"}, {"name": "XXX", "surname": "SPORTELLO", "role": "esterno (031 3589521)", "phone": "6791", "department": "XXX"}, {"name": "XXX", "surname": "PRELIEVI", "role": "esterno (031 3589515)", "phone": "6785", "department": "XXX"}, {"name": "XXX", "surname": "STUDIO", "role": "esterno (031 3589514)", "phone": "6784", "department": "XXX"}, {"name": "XXX", "surname": "SPORTELLO", "role": "esterno 0341253249", "phone": "4249", "department": "XXX"}, {"name": "XXX", "surname": "PRELIEVI", "role": "esterno 0341253250", "phone": "4250", "department": "XXX"}, {"name": "XXX", "surname": "SPORTELLO", "role": "esterno 0341653011", "phone": "6851", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "esterno 0341653012", "phone": "6852", "department": "XXX"}, {"name": "XXX", "surname": "SPORTELLO", "role": "esterno 0341653024", "phone": "6864", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "esterno 0341653022", "phone": "6862", "department": "XXX"}, {"name": "XXX", "surname": "PEDIATRICO", "role": "esterno 0341653018", "phone": "6858", "department": "XXX"}, {"name": "XXX", "surname": "GINECOLOGO", "role": "esterno 0341653015", "phone": "6855", "department": "XXX"}, {"name": "XXX", "surname": "PSICOLOGO", "role": "esterno 0341653016", "phone": "6856", "department": "XXX"}, {"name": "ASSISTENTE", "surname": "SOCIALE", "role": "esterno 0341653017", "phone": "6857", "department": "XXX"}, {"name": "XXX", "surname": "SPORTELLO", "role": "esterno 0341253248", "phone": "4248", "department": "XXX"}, {"name": "SPORTELLO", "surname": "PRELIEVI", "role": "esterno 0341253247", "phone": "4247", "department": "XXX"}, {"name": "XXX", "surname": "Vanotti", "role": "e.vanotti@asst-lecco.it", "phone": "6802", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "XXX", "phone": "6803", "department": "XXX"}, {"name": "Solo", "surname": "Ostetrica", "role": "SPORTELLO:", "phone": "6811", "department": "XXX"}, {"name": "XXX", "surname": "SPORTELLO", "role": "XXX", "phone": "6816", "department": "XXX"}, {"name": "Fabio", "surname": "Cioppa", "role": "f.dellacioppa@asst-lecco.it", "phone": "6810", "department": "XXX"}, {"name": "Guglielmo", "surname": "Riccio", "role": "g.riccio@asst-lecco.it", "phone": "6822", "department": "XXX"}, {"name": "COMMISSIONE", "surname": "INVALIDI", "role": "invalidicivilibellano@asst-lecco.it", "phone": "6830", "department": "XXX"}, {"name": "ASSISTENTE", "surname": "SOCIALE", "role": "XXX", "phone": "6823", "department": "XXX"}, {"name": "GINECOLOGO", "surname": "OSTETRICA", "role": "XXX", "phone": "6815", "department": "XXX"}, {"name": "XXX", "surname": "OSTETRICA", "role": "XXX", "phone": "6826", "department": "XXX"}, {"name": "XXX", "surname": "PSICOLOGO", "role": "XXX", "phone": "6824", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "6808", "department": "XXX"}, {"name": "XXX", "surname": "Bariffi", "role": "c.bariffi@asst-lecco.it", "phone": "6821", "department": "XXX"}, {"name": "XXX", "surname": "Selva", "role": "l.selva@asst-lecco.it", "phone": "6840", "department": "XXX"}, {"name": "XXX", "surname": "AMBULATORIO", "role": "XXX", "phone": "6817", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "IGIENE ALIMETAZIONE NUTRIZIONE 6828", "phone": "6836", "department": "XXX"}, {"name": "XXX", "surname": "SPORTELLO", "role": "esterno 0341253951", "phone": "4951", "department": "XXX"}, {"name": "XXX", "surname": "PRELIEVI", "role": "esterno 0341253948", "phone": "4948", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SPORTELLO1", "phone": "6711", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SPORTELLO2", "phone": "6715", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "6714", "department": "XXX"}, {"name": "XXX", "surname": "SPORTELLO", "role": "XXX", "phone": "6716", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "6712", "department": "XXX"}, {"name": "XXX", "surname": "INFERMIERA", "role": "XXX", "phone": "6713", "department": "XXX"}, {"name": "XXX", "surname": "GINECOLOGO", "role": "XXX", "phone": "6723", "department": "XXX"}, {"name": "XXX", "surname": "PSICOLOGO", "role": "XXX", "phone": "6721", "department": "XXX"}, {"name": "ASSISTENTE", "surname": "SOCIALE", "role": "XXX", "phone": "6722", "department": "XXX"}, {"name": "XXX", "surname": "OCULISTICA", "role": "XXX", "phone": "6731", "department": "XXX"}, {"name": "XXX", "surname": "ABULATORIO", "role": "XXX", "phone": "6717", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "AMBULATORIO 2", "phone": "6727", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "AMBULATORIO 3", "phone": "6729", "department": "XXX"}, {"name": "XXX", "surname": "Conti", "role": "g.conti@asst-lecco.it", "phone": "6102", "department": "XXX"}, {"name": "XXX", "surname": "Acquistapace", "role": "son.acquistapace@asst-lecco.it", "phone": "6103", "department": "XXX"}, {"name": "AMMINISTRATIVO", "surname": "Leone", "role": "f.leone@asst-lecco.it", "phone": "6105", "department": "XXX"}, {"name": "ASSISTENTE", "surname": "Burini", "role": "f.burini@asst-lecco.it", "phone": "6133", "department": "XXX"}, {"name": "XXX", "surname": "ACCOGLIENZA", "role": "XXX", "phone": "6111", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SPORTELLO 1", "phone": "6119", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SPORTELLO 2", "phone": "6150", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "SPORTELLO 3", "phone": "6116", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Stanza 13", "phone": "6140", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Stanza 14", "phone": "6112", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Stanza 15", "phone": "6120", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Stanza 19", "phone": "6114", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ACCOGLIENZA GINE.OSTETRICIA Stanza 4", "phone": "6115", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "GINECOLOGIA OSTETRICIA Stanza 2", "phone": "6131", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "GINECOLOGIA OSTETRICIA Stanza 3", "phone": "6132", "department": "XXX"}, {"name": "XXX", "surname": "PEDIATRIA", "role": "XXX", "phone": "6123", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "ASSISTENTE SOCIALE Stanza 9", "phone": "6117", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "PSICOLOGO Stanza 7", "phone": "6118", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "PSICOLOGO Stanza 5", "phone": "6139", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "6130", "department": "XXX"}, {"name": "XXX", "surname": "ACCOGLIENZA", "role": "XXX", "phone": "6109", "department": "XXX"}, {"name": "XXX", "surname": "ACCOGLIENZA", "role": "XXX", "phone": "6125", "department": "XXX"}, {"name": "XXX", "surname": "ACCOGLIENZA", "role": "XXX", "phone": "6126", "department": "XXX"}, {"name": "XXX", "surname": "ACCOGLIENZA", "role": "XXX", "phone": "6128", "department": "XXX"}, {"name": "XXX", "surname": "ASSOCIAZIONI", "role": "XXX", "phone": "6149", "department": "XXX"}, {"name": "SPORTELLO", "surname": "Comunità", "role": "esterno 0399919911", "phone": "6161", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "esterno 0399919915", "phone": "6165", "department": "XXX"}, {"name": "XXX", "surname": "SPORTELLO", "role": "XXX", "phone": "6038", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "BACK OFFICE 6064", "phone": "6012", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "6024", "department": "XXX"}, {"name": "XXX", "surname": "AMBULATORIO", "role": "XXX", "phone": "6022", "department": "XXX"}, {"name": "XXX", "surname": "AMBULATORIO", "role": "XXX", "phone": "6079", "department": "XXX"}, {"name": "ACCOGLIENZA", "surname": "OSTETRICA", "role": "XXX", "phone": "6009", "department": "XXX"}, {"name": "XXX", "surname": "GINECOLOGO", "role": "XXX", "phone": "6008", "department": "XXX"}, {"name": "XXX", "surname": "PEDIATRICO", "role": "XXX", "phone": "6007", "department": "XXX"}, {"name": "ASSISTENTE", "surname": "SOCIALE", "role": "XXX", "phone": "6077", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "PSICOLOGO 6074", "phone": "6075", "department": "XXX"}, {"name": "XXX", "surname": "FAX", "role": "XXX", "phone": "6025", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "DIFRA 6030 6031", "phone": "6032", "department": "XXX"}, {"name": "XXX", "surname": "VETERINARIO", "role": "XXX", "phone": "6023", "department": "XXX"}, {"name": "Marta", "surname": "Annoni", "role": "XXX", "phone": "4463", "department": "m.annoni@asst-lecco.it"}, {"name": "Genoveffa", "surname": "Brusadelli", "role": "XXX", "phone": "4465", "department": "g.brusadelli@asst-lecco.it"}, {"name": "Perla", "surname": "Cammilleri", "role": "XXX", "phone": "4468", "department": "p.cammilleri@asst-lecco.it"}, {"name": "Rossella", "surname": "Emmanuele", "role": "XXX", "phone": "4467", "department": "r.emmanuele@asst-lecco.it"}, {"name": "Andrea", "surname": "Fascendini", "role": "XXX", "phone": "4470", "department": "a.fascendini@asst-lecco.it"}, {"name": "Mariagrazia", "surname": "Viganò", "role": "XXX", "phone": "4466", "department": "mari.vigano@asst-lecco.it"}, {"name": "Eugenio", "surname": "Scopinaro", "role": "XXX", "phone": "4469", "department": "e.scopinaro@asst-lecco.it"}, {"name": "Sert", "surname": "It", "role": "ACCOGLIENZA", "phone": "6927", "department": "XXX"}, {"name": "XXX", "surname": "AMBULATORIO", "role": "XXX", "phone": "6933", "department": "XXX"}, {"name": "Ali", "surname": "Masoudi", "role": "a.masoudi@asst-lecco.it", "phone": "6922", "department": "XXX"}, {"name": "Antonio", "surname": "Lambiase", "role": "a.lambiase@asst-lecco.it", "phone": "6920", "department": "XXX"}, {"name": "STUDI", "surname": "PSICOLOGI", "role": "XXX", "phone": "6928", "department": "XXX"}, {"name": "XXX", "surname": "Lanfranchi", "role": "c.lanfranchi@asst-lecco.it", "phone": "6929", "department": "XXX"}, {"name": "XXX", "surname": "Plos", "role": "s.plos@asst-lecco.it", "phone": "6930", "department": "XXX"}, {"name": "XXX", "surname": "Tahiraj", "role": "s.tahiraj@asst-lecco.it", "phone": "6921", "department": "XXX"}, {"name": "STUDI", "surname": "SOCIALI", "role": "XXX", "phone": "6924", "department": "XXX"}, {"name": "XXX", "surname": "Oliva", "role": "a.oliva@asst-lecco.it", "phone": "6925", "department": "XXX"}, {"name": "XXX", "surname": "Stucchi", "role": "g.stucchi@asst-lecco.it", "phone": "6926", "department": "XXX"}, {"name": "Angelo", "surname": "Castellani", "role": "a.castellani@asst-lecco.it", "phone": "6939", "department": "XXX"}, {"name": "SALA", "surname": "RIUNIONI", "role": "XXX", "phone": "6938", "department": "XXX"}, {"name": "A", "surname": "It", "role": "Infermiere", "phone": "6180", "department": "XXX"}, {"name": "Giovanni", "surname": "Zelano", "role": "g.zelano@asst-lecco.it", "phone": "6182", "department": "XXX"}, {"name": "XXX", "surname": "Alaimo", "role": "s.alaimo@asst-lecco.it", "phone": "6181", "department": "XXX"}, {"name": "XXX", "surname": "Angelicchio", "role": "s.angelicchio@asst-lecco.it", "phone": "6185", "department": "XXX"}, {"name": "XXX", "surname": "Ligato", "role": "l.ligato@asst-lecco.it", "phone": "6186", "department": "XXX"}, {"name": "XXX", "surname": "Agostoni", "role": "ov.agostoni@asst-lecco.it", "phone": "6184", "department": "XXX"}, {"name": "Abina", "surname": "5708", "role": "Direttore S.C.", "phone": "5708", "department": "abina elettrica (c/o portineria) 5708"}, {"name": "XXX", "surname": "XXX", "role": "Direttore S.C.", "phone": "5330", "department": "om"}, {"name": "XXX", "surname": "XXX", "role": "Direttore S.C.", "phone": "XXX", "department": "ontinuità"}, {"name": "XXX", "surname": "XXX", "role": "Direttore S.C.", "phone": "XXX", "department": "ontinuità Clinico Assistenziale"}, {"name": "XXX", "surname": "XXX", "role": "Direttore S.C.", "phone": "4192", "department": "XXX"}, {"name": "XXX", "surname": "XXX", "role": "Direttore S.C.", "phone": "XXX", "department": "ucinetta"}, {"name": "XXX", "surname": "XXX", "role": "Direttore S.C.", "phone": "XXX", "department": "ucinetta STUDI MEDICI"}, {"name": "XXX", "surname": "XXX", "role": "Direttore S.C.", "phone": "XXX", "department": "omporre la sequenza"}, {"name": "XXX", "surname": "XXX", "role": "Direttore S.C.", "phone": "XXX", "department": "omporre il numero 16 e premere il tasto verde) Per esempio se si vuole deviare il proprio interno sul sistema di caselle vocali si"}, {"name": "XXX", "surname": "XXX", "role": "Direttore S.C.", "phone": "2780", "department": "omporre il numero 16 e premere il"}, {"name": "XXX", "surname": "XXX", "role": "Direttore S.C.", "phone": "XXX", "department": "omporre il numero 19 e premere il tasto verde) Per esempio se si vuole deviare il proprio interno sul sistema di caselle vocali si"}, {"name": "XXX", "surname": "XXX", "role": "Direttore S.C.", "phone": "XXX", "department": "omporre la sequenza e premere il tasto verde per entrambe le operazioni) RIPETIZIONE ULTIMO NUMERO SELEZIONATO Il servizio consente la ripetizione automatica dell'ultima chiamata esterna"}{"name": "Amministrativo", "surname": "Dr", "role": "Direttore", "phone": "2019", "department": ""}, {"name": "Luisa", "surname": "Fumagalli", "role": "Direttore", "phone": "2102", "department": "AFFARI GENERALI"}, {"name": "Giorgio", "surname": "Beretta", "role": "Direttore", "phone": "4014", "department": ""}, {"name": "Ssa", "surname": "Terzi", "role": "Direttore", "phone": "2030", "department": "GESTIONE RISORSE UMANE"}, {"name": "Caterina", "surname": "Gennaro", "role": "Direttore", "phone": "2139", "department": "SERVIZIO INGEGNERIA CLINICA"}, {"name": "Stefano", "surname": "Rota", "role": "Direttore", "phone": "4080", "department": "PREVENZIONE E PROTEZIONE"}, {"name": "Luca", "surname": "Nicolini", "role": "Direttore", "phone": "4075", "department": "PROGRAMMAZIONE, CONTROLLO DI GESTIONE E GESTIONE OPERATIVA"}, {"name": "Viviana", "surname": "Sganga", "role": "Direttore", "phone": "2059", "department": "GESTIONE ACQUISTI"}, {"name": "Paola", "surname": "Goretti", "role": "Direttore", "phone": "2542", "department": "QUALITA’ E RISK MANAGEMENT"}, {"name": "Filippo", "surname": "Casalini", "role": "Direttore", "phone": "5551", "department": "TECNICO-PATRIMONIALE"}, {"name": "Giovanni", "surname": "Rossi", "role": "Direttore", "phone": "2304", "department": "DIPARTIMENTO CARDIO-TORACO-VASCOLARE"}, {"name": "Paolo", "surname": "Faccioli", "role": "Direttore", "phone": "2645", "department": "DIPARTIMENTO DIAGNOSTICA IMMAGINI"}, {"name": "Salvatore", "surname": "Alongi", "role": "Direttore", "phone": "2990", "department": "DIPARTIMENTO EMERGENZA URGENZA"}, {"name": "Roberto", "surname": "Bellù", "role": "Direttore", "phone": "2231", "department": "DIPARTIMENTO MATERNO INFANTILE"}, {"name": "Vincenzo", "surname": "Milia", "role": "Direttore", "phone": "2830", "department": "DIPARTIMENTO MEDICO"}, {"name": "Andrea", "surname": "Salmaggi", "role": "Direttore", "phone": "2800", "department": "DIPARTIMENTO NEUROSCIENZE"}, {"name": "Antonio", "surname": "Ardizzoia", "role": "Direttore", "phone": "2900", "department": "DIPARTIMENTO ONCOLOGICO"}, {"name": "Ottaviano", "surname": "Martinelli", "role": "Direttore", "phone": "2160", "department": "DIPARTIMENTO SALUTE MENTALE E DIPENDENZE"}, {"name": "Elisa", "surname": "Pesenti", "role": "Direttore", "phone": "2598", "department": "DIREZIONE MEDICA DI PRESIDIO"}, {"name": "Salvatore", "surname": "Alongi", "role": "Direttore", "phone": "2981", "department": "ANESTESIA/RIANIMAZIONE"}, {"name": "Andrea", "surname": "Farina", "role": "Direttore", "phone": "2478", "department": "CARDIOLOGIA"}, {"name": "Michele", "surname": "Triggiani", "role": "Direttore", "phone": "155", "department": ""}, {"name": "Mauro", "surname": "Zago", "role": "Direttore", "phone": "XXX", "department": ""}, {"name": "Pierfilippo", "surname": "Sabella", "role": "Direttore", "phone": "XXX", "department": ""}, {"name": "Maddalena", "surname": "Satta", "role": "Direttore", "phone": "XXX", "department": ""}, {"name": "Salvatore", "surname": "Scuzzarella", "role": "Direttore", "phone": "2310", "department": ""}, {"name": "Carla", "surname": "Magni", "role": "Direttore", "phone": "2305", "department": ""}, {"name": "Giovanni", "surname": "Rossi", "role": "Direttore", "phone": "2317", "department": "CHIRURGIA VASCOLARE"}, {"name": "Fabrizio", "surname": "Fantini", "role": "Direttore", "phone": "2950", "department": "DERMATOLOGIA"}, {"name": "Giulia", "surname": "Torre", "role": "Direttore", "phone": "2757", "department": "FARMACIA"}, {"name": "Arnaldo", "surname": "Amato", "role": "Direttore", "phone": "2966", "department": "GASTROENTEROLOGIA"}, {"name": "Antonio", "surname": "Pellegrino", "role": "Direttore", "phone": "2256", "department": "GINECOLOGIA/OSTETRICIA"}, {"name": "Cristina", "surname": "Riva", "role": "Direttore", "phone": "2533", "department": "ANATOMIA PATOLOGICA"}, {"name": "Alessandro", "surname": "Gerosa", "role": "Direttore", "phone": "2868", "department": "MEDICINA TRASFUSIONALE"}, {"name": "Stefania", "surname": "Piconi", "role": "Direttore", "phone": "2890", "department": "MALATTIE INFETTIVE"}, {"name": "Eleonora", "surname": "Valsecchi", "role": "Direttore", "phone": "2388", "department": "MEDICINA DEL LAVORO"}, {"name": "Pietro", "surname": "Tavani", "role": "Direttore", "phone": "5976", "department": "MEDICINA RIABILITATIVA"}, {"name": "Claudio", "surname": "Leo", "role": "Direttore", "phone": "2140", "department": "MEDICINA NUCLEARE"}, {"name": "Vincenzo", "surname": "Milia", "role": "Direttore", "phone": "2836", "department": "NEFROLOGIA E DIALISI"}, {"name": "Leonardo", "surname": "Fiori", "role": "Direttore", "phone": "2338", "department": "NEUROCHIRURGIA"}, {"name": "Antonio", "surname": "Ardizzoia", "role": "Direttore", "phone": "2901", "department": "ONCOLOGIA"}, {"name": "Piero", "surname": "Poli", "role": "Direttore", "phone": "2390", "department": "ORTOPEDIA/TRAUMATOLOGIA"}, {"name": "Anna", "surname": "Cogliardi", "role": "Direttore", "phone": "2217", "department": "PEDIATRIA"}, {"name": "Paolo", "surname": "Faccioli", "role": "Direttore", "phone": "3048", "department": "RADIOLOGIA"}, {"name": "Carlo", "surname": "Soatti", "role": "Direttore", "phone": "2700", "department": "RADIOTERAPIA"}, {"name": "Fausto", "surname": "Declich", "role": "Direttore", "phone": "4549", "department": "SERVIZIO DI FISICA SANITARIA"}, {"name": "It", "surname": "Segreteria", "role": "Direttore", "phone": "118", "department": ""}, {"name": "Socio", "surname": "Sanitario", "role": "Direttore", "phone": "XXX", "department": ""}, {"name": "Stefano", "surname": "Maggiolini", "role": "Direttore", "phone": "5422", "department": "CARDIOLOGIA / U.C.I.C."}, {"name": "Andrea", "surname": "Costanzi", "role": "Direttore", "phone": "5462", "department": "CHIRURGIA"}, {"name": "Paolo", "surname": "Rossi", "role": "Direttore", "phone": "5738", "department": "MEDICINA GENERALE"}, {"name": "Lorenzo", "surname": "Lorusso", "role": "Direttore", "phone": "5424", "department": "NEUROLOGIA"}, {"name": "Pierluigi", "surname": "Colombo", "role": "Direttore", "phone": "5910", "department": "ORTOPEDIA/TRAUMATOLOGIA"}, {"name": "Maddalena", "surname": "Satta", "role": "Direttore", "phone": "173", "department": "O. R. L."}, {"name": "Giovanni", "surname": "Buonocore", "role": "Direttore", "phone": "5627", "department": "PRONTO SOCCORSO"}, {"name": "Cesare", "surname": "Morzenti", "role": "Direttore", "phone": "5391", "department": "RADIOLOGIA"}, {"name": "Davide", "surname": "Guzzon", "role": "Direttore", "phone": "5002", "department": "ANESTESIA/RIANIMAZIONE"}, {"name": "Daniele", "surname": "Colombo", "role": "Direttore", "phone": "5872", "department": "I.N.R.C.A. Presso Presidio S. Leopoldo Mandic"}, {"name": "Continuità", "surname": "Assistenziale", "role": "Direttore", "phone": "4367", "department": ""}, {"name": "Cure", "surname": "Domiciliari", "role": "Direttore", "phone": "XXX", "department": "Dr.ssa Clara Onorina Colombo - Geriatra"}, {"name": "Luca", "surname": "Sesana", "role": "Direttore", "phone": "4800", "department": "S.C DISTRETTO DI LECCO"}, {"name": "Paola", "surname": "Grada", "role": "Direttore", "phone": "4806", "department": "CENTRO VACCINAZIONI"}, {"name": "Antonio", "surname": "Cusumano", "role": "Direttore", "phone": "6801", "department": "S.C. DISTRETTO DI BELLANO"}, {"name": "Daniele", "surname": "Coppola", "role": "Direttore", "phone": "6101", "department": "S.C. DISTRETTO DI MERATE"}]; +        let contacts = [ 
-    const STORAGE_KEY = "rubrica_contacts_light_v12"; // chiave v12+            {name: "Marco", surname: "Trivelli", role: "Direttore Generale", phone: "2010", department: "Direzione Generale"}, 
 +            {name: "Camilla", surname: "Crespi", role: "Segreteria Direzione Generale", phone: "2012", department: "Direzione Generale"}, 
 +            {name: "Sebastiana", surname: "Cucuzza", role: "Ufficio Supporto Direzione Generale", phone: "2018", department: "Direzione Generale"}, 
 +            {name: "Lucrezia", surname: "Puricelli", role: "Ufficio Supporto Direzione Generale", phone: "2017", department: "Direzione Generale"}, 
 +            {name: "Laura", surname: "Scattaretica", role: "Ufficio Supporto Direzione Generale", phone: "2090", department: "Direzione Generale"}, 
 +            {name: "Anna Maria", surname: "Grossi", role: "Ufficio Comunicazione Esterni", phone: "2386", department: "Comunicazione"}, 
 +            {name: "Martina", surname: "Caligiuri", role: "Ufficio Comunicazione Esterni", phone: "2397", department: "Comunicazione"}, 
 +            {name: "Katia", surname: "Rusconi", role: "Ufficio Comunicazione Interni", phone: "4056", department: "Comunicazione"}, 
 +            {name: "Sara", surname: "Meoli", role: "Ufficio Comunicazione Interni", phone: "2060", department: "Comunicazione"}, 
 +            {name: "Alberto", surname: "Boffi", role: "Direttore Amministrativo", phone: "2013", department: "Direzione Amministrativa"}, 
 +            {name: "Alessandra", surname: "Grappiolo", role: "Direttore Sanitario", phone: "2375", department: "Direzione Sanitaria"}, 
 +            {name: "Gianluca", surname: "Peschi", role: "Direttore Socio-Sanitario", phone: "2410", department: "Direzione Socio-Sanitaria"}, 
 +            // ... (tutti gli altri contatti dell'originale vanno quiinvariati) 
 +        ];
  
-    const FIELD_KEYS = { +        // Per brevità nel canvas ho mostrato l'inizio; nella versione da scaricare includi l'elenco completo. 
-      name: ["name","nome","firstName","firstname","given","givenName"], +        // >>> Se stai incollando questo file sopra l'originalecopia anche tutto l'array contacts dall'originale qui.
-      surname: ["surname","cognome","lastName","lastname","family","familyName"], +
-      role: ["role","ruolo","email","mail","position","title"], +
-      phone: ["phone","telefono","mobile","cell","interno","extension","tel"], +
-      department: ["department","dipartimento","dept","ufficio","office","org","organization"+
-    };+
  
-    const state { data: [], filtered: [], page: 1, pageSize: 50, query: "", cache: new WeakMap() }+        // Copia di sicurezza iniziale 
-    const $ (sel) => document.querySelector(sel); +        let originalContacts = [...contacts]; 
-    const gridBody = document.getElementById("gridBody");+        let filteredContacts contacts;
  
-    function pick(ckeys) { for (const k of keys) { if (&& c[k] != null && String(c[k]).trim() !== ""return String(c[k]); } return ""; }+        // --- LocalStorage --- 
 +        function saveToLocalStorage() { 
 +            try { 
 +                localStorage.setItem('asst-lecco-contacts'JSON.stringify(contacts)); 
 +                localStorage.setItem('asst-lecco-original', JSON.stringify(originalContacts)); 
 +            } catch (e) { console.warn('Errore salvataggio:', e); } 
 +        } 
 +        function loadFromLocalStorage() { 
 +            try { 
 +                const saved = localStorage.getItem('asst-lecco-contacts'); 
 +                const savedOriginal = localStorage.getItem('asst-lecco-original'); 
 +                if (saved && saved !== 'undefined') { 
 +                    const parsed = JSON.parse(saved)
 +                    if (Array.isArray(parsed&& parsed.length > 0) contacts = parsed; 
 +                } 
 +                if (savedOriginal && savedOriginal !== 'undefined'
 +                    const parsedO = JSON.parse(savedOriginal); 
 +                    if (Array.isArray(parsedO) && parsedO.length > 0) originalContacts = parsedO; 
 +                } 
 +            } catch (e) { console.warn('Errore caricamento:', e)
 +        }
  
-    function normalizeBasic(s) { +        // --- Ricerca e rendering --- 
-      try { return String(s || "").toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g, ""); } +        function searchContacts(query) { 
-      catch(e{ return String(s || "").toLowerCase(); } +            if (!query.trim()) return contacts; 
-    +            const s = query.toLowerCase().trim(); 
-    function normalizeSearch(s) { return normalizeBasic(s).replace(/[^a-z0-9]+/g, " ").replace(/\s+/g, " ").trim(); }+            return contacts.filter(c => 
 +                c.name.toLowerCase().includes(s|| 
 +                c.surname.toLowerCase().includes(s|| 
 +                c.phone.includes(s|| 
 +                c.role.toLowerCase().includes(s|| 
 +                c.department.toLowerCase().includes(s) || 
 +                (c.name + ' ' + c.surname).toLowerCase().includes(s) 
 +            ); 
 +        
 +        function renderResults(list) { 
 +            const el = document.getElementById('resultsContainer')
 +            if (!list.length) { el.innerHTML = '<div class="no-results">Nessun contatto trovato</div>'; return; } 
 +            el.innerHTML = list.map((cidx) => ` 
 +                <div class="result-item"
 +                    <div class="contact-info" onclick="openEdit(${idx})" style="cursor:pointer" title="Clic per modificare"> 
 +                        <div class="contact-name">${c.name} ${c.surname}</div> 
 +                        <div class="contact-details"> 
 +                            <span class="contact-phone">${c.phone}</span> 
 +                            ${c.role} - ${c.department} 
 +                        </div> 
 +                    </div> 
 +                    <div style="display:flex; gap:8px;"
 +                        <button class="btn" onclick="openEdit(${idx})">Modifica</button> 
 +                        <button class="btn warn" onclick="deleteContact(${idx})">Elimina</button> 
 +                    </div> 
 +                </div> 
 +            `).join(''); 
 +        }
  
-    // Riconoscimento placeholder 'XXX' & simili +        function performSearch() { 
-    function isPlaceholder(val) { +            const document.getElementById('searchBox').value
-      if (val == null) return false; +            filteredContacts searchContacts(q); 
-      const normalizeBasic(String(val)).trim()+            renderResults(filteredContacts); 
-      if (s === "") return false; +        
-      const onlyXSep = s.replace(/[x\.\-_/\s]/g, ""); +        function updateStats() { 
-      if (onlyXSep === "") { return /x/.test(s); } +            document.getElementById('statsContainer').textContent `Totale contatti: ${contacts.length}`
-      return false; +        }
-    +
-    // Pulizia profonda di tutti i campi +
-    function deepClean(obj) { +
-      if (obj == null) return obj; +
-      const t = typeof obj; +
-      if (t === "string") return isPlaceholder(obj) ? "" : obj; +
-      if (t === "number" || t === "boolean") return obj; +
-      if (Array.isArray(obj)return obj.map(deepClean); +
-      if (t === "object") { const out = {}; for (const k in obj) out[k] = deepClean(obj[k]); return out; } +
-      return obj+
-    }+
  
-    function collectValues(obj, out) { +        // --- Elimina --- 
-      if (obj == null) return; +        function deleteContact(index) { 
-      const typeof obj+            if (!confirm('Sei sicuro di voler eliminare questo contatto?')) return; 
-      if (=== "string" || t === "number" || t === "boolean") { out.push(String(obj)); return; } +            const toDelete filteredContacts[index]
-      if (Array.isArray(obj)) { for (const v of obj) collectValues(v, out); return; } +            const originalIndex = contacts.findIndex(=> c === toDelete); 
-      if (t === "object") { for (const k in obj) collectValues(obj[k]out); } +            if (originalIndex > -1) { 
-    } +                contacts.splice(originalIndex1); 
-    function getSearchText(c) { +                performSearch(); 
-      if (state.cache.has(c)) return state.cache.get(c); +                updateStats(); 
-      const vals = []; collectValues(c, vals); +                saveToLocalStorage(); 
-      const txt = normalizeSearch(vals.join(" ")); +            } 
-      state.cache.set(c, txt); return txt; +        }
-    }+
  
-    function loadData() { +        // --- Aggiungi --- 
-      try +        function showAddForm(){ document.getElementById('addContactForm').style.display = 'block'; } 
-        const saved localStorage.getItem(STORAGE_KEY); +        function hideAddForm()document.getElementById('addContactForm').style.display = 'none'; clearForm(); } 
-        if (savedstate.data JSON.parse(saved); +        function clearForm(){ 
-        else +            document.getElementById('newName').value ''; 
-          const original Array.isArray(INITIAL_DATA? INITIAL_DATA : []+            document.getElementById('newSurname').value = ''
-          state.data original.map(deepClean); +            document.getElementById('newPhone').value ''; 
-          localStorage.setItem(STORAGE_KEY, JSON.stringify(state.data));+            document.getElementById('newRole').value = ''; 
 +            document.getElementById('newDepartment').value = ''
 +        
 +        function addContact()
 +            const name document.getElementById('newName').value.trim(); 
 +            const surname = document.getElementById('newSurname').value.trim(); 
 +            const phone document.getElementById('newPhone').value.trim(); 
 +            const role = document.getElementById('newRole').value.trim(); 
 +            const department = document.getElementById('newDepartment').value.trim(); 
 +            if (!name || !surname || !phone || !role || !department) { alert('Compila tutti i campi!'); return; } 
 +            const exists = contacts.some(c => c.name.toLowerCase()===name.toLowerCase() && c.surname.toLowerCase()===surname.toLowerCase() && c.phone===phone); 
 +            if (exists) { alert('Questo contatto esiste già!'); return; } 
 +            contacts.unshift({ name, surname, role, phone, department }); 
 +            originalContacts = [...contacts]; 
 +            hideAddForm(); 
 +            performSearch(); 
 +            updateStats(); 
 +            saveToLocalStorage(); 
 +            alert('Contatto aggiunto con successo!');
         }         }
-      } catch (e) { 
-        console.warn("LocalStorage error:", e); 
-        const original = Array.isArray(INITIAL_DATA) ? INITIAL_DATA : []; 
-        state.data = original.map(deepClean); 
-      } 
-      applyFilters(); 
-    } 
  
-    function applyFilters() { +        // --- Import/Export --- 
-      const tokens normalizeSearch(state.query).split(/\s+/).filter(Boolean); +        function exportData(){ 
-      if (tokens.length === 0state.filtered = state.data.slice(); +            const dataStr JSON.stringify(contacts, null, 2)
-      else state.filtered state.data.filter(=> { const hay getSearchText(c); return tokens.every(=> hay.includes(t)); })+            const dataBlob = new Blob([dataStr], { type: 'application/json' })
-      if ((state.page - 1* state.pageSize >state.filtered.lengthstate.page = 1+            const url = URL.createObjectURL(dataBlob); 
-      render(); +            const a = document.createElement('a'); 
-    }+            a.href url; 
 +            a.download `rubrica-asst-lecco-${new Date().toISOString().split('T')[0]}.json`; 
 +            a.click(); 
 +            URL.revokeObjectURL(url); 
 +        } 
 +        function importData(){ document.getElementById('fileInput').click();
 +        function handleFileImport(e){ 
 +            const file e.target.files[0]; if (!file) return; 
 +            const reader = new FileReader(); 
 +            reader.onload = ev => { 
 +                try { 
 +                    const imported JSON.parse(ev.target.result); 
 +                    if (!Array.isArray(imported)) { alert('File non valido'); return; } 
 +                    const valid = imported.filter(=> c.name && c.surname && c.phone && c.role && c.department); 
 +                    if (!valid.length{ alert('Nessun contatto valido trovato'); return} 
 +                    if (confirm(`Sostituire con ${valid.length} contatti?`)) { 
 +                        contacts = valid; originalContacts [...contacts]; 
 +                        performSearch(); updateStats(); saveToLocalStorage(); alert('Database caricato con successo!'); 
 +                    } 
 +                } catch(err){ alert('Errore file: ' + err.message)} 
 +            }; 
 +            reader.readAsText(file); 
 +            e.target.value = ''; 
 +        }
  
-    function esc(s) { const = document.createElement('div'); d.textContent s ?? ""; return d.innerHTML; }+        // --- Modifica --- 
 +        let editingIndex = -1; // indice nel vettore "contacts" 
 +        function openEdit(indexInFiltered){ 
 +            const contact filteredContacts[indexInFiltered]; 
 +            const idx = contacts.findIndex(c => c === contact); // confronta per riferimento 
 +            if (idx === -1) return; 
 +            editingIndex = idx; 
 +            // Precompila 
 +            document.getElementById('editName').value = contacts[idx].name || ''; 
 +            document.getElementById('editSurname').value contacts[idx].surname || ''; 
 +            document.getElementById('editPhone').value = contacts[idx].phone || ''; 
 +            document.getElementById('editRole').value = contacts[idx].role || ''; 
 +            document.getElementById('editDepartment').value = contacts[idx].department || ''; 
 +            // Mostra modal 
 +            const modal = document.getElementById('editModal'); 
 +            modal.style.display = 'flex'; 
 +            modal.setAttribute('aria-hidden','false'); 
 +            // Focus primo campo 
 +            setTimeout(() => document.getElementById('editName').focus(), 50); 
 +        } 
 +        function closeEditModal(){ 
 +            const modal = document.getElementById('editModal'); 
 +            modal.style.display = 'none'; 
 +            modal.setAttribute('aria-hidden','true'); 
 +            editingIndex = -1; 
 +        } 
 +        function saveEdit(){ 
 +            if (editingIndex === -1) { closeEditModal(); return; } 
 +            const name = document.getElementById('editName').value.trim(); 
 +            const surname = document.getElementById('editSurname').value.trim(); 
 +            const phone = document.getElementById('editPhone').value.trim(); 
 +            const role = document.getElementById('editRole').value.trim(); 
 +            const department = document.getElementById('editDepartment').value.trim(); 
 +            if (!name || !surname || !phone || !role || !department) { alert('Compila tutti i campi!'); return; } 
 +            // Aggiorna 
 +            contacts[editingIndex] = { name, surname, role, phone, department }; 
 +            originalContacts = [...contacts]; 
 +            closeEditModal(); 
 +            performSearch(); 
 +            updateStats(); 
 +            saveToLocalStorage(); 
 +            alert('Contatto aggiornato!'); 
 +        }
  
-    function rowViewHtml(indexname, surname, role, phone, dept)+        // Tasti rapidi nel modal 
-      return `<tr data-index="${index}" data-mode="view"> +        document.addEventListener('keydown'(e) => { 
-        <td>${index + 1}</td> +            const modalVisible = document.getElementById('editModal').getAttribute('aria-hidden'=== 'false'; 
-        <td>${esc(name)}</td> +            if (!modalVisiblereturn; 
-        <td>${esc(surname)}</td> +            if (e.key === 'Escape'closeEditModal(); 
-        <td>${esc(role)}</td> +            if (e.key === 'Enter') saveEdit(); 
-        <td>${esc(phone)}</td> +        });
-        <td>${esc(dept)}</td> +
-        <td class="actions"> +
-          <button onclick="enterEdit(${index})">Modifica</button> +
-          <button class="danger" onclick="delContact(${index})">Elimina</button> +
-        </td> +
-      </tr>`; +
-    }+
  
-    function render() { +        // --- Init --- 
-      const count = state.filtered.length; +        document.addEventListener('DOMContentLoaded', () => { 
-      document.getElementById("countBadge").textContent = count + " contatti"; +            loadFromLocalStorage(); 
-      const countTop = document.getElementById("countBadgeTop"); if (countTop) countTop.textContent = count + " contatti"; +            updateStats(); 
-      const start = (state.page - 1) * state.pageSize; +            performSearch(); 
-      const end = start + state.pageSize; +            document.getElementById('searchBox').addEventListener('input'performSearch); 
-      const items = state.filtered.slice(startend); +            document.getElementById('fileInput').addEventListener('change', handleFileImport); 
-      gridBody.innerHTML = items.map((c, idx) => { +        }); 
-        const i = start + idx; +    </script>
-        const name = pick(c, FIELD_KEYS.name); +
-        const surname = pick(c, FIELD_KEYS.surname); +
-        const role = pick(c, FIELD_KEYS.role); +
-        const phone = pick(c, FIELD_KEYS.phone); +
-        const dept = pick(c, FIELD_KEYS.department)+
-        return rowViewHtml(i, name, surname, role, phone, dept); +
-      }).join(""); +
-      const totalPages = Math.max(1Math.ceil(state.filtered.length / state.pageSize)); +
-      document.getElementById("pageInfo").textContent = `Pagina ${state.page} / ${totalPages}`; +
-      document.getElementById("prevPage").disabled = state.page <= 1+
-      document.getElementById("nextPage").disabled = state.page >= totalPages+
-    }+
  
-    // Inline Edit +<script> 
-    window.enterEdit = function(index){ +(function(){ 
-      const row gridBody.querySelector(`tr[data-index="${index}"]`); +  var svgEdit '<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zm2.92 2.83H5v-.92L14.06 8.02l.92.92L5.92 20.08zM20.71 7.04a1 1 0 000-1.41l-2.34-2.34a1 1 0 00-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/></svg>'; 
-      if(!row) return; +  var svgDel  '<svg viewBox="0 0 24 24aria-hidden="true"><path d="M9 3h6a1 1 0 011 1v1h4v2H4V5h4V4a1 1 0 011-1zm1 6h2v9h-2V9zm4 0h2v9h-2V9zM7 9h2v9H7V9z"/></svg>'
-      const c state.filtered[index]; +  var EDIT_WORDS = ['modifica']; 
-      const name = pick(c, FIELD_KEYS.name); +  var DEL_WORDS  = ['elimina','cancella','cancella contatto'];
-      const surname = pick(c, FIELD_KEYS.surname); +
-      const role = pick(c, FIELD_KEYS.role); +
-      const phone = pick(c, FIELD_KEYS.phone); +
-      const dept = pick(c, FIELD_KEYS.department); +
-      row.outerHTML = `<tr data-index="${index}" data-mode="edit"> +
-        <td>${index + 1}</td> +
-        <td><input class="cell-input" id="e_name_${index}" value="${esc(name)}"></td> +
-        <td><input class="cell-input" id="e_surname_${index}" value="${esc(surname)}"></td> +
-        <td><input class="cell-input" id="e_role_${index}" value="${esc(role)}"></td> +
-        <td><input class="cell-inputid="e_phone_${index}" value="${esc(phone)}"></td> +
-        <td><input class="cell-input" id="e_dept_${index}" value="${esc(dept)}"></td+
-        <td class="actions"> +
-          <button class="okonclick="saveEdit(${index})">Salva</button> +
-          <button onclick="cancelEdit(${index})">Annulla</button> +
-        </td> +
-      </tr>`+
-    } +
-    window.cancelEdit function(index){ +
-      const c = state.filtered[index]; +
-      const name pick(c, FIELD_KEYS.name); +
-      const surname = pick(c, FIELD_KEYS.surname); +
-      const role = pick(c, FIELD_KEYS.role); +
-      const phone = pick(c, FIELD_KEYS.phone); +
-      const dept = pick(c, FIELD_KEYS.department); +
-      const row = gridBody.querySelector(`tr[data-index="${index}"]`); +
-      if(!row) return; +
-      row.outerHTML = rowViewHtml(indexnamesurname, role, phone, dept); +
-    } +
-    window.saveEdit = function(index){ +
-      const row = gridBody.querySelector(`tr[data-index="${index}"]`); +
-      if(!row) return; +
-      const name = document.getElementById(`e_name_${index}`).value.trim(); +
-      const surname = document.getElementById(`e_surname_${index}`).value.trim(); +
-      const role = document.getElementById(`e_role_${index}`).value.trim(); +
-      const phone = document.getElementById(`e_phone_${index}`).value.trim(); +
-      const dept = document.getElementById(`e_dept_${index}`).value.trim(); +
-      const item = state.filtered[index]; +
-      if (!item) return; +
-      item.name = name; item.surname = surname; item.role = role; item.phone = phone; item.department = dept; +
-      state.cache = new WeakMap(); +
-      localStorage.setItem(STORAGE_KEY, JSON.stringify(state.data)); +
-      applyFilters(); +
-    }+
  
-    function delContact(absIndex) { +  function classify(el){ 
-      if (!confirm("Eliminare questo contatto?")) return; +    var t = (el.textContent || '').trim().toLowerCase(); 
-      const item = state.filtered[absIndex]+    if (EDIT_WORDS.indexOf(t>= 0) return 'edit'
-      if (!item) return; +    if (DEL_WORDS.indexOf(t)  >= 0) return 'delete'
-      const realIdx state.data.indexOf(item); +    return null; 
-      if (realIdx >0) { +  } 
-        state.data.splice(realIdx, 1); +  function iconize(btn, kind){ 
-        state.cache new WeakMap(); +    if (!btn || btn.classList.contains('icon-btn')) return; 
-        localStorage.setItem(STORAGE_KEY, JSON.stringify(state.data)); +    btn.classList.add('icon-btn', kind); 
-        applyFilters();+    btn.setAttribute('aria-label', kind === 'edit' ? 'Modifica' : 'Elimina'); 
 +    btn.innerHTML = (kind === 'edit') ? svgEdit : svgDel; 
 +    btn.style.padding = '0'; 
 +  } 
 +  function scan(root){ 
 +    (root || document).querySelectorAll('button, .btn, [role="button"]').forEach(function(b){ 
 +      var k = classify(b); 
 +      if (k) iconize(b, k); 
 +    }); 
 +  } 
 +  function onMutations(muts){ 
 +    muts.forEach(function(m){ 
 +      if (m.type === 'childList'){ 
 +        m.addedNodes.forEach(function(node){ 
 +          if (node.nodeType !== 1) return
 +          if (node.matches && node.matches('button, .btn, [role="button"]')){ 
 +            var k = classify(node); if (k) iconize(node, k); 
 +          } 
 +          scan(node); 
 +        }); 
 +      } else if (m.type === 'characterData'){ 
 +        var el = m.target.parentElement; 
 +        if (el && (el.matches('button, .btn, [role="button"]'))){ 
 +          var k = classify(el); if (k) iconize(el, k); 
 +        }
       }       }
-    } +    }); 
-    window.delContact = delContact;+  }
  
-    function addContact(c) { +  if (document.readyState === 'loading'){ 
-      const nc = { +    document.addEventListener('DOMContentLoaded'function(){ 
-        name: c.name || c.nome || "", +      scan(document); 
-        surname: c.surname || c.cognome || "", +      var obs = new MutationObserver(onMutations); 
-        role: c.role || c.ruolo || c.email || "", +      obs.observe(document.body,childList:truesubtree:truecharacterData:true });
-        phone: c.phone || c.telefono || "", +
-        department: c.department || c.dipartimento || "" +
-      }; +
-      const cleaned deepClean(nc); +
-      state.data.push(cleaned); +
-      state.cache new WeakMap(); +
-      localStorage.setItem(STORAGE_KEY, JSON.stringify(state.data)); +
-      applyFilters(); +
-    } +
- +
-    // UI events +
-    document.getElementById("searchAll").addEventListener("input", (e) => { state.query = e.target.value; applyFilters(); }); +
-    document.getElementById("btnClear").addEventListener("click", () => document.getElementById("searchAll").value=""; state.query=""; applyFilters(); }); +
-    document.getElementById("prevPage").addEventListener("click", () => state.page = Math.max(1, state.page - 1); render(); }); +
-    document.getElementById("nextPage").addEventListener("click", () => { state.page = state.page + 1; render(); }); +
-    document.getElementById("pageSize").addEventListener("change", (e) => { state.pageSize = parseInt(e.target.value,10) || 50state.page = 1; render(); }); +
-    document.getElementById("btnExport").addEventListener("click", () => { +
-      const blob = new Blob([JSON.stringify(state.data, null, 2)], {type: "application/json"}); +
-      const url = URL.createObjectURL(blob); +
-      const a = document.createElement("a"); a.href = url; a.download = "rubrica-contatti.json"; +
-      document.body.appendChild(a); a.click(); a.remove(); URL.revokeObjectURL(url); +
-    }); +
-    document.getElementById("btnCancelNew").addEventListener("click"() => document.getElementById("addPanel").open = false; }); +
-    document.getElementById("btnSaveNew").addEventListener("click", () => { +
-      const c = { +
-        namedocument.getElementById("newName").value.trim(), +
-        surnamedocument.getElementById("newSurname").value.trim(), +
-        roledocument.getElementById("newRole").value.trim(), +
-        phone: document.getElementById("newPhone").value.trim(), +
-        department: document.getElementById("newDept").value.trim(), +
-      }+
-      if (!c.name && !c.surname) { alert("Inserisci almeno Nome o Cognome."); return; } +
-      addContact(c); +
-      document.getElementById("newName").value = document.getElementById("newSurname").value = document.getElementById("newRole").value = document.getElementById("newPhone").value = document.getElementById("newDept").value = ""; +
-      document.getElementById("addPanel").open = false; +
-    }); +
-    document.getElementById("btnReset").addEventListener("click", () => { +
-      if (!confirm("Ripristinare i dati originali (perderai le modifiche locali)?")) return; +
-      const cleaned = (Array.isArray(INITIAL_DATA) ? INITIAL_DATA : []).map(deepClean); +
-      localStorage.setItem(STORAGE_KEY, JSON.stringify(cleaned)); +
-      state.cache = new WeakMap(); +
-      loadData(); +
-    }); +
-    document.getElementById("btnCleanNow").addEventListener("click", () => { +
-      if (!confirm("Pulire i dati attuali nel browser (sostituisce i placeholder con vuoto)?")) return; +
-      state.data = state.data.map(deepClean); +
-      state.cache = new WeakMap(); +
-      localStorage.setItem(STORAGE_KEY, JSON.stringify(state.data)); +
-      applyFilters(); +
-      alert("Pulizia completata.");+
     });     });
 +  } else {
 +    scan(document);
 +    var obs = new MutationObserver(onMutations);
 +    obs.observe(document.body, { childList:true, subtree:true, characterData:true });
 +  }
 +})();
 +</script>
  
-    // Avvio 
-    loadData(); 
-  </script> 
 </body> </body>
 </html> </html>
  
rubrica_asst_lecco.1758790630.txt.gz · Ultima modifica: da neoadmin