-- MySQL dump 10.13 Distrib 5.1.30, for Win32 (ia32) -- -- Host: localhost Database: bugs -- ------------------------------------------------------ -- Server version 5.1.30-community /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `i113684` -- DROP TABLE IF EXISTS `i113684`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `i113684` ( `ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `PMID` int(11) DEFAULT NULL, `OWN` varchar(32) DEFAULT NULL, `STAT` varchar(32) DEFAULT NULL, `DA` varchar(32) DEFAULT NULL, `IS` varchar(32) DEFAULT NULL, `VI` varchar(32) DEFAULT NULL, `IP` varchar(32) DEFAULT NULL, `DP` varchar(32) DEFAULT NULL, `TI` varchar(512) DEFAULT NULL, `PG` varchar(32) DEFAULT NULL, `AB` varchar(4096) DEFAULT NULL, `AD` varchar(512) DEFAULT NULL, `FAU` varchar(1024) DEFAULT NULL, `AU` varchar(512) DEFAULT NULL, `LA` varchar(16) DEFAULT NULL, `PT` varchar(32) DEFAULT NULL, `TT` varchar(255) DEFAULT NULL, `DEP` varchar(32) DEFAULT NULL, `TA` varchar(64) DEFAULT NULL, `JT` varchar(256) DEFAULT NULL, `JID` varchar(32) DEFAULT NULL, `EDAT` varchar(32) DEFAULT NULL, `MHDA` varchar(32) DEFAULT NULL, `CRDT` varchar(32) DEFAULT NULL, `PHST` varchar(512) DEFAULT NULL, `AID` varchar(64) DEFAULT NULL, `PST` varchar(32) DEFAULT NULL, `SO` varchar(64) DEFAULT NULL, `Rozdz` varchar(64) DEFAULT NULL, `Uwagi` text, `PDF` longblob, `Supl1` longblob, `Supl2` longblob, PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=247 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `i113684` -- LOCK TABLES `i113684` WRITE; /*!40000 ALTER TABLE `i113684` DISABLE KEYS */; INSERT INTO `i113684` VALUES (244,20680102,'NLM','In-Data-Review','20100803','1090-0535 (Electronic);1090-053','16',NULL,'2010','Aqueous humor neutrophil gelatinase-associatedlipocalin levels in patients with idiopathic acute anterior\nuveitis.','1448-52','PURPOSE: The purpose of this study was to evaluate the levels of neutrophil gelatinase-associated lipocalin (NGAL) in the aqueous humor\nin eyes with idiopathic acute anterior uveitis (AAU). METHODS: A comparative control study. Aqueous humor was collected from 20 eyes of 20 patients with\nidiopathic AAU. The control group included 20 aqueous samples from 20 patients about to undergo cataract surgery and without any other ocular or systemic\ndiseases. The level of NGAL was determined with a commercially available ELISA kit. RESULTS: The concentration of NGAL in aqueous humor was markedly higher in\npatients with idiopathic AAU than in control subjects (Mann-Whitney U test, p<0.001). The level of NGAL was 139,197.38+/-183,426.36 (mean+/-SD) pg/ml in\neyes with AAU and 3,169.96+/-1,595.78 pg/ml in the eyes of the control group. CONCLUSIONS: The aqueous humor NGAL level is increased in eyes with idiopathic\nAAU. These results imply that NGAL is associated with the regulation of inflammation in patients with AAU and could be used as a biomarker of ocular\ninflammation and immunomodulatory treatment response.',NULL,'Salom, David; Sanz-Marco, Empar; Mullor, Jose L; Lopez-Prats, Maria Jesus; Garcia-Delpech,\nSalvador; Udaondo, Patricia; Millan, Jose Maria; Arevalo, J Fernando; Diaz-Llopis, Manuel','Salom D; Sanz-Marco E; Mullor JL; Lopez-Prats MJ;\nGarcia-Delpech S; Udaondo P; Millan JM; Arevalo JF; Diaz-Llopis M','eng','Journal Article',NULL,'20100729','Mol Vis','Molecular\nvision','9605351','2010/08/04 06:00','2010/08/04 06:00','2010/08/04 06:00','2010/06/16 [received]; 2010/07/23 [accepted]; 2010/07/29\n[epublish]',NULL,'epublish','Mol Vis. 2010 Jul 29;16:1448-52.',NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `i113684` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2010-09-02 7:54:50