<%@LANGUAGE="VBSCRIPT"%> <% set rsMeeting = Server.CreateObject("ADODB.Recordset") rsMeeting.ActiveConnection = MM_CNRoad_STRING rsMeeting.Source = "SELECT * FROM Agency, Meeting WHERE AgencyID= SponsoringAgencyID AND Attending=TRUE AND MeetingDateStart>Date() ORDER BY MeetingDateStart" rsMeeting.CursorType = 0 rsMeeting.CursorLocation = 2 rsMeeting.LockType = 3 rsMeeting.Open() rsMeeting_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 rsMeeting_numRows = rsMeeting_numRows + Repeat1__numRows Dim strColor, intCounter %> C/NET Solutions - Events Calendar
Welcome to C/NET Solutions
spacer

 
News from C/NET Solutions

C/NET Solutions Announces Updated CDC Edits Tools

Berkeley, CA: June 9, 2006

Alan R. Houser, Research Scientist for C/NET Solutions, will present the new CDC Edit Engine and EditWriter tools at the North American Association of Central Cancer Registries Annual Meeting in Regina, Saskatchewan, on June 14, 2006. Programmers at C/NET Solutions have been working for the last two years under a contract from the Centers for Disease Control to update these tools, which are used by state and national cancer registries to insure that cancer incidence data are accurate.

The EditWriter software is used to design the data quality tests that are applied with the Edit Engine to cancer data collected by hospital, state, and national agencies. The new Edit Engine has been used for the past year and a half in CNExT, the C/NET Solutions cancer registry data collection software used by hospitals across the US and in Canada, and for the past year in Eureka, the database software for the California Cancer Registry.

C/NET Solutions, part of the Public Health Institute, is based in Berkeley, California.
 

 

copyright C/NET Solutions, 800-366-2638
<% rsMeeting.Close() %>