<%@ 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 Target Audience
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.
Target Audience

This activity is designed for cardiologists, emergency medicine physicians, primary care physicians, nurses, pharmacists, hospital administrators, and quality improvement personnel with an interest in improving the care of patients with acute coronary syndromes (ACS).

Click here to register now!

<% conn.Close Set conn = Nothing %>