Select another country or region to view content specific to your location.
United States
Australia-New Zealand
Brazil
Canada (EN)
Canada (FR)
China
Colombia
France
Germany
India
Italy
Japan
Korea
Mexico
Middle East
Philippines
Poland
Russia
Singapore
Spain
Turkey
United Kingdom
United States
Global English
Global German
Global Spanish
Global France
No Result Found
Continue
AI Solutions
Products
Imaging
All Imaging Advanced Visualization
Bone & Metabolic Health
Services
All Services
Predictive Services
All Predictive Services
OnWatch Predict
Tube Watch
Medical Technology Advanced Services
MyGEHealthCare
Service Shop
Cybersecurity
All Cybersecurity
Product Cybersecurity
Skeye Cybersecurity
Product Security Portal
Site Planning
Refresh Financial Services
Support
Education
All Education
Training
Clinical Education
Technical Training
Healthcare Learning System
Digital Expert Professional Development
Medical Affairs - Pharmaceutical Diagnostics
Support and Documentation
Cleaner and Disinfectant Compatibility
Core Imaging (CI) Certification
Manuals & Documents
Disinfection of Ultrasound Probes
Interoperability
Product Security Portal
Site Planning
Technical Support
Orders and Invoices
Contact
Shop
About Us
<div class="course-card" data-source=${hit.source} data-sourceType=${hit._sourceType} data-locale=${hit.locale} data-country=${hit.countryCode} data-sourceCategory=${hit._sourceCategory}> <!-- <div class="course-spec-main ${(/ecom|gss/i.test(hit?.source)) && hit?.imageUrl ? "with-gap" : "no-gap"}"> --> <div class="course-spec-main with-gap"> <!-- First column with image - START --> <div class="course-card__image ${(/ecom|gss|aem|cdp/i.test(hit?.source)) && hit?.imageUrl ? '':'hidden' }"> ${(/ecom|gss|aem|cdp/i.test(hit?.source)) && hit?.imageUrl ? html `<div class="product-image"><img src="${hit?.imageUrl}" data-src="${hit?.imageUrl}"/></div>` : ''} </div> <!-- First column with image - END --> <!-- Second column with content --> <div class="course-card__content"> <div class="course-card__tags">${hit.breadCrumb?.startsWith( 'Go to site' ) ? html `<span class="go-to-site">Go to site</span> ${hit.breadCrumb.slice('Go to site'.length)}`: hit.breadCrumb} </div> <a href="${hit.productUrl || hit.path}" target="_blank" rel="noopener noreferrer"> <h6 class="course-card__title">${hit.name || hit.meta?.jcr_title}</h6> </a> <!-- description section - START --> <div class="course-card__description"> ${hit.static === "true" ? html `<p class="course-card__description">${hit.static_description}</p>` : ''} ${((hit?._sourceType !== 'Support' && hit?._sourceType !== 'Services') || hit?.source === 'ECOM' || hit?.source === 'GSS') ? html `<p class="course-card__description"> ${components.Highlight({ attribute: "description", hit })} </p>` : ''} ${hit?._sourceType === 'Services' ? html `<p class="course-card__tags">${components.Highlight({ attribute: "description", hit })}</p>` : ''} <p class="course-card__tags"> ${hit?.source === 'CDP' && hit?.partNumber ? html `<span class="course-card__tags">${components.Highlight({ attribute: "partNumber", hit })}</span>` : ''} ${hit?._sourceType !== 'Services' && hit?.revision ? html `<span class="course-card__tags"> | Rev-${hit?.revision}</span>` : ''} ${hit?._sourceType === 'Support' && hit?.lastModified ? html `<span class="course-card__tags"> published ${new Date(hit.lastModified )?.toLocaleString('en-US', { year: 'numeric', month: 'long', day: 'numeric' })}</span>` : ''} </p> <p class="course-card__tags"> ${hit?._sourceType === 'Services' && hit?.OS ? html `<span class="course-card__tags">OS : ${components.Highlight({ attribute: "OS", hit })}</span>` : ''} ${hit?._sourceType !== 'Services' && hit?.modalityName ? html `<span class="course-card__tags">${components.Highlight({ attribute: "modalityName", hit })}</span>` : ''} ${hit?.productName? html `<span class="course-card__tags"> | ${components.Highlight({ attribute: "productName", hit })}</span>` : ''} </p> </div> <!-- description section - END--> <div class="course-card__desc hidden">${hit._snippetResult?.text?.[0]?.value}</div> <!-- Third line - START --> ${(hit?._sourceType === 'insights' || hit?._sourceType === 'Insights') && hit.source === 'AEM' && hit?.lastPublishedDate? html `<p class="course-card__date">${components.Highlight({ attribute: "lastPublishedDate", hit })} </p>`:''} ${hit?._sourceType === 'Services' && hit?.lastModified ? html `<span class="course-card__date"> Last updated ${new Date(hit.lastModified )?.toLocaleString('en-US', { year: 'numeric', month: 'long', day: 'numeric' })}</span>` : ''} <!-- Third line - END --> <!-- SPEC LINE - START --> <div class="course-spec-line ecom-specs ${hit?._sourceCategory!=='ECOM_EDN' ? 'hidden' : ''} "> ${(hit._sourceCategory=== 'ECOM_EDN' || hit._sourceCategory=== 'GSS_EDN') && hit?.productCategory? html `<span class="course-spec-items modality-icon">${hit?.productCategory}</span>`:''} ${hit?.trainingDeliveryMethod? html `<span class="course-spec-items training-iconset ${hit?.trainingDeliveryMethod}-icon"><span class="${hit?.trainingDeliveryMethod}-icon__img" aria-hidden="true"></span><span class="${hit?.trainingDeliveryMethod}-icon__label">${hit?.trainingDeliveryMethod}</span></span>`:''} ${hit?.courseDuration? html `<span class="course-spec-items duration-icon"> <span class="duration-icon__img" aria-hidden="true"></span><span class="duration-icon__label">${hit?.courseDuration}</span></span>`:''} ${hit?.courseCredits? html `<span class="course-spec-items credits-icon"> <span class="credits-icon__img" aria-hidden="true"></span><span class="credits-icon__label">${hit?.courseCredits} <span> </span>CE Credits</span></span>`:''} </div> <!-- Service Shop --> <div class="course-spec-line gss-specs ${hit?._sourceType !=='Shop' ? 'hidden' : ''} "> ${hit._sourceCategory !== 'GSS_EDN' && hit?.code? html `<span class="course-spec-items code-iconset ${hit?.code}-icon"><span class="${hit?.code}-icon__img" aria-hidden="true"></span><span class="${hit?.code}-icon__label">${hit?.code}</span></span>`:''} ${hit._sourceCategory !== 'GSS_EDN' && hit?.condition? html `<span class="course-spec-items condition-iconset ${hit?.condition}-icon"><span class="condition-icon__img" aria-hidden="true"></span><span class="${hit?.condition}-icon__label">${hit?.condition}</span></span>`:''} ${hit._sourceCategory !== 'GSS_EDN' && hit?.manufacturer? html `<span class="course-spec-items manufacturer-iconset ${hit?.manufacturer}-icon"><span class="manufacturer-icon__img" aria-hidden="true"></span><span class="${hit?.manufacturer}-icon__label">${hit?.manufacturer}</span></span>`:''} </div> <!-- SPEC LINE - END --> <!-- STATIC LINKS - START --> <div class="hit-static-link"> ${hit?.static_links?.[0]? html `<p class="hits_static_links"> <a href="${hit?.static_links[0]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[0]?.title}</a> </p>`:''} ${hit?.static_links?.[1]? html `<p class="hits_static_links"> <a href="${hit?.static_links[1]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[1]?.title}</a> </p>`:''} ${hit?.static_links?.[2]? html `<p class="hits_static_links"> <a href="${hit?.static_links[2]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[2]?.title}</a> </p>`:''} ${hit?.static_links?.[3]? html `<p class="hits_static_links"> <a href="${hit?.static_links[3]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[3]?.title}</a> </p>`:''} ${hit?.static_links?.[4]? html `<p class="hits_static_links"> <a href="${hit?.static_links[4]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[4]?.title}</a> </p>`:''} ${hit?.static_links?.[5]? html `<p class="hits_static_links"> <a href="${hit?.static_links[5]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[5]?.title}</a> </p>`:''} </div> <!-- STATIC LINKS - END --> <!-- Price Section START --> <div class="course-card-price-section ${hit?.price && ['ECOM'].includes(hit?.source) ? '': 'hidden'} "> ${(hit?.price) && ['ECOM'].includes(hit?.source) ? html `<span class="course-card__price">${hit?.price}</span>` : ''} <span class="course-card__label ${hit?.price && hit._sourceCategory=== 'ECOM_EDN' ? '': 'hidden'} "> ${hit.noOfUsers && hit.noOfUsers !=="0" ? (hit.noOfUsers > 1 ? ( '/ ' + hit.noOfUsers + ' ' + 'students' ) : ('/ student')) : (hit.trainingDeliveryMethod?.toLowerCase() === 'classroom' || hit.trainingDeliveryMethod?.toLowerCase() === 'virtual' ) ? 'starting at' : 'unlimited students'} </span> <span class="course-card__label ${hit?.price && (hit._sourceCategory=== 'ECOM_EQP' || hit?._sourceCategory=== 'ECOM_AA') ? '' : 'hidden'}">Online starting price</span> </div> <!-- Price Section END --> </div> </div> <!-- Second column with content - END--> </div>
<div class="course-card" data-source=${hit.source} data-sourceType=${hit._sourceType} data-locale=${hit.locale} data-country=${hit.countryCode} data-sourceCategory=${hit._sourceCategory}> <!-- <div class="course-spec-main ${(/ecom|gss/i.test(hit?.source)) && hit?.imageUrl ? "with-gap" : "no-gap"}"> --> <div class="course-spec-main with-gap"> <!-- First column with image - START --> <div class="course-card__image ${(/ecom|gss|aem|cdp/i.test(hit?.source)) && hit?.imageUrl ? '':'hidden' }"> ${(/ecom|gss|aem|cdp/i.test(hit?.source)) && hit?.imageUrl ? html `<div class="product-image"><img src="${hit?.imageUrl}" data-src="${hit?.imageUrl}"/></div>` : ''} </div> <!-- First column with image - END --> <!-- Second column with content --> <div class="course-card__content"> <div class="course-card__tags">${hit.breadCrumb?.startsWith( 'Go to site' ) ? html `<span class="go-to-site">Go to site</span> ${hit.breadCrumb.slice('Go to site'.length)}`: hit.breadCrumb} </div> <a href="${hit.productUrl || hit.path}" target="_blank" rel="noopener noreferrer"> <h6 class="course-card__title">${hit.name || hit.meta?.jcr_title}</h6> </a> <!-- description section - START --> <div class="course-card__description"> ${hit.static === "true" ? html `<p class="course-card__description">${hit.static_description}</p>` : ''} ${((hit?._sourceType !== 'Support' && hit?._sourceType !== 'Services') || hit?.source === 'ECOM' || hit?.source === 'GSS') ? html `<p class="course-card__description"> ${components.Highlight({ attribute: "description", hit })} </p>` : ''} ${hit?._sourceType === 'Services' ? html `<p class="course-card__tags">${components.Highlight({ attribute: "description", hit })}</p>` : ''} <p class="course-card__tags"> ${hit?.source === 'CDP' && hit?.partNumber ? html `<span class="course-card__tags">${components.Highlight({ attribute: "partNumber", hit })}</span>` : ''} ${hit?._sourceType !== 'Services' && hit?.revision ? html `<span class="course-card__tags"> | Rev-${hit?.revision}</span>` : ''} ${hit?._sourceType === 'Support' && hit?.lastModified ? html `<span class="course-card__tags"> published ${new Date(hit.lastModified )?.toLocaleString('en-US', { year: 'numeric', month: 'long', day: 'numeric' })}</span>` : ''} </p> <p class="course-card__tags"> ${hit?._sourceType === 'Services' && hit?.OS ? html `<span class="course-card__tags">OS : ${components.Highlight({ attribute: "OS", hit })}</span>` : ''} ${hit?._sourceType !== 'Services' && hit?.modalityName ? html `<span class="course-card__tags">${components.Highlight({ attribute: "modalityName", hit })}</span>` : ''} ${hit?.productName? html `<span class="course-card__tags"> | ${components.Highlight({ attribute: "productName", hit })}</span>` : ''} </p> </div> <!-- description section - END--> <div class="course-card__desc hidden">${hit._snippetResult?.text?.[0]?.value}</div> <!-- Third line - START --> ${(hit?._sourceType === 'insights' || hit?._sourceType === 'Insights') && hit.source === 'AEM' && hit?.lastPublishedDate? html `<p class="course-card__date">${components.Highlight({ attribute: "lastPublishedDate", hit })} </p>`:''} ${hit?._sourceType === 'Services' && hit?.lastModified ? html `<span class="course-card__date"> Last updated ${new Date(hit.lastModified )?.toLocaleString('en-US', { year: 'numeric', month: 'long', day: 'numeric' })}</span>` : ''} <!-- Third line - END --> <!-- SPEC LINE - START --> <div class="course-spec-line ecom-specs ${hit?._sourceCategory!=='ECOM_EDN' ? 'hidden' : ''} "> ${(hit._sourceCategory=== 'ECOM_EDN' || hit._sourceCategory=== 'GSS_EDN') && hit?.productCategory? html `<span class="course-spec-items modality-icon">${hit?.productCategory}</span>`:''} ${hit?.trainingDeliveryMethod? html `<span class="course-spec-items training-iconset ${hit?.trainingDeliveryMethod}-icon"><span class="${hit?.trainingDeliveryMethod}-icon__img" aria-hidden="true"></span><span class="${hit?.trainingDeliveryMethod}-icon__label">${hit?.trainingDeliveryMethod}</span></span>`:''} ${hit?.courseDuration? html `<span class="course-spec-items duration-icon"> <span class="duration-icon__img" aria-hidden="true"></span><span class="duration-icon__label">${hit?.courseDuration}</span></span>`:''} ${hit?.courseCredits? html `<span class="course-spec-items credits-icon"> <span class="credits-icon__img" aria-hidden="true"></span><span class="credits-icon__label">${hit?.courseCredits} <span> </span>CE Credits</span></span>`:''} </div> <!-- Service Shop --> <div class="course-spec-line gss-specs ${hit?._sourceType !=='Shop' ? 'hidden' : ''} "> ${hit._sourceCategory !== 'GSS_EDN' && hit?.code? html `<span class="course-spec-items code-iconset ${hit?.code}-icon"><span class="${hit?.code}-icon__img" aria-hidden="true"></span><span class="${hit?.code}-icon__label">${hit?.code}</span></span>`:''} ${hit._sourceCategory !== 'GSS_EDN' && hit?.condition? html `<span class="course-spec-items condition-iconset ${hit?.condition}-icon"><span class="condition-icon__img" aria-hidden="true"></span><span class="${hit?.condition}-icon__label">${hit?.condition}</span></span>`:''} ${hit._sourceCategory !== 'GSS_EDN' && hit?.manufacturer? html `<span class="course-spec-items manufacturer-iconset ${hit?.manufacturer}-icon"><span class="manufacturer-icon__img" aria-hidden="true"></span><span class="${hit?.manufacturer}-icon__label">${hit?.manufacturer}</span></span>`:''} </div> <!-- SPEC LINE - END --> <!-- STATIC LINKS - START --> <div class="hit-static-link"> ${hit?.static_links?.[0]? html `<p class="hits_static_links"> <a href="${hit?.static_links[0]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[0]?.title}</a> </p>`:''} ${hit?.static_links?.[1]? html `<p class="hits_static_links"> <a href="${hit?.static_links[1]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[1]?.title}</a> </p>`:''} ${hit?.static_links?.[2]? html `<p class="hits_static_links"> <a href="${hit?.static_links[2]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[2]?.title}</a> </p>`:''} ${hit?.static_links?.[3]? html `<p class="hits_static_links"> <a href="${hit?.static_links[3]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[3]?.title}</a> </p>`:''} ${hit?.static_links?.[4]? html `<p class="hits_static_links"> <a href="${hit?.static_links[4]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[4]?.title}</a> </p>`:''} ${hit?.static_links?.[5]? html `<p class="hits_static_links"> <a href="${hit?.static_links[5]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[5]?.title}</a> </p>`:''} </div> <!-- STATIC LINKS - END --> <!-- Price Section START --> <div class="course-card-price-section ${hit?.price && ['ECOM'].includes(hit?.source) ? '': 'hidden'} "> ${(hit?.price) && ['ECOM'].includes(hit?.source) ? html `<span class="course-card__price">${hit?.price}</span>` : ''} <span class="course-card__label ${hit?.price && hit._sourceCategory=== 'ECOM_EDN' ? '': 'hidden'} "> ${hit.noOfUsers && hit.noOfUsers !=="0" ? (hit.noOfUsers > 1 ? ( '/ ' + hit.noOfUsers + ' ' + 'students' ) : ('/ student')) : (hit.trainingDeliveryMethod?.toLowerCase() === 'classroom' || hit.trainingDeliveryMethod?.toLowerCase() === 'virtual' ) ? 'starting at' : 'unlimited students'} </span> <span class="course-card__label ${hit?.price && (hit._sourceCategory=== 'ECOM_EQP' || hit?._sourceCategory=== 'ECOM_AA') ? '' : 'hidden'}">Online starting price</span> </div> <!-- Price Section END --> </div> </div> <!-- Second column with content - END--> </div>
<div class="algolia-analytics" data-promoted="${hit?._rankingInfo?.promoted}" data-insights-query-id="${hit.__queryID}" data-insights-object-id="${hit.objectID}" data-insights-position="${hit.__position}" data-cug="${hit?.meta?.cug}"><div class="${hit?.imageUrl ? 'suggested-link-img' : 'suggested-link'} "> <div class="suggested-image-wrapper ${hit?.imageUrl ? '' : 'hidden'}"> <a href="${hit?.productUrl || hit?.path} " target="_blank" rel="noopener noreferrer"> <img src="${hit?.imageUrl}" data-title="${hit?.imageUrl}" /></a> </div> <div class="suggested-content"> <div class="suggested-product-name"> <a href="${hit?.productUrl || hit?.path} " target="_blank" rel="noopener noreferrer"> ${components.Highlight({ attribute: "name", hit })} </a> </div> <div class="suggested-product-site"> <a href="${hit?.productUrl || hit?.path }" target="_blank" rel="noopener noreferrer"> ${hit.breadCrumb?.startsWith( 'Go to site' ) ? html `<span class="go-to-site">Go to site</span> ${hit.breadCrumb.slice('Go to site'.length)}`: hit.breadCrumb} </a> </div> </div> </div></div>
<div class="no-results-message-container"> <div class="no-results-title">Sorry, we couldn’t find results for “${results?.query}”</div> <ul> <li>Check your spelling </li> <li>Use different keywords and try again </li> <li>Broaden your search by using fewer or more general words</li> </ul> <div class="no-results-help-title">Need help?</div> <p class="no-results-help-description">Our customer service team can help.</p> <p class="no-results-links"><a href="https://www.gehealthcare.com/about/contact-us">Contact Us</a></p> <div class="popular_searches"></div> <div class="recently-viewed" style="overflow-wrap:anywhere"></div> <br></br> </div>
${query === "" && recentSearches ? html` <div class="autocomplete-dropdown case1 showSectionTitle recentSearches"> <ul class="suggestions-list"> ${recentSearches} </ul> </div>` : ''} ${query === "" && !recentSearches ? html` <div class="autocomplete-dropdown case2 showSectionTitle"> <ul class="suggestions-list"> ${querySuggestions} </ul> </div>` : ''} ${query?.length >= 3 && querySuggestions? html` <div class="autocomplete-dropdown case3"> <ul class="suggestions-list"> ${querySuggestions} <div class="recentSearches"> ${recentSearches} </div> </ul> </div>` : ''} ${ sources[0] && query?.length >= 3 && html`<div class="main-suggestion"> <div class="suggested-links">Suggested links</div> ${sources[0]} </div>` }
Sign In
Don't have an account?
Register Now
AI Solutions
AI Solutions
Products
Products
Imaging
All Imaging Advanced Visualization
Bone & Metabolic Health
Services
Services
All Services
Predictive Services
All Predictive Services
OnWatch Predict
Tube Watch
Medical Technology Advanced Services
MyGEHealthCare
Service Shop
Cybersecurity
All Cybersecurity
Product Cybersecurity
Skeye Cybersecurity
Product Security Portal
Site Planning
Refresh Financial Services
Support
Support
Education
All Education
Training
Clinical Education
Technical Training
Healthcare Learning System
Digital Expert Professional Development
Medical Affairs - Pharmaceutical Diagnostics
Support and Documentation
Cleaner and Disinfectant Compatibility
Core Imaging (CI) Certification
Manuals & Documents
Disinfection of Ultrasound Probes
Interoperability
Product Security Portal
Site Planning
Technical Support
Orders and Invoices
Contact
Shop
Shop
About Us
About Us
<div class="course-card" data-source=${hit.source} data-sourceType=${hit._sourceType} data-locale=${hit.locale} data-country=${hit.countryCode} data-sourceCategory=${hit._sourceCategory}> <!-- <div class="course-spec-main ${(/ecom|gss/i.test(hit?.source)) && hit?.imageUrl ? "with-gap" : "no-gap"}"> --> <div class="course-spec-main with-gap"> <!-- First column with image - START --> <div class="course-card__image ${(/ecom|gss|aem|cdp/i.test(hit?.source)) && hit?.imageUrl ? '':'hidden' }"> ${(/ecom|gss|aem|cdp/i.test(hit?.source)) && hit?.imageUrl ? html `<div class="product-image"><img src="${hit?.imageUrl}" data-src="${hit?.imageUrl}"/></div>` : ''} </div> <!-- First column with image - END --> <!-- Second column with content --> <div class="course-card__content"> <div class="course-card__tags">${hit.breadCrumb?.startsWith( 'Go to site' ) ? html `<span class="go-to-site">Go to site</span> ${hit.breadCrumb.slice('Go to site'.length)}`: hit.breadCrumb} </div> <a href="${hit.productUrl || hit.path}" target="_blank" rel="noopener noreferrer"> <h6 class="course-card__title">${hit.name || hit.meta?.jcr_title}</h6> </a> <!-- description section - START --> <div class="course-card__description"> ${hit.static === "true" ? html `<p class="course-card__description">${hit.static_description}</p>` : ''} ${((hit?._sourceType !== 'Support' && hit?._sourceType !== 'Services') || hit?.source === 'ECOM' || hit?.source === 'GSS') ? html `<p class="course-card__description"> ${components.Highlight({ attribute: "description", hit })} </p>` : ''} ${hit?._sourceType === 'Services' ? html `<p class="course-card__tags">${components.Highlight({ attribute: "description", hit })}</p>` : ''} <p class="course-card__tags"> ${hit?.source === 'CDP' && hit?.partNumber ? html `<span class="course-card__tags">${components.Highlight({ attribute: "partNumber", hit })}</span>` : ''} ${hit?._sourceType !== 'Services' && hit?.revision ? html `<span class="course-card__tags"> | Rev-${hit?.revision}</span>` : ''} ${hit?._sourceType === 'Support' && hit?.lastModified ? html `<span class="course-card__tags"> published ${new Date(hit.lastModified )?.toLocaleString('en-US', { year: 'numeric', month: 'long', day: 'numeric' })}</span>` : ''} </p> <p class="course-card__tags"> ${hit?._sourceType === 'Services' && hit?.OS ? html `<span class="course-card__tags">OS : ${components.Highlight({ attribute: "OS", hit })}</span>` : ''} ${hit?._sourceType !== 'Services' && hit?.modalityName ? html `<span class="course-card__tags">${components.Highlight({ attribute: "modalityName", hit })}</span>` : ''} ${hit?.productName? html `<span class="course-card__tags"> | ${components.Highlight({ attribute: "productName", hit })}</span>` : ''} </p> </div> <!-- description section - END--> <div class="course-card__desc hidden">${hit._snippetResult?.text?.[0]?.value}</div> <!-- Third line - START --> ${(hit?._sourceType === 'insights' || hit?._sourceType === 'Insights') && hit.source === 'AEM' && hit?.lastPublishedDate? html `<p class="course-card__date">${components.Highlight({ attribute: "lastPublishedDate", hit })} </p>`:''} ${hit?._sourceType === 'Services' && hit?.lastModified ? html `<span class="course-card__date"> Last updated ${new Date(hit.lastModified )?.toLocaleString('en-US', { year: 'numeric', month: 'long', day: 'numeric' })}</span>` : ''} <!-- Third line - END --> <!-- SPEC LINE - START --> <div class="course-spec-line ecom-specs ${hit?._sourceCategory!=='ECOM_EDN' ? 'hidden' : ''} "> ${(hit._sourceCategory=== 'ECOM_EDN' || hit._sourceCategory=== 'GSS_EDN') && hit?.productCategory? html `<span class="course-spec-items modality-icon">${hit?.productCategory}</span>`:''} ${hit?.trainingDeliveryMethod? html `<span class="course-spec-items training-iconset ${hit?.trainingDeliveryMethod}-icon"><span class="${hit?.trainingDeliveryMethod}-icon__img" aria-hidden="true"></span><span class="${hit?.trainingDeliveryMethod}-icon__label">${hit?.trainingDeliveryMethod}</span></span>`:''} ${hit?.courseDuration? html `<span class="course-spec-items duration-icon"> <span class="duration-icon__img" aria-hidden="true"></span><span class="duration-icon__label">${hit?.courseDuration}</span></span>`:''} ${hit?.courseCredits? html `<span class="course-spec-items credits-icon"> <span class="credits-icon__img" aria-hidden="true"></span><span class="credits-icon__label">${hit?.courseCredits} <span> </span>CE Credits</span></span>`:''} </div> <!-- Service Shop --> <div class="course-spec-line gss-specs ${hit?._sourceType !=='Shop' ? 'hidden' : ''} "> ${hit._sourceCategory !== 'GSS_EDN' && hit?.code? html `<span class="course-spec-items code-iconset ${hit?.code}-icon"><span class="${hit?.code}-icon__img" aria-hidden="true"></span><span class="${hit?.code}-icon__label">${hit?.code}</span></span>`:''} ${hit._sourceCategory !== 'GSS_EDN' && hit?.condition? html `<span class="course-spec-items condition-iconset ${hit?.condition}-icon"><span class="condition-icon__img" aria-hidden="true"></span><span class="${hit?.condition}-icon__label">${hit?.condition}</span></span>`:''} ${hit._sourceCategory !== 'GSS_EDN' && hit?.manufacturer? html `<span class="course-spec-items manufacturer-iconset ${hit?.manufacturer}-icon"><span class="manufacturer-icon__img" aria-hidden="true"></span><span class="${hit?.manufacturer}-icon__label">${hit?.manufacturer}</span></span>`:''} </div> <!-- SPEC LINE - END --> <!-- STATIC LINKS - START --> <div class="hit-static-link"> ${hit?.static_links?.[0]? html `<p class="hits_static_links"> <a href="${hit?.static_links[0]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[0]?.title}</a> </p>`:''} ${hit?.static_links?.[1]? html `<p class="hits_static_links"> <a href="${hit?.static_links[1]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[1]?.title}</a> </p>`:''} ${hit?.static_links?.[2]? html `<p class="hits_static_links"> <a href="${hit?.static_links[2]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[2]?.title}</a> </p>`:''} ${hit?.static_links?.[3]? html `<p class="hits_static_links"> <a href="${hit?.static_links[3]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[3]?.title}</a> </p>`:''} ${hit?.static_links?.[4]? html `<p class="hits_static_links"> <a href="${hit?.static_links[4]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[4]?.title}</a> </p>`:''} ${hit?.static_links?.[5]? html `<p class="hits_static_links"> <a href="${hit?.static_links[5]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[5]?.title}</a> </p>`:''} </div> <!-- STATIC LINKS - END --> <!-- Price Section START --> <div class="course-card-price-section ${hit?.price && ['ECOM'].includes(hit?.source) ? '': 'hidden'} "> ${(hit?.price) && ['ECOM'].includes(hit?.source) ? html `<span class="course-card__price">${hit?.price}</span>` : ''} <span class="course-card__label ${hit?.price && hit._sourceCategory=== 'ECOM_EDN' ? '': 'hidden'} "> ${hit.noOfUsers && hit.noOfUsers !=="0" ? (hit.noOfUsers > 1 ? ( '/ ' + hit.noOfUsers + ' ' + 'students' ) : ('/ student')) : (hit.trainingDeliveryMethod?.toLowerCase() === 'classroom' || hit.trainingDeliveryMethod?.toLowerCase() === 'virtual' ) ? 'starting at' : 'unlimited students'} </span> <span class="course-card__label ${hit?.price && (hit._sourceCategory=== 'ECOM_EQP' || hit?._sourceCategory=== 'ECOM_AA') ? '' : 'hidden'}">Online starting price</span> </div> <!-- Price Section END --> </div> </div> <!-- Second column with content - END--> </div>
<div class="course-card" data-source=${hit.source} data-sourceType=${hit._sourceType} data-locale=${hit.locale} data-country=${hit.countryCode} data-sourceCategory=${hit._sourceCategory}> <!-- <div class="course-spec-main ${(/ecom|gss/i.test(hit?.source)) && hit?.imageUrl ? "with-gap" : "no-gap"}"> --> <div class="course-spec-main with-gap"> <!-- First column with image - START --> <div class="course-card__image ${(/ecom|gss|aem|cdp/i.test(hit?.source)) && hit?.imageUrl ? '':'hidden' }"> ${(/ecom|gss|aem|cdp/i.test(hit?.source)) && hit?.imageUrl ? html `<div class="product-image"><img src="${hit?.imageUrl}" data-src="${hit?.imageUrl}"/></div>` : ''} </div> <!-- First column with image - END --> <!-- Second column with content --> <div class="course-card__content"> <div class="course-card__tags">${hit.breadCrumb?.startsWith( 'Go to site' ) ? html `<span class="go-to-site">Go to site</span> ${hit.breadCrumb.slice('Go to site'.length)}`: hit.breadCrumb} </div> <a href="${hit.productUrl || hit.path}" target="_blank" rel="noopener noreferrer"> <h6 class="course-card__title">${hit.name || hit.meta?.jcr_title}</h6> </a> <!-- description section - START --> <div class="course-card__description"> ${hit.static === "true" ? html `<p class="course-card__description">${hit.static_description}</p>` : ''} ${((hit?._sourceType !== 'Support' && hit?._sourceType !== 'Services') || hit?.source === 'ECOM' || hit?.source === 'GSS') ? html `<p class="course-card__description"> ${components.Highlight({ attribute: "description", hit })} </p>` : ''} ${hit?._sourceType === 'Services' ? html `<p class="course-card__tags">${components.Highlight({ attribute: "description", hit })}</p>` : ''} <p class="course-card__tags"> ${hit?.source === 'CDP' && hit?.partNumber ? html `<span class="course-card__tags">${components.Highlight({ attribute: "partNumber", hit })}</span>` : ''} ${hit?._sourceType !== 'Services' && hit?.revision ? html `<span class="course-card__tags"> | Rev-${hit?.revision}</span>` : ''} ${hit?._sourceType === 'Support' && hit?.lastModified ? html `<span class="course-card__tags"> published ${new Date(hit.lastModified )?.toLocaleString('en-US', { year: 'numeric', month: 'long', day: 'numeric' })}</span>` : ''} </p> <p class="course-card__tags"> ${hit?._sourceType === 'Services' && hit?.OS ? html `<span class="course-card__tags">OS : ${components.Highlight({ attribute: "OS", hit })}</span>` : ''} ${hit?._sourceType !== 'Services' && hit?.modalityName ? html `<span class="course-card__tags">${components.Highlight({ attribute: "modalityName", hit })}</span>` : ''} ${hit?.productName? html `<span class="course-card__tags"> | ${components.Highlight({ attribute: "productName", hit })}</span>` : ''} </p> </div> <!-- description section - END--> <div class="course-card__desc hidden">${hit._snippetResult?.text?.[0]?.value}</div> <!-- Third line - START --> ${(hit?._sourceType === 'insights' || hit?._sourceType === 'Insights') && hit.source === 'AEM' && hit?.lastPublishedDate? html `<p class="course-card__date">${components.Highlight({ attribute: "lastPublishedDate", hit })} </p>`:''} ${hit?._sourceType === 'Services' && hit?.lastModified ? html `<span class="course-card__date"> Last updated ${new Date(hit.lastModified )?.toLocaleString('en-US', { year: 'numeric', month: 'long', day: 'numeric' })}</span>` : ''} <!-- Third line - END --> <!-- SPEC LINE - START --> <div class="course-spec-line ecom-specs ${hit?._sourceCategory!=='ECOM_EDN' ? 'hidden' : ''} "> ${(hit._sourceCategory=== 'ECOM_EDN' || hit._sourceCategory=== 'GSS_EDN') && hit?.productCategory? html `<span class="course-spec-items modality-icon">${hit?.productCategory}</span>`:''} ${hit?.trainingDeliveryMethod? html `<span class="course-spec-items training-iconset ${hit?.trainingDeliveryMethod}-icon"><span class="${hit?.trainingDeliveryMethod}-icon__img" aria-hidden="true"></span><span class="${hit?.trainingDeliveryMethod}-icon__label">${hit?.trainingDeliveryMethod}</span></span>`:''} ${hit?.courseDuration? html `<span class="course-spec-items duration-icon"> <span class="duration-icon__img" aria-hidden="true"></span><span class="duration-icon__label">${hit?.courseDuration}</span></span>`:''} ${hit?.courseCredits? html `<span class="course-spec-items credits-icon"> <span class="credits-icon__img" aria-hidden="true"></span><span class="credits-icon__label">${hit?.courseCredits} <span> </span>CE Credits</span></span>`:''} </div> <!-- Service Shop --> <div class="course-spec-line gss-specs ${hit?._sourceType !=='Shop' ? 'hidden' : ''} "> ${hit._sourceCategory !== 'GSS_EDN' && hit?.code? html `<span class="course-spec-items code-iconset ${hit?.code}-icon"><span class="${hit?.code}-icon__img" aria-hidden="true"></span><span class="${hit?.code}-icon__label">${hit?.code}</span></span>`:''} ${hit._sourceCategory !== 'GSS_EDN' && hit?.condition? html `<span class="course-spec-items condition-iconset ${hit?.condition}-icon"><span class="condition-icon__img" aria-hidden="true"></span><span class="${hit?.condition}-icon__label">${hit?.condition}</span></span>`:''} ${hit._sourceCategory !== 'GSS_EDN' && hit?.manufacturer? html `<span class="course-spec-items manufacturer-iconset ${hit?.manufacturer}-icon"><span class="manufacturer-icon__img" aria-hidden="true"></span><span class="${hit?.manufacturer}-icon__label">${hit?.manufacturer}</span></span>`:''} </div> <!-- SPEC LINE - END --> <!-- STATIC LINKS - START --> <div class="hit-static-link"> ${hit?.static_links?.[0]? html `<p class="hits_static_links"> <a href="${hit?.static_links[0]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[0]?.title}</a> </p>`:''} ${hit?.static_links?.[1]? html `<p class="hits_static_links"> <a href="${hit?.static_links[1]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[1]?.title}</a> </p>`:''} ${hit?.static_links?.[2]? html `<p class="hits_static_links"> <a href="${hit?.static_links[2]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[2]?.title}</a> </p>`:''} ${hit?.static_links?.[3]? html `<p class="hits_static_links"> <a href="${hit?.static_links[3]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[3]?.title}</a> </p>`:''} ${hit?.static_links?.[4]? html `<p class="hits_static_links"> <a href="${hit?.static_links[4]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[4]?.title}</a> </p>`:''} ${hit?.static_links?.[5]? html `<p class="hits_static_links"> <a href="${hit?.static_links[5]?.url}" target="_blank" rel="noopener noreferrer">${hit?.static_links[5]?.title}</a> </p>`:''} </div> <!-- STATIC LINKS - END --> <!-- Price Section START --> <div class="course-card-price-section ${hit?.price && ['ECOM'].includes(hit?.source) ? '': 'hidden'} "> ${(hit?.price) && ['ECOM'].includes(hit?.source) ? html `<span class="course-card__price">${hit?.price}</span>` : ''} <span class="course-card__label ${hit?.price && hit._sourceCategory=== 'ECOM_EDN' ? '': 'hidden'} "> ${hit.noOfUsers && hit.noOfUsers !=="0" ? (hit.noOfUsers > 1 ? ( '/ ' + hit.noOfUsers + ' ' + 'students' ) : ('/ student')) : (hit.trainingDeliveryMethod?.toLowerCase() === 'classroom' || hit.trainingDeliveryMethod?.toLowerCase() === 'virtual' ) ? 'starting at' : 'unlimited students'} </span> <span class="course-card__label ${hit?.price && (hit._sourceCategory=== 'ECOM_EQP' || hit?._sourceCategory=== 'ECOM_AA') ? '' : 'hidden'}">Online starting price</span> </div> <!-- Price Section END --> </div> </div> <!-- Second column with content - END--> </div>
<div class="algolia-analytics" data-promoted="${hit?._rankingInfo?.promoted}" data-insights-query-id="${hit.__queryID}" data-insights-object-id="${hit.objectID}" data-insights-position="${hit.__position}" data-cug="${hit?.meta?.cug}"><div class="${hit?.imageUrl ? 'suggested-link-img' : 'suggested-link'} "> <div class="suggested-image-wrapper ${hit?.imageUrl ? '' : 'hidden'}"> <a href="${hit?.productUrl || hit?.path} " target="_blank" rel="noopener noreferrer"> <img src="${hit?.imageUrl}" data-title="${hit?.imageUrl}" /></a> </div> <div class="suggested-content"> <div class="suggested-product-name"> <a href="${hit?.productUrl || hit?.path} " target="_blank" rel="noopener noreferrer"> ${components.Highlight({ attribute: "name", hit })} </a> </div> <div class="suggested-product-site"> <a href="${hit?.productUrl || hit?.path }" target="_blank" rel="noopener noreferrer"> ${hit.breadCrumb?.startsWith( 'Go to site' ) ? html `<span class="go-to-site">Go to site</span> ${hit.breadCrumb.slice('Go to site'.length)}`: hit.breadCrumb} </a> </div> </div> </div></div>
<div class="no-results-message-container"> <div class="no-results-title">Sorry, we couldn’t find results for “${results?.query}”</div> <ul> <li>Check your spelling </li> <li>Use different keywords and try again </li> <li>Broaden your search by using fewer or more general words</li> </ul> <div class="no-results-help-title">Need help?</div> <p class="no-results-help-description">Our customer service team can help.</p> <p class="no-results-links"><a href="https://www.gehealthcare.com/about/contact-us">Contact Us</a></p> <div class="popular_searches"></div> <div class="recently-viewed" style="overflow-wrap:anywhere"></div> <br></br> </div>
${query === "" && recentSearches ? html` <div class="autocomplete-dropdown case1 showSectionTitle recentSearches"> <ul class="suggestions-list"> ${recentSearches} </ul> </div>` : ''} ${query === "" && !recentSearches ? html` <div class="autocomplete-dropdown case2 showSectionTitle"> <ul class="suggestions-list"> ${querySuggestions} </ul> </div>` : ''} ${query?.length >= 3 && querySuggestions? html` <div class="autocomplete-dropdown case3"> <ul class="suggestions-list"> ${querySuggestions} <div class="recentSearches"> ${recentSearches} </div> </ul> </div>` : ''} ${ sources[0] && query?.length >= 3 && html`<div class="main-suggestion"> <div class="suggested-links">Suggested links</div> ${sources[0]} </div>` }
Imaging Applications
Products
Clear all
Filters
Clear all
Apply
Showing {0} of {1} products
Show {0} More