Skip to content

CW Conversation Series

If you have been thinking about enhancing your skills in Accounting, Health Management or Computer Networking or are considering a new career, one of these conversations is for you!  

Accounting

What will be discussed:

*Tax Accounting

*Management Services

*Large Versus Small CPA Firms

*Private Industry Accounting

*Government and Not-For-Profit Accounting

Health Information Management

What will be discussed:

* ICD-9 to ICD-10 change in 2015.  What will it do to the healthcare industry

* Latest changes in hospital reimbursement

* Insurance billing challenges through the eyes of a provider office

* Electronic medical record keeping and how it’s changing the healthcare office

* Career path options
 

Computer Networking

What will be discussed:

* Windows 10, It’s coming and how will it change lives and the business world

* What does the near future look like in this industry

* VM Ware:  the new virtual world we live in

* Cloud based storage

* CISCO academy curriculum overview

* Career path options
 

When:  Thursday, September 10, 2015

Where: The College of Westchester

             325 Central Avenue

             White Plains, NY  10606
 

Lecture Time:   6:00 p.m. to 6:45 p.m.

Q & A:  6:45 p.m. to 7:00 p.m.
 

This is a great opportunity to hear from an expert who knows the current developments and the importance of adapting to today’s job requirements.  

Please call to reserve your seat 855.385.4424.

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });