<%@ 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 Special Needs
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.
Special Needs Statement

The Duke University Medical Center is committed to making its activities accessible to all individuals. If you are in need of an accommodation, please do not hesitate to call and/or submit a description of your needs in writing in order to receive service.

Click here to register now!

<% conn.Close Set conn = Nothing %>