<% set cn = Server.CreateObject("ADODB.Connection") cn.Open "DSN=Member" sql="SELECT * FROM Memberscount" Set rst=server.createobject("ADODB.RECORDSET") rst.open SQL,cn,1,3 count = RST( "count") sql1="SELECT * FROM Memberscount06" Set rst1=server.createobject("ADODB.RECORDSET") rst1.open SQL1,cn,1,3 count06 = RST1( "count") newcount = count + count06 If Len (Session("svUserid")) = 0 Then Else Dim LoginId Loginid= Session("svUserid") sql1="SELECT * FROM qrypaid2003 Where MailinglistID =" &LoginId Set rst1=server.createobject("ADODB.RECORDSET") rst1.open SQL1,cn,1,3 strlogin = RST1 ("displayname") End IF %>
CSTE Logo
   
   









 



 

National Office

CSTE
2872 Woodcock Blvd
Suite 303
Atlanta, GA 30341
770-458-3811
770-458-8516

 

Position Statements


Position statements are developed by CSTE and are an integral part of our work as a membership organization. Position statements provide programmatic guidance and influence public health on national, state and local levels. The position statements are introduced and adopted at the CSTE annual meeting. The national office distributes the statements, calls for comment, and organizes the responses. The national office also tracks the statements to ensure the issues/solutions raised in the position statements are considered, if not implemented.

2006 CSTE Position Statement Template

2006 CSTE Position Statement Template for Placing Diseases or Conditions Under National Surveillance

 

Search CSTE website for Position Statements:

 
Search by Year:
 
Search by Topic:
 
Search by Author:
 
Search by Title:
 
Search by Keyword:
 
 
 


· State Epidemiologists
· POC Chronic Disease
· POC Environmental Hlth
· POC Infectious Disease
· POC Injury
· POC MCH
·
POC Occupational Hlth
·POC Large City and Urban Areas
· POC Veterinarians
· Executive Committee
· CSTE Staff

<%if (Session("svUserid") = "") then %>



Username

Password


Forgot Password?

<%Else%> Welcome
<%=strLogin%>
<%End If%>