<%@ 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 Learning Objectives
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.
Learning Objectives

At the conclusion of this activity, participants should be able to:

• Review recent clinical trials and their impact on the ACC/AHA Guidelines for unstable angina and non–ST-segment elevation myocardial infarction (UA/NSTEMI)

• Examine evidence from CRUSADE (Can Rapid Risk Stratification of Unstable Angina Patients Suppress ADverse Outcomes with Early Implementation of the ACC/AHA Guidelines) that show improved patient outcomes

• Develop action plans to build and implement "critical pathways" for UA/NSTEMI at your institution

• Discuss new JHACO requirements for data collection on hospital core measures

Click here to register now!

<% conn.Close Set conn = Nothing %>