<%@ 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 - Credit Designation
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.
Credit Designation

The Duke University School of Medicine designates this educational activity for a maximum of 2.5 Category 1 credits toward the AMA Physician’s Recognition Award. Each physician should claim only those credits that he/she actually spent in the activity.

Click here to register now!

<% conn.Close Set conn = Nothing %>