Healthcare Tech Outlook | Leading Print & Digital Magazine for Healthcare Technology
Healthcare Tech Outlook

Healthcare Tech Outlook

Facilities Management

Redefining Facility Management with Innovation, Insight, and Simplicity

Geoff Baron, Director of Product, AkitaBox

Healthcare Marketing

Balanced Hospital Operations Pivoting Success

Dino Scanio MPH, Multiservice Hospital Director of Clinics, Driscoll Children’s Hospital

Medical Imaging

Pushing The Boundaries Of Medical Imaging

Dr. Alexander A. Oraevsky, CEO and CTO, TomoWave

Healthcare AI

Generalized Overview of Artificial Intelligence in Radiology

Matthew D. Paulson, Executive Assistant Director of Radiology ,Springhill Medical Center

The Rollercoaster Of Behavioral Health Care
Mental and Behavioral Health

The Rollercoaster Of Behavioral Health Care

Paul Rains, System SVP Behavioral Health at CommonSpirit Health

Insights on Patient Monitoring Technology and Systems
Patient Monitoring

Insights on Patient Monitoring Technology and Systems

Sharon Gilliam, MSN, RN, Director of Patient Safety & Quality at Williamson Health

The Intersection of Healthcare Compliance and Technology: How Our Organization Uses Technology to Operationalize Our Program
Care Management

The Intersection of Healthcare Compliance and Technology: How Our Organization Uses Technology to Operationalize Our Program

Karyn Holley, FACHE, RN, MSHA, CHC, CPHRM, Director of Corporate Compliance, Inspira Health Network

Medical Imaging

A 15-Year Journey in Medical Imaging and Healthcare Leadership

Zach Seow

MBA, CRA, R.T.(R)(CT)(MR)(ARRT), Director of Radiology Operations, IS, & Strategy

Stanford Children's Health

Transforming Dental Marketing With Innovation And Expertise
Healthcare Marketing

Transforming Dental Marketing With Innovation And Expertise

Cortney Kuntz, Engagement Director , DentalQore

', 0); $('#box5').flipbox('replace', '
' + (lorem[index % lorem.length]) + '
', 1); index++; if (index % lorem.length === 0) { $('#box5').flipbox('next'); } }, 500); $('.clock .box').flipbox({ vertical: true }); function updateClock() { var now = new Date(); var hours = now.getHours(); var minutes = now.getMinutes(); var seconds = now.getSeconds(); $('.clock .box:eq(0)').flipbox('jump', Math.floor(hours / 10)); $('.clock .box:eq(1)').flipbox('jump', hours % 10); $('.clock .box:eq(2)').flipbox('jump', Math.floor(minutes / 10)); $('.clock .box:eq(3)').flipbox('jump', minutes % 10); $('.clock .box:eq(4)').flipbox('jump', Math.floor(seconds / 10)); $('.clock .box:eq(5)').flipbox('jump', seconds % 10); } setInterval(updateClock, 2000); updateClock(); $('button.prev').click(function() { $(this).closest('.item').find('.box').flipbox('prev', $(this).hasClass('reverse')); }); $('button.next').click(function() { $(this).closest('.item').find('.box').flipbox('next', $(this).hasClass('reverse')); }); $('button.jump').click(function() { $(this).closest('.item').find('.box').flipbox('jump', $(this).data('index'), $(this).hasClass('reverse')); }); $('button.config').click(function() { $(this).closest('.item').find('.box') .flipbox({ animationDuration: $(this).data('duration'), animationEasing: $(this).data('slow') }) .flipbox('next'); });