Leptospira classification with history of serovars

List of pathogenic species List of saprophytic species
Leptospira interrogans sensu stricto
Leptospira borgpetersenii
Leptospira santarosai
Leptospira inadai
Leptospira noguchii
Leptospira weilii
Leptospira kirshneri
Leptospira fainii
Leptospira biflexa
Leptospira meyeri
Leptospira wolbachii
Turneria parva (proposed)
Leptonema illini
 
 
List of serovars representing pathogenic species (ID-lepto database)
 


Serogroup
-----------------------
Serovar
-----------------------
Strain
-----------------------
%s
\n", $ERRMSG); fatal(""); } if (msqlSelectDB($sock,"leptospira") < 0) { printf("


%s
\n", $ERRMSG); fatal(""); } /*- ---------------------------------------------------------------------- -*/ /*- Connected to mSQL server, now try to send SELECT query to database -*/ /*- ---------------------------------------------------------------------- -*/ if (msqlQuery($sock, "SELECT serogroup, serovar, strain FROM serovars ORDER BY serogroup, serovar")<0) { printf("


%s
\n", $ERRMSG); fatal(""); } $results=msqlStoreResult(); $data=msqlFetchRow($results); while (#$data>0) { echo("$data[0]\n"); echo("$data[1]\n"); echo("$data[2]\n"); $data=msqlFetchRow($results); } msqlFreeResult($results); msqlClose($sock); >