×

CARE CHL Salient Features

CARE CHL Salient Features

CARE CHL Hospitals is well equipped with the following set up and has the following salient features:
  • 225 Bedded Hospital
  • 36 Bedded Intensive Care Unit
  • 4 Super Deluxe Rooms
  • 10 Bedded Paediatric and Neonatal Intensive Care Unit
  • 12 Bedded High Dependency Unit (HDU)
  • 6 Post Operative Recovery Beds
  • 10 Operation Theatres inclusive of 2 Gynae OT's
  • 1 Labor Room and 1 Post Labor Room
  • 24 Hours, 5 Bedded Casualty Wing
  • 2 Advanced Cardiac Catheterization Lab
  • 33 OPD Chambers
  • 125 Consultants & 250 Nursing Staff
  • Centralized Oxygen & Suction
  • Dialysis Unit
  • 128 slice CT (Can do Coronary CT Angiography in 5 cardiac beats with high sensitivity)
  • Endoscopy Unit
  • EEG & EMG Machines
  • 24 hours services of well equipped Ambulance
  • In House Kitchen with qualified Dieticians
  • 24 hours Pharmacy Services and Chemist Shop
  • 24 hours 64 slice MRI (1.5T)/ CT scan and X-Ray Services
  • 24 hours Blood Bank and Component Therapy
  • 24 hours Pathology Services
  • Innovative Health Check Up Scheme's
  • Trained Nursing Staff
  • Ante Natal Clinic
  • Trained Bio-Medical Engineers
  • Centralized Oxygen & Suction
  • Linear Accelerator Radiation Machine (2DRT, 3DCRT, IMRT & Rapid ARC)
function trackEnquiryEvent(eventName,eventparam,details,countrycode) { var baseurl = window.location.href; const urlSegments = baseurl.split('/'); // Split the URL into segments if(urlSegments[2]!='') { const segmentToCheck = urlSegments[2]; // Get the last segment (e.g., "shoes") const pagename = segmentToCheck.replaceAll('-',' ').toUpperCase(); // Example array of items const items = ['DOCTORS', 'CENTER OF EXCELLENCE', 'HOSPITAL', 'SPECIALITY', 'TREATMENT', 'NEWS MEDIA', 'BLOG']; // Check if the segment is present in the array and get the matching element var matchingItem = items.filter(item => item.includes(pagename)); if(typeof matchingItem !== 'undefined' && matchingItem.length > 0) { var pagecategory = matchingItem[0]; } else { var pagecategory = pagename; matchingItem = pagename; } if(countrycode!=undefined) { phcode = '+'+countrycode+details[2]; } else { phcode = '+91'+details[2]; } } else { matchingItem = 'HOME PAGE'; pagecategory = 'HOME PAGE'; } // clevertap.onUserLogin.push({ // "Site": { // "Name": details[0], // String // "Identity": phcode, // String or number // "Email": details[1], // Email address of the user // "Phone": phcode, // Phone (with the country code) // } // }) // clevertap.event.push("Enquiry Submitted", { // eventparam: eventName, // "Page Url":baseurl, // "Form Name":details[0], // "Form Email":details[1], // "Form Phone Number":phcode, // "Form Speciality":details[3], // }); }