<%@ LANGUAGE="VBSCRIPT"%> <% Option Explicit %><% Response.Buffer = true Dim conn, rsConfList, sqlConfList, sqlSuffix, rsSuffix, sqlStates, rsStates, rsSpecialty, sqlSpecialty, rsHowHeard, sqlHowHeard Dim strCrusadeMeetingId Set conn = Server.CreateObject("ADODB.Connection") conn.open "DSN=ncme_crusade" Set rsConfList = Server.CreateObject("ADODB.Recordset") sqlConfList = "SELECT CRUSADEMeetings.CrusadeMeetingId, CRUSADEMeetings.MeetingCity, Venue.VenueName, Venue.VenueAddress, Venue.VenueAddress1, Venue.VenueAddress2, Venue.VenueAddress3, Venue.VenueCity, Venue.VenueState, Venue.VenueZipcode, CRUSADEMeetings.MeetingDate, CRUSADEMeetings.LectureTime, CRUSADEMeetings.Active FROM Venue INNER JOIN CRUSADEMeetings ON Venue.VenueId = CRUSADEMeetings.VenueId WHERE (((CRUSADEMeetings.Active)=True));" rsConfList.open sqlConfList,conn,3,3 Set rsStates = Server.CreateObject("ADODB.Recordset") sqlStates = "SELECT * FROM L_states" rsStates.Open sqlStates,conn,1,3 %> CRUSADE CME Agenda
Home
Register
Target Audience
Learning Objectives
Agenda
Faculty
Disclaimer
Accreditation
Credit Designation
Special Needs

The CRUSADE Executive Committee cordially invites you to a Regional CME Meeting on the CRUSADE Quality Improvement Initiative!

Join area hospital teams to discuss how evidence-based medicine is implemented for the care of patients with unstable angina and  non–ST-segment elevation myocardial infarction.
Agenda

• Registration and dinner (breakfast for Saturday programs)

• Introduction

• Acute care prevention for patients with ACS, overview of practice guidelines, and national CRUSADE results

• Long-term secondary prevention for patients with ACS, overview of practice guidelines, and national CRUSADE results

Break

Breakout sessions

1. Multidisciplinary approach to quality improvement —The continuum of care

2. Success stories—What local hospitals are doing to improve care

3. Targeted educational efforts to impact adherence to the guidelines

• Concluding remarks

Click here to register now!

<% conn.Close Set conn = Nothing %>