-- MySQL dump 10.11 -- -- Host: localhost Database: auditlog -- ------------------------------------------------------ -- Server version 5.0.51b-community-nt /*!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 `eventlog` -- DROP TABLE IF EXISTS `eventlog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eventlog` ( `id` bigint(20) unsigned NOT NULL auto_increment, `timeStamp` datetime default NULL, `userId` varchar(100) default NULL, `participationTypeCode` smallint(5) unsigned default NULL, `participationTypeCodeRole` smallint(5) unsigned default NULL, `participationIDTypeCode` varchar(100) default NULL, `patientId` varchar(100) default NULL, `message` blob, `communityId` varchar(255) default NULL, PRIMARY KEY USING BTREE (`id`), KEY `userId_index` USING BTREE (`userId`), KEY `communityId_index` (`communityId`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `eventlog` -- LOCK TABLES `eventlog` WRITE; /*!40000 ALTER TABLE `eventlog` DISABLE KEYS */; INSERT INTO `eventlog` VALUES (1,NULL,'uId999',7,7,'IDTypeCd999','PID999',NULL,'CommId999'),(2,'2008-07-18 13:40:46','',5,6,'webId123','web123',NULL,'WebComm123'),(3,NULL,'',7,8,'SOAPId123','soap123',NULL,'SOAPComm123'),(4,NULL,'',9,10,'SOAPId456','soap123',NULL,'SOAPComm456'),(5,NULL,'valluripallis',9,10,'SOAPId456','soap123',NULL,'SOAPComm456'),(6,'2008-07-18 00:30:47','valluripallis',9,10,'SOAPId456','soap123',NULL,'SOAPComm456'),(7,'2008-07-21 21:56:11','valluripallis',7,8,'webId456','web456',NULL,'WebComm456'),(8,'2008-07-23 14:27:41','valluripallis',9,1,'webId789','web789','\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Create\n \n \n \n \n Read\n \n \n \n \n Update\n \n \n \n \n Delete\n \n \n \n \n Execute\n \n \n \n \n \n \n \n \n \n \n \n Success\n \n \n \n \n Minor failure\n \n \n \n \n Serious failure\n \n \n \n \n Major failure; action made unavailable \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Machine Name, including DNS name\n \n \n \n \n IP Address\n \n \n \n \n Telephone Number\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Person\n \n \n \n \n System object\n \n \n \n \n Organization\n \n \n \n \n Other\n \n \n \n \n \n \n \n \n \n \n Patient\n \n \n \n \n Location\n \n \n \n \n Report\n \n \n \n \n Resource\n \n \n \n \n Master file\n \n \n \n \n User\n \n \n \n \n List\n \n \n \n \n Doctor\n \n \n \n \n Subscriber\n \n \n \n \n Guarantor\n \n \n \n \n Security User Entity\n \n \n \n \n Security User Group\n \n \n \n \n Security Resource\n \n \n \n \n Security Granualarity Definition\n \n \n \n \n Provider\n \n \n \n \n Report Destination\n \n \n \n \n Report Library\n \n \n \n \n Schedule\n \n \n \n \n Customer\n \n \n \n \n Job\n \n \n \n \n Job Stream\n \n \n \n \n Table\n \n \n \n \n Routing Criteria\n \n \n \n \n Query\n \n \n \n \n \n \n \n \n \n \n Origination / Creation\n \n \n \n \n Import / Copy from original \n \n \n \n \n Amendment\n \n \n \n \n Verification\n \n \n \n \n Translation\n \n \n \n \n Access / Use\n \n \n \n \n De-identification\n \n \n \n \n Aggregation, summarization, derivation\n \n \n \n \n Report\n \n \n \n \n Export / Copy to target\n \n \n \n \n Disclosure\n \n \n \n \n Receipt of disclosure\n \n \n \n \n Archiving\n \n \n \n \n Logical deletion\n \n \n \n \n Permanent erasure / Physical destruction \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n','WebComm789'); /*!40000 ALTER TABLE `eventlog` 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 2008-07-28 18:45:53