×

Paediatrics and related blogs.

Paediatrics

Paediatrics

Make your Kids Eat Healthy

Healthy eating habits must be inculcated early. Healthy meal plans are especially essential for children under the age of five as these initial growing stages require more nutrients and dietary attention. Moreover, children are often picky eaters and...

18 August 2022 Read More

Paediatrics

What Causes Food Allergies in Babies?

According to the American Academy of Allergy, Asthma & Immunology (AAAAI), food allergies affect up to 6% of babies between the ages of 0 and 2. The incidences of food allergies have grown by 50% in the last 15 years. There is no exact explanatio...

18 August 2022 Read More

Paediatrics

5 Tips to Help Catalyse Brain Development in Children

Child’s development is categorized into four main areas: motor, language and communication, social and emotional and cognitive. Brain development comes under the cognitive aspect of a child&rsqu...

18 August 2022 Read More

RECENT BLOGS

TOUCHING LIVES AND MAKING A DIFFERENCE

Follow Us On

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], // }); }