-- MySQL dump 10.13 Distrib 5.7.18, for Linux (x86_64) -- -- Host: localhost Database: -- ------------------------------------------------------ -- Server version 5.7.18-0ubuntu0.16.04.1 /*!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 */; -- -- Current Database: `mysql` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `mysql` /*!40100 DEFAULT CHARACTER SET latin1 */; USE `mysql`; -- -- Table structure for table `columns_priv` -- DROP TABLE IF EXISTS `columns_priv`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `columns_priv` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '', `Table_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `Column_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `Column_priv` set('Select','Insert','Update','References') CHARACTER SET utf8 NOT NULL DEFAULT '', PRIMARY KEY (`Host`,`Db`,`User`,`Table_name`,`Column_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Column privileges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `columns_priv` -- LOCK TABLES `columns_priv` WRITE; /*!40000 ALTER TABLE `columns_priv` DISABLE KEYS */; /*!40000 ALTER TABLE `columns_priv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `db` -- DROP TABLE IF EXISTS `db`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `db` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '', `Select_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Insert_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Update_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Delete_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Drop_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Grant_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `References_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Index_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Alter_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_tmp_table_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Lock_tables_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Show_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Alter_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Execute_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Event_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Trigger_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', PRIMARY KEY (`Host`,`Db`,`User`), KEY `User` (`User`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Database privileges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `db` -- LOCK TABLES `db` WRITE; /*!40000 ALTER TABLE `db` DISABLE KEYS */; INSERT INTO `db` VALUES ('localhost','sys','mysql.sys','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y'),('localhost','openmrs','openmrs_user','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y'); /*!40000 ALTER TABLE `db` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `engine_cost` -- DROP TABLE IF EXISTS `engine_cost`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `engine_cost` ( `engine_name` varchar(64) NOT NULL, `device_type` int(11) NOT NULL, `cost_name` varchar(64) NOT NULL, `cost_value` float DEFAULT NULL, `last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `comment` varchar(1024) DEFAULT NULL, PRIMARY KEY (`cost_name`,`engine_name`,`device_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `engine_cost` -- LOCK TABLES `engine_cost` WRITE; /*!40000 ALTER TABLE `engine_cost` DISABLE KEYS */; INSERT INTO `engine_cost` VALUES ('default',0,'io_block_read_cost',NULL,'2017-07-16 22:58:19',NULL),('default',0,'memory_block_read_cost',NULL,'2017-07-16 22:58:19',NULL); /*!40000 ALTER TABLE `engine_cost` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `event` -- DROP TABLE IF EXISTS `event`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `event` ( `db` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `name` char(64) NOT NULL DEFAULT '', `body` longblob NOT NULL, `definer` char(93) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `execute_at` datetime DEFAULT NULL, `interval_value` int(11) DEFAULT NULL, `interval_field` enum('YEAR','QUARTER','MONTH','DAY','HOUR','MINUTE','WEEK','SECOND','MICROSECOND','YEAR_MONTH','DAY_HOUR','DAY_MINUTE','DAY_SECOND','HOUR_MINUTE','HOUR_SECOND','MINUTE_SECOND','DAY_MICROSECOND','HOUR_MICROSECOND','MINUTE_MICROSECOND','SECOND_MICROSECOND') DEFAULT NULL, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `last_executed` datetime DEFAULT NULL, `starts` datetime DEFAULT NULL, `ends` datetime DEFAULT NULL, `status` enum('ENABLED','DISABLED','SLAVESIDE_DISABLED') NOT NULL DEFAULT 'ENABLED', `on_completion` enum('DROP','PRESERVE') NOT NULL DEFAULT 'DROP', `sql_mode` set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','NOT_USED','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_ALL_TABLES','NO_ZERO_IN_DATE','NO_ZERO_DATE','INVALID_DATES','ERROR_FOR_DIVISION_BY_ZERO','TRADITIONAL','NO_AUTO_CREATE_USER','HIGH_NOT_PRECEDENCE','NO_ENGINE_SUBSTITUTION','PAD_CHAR_TO_FULL_LENGTH') NOT NULL DEFAULT '', `comment` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `originator` int(10) unsigned NOT NULL, `time_zone` char(64) CHARACTER SET latin1 NOT NULL DEFAULT 'SYSTEM', `character_set_client` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `collation_connection` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `db_collation` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `body_utf8` longblob, PRIMARY KEY (`db`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Events'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `event` -- LOCK TABLES `event` WRITE; /*!40000 ALTER TABLE `event` DISABLE KEYS */; /*!40000 ALTER TABLE `event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `func` -- DROP TABLE IF EXISTS `func`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `func` ( `name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `ret` tinyint(1) NOT NULL DEFAULT '0', `dl` char(128) COLLATE utf8_bin NOT NULL DEFAULT '', `type` enum('function','aggregate') CHARACTER SET utf8 NOT NULL, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='User defined functions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `func` -- LOCK TABLES `func` WRITE; /*!40000 ALTER TABLE `func` DISABLE KEYS */; /*!40000 ALTER TABLE `func` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gtid_executed` -- DROP TABLE IF EXISTS `gtid_executed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gtid_executed` ( `source_uuid` char(36) NOT NULL COMMENT 'uuid of the source where the transaction was originally executed.', `interval_start` bigint(20) NOT NULL COMMENT 'First number of interval.', `interval_end` bigint(20) NOT NULL COMMENT 'Last number of interval.', PRIMARY KEY (`source_uuid`,`interval_start`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gtid_executed` -- LOCK TABLES `gtid_executed` WRITE; /*!40000 ALTER TABLE `gtid_executed` DISABLE KEYS */; /*!40000 ALTER TABLE `gtid_executed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `help_category` -- DROP TABLE IF EXISTS `help_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `help_category` ( `help_category_id` smallint(5) unsigned NOT NULL, `name` char(64) NOT NULL, `parent_category_id` smallint(5) unsigned DEFAULT NULL, `url` text NOT NULL, PRIMARY KEY (`help_category_id`), UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help categories'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `help_category` -- LOCK TABLES `help_category` WRITE; /*!40000 ALTER TABLE `help_category` DISABLE KEYS */; INSERT INTO `help_category` VALUES (1,'Geographic',0,''),(2,'Polygon properties',35,''),(3,'Numeric Functions',39,''),(4,'WKT',35,''),(5,'Plugins',36,''),(6,'Control flow functions',39,''),(7,'MBR',35,''),(8,'Transactions',36,''),(9,'Help Metadata',36,''),(10,'Account Management',36,''),(11,'Point properties',35,''),(12,'Encryption Functions',39,''),(13,'LineString properties',35,''),(14,'Miscellaneous Functions',39,''),(15,'Logical operators',39,''),(16,'Functions and Modifiers for Use with GROUP BY',36,''),(17,'Information Functions',39,''),(18,'Storage Engines',36,''),(19,'Bit Functions',39,''),(20,'Comparison operators',39,''),(21,'Table Maintenance',36,''),(22,'User-Defined Functions',36,''),(23,'Data Types',36,''),(24,'Compound Statements',36,''),(25,'Geometry constructors',35,''),(26,'GeometryCollection properties',1,''),(27,'Administration',36,''),(28,'Data Manipulation',36,''),(29,'Utility',36,''),(30,'Language Structure',36,''),(31,'Geometry relations',35,''),(32,'Date and Time Functions',39,''),(33,'WKB',35,''),(34,'Procedures',36,''),(35,'Geographic Features',36,''),(36,'Contents',0,''),(37,'Geometry properties',35,''),(38,'String Functions',39,''),(39,'Functions',36,''),(40,'Data Definition',36,''); /*!40000 ALTER TABLE `help_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `help_keyword` -- DROP TABLE IF EXISTS `help_keyword`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `help_keyword` ( `help_keyword_id` int(10) unsigned NOT NULL, `name` char(64) NOT NULL, PRIMARY KEY (`help_keyword_id`), UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help keywords'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `help_keyword` -- LOCK TABLES `help_keyword` WRITE; /*!40000 ALTER TABLE `help_keyword` DISABLE KEYS */; INSERT INTO `help_keyword` VALUES (680,'(JSON'),(485,'->'),(205,'->>'),(668,'<>'),(520,'ACCOUNT'),(652,'ACTION'),(459,'ADD'),(335,'AES_DECRYPT'),(629,'AES_ENCRYPT'),(507,'AFTER'),(407,'AGAINST'),(112,'AGGREGATE'),(465,'ALGORITHM'),(223,'ALL'),(274,'ALTER'),(304,'ANALYSE'),(649,'ANALYZE'),(565,'AND'),(163,'ANY_VALUE'),(461,'ARCHIVE'),(540,'AREA'),(494,'AS'),(181,'ASBINARY'),(656,'ASC'),(463,'ASTEXT'),(193,'ASWKB'),(356,'ASWKT'),(5,'AT'),(154,'AUTOCOMMIT'),(48,'AUTOEXTEND_SIZE'),(460,'AVG_ROW_LENGTH'),(222,'BEFORE'),(623,'BEGIN'),(553,'BETWEEN'),(429,'BIGINT'),(53,'BINARY'),(563,'BINLOG'),(570,'BOOL'),(72,'BOOLEAN'),(238,'BOTH'),(674,'BTREE'),(294,'BUFFER'),(366,'BY'),(488,'BYTE'),(139,'CACHE'),(558,'CALL'),(191,'CASCADE'),(446,'CASE'),(340,'CATALOG_NAME'),(586,'CEIL'),(630,'CEILING'),(626,'CENTROID'),(207,'CHAIN'),(392,'CHANGE'),(281,'CHAR'),(187,'CHARACTER'),(456,'CHARSET'),(364,'CHECK'),(66,'CHECKSUM'),(447,'CIPHER'),(76,'CLASS_ORIGIN'),(525,'CLIENT'),(41,'CLOSE'),(676,'COALESCE'),(539,'CODE'),(486,'COLLATE'),(672,'COLLATION'),(253,'COLUMN'),(351,'COLUMNS'),(377,'COLUMN_NAME'),(82,'COMMENT'),(478,'COMMIT'),(615,'COMMITTED'),(103,'COMPACT'),(350,'COMPLETION'),(306,'COMPRESSED'),(572,'CONCURRENT'),(110,'CONDITION'),(40,'CONNECTION'),(576,'CONSISTENT'),(650,'CONSTRAINT'),(470,'CONSTRAINT_CATALOG'),(143,'CONSTRAINT_NAME'),(647,'CONSTRAINT_SCHEMA'),(3,'CONTAINS'),(448,'CONTINUE'),(144,'CONVERT'),(492,'CONVEXHULL'),(413,'COUNT'),(209,'CREATE'),(395,'CREATE_DH_PARAMETERS'),(173,'CROSS'),(204,'CROSSES'),(159,'CSV'),(54,'CURRENT_USER'),(201,'CURSOR'),(501,'CURSOR_NAME'),(370,'DATA'),(326,'DATABASE'),(568,'DATABASES'),(303,'DATAFILE'),(80,'DATE'),(352,'DATETIME'),(245,'DATE_ADD'),(594,'DATE_SUB'),(369,'DAY'),(628,'DAY_HOUR'),(593,'DAY_MINUTE'),(70,'DAY_SECOND'),(444,'DEALLOCATE'),(104,'DEC'),(474,'DECIMAL'),(480,'DECLARE'),(421,'DEFAULT'),(137,'DEFAULT_AUTH'),(514,'DEFINER'),(319,'DELAYED'),(622,'DELAY_KEY_WRITE'),(37,'DELETE'),(535,'DESC'),(210,'DESCRIBE'),(305,'DES_KEY_FILE'),(579,'DIAGNOSTICS'),(616,'DIMENSION'),(334,'DIRECTORY'),(508,'DISABLE'),(212,'DISCARD'),(119,'DISJOINT'),(258,'DISTANCE'),(661,'DISTINCT'),(199,'DISTINCTROW'),(79,'DO'),(359,'DROP'),(169,'DUAL'),(581,'DUMPFILE'),(21,'DUPLICATE'),(145,'DYNAMIC'),(94,'ELSE'),(101,'ELSEIF'),(657,'ENABLE'),(111,'ENCLOSED'),(227,'END'),(410,'ENDPOINT'),(546,'ENDS'),(530,'ENGINE'),(68,'ENGINES'),(148,'ENVELOPE'),(621,'EQUALS'),(612,'ERRORS'),(16,'ESCAPE'),(278,'ESCAPED'),(382,'EVENT'),(17,'EVENTS'),(291,'EVERY'),(552,'EXCHANGE'),(583,'EXECUTE'),(417,'EXISTS'),(313,'EXIT'),(537,'EXPANSION'),(502,'EXPIRE'),(158,'EXPLAIN'),(669,'EXPORT'),(172,'EXTENDED'),(542,'EXTENT_SIZE'),(95,'EXTERIORRING'),(183,'EXTRACTION)'),(389,'FALSE'),(217,'FAST'),(398,'FEDERATED'),(251,'FETCH'),(114,'FIELDS'),(162,'FILE'),(341,'FILE_BLOCK_SIZE'),(619,'FILTER'),(675,'FIRST'),(342,'FIXED'),(462,'FLOAT4'),(230,'FLOAT8'),(504,'FLOOR'),(208,'FLUSH'),(105,'FOR'),(391,'FORCE'),(138,'FOREIGN'),(91,'FORMAT'),(98,'FROM'),(365,'FULL'),(81,'FULLTEXT'),(454,'FUNCTION'),(496,'GEOMCOLLFROMTEXT'),(419,'GEOMCOLLFROMWKB'),(403,'GEOMETRYCOLLECTION'),(206,'GEOMETRYCOLLECTIONFROMTEXT'),(358,'GEOMETRYCOLLECTIONFROMWKB'),(136,'GEOMETRYFROMTEXT'),(597,'GEOMETRYFROMWKB'),(135,'GEOMETRYN'),(632,'GEOMETRYTYPE'),(598,'GEOMFROMTEXT'),(96,'GEOMFROMWKB'),(218,'GET'),(336,'GLENGTH'),(489,'GLOBAL'),(131,'GRANT'),(498,'GRANTS'),(174,'GROUP'),(69,'HANDLER'),(150,'HAVING'),(550,'HEAP'),(573,'HELP'),(71,'HELP_DATE'),(124,'HELP_VERSION'),(673,'HIGH_PRIORITY'),(1,'HOST'),(477,'HOSTS'),(566,'HOUR'),(55,'HOUR_MINUTE'),(400,'HOUR_SECOND'),(234,'IDENTIFIED'),(309,'IF'),(384,'IGNORE'),(179,'IGNORE_SERVER_IDS'),(65,'IMPORT'),(578,'IN'),(513,'INDEX'),(475,'INDEXES'),(122,'INFILE'),(653,'INITIAL_SIZE'),(202,'INLINE'),(436,'INNER'),(26,'INNODB'),(412,'INSERT'),(531,'INSERT_METHOD'),(428,'INSTALL'),(482,'INSTANCE'),(271,'INT1'),(545,'INT2'),(457,'INT3'),(33,'INT4'),(292,'INT8'),(354,'INTEGER'),(263,'INTERIORRINGN'),(216,'INTERSECTS'),(283,'INTERVAL'),(59,'INTO'),(445,'IO_THREAD'),(299,'IS'),(20,'ISCLOSED'),(549,'ISEMPTY'),(290,'ISOLATION'),(153,'ISSIMPLE'),(433,'ISSUER'),(78,'ITERATE'),(0,'JOIN'),(585,'JSON'),(664,'JSON_APPEND'),(134,'JSON_ARRAY'),(414,'JSON_ARRAY_APPEND'),(424,'JSON_ARRAY_INSERT'),(458,'JSON_CONTAINS'),(468,'JSON_CONTAINS_PATH'),(639,'JSON_DEPTH'),(73,'JSON_EXTRACT'),(115,'JSON_INSERT'),(443,'JSON_KEYS'),(665,'JSON_LENGTH'),(432,'JSON_MERGE'),(296,'JSON_OBJECT'),(324,'JSON_QUOTE'),(338,'JSON_REMOVE'),(580,'JSON_REPLACE'),(38,'JSON_SEARCH'),(523,'JSON_SET'),(85,'JSON_TYPE'),(116,'JSON_UNQUOTE'),(246,'JSON_VALID'),(644,'KEY'),(642,'KEYS'),(279,'KEY_BLOCK_SIZE'),(118,'KILL'),(640,'LAST'),(142,'LEADING'),(194,'LEAVE'),(100,'LEFT'),(52,'LEVEL'),(248,'LIKE'),(643,'LIMIT'),(379,'LINEFROMTEXT'),(631,'LINEFROMWKB'),(260,'LINES'),(374,'LINESTRING'),(298,'LINESTRINGFROMTEXT'),(490,'LINESTRINGFROMWKB'),(483,'LOAD'),(662,'LOCAL'),(31,'LOCK'),(541,'LOGFILE'),(547,'LOGS'),(90,'LONG'),(411,'LONGBINARY'),(220,'LOOP'),(161,'LOW_PRIORITY'),(678,'MASTER'),(180,'MASTER_AUTO_POSITION'),(515,'MASTER_BIND'),(84,'MASTER_CONNECT_RETRY'),(376,'MASTER_HEARTBEAT_PERIOD'),(588,'MASTER_HOST'),(86,'MASTER_LOG_FILE'),(198,'MASTER_LOG_POS'),(526,'MASTER_PASSWORD'),(571,'MASTER_PORT'),(362,'MASTER_RETRY_COUNT'),(244,'MASTER_SSL'),(8,'MASTER_SSL_CA'),(591,'MASTER_SSL_CERT'),(236,'MASTER_SSL_CIPHER'),(126,'MASTER_SSL_CRL'),(42,'MASTER_SSL_CRLPATH'),(663,'MASTER_SSL_KEY'),(357,'MASTER_SSL_VERIFY_SERVER_CERT'),(528,'MASTER_USER'),(197,'MATCH'),(577,'MAX_CONNECTIONS_PER_HOUR'),(266,'MAX_QUERIES_PER_HOUR'),(273,'MAX_ROWS'),(399,'MAX_SIZE'),(544,'MAX_UPDATES_PER_HOUR'),(659,'MAX_USER_CONNECTIONS'),(232,'MBRCONTAINS'),(557,'MBRDISJOINT'),(123,'MBREQUAL'),(132,'MBRINTERSECTS'),(184,'MBROVERLAPS'),(529,'MBRTOUCHES'),(252,'MBRWITHIN'),(625,'MEDIUM'),(255,'MEMORY'),(315,'MERGE'),(375,'MESSAGE_TEXT'),(130,'MIDDLEINT'),(35,'MINUTE'),(450,'MINUTE_SECOND'),(452,'MIN_ROWS'),(416,'MLINEFROMTEXT'),(167,'MLINEFROMWKB'),(74,'MOD'),(353,'MODE'),(196,'MODIFY'),(18,'MONTH'),(280,'MPOINTFROMTEXT'),(641,'MPOINTFROMWKB'),(472,'MPOLYFROMTEXT'),(77,'MPOLYFROMWKB'),(439,'MRG_MYISAM'),(276,'MULTILINESTRING'),(215,'MULTILINESTRINGFROMTEXT'),(517,'MULTILINESTRINGFROMWKB'),(250,'MULTIPOINT'),(171,'MULTIPOINTFROMTEXT'),(170,'MULTIPOINTFROMWKB'),(99,'MULTIPOLYGON'),(344,'MULTIPOLYGONFROMTEXT'),(592,'MULTIPOLYGONFROMWKB'),(418,'MUTEX'),(534,'MYISAM'),(140,'MYSQL_ERRNO'),(284,'NAME'),(270,'NAMES'),(175,'NATIONAL'),(275,'NATURAL'),(9,'NCHAR'),(32,'NDB'),(50,'NDBCLUSTER'),(325,'NEVER'),(611,'NEXT'),(368,'NO'),(164,'NODEGROUP'),(666,'NONE'),(301,'NOT'),(423,'NO_WRITE_TO_BINLOG'),(327,'NULL'),(113,'NUMBER'),(538,'NUMERIC'),(464,'NUMGEOMETRIES'),(264,'NUMINTERIORRINGS'),(481,'NUMPOINTS'),(332,'NVARCHAR'),(610,'OFFSET'),(39,'ON'),(10,'ONLY'),(14,'OPEN'),(425,'OPTIMIZE'),(92,'OPTION'),(658,'OPTIONALLY'),(575,'OPTIONS'),(233,'OR'),(125,'ORDER'),(500,'OUTER'),(160,'OUTFILE'),(121,'OVERLAPS'),(185,'OWNER'),(214,'PACK_KEYS'),(600,'PARSER'),(226,'PARTIAL'),(371,'PARTITION'),(308,'PARTITIONING'),(441,'PARTITIONS'),(609,'PASSWORD'),(117,'PATH)'),(249,'PLUGIN'),(635,'PLUGINS'),(261,'PLUGIN_DIR'),(394,'POINT'),(235,'POINTFROMTEXT'),(329,'POINTFROMWKB'),(178,'POINTN'),(582,'POLYFROMTEXT'),(60,'POLYFROMWKB'),(34,'POLYGON'),(147,'POLYGONFROMTEXT'),(390,'POLYGONFROMWKB'),(415,'PORT'),(512,'POW'),(328,'POWER'),(87,'PRECISION'),(30,'PREPARE'),(57,'PRESERVE'),(231,'PREV'),(638,'PRIMARY'),(44,'PRIVILEGES'),(406,'PROCEDURE'),(574,'PROCESS'),(211,'PROCESSLIST'),(624,'PROFILE'),(19,'PROFILES'),(320,'PROXY'),(311,'PURGE'),(257,'QUERY'),(386,'QUICK'),(157,'RANDOM_BYTES'),(449,'READ'),(372,'REAL'),(596,'REBUILD'),(548,'RECOVER'),(224,'REDUNDANT'),(286,'REFERENCES'),(437,'RELAYLOG'),(527,'RELAY_LOG_FILE'),(192,'RELAY_LOG_POS'),(420,'RELEASE'),(152,'RELOAD'),(516,'REMOVE'),(599,'RENAME'),(93,'REORGANIZE'),(555,'REPAIR'),(345,'REPEAT'),(467,'REPEATABLE'),(346,'REPLACE'),(499,'REPLICATE_DO_DB'),(302,'REPLICATE_DO_TABLE'),(265,'REPLICATE_IGNORE_DB'),(595,'REPLICATE_IGNORE_TABLE'),(27,'REPLICATE_REWRITE_DB'),(129,'REPLICATE_WILD_DO_TABLE'),(219,'REPLICATE_WILD_IGNORE_TABLE'),(23,'REPLICATION'),(88,'REQUIRE'),(427,'RESET'),(242,'RESIGNAL'),(295,'RESTRICT'),(333,'RETURN'),(551,'RETURNED_SQLSTATE'),(7,'RETURNS'),(156,'REVOKE'),(272,'RIGHT'),(670,'RLIKE'),(63,'ROLLBACK'),(310,'ROWS'),(453,'ROW_COUNT'),(679,'ROW_FORMAT'),(637,'SAVEPOINT'),(6,'SCHEDULE'),(165,'SCHEMA'),(141,'SCHEMAS'),(188,'SCHEMA_NAME'),(229,'SECOND'),(47,'SECURITY'),(567,'SELECT'),(36,'SEPARATOR'),(651,'SERIAL'),(2,'SERIALIZABLE'),(590,'SERVER'),(654,'SESSION'),(431,'SET'),(177,'SHA'),(608,'SHA1'),(385,'SHA2'),(373,'SHARE'),(562,'SHOW'),(337,'SHUTDOWN'),(634,'SIGNAL'),(387,'SIGNED'),(655,'SLAVE'),(479,'SNAPSHOT'),(602,'SOCKET'),(511,'SONAME'),(213,'SOUNDS'),(45,'SPATIAL'),(426,'SQLSTATE'),(61,'SQL_AFTER_GTIDS'),(503,'SQL_AFTER_MTS_GAPS'),(409,'SQL_BEFORE_GTIDS'),(360,'SQL_BIG_RESULT'),(46,'SQL_BUFFER_RESULT'),(484,'SQL_CACHE'),(532,'SQL_CALC_FOUND_ROWS'),(613,'SQL_LOG_BIN'),(317,'SQL_NO_CACHE'),(237,'SQL_SLAVE_SKIP_COUNTER'),(617,'SQL_SMALL_RESULT'),(262,'SQL_THREAD'),(4,'SRID'),(627,'SSL'),(307,'START'),(151,'STARTING'),(471,'STARTPOINT'),(348,'STARTS'),(97,'STATS_AUTO_RECALC'),(25,'STATS_PERSISTENT'),(633,'STATS_SAMPLE_PAGES'),(435,'STATUS'),(506,'STD'),(269,'STDDEV'),(438,'STOP'),(289,'STORAGE'),(605,'STRAIGHT_JOIN'),(109,'STRING'),(408,'ST_AREA'),(405,'ST_ASBINARY'),(339,'ST_ASGEOJSON'),(83,'ST_ASTEXT'),(601,'ST_ASWKB'),(89,'ST_ASWKT'),(293,'ST_BUFFER'),(343,'ST_BUFFER_STRATEGY'),(300,'ST_CENTROID'),(228,'ST_CONTAINS'),(510,'ST_CONVEXHULL'),(554,'ST_CROSSES'),(401,'ST_DIFFERENCE'),(430,'ST_DIMENSION'),(564,'ST_DISJOINT'),(316,'ST_DISTANCE'),(321,'ST_DISTANCE_SPHERE'),(519,'ST_ENDPOINT'),(247,'ST_ENVELOPE'),(589,'ST_EQUALS'),(648,'ST_EXTERIORRING'),(195,'ST_GEOHASH'),(388,'ST_GEOMCOLLFROMTEXT'),(12,'ST_GEOMCOLLFROMWKB'),(404,'ST_GEOMETRYCOLLECTIONFROMTEXT'),(606,'ST_GEOMETRYCOLLECTIONFROMWKB'),(487,'ST_GEOMETRYFROMTEXT'),(455,'ST_GEOMETRYFROMWKB'),(11,'ST_GEOMETRYN'),(75,'ST_GEOMETRYTYPE'),(604,'ST_GEOMFROMGEOJSON'),(127,'ST_GEOMFROMTEXT'),(607,'ST_GEOMFROMWKB'),(497,'ST_INTERIORRINGN'),(476,'ST_INTERSECTION'),(15,'ST_INTERSECTS'),(102,'ST_ISCLOSED'),(149,'ST_ISEMPTY'),(176,'ST_ISSIMPLE'),(146,'ST_ISVALID'),(603,'ST_LATFROMGEOHASH'),(543,'ST_LINEFROMTEXT'),(190,'ST_LINEFROMWKB'),(495,'ST_LINESTRINGFROMTEXT'),(108,'ST_LINESTRINGFROMWKB'),(107,'ST_LONGFROMGEOHASH'),(287,'ST_MAKEENVELOPE'),(646,'ST_MLINEFROMTEXT'),(182,'ST_MLINEFROMWKB'),(434,'ST_MPOINTFROMTEXT'),(469,'ST_MPOINTFROMWKB'),(556,'ST_MPOLYFROMTEXT'),(133,'ST_MPOLYFROMWKB'),(314,'ST_MULTILINESTRINGFROMTEXT'),(587,'ST_MULTILINESTRINGFROMWKB'),(451,'ST_MULTIPOINTFROMTEXT'),(256,'ST_MULTIPOINTFROMWKB'),(318,'ST_MULTIPOLYGONFROMTEXT'),(618,'ST_MULTIPOLYGONFROMWKB'),(636,'ST_NUMGEOMETRIES'),(349,'ST_NUMINTERIORRING'),(442,'ST_NUMINTERIORRINGS'),(243,'ST_NUMPOINTS'),(521,'ST_OVERLAPS'),(367,'ST_POINTFROMGEOHASH'),(518,'ST_POINTFROMTEXT'),(285,'ST_POINTFROMWKB'),(22,'ST_POINTN'),(267,'ST_POLYFROMTEXT'),(322,'ST_POLYFROMWKB'),(168,'ST_POLYGONFROMTEXT'),(51,'ST_POLYGONFROMWKB'),(58,'ST_SIMPLIFY'),(584,'ST_SRID'),(49,'ST_STARTPOINT'),(347,'ST_SYMDIFFERENCE'),(166,'ST_TOUCHES'),(203,'ST_UNION'),(363,'ST_VALIDATE'),(288,'ST_WITHIN'),(560,'ST_X'),(155,'ST_Y'),(380,'SUBCLASS_ORIGIN'),(361,'SUBJECT'),(383,'SUPER'),(189,'TABLE'),(667,'TABLES'),(120,'TABLESPACE'),(396,'TABLE_NAME'),(614,'TEMPORARY'),(331,'TERMINATED'),(67,'THEN'),(536,'TIME'),(64,'TIMESTAMP'),(393,'TO'),(493,'TOUCHES'),(402,'TRADITIONAL'),(440,'TRAILING'),(268,'TRANSACTION'),(671,'TRIGGER'),(241,'TRIGGERS'),(186,'TRUE'),(561,'TRUNCATE'),(422,'TYPE'),(297,'UNCOMMITTED'),(522,'UNDO'),(509,'UNINSTALL'),(533,'UNION'),(240,'UNIQUE'),(24,'UNLOCK'),(473,'UNSIGNED'),(645,'UNTIL'),(56,'UPDATE'),(282,'UPGRADE'),(254,'USAGE'),(43,'USE'),(312,'USER'),(225,'USER_RESOURCES'),(330,'USE_FRM'),(128,'USING'),(355,'VALUE'),(559,'VALUES'),(221,'VARCHARACTER'),(62,'VARIABLE'),(277,'VARIABLES'),(397,'VARYING'),(466,'VIEW'),(677,'WAIT'),(106,'WARNINGS'),(491,'WHEN'),(381,'WHERE'),(660,'WHILE'),(505,'WITH'),(29,'WITHIN'),(13,'WORK'),(569,'WRAPPER'),(323,'WRITE'),(200,'X'),(378,'X509'),(620,'XA'),(259,'Y'),(239,'YEAR'),(28,'YEAR_MONTH'),(524,'ZEROFILL'); /*!40000 ALTER TABLE `help_keyword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `help_relation` -- DROP TABLE IF EXISTS `help_relation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `help_relation` ( `help_topic_id` int(10) unsigned NOT NULL, `help_keyword_id` int(10) unsigned NOT NULL, PRIMARY KEY (`help_keyword_id`,`help_topic_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='keyword-topic relation'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `help_relation` -- LOCK TABLES `help_relation` WRITE; /*!40000 ALTER TABLE `help_relation` DISABLE KEYS */; INSERT INTO `help_relation` VALUES (0,0),(535,0),(294,1),(277,2),(2,3),(3,4),(370,5),(370,6),(566,6),(64,7),(432,8),(266,9),(277,10),(410,10),(587,10),(6,11),(7,12),(410,13),(14,14),(69,14),(402,14),(528,14),(15,15),(238,16),(78,17),(107,17),(263,17),(235,18),(52,19),(21,20),(380,21),(23,22),(125,23),(328,23),(29,24),(364,24),(559,24),(292,25),(292,26),(528,26),(328,27),(235,28),(26,29),(28,30),(461,30),(587,30),(29,31),(364,31),(535,31),(559,31),(610,31),(292,32),(313,33),(31,34),(235,35),(536,36),(35,37),(292,37),(617,37),(36,38),(0,39),(370,39),(566,39),(617,39),(111,40),(161,40),(292,40),(37,41),(69,41),(432,42),(0,43),(39,43),(121,43),(120,44),(125,44),(156,44),(130,45),(610,45),(535,46),(125,47),(121,48),(47,49),(292,50),(296,51),(277,52),(30,53),(142,53),(171,53),(370,54),(566,54),(235,55),(53,56),(380,56),(535,56),(617,56),(370,57),(566,57),(55,58),(322,59),(380,59),(497,59),(535,59),(60,60),(509,61),(396,62),(410,63),(587,63),(605,63),(65,64),(433,64),(578,65),(610,65),(249,66),(292,66),(24,67),(40,67),(54,67),(483,68),(528,68),(69,69),(503,69),(235,70),(70,71),(331,72),(369,72),(73,73),(74,74),(427,74),(75,75),(197,76),(231,76),(604,76),(79,77),(80,78),(81,79),(370,79),(566,79),(629,79),(83,80),(142,80),(235,80),(473,80),(130,81),(292,81),(610,81),(121,82),(130,82),(292,82),(370,82),(566,82),(84,83),(432,84),(85,85),(432,86),(504,87),(125,88),(364,88),(559,88),(84,89),(487,90),(161,91),(125,92),(156,92),(610,93),(40,94),(54,94),(90,95),(91,96),(292,97),(35,98),(78,98),(263,98),(528,98),(535,98),(602,98),(93,99),(0,100),(24,101),(95,102),(292,103),(446,104),(161,105),(208,105),(429,105),(503,105),(528,105),(535,105),(577,105),(511,106),(528,106),(102,107),(193,108),(64,109),(429,110),(578,111),(64,112),(197,113),(528,114),(578,114),(108,115),(109,116),(207,117),(111,118),(112,119),(121,120),(259,120),(610,120),(619,120),(114,121),(398,122),(578,122),(116,123),(118,124),(35,125),(53,125),(535,125),(536,125),(610,125),(432,126),(122,127),(0,128),(35,128),(56,128),(328,129),(158,130),(125,131),(156,131),(126,132),(129,133),(132,134),(133,135),(570,136),(509,137),(292,138),(294,138),(610,138),(617,138),(67,139),(96,139),(497,139),(197,140),(231,140),(604,140),(104,141),(528,141),(602,142),(197,143),(231,143),(604,143),(142,144),(546,144),(292,145),(144,146),(557,147),(148,148),(149,149),(535,150),(578,151),(125,152),(151,153),(410,154),(155,155),(156,156),(159,157),(161,158),(292,159),(578,159),(535,160),(29,161),(35,161),(53,161),(322,161),(380,161),(398,161),(578,161),(125,162),(169,163),(121,164),(131,165),(412,165),(434,165),(501,165),(528,165),(173,166),(176,167),(255,168),(178,169),(609,170),(264,171),(161,172),(288,172),(0,173),(121,174),(345,174),(455,174),(535,174),(164,175),(266,175),(182,176),(581,177),(183,178),(432,179),(432,180),(187,181),(188,182),(459,183),(192,184),(294,185),(242,186),(131,187),(164,187),(212,187),(266,187),(292,187),(308,187),(398,187),(412,187),(528,187),(535,187),(578,187),(197,188),(231,188),(604,188),(44,189),(71,189),(135,189),(177,189),(249,189),(260,189),(288,189),(292,189),(387,189),(481,189),(507,189),(528,189),(610,189),(614,189),(193,190),(292,191),(334,191),(481,191),(617,191),(432,192),(187,193),(199,194),(200,195),(610,196),(369,197),(432,198),(535,199),(202,200),(577,201),(207,202),(205,203),(204,204),(207,205),(467,206),(410,207),(96,208),(208,208),(13,209),(17,209),(44,209),(64,209),(121,209),(130,209),(177,209),(196,209),(223,209),(245,209),(290,209),(292,209),(294,209),(345,209),(364,209),(370,209),(412,209),(447,209),(501,209),(528,209),(601,209),(161,210),(528,211),(598,211),(610,212),(547,213),(292,214),(383,215),(213,216),(260,217),(197,218),(328,219),(214,220),(164,221),(171,222),(125,223),(156,223),(339,223),(498,223),(535,223),(292,224),(208,225),(292,226),(24,227),(40,227),(54,227),(143,227),(209,227),(214,227),(587,227),(629,227),(217,228),(235,229),(504,230),(69,231),(220,232),(224,233),(125,234),(364,234),(398,234),(559,234),(226,235),(432,236),(115,237),(602,238),(235,239),(610,240),(20,241),(528,241),(231,242),(233,243),(432,244),(235,245),(236,246),(237,247),(528,248),(547,248),(186,249),(528,249),(576,249),(239,250),(241,251),(243,252),(610,253),(125,254),(535,255),(437,256),(96,257),(111,257),(369,257),(246,258),(248,259),(398,260),(578,260),(509,261),(348,262),(509,262),(251,263),(250,264),(328,265),(125,266),(364,266),(559,266),(255,267),(277,268),(410,268),(256,269),(359,270),(331,271),(0,272),(292,273),(44,274),(103,274),(125,274),(131,274),(216,274),(230,274),(271,274),(455,274),(460,274),(559,274),(566,274),(610,274),(619,274),(0,275),(262,276),(528,277),(529,277),(578,278),(292,279),(264,280),(142,281),(611,281),(131,282),(260,282),(610,282),(235,283),(364,283),(370,283),(559,283),(131,284),(273,285),(125,286),(292,286),(617,286),(274,287),(275,288),(483,289),(277,290),(370,291),(393,292),(279,293),(280,294),(334,295),(481,295),(617,295),(281,296),(277,297),(350,298),(127,299),(229,299),(283,299),(368,299),(285,300),(127,301),(364,301),(368,301),(370,301),(412,301),(502,301),(328,302),(121,303),(619,303),(117,304),(208,305),(292,306),(410,307),(509,307),(587,307),(610,308),(5,309),(24,309),(302,309),(334,309),(364,309),(370,309),(412,309),(434,309),(481,309),(495,309),(513,309),(559,309),(398,310),(171,311),(290,312),(294,312),(364,312),(453,312),(509,312),(513,312),(559,312),(503,313),(612,314),(292,315),(291,316),(535,317),(519,318),(322,319),(380,319),(623,319),(156,320),(295,321),(296,322),(29,323),(277,323),(410,323),(587,323),(300,324),(364,325),(559,325),(131,326),(294,326),(412,326),(434,326),(501,326),(528,326),(229,327),(368,327),(617,327),(304,328),(303,329),(288,330),(578,331),(164,332),(309,333),(131,334),(292,334),(311,335),(314,336),(125,337),(315,337),(316,338),(317,339),(197,340),(231,340),(604,340),(121,341),(292,342),(446,342),(318,343),(441,344),(143,345),(322,346),(398,346),(578,346),(324,347),(370,348),(406,349),(370,350),(566,350),(292,351),(330,351),(528,351),(578,351),(610,351),(142,352),(369,353),(535,353),(64,354),(142,354),(313,354),(231,355),(322,355),(380,355),(465,355),(604,355),(428,356),(432,357),(384,358),(5,359),(57,359),(166,359),(254,359),(259,359),(334,359),(336,359),(434,359),(461,359),(481,359),(495,359),(513,359),(573,359),(610,359),(619,359),(535,360),(125,361),(364,361),(559,361),(432,362),(337,363),(260,364),(292,364),(610,364),(189,365),(292,365),(330,365),(528,365),(598,365),(35,366),(53,366),(125,366),(292,366),(364,366),(398,366),(535,366),(536,366),(559,366),(578,366),(610,366),(340,367),(292,368),(617,368),(235,369),(131,370),(292,370),(294,370),(578,370),(0,371),(35,371),(292,371),(322,371),(380,371),(535,371),(578,371),(610,371),(64,372),(504,372),(535,373),(343,374),(197,375),(231,375),(604,375),(432,376),(197,377),(231,377),(604,377),(125,378),(364,378),(559,378),(350,379),(197,380),(231,380),(604,380),(35,381),(53,381),(69,381),(223,382),(370,382),(495,382),(566,382),(125,383),(0,384),(53,384),(380,384),(398,384),(535,384),(578,384),(355,385),(35,386),(260,386),(288,386),(142,387),(362,388),(242,389),(60,390),(0,391),(328,392),(432,392),(610,392),(171,393),(432,393),(605,393),(365,394),(367,395),(197,396),(231,396),(604,396),(164,397),(292,398),(121,399),(235,400),(372,401),(161,402),(373,403),(362,404),(375,405),(13,406),(117,406),(196,406),(210,406),(271,406),(528,406),(535,406),(573,406),(624,406),(369,407),(378,408),(509,409),(379,410),(487,411),(123,412),(195,412),(380,412),(623,412),(267,413),(358,413),(511,413),(382,414),(294,415),(383,416),(5,417),(334,417),(364,417),(370,417),(412,417),(434,417),(481,417),(495,417),(513,417),(559,417),(528,418),(539,418),(384,419),(410,420),(587,420),(605,420),(131,421),(292,421),(322,421),(364,421),(380,421),(412,421),(440,421),(465,421),(559,421),(610,421),(617,421),(610,422),(208,423),(288,423),(387,423),(614,423),(389,424),(387,425),(610,425),(231,426),(604,426),(96,427),(167,427),(339,427),(391,427),(576,428),(137,429),(395,430),(53,431),(115,431),(131,431),(212,431),(231,431),(292,431),(299,431),(308,431),(310,431),(322,431),(359,431),(380,431),(396,431),(398,431),(410,431),(412,431),(528,431),(535,431),(578,431),(604,431),(610,431),(617,431),(397,432),(125,433),(364,433),(559,433),(400,434),(41,435),(135,435),(138,435),(210,435),(405,435),(516,435),(528,435),(539,435),(0,436),(263,437),(348,438),(292,439),(602,440),(161,441),(406,442),(407,443),(461,444),(348,445),(509,445),(40,446),(54,446),(125,447),(364,447),(559,447),(503,448),(29,449),(69,449),(277,449),(410,449),(587,449),(235,450),(400,451),(292,452),(197,453),(64,454),(196,454),(245,454),(254,454),(336,454),(357,454),(447,454),(460,454),(516,454),(528,454),(573,454),(580,455),(308,456),(158,457),(425,458),(44,459),(121,459),(610,459),(619,459),(292,460),(610,460),(292,461),(421,462),(428,463),(431,464),(610,465),(103,466),(334,466),(601,466),(277,467),(436,468),(437,469),(197,470),(231,470),(604,470),(439,471),(441,472),(142,473),(313,473),(331,473),(393,473),(421,473),(446,473),(504,473),(64,474),(100,474),(142,474),(528,475),(452,476),(409,477),(528,477),(410,478),(587,478),(410,479),(587,479),(429,480),(440,480),(503,480),(577,480),(454,481),(216,482),(497,483),(578,483),(535,484),(459,485),(131,486),(292,486),(412,486),(122,487),(611,488),(115,489),(277,489),(396,489),(405,489),(529,489),(599,490),(40,491),(54,491),(463,492),(464,493),(0,494),(29,494),(364,494),(535,494),(559,494),(512,495),(467,496),(468,497),(435,498),(528,498),(328,499),(0,500),(197,501),(231,501),(604,501),(364,502),(559,502),(509,503),(137,504),(125,505),(130,505),(292,505),(364,505),(369,505),(559,505),(610,505),(472,506),(610,507),(370,508),(566,508),(610,508),(186,509),(476,510),(64,511),(480,512),(0,513),(44,513),(57,513),(67,513),(130,513),(292,513),(497,513),(500,513),(528,513),(610,513),(370,514),(566,514),(432,515),(610,516),(176,517),(484,518),(485,519),(364,520),(559,520),(488,521),(503,522),(491,523),(313,524),(331,524),(393,524),(421,524),(446,524),(504,524),(125,525),(432,526),(432,527),(432,528),(494,529),(121,530),(259,530),(292,530),(528,530),(539,530),(610,530),(619,530),(292,531),(535,532),(498,533),(292,534),(161,535),(535,535),(536,535),(142,536),(234,536),(505,536),(369,537),(446,538),(357,539),(624,539),(510,540),(121,541),(345,541),(455,541),(121,542),(512,543),(125,544),(364,544),(559,544),(145,545),(370,546),(30,547),(171,547),(528,547),(587,548),(515,549),(292,550),(197,551),(610,552),(92,553),(518,554),(288,555),(610,555),(519,556),(521,557),(520,558),(322,559),(380,559),(525,560),(507,561),(610,561),(13,562),(20,562),(27,562),(30,562),(41,562),(52,562),(78,562),(104,562),(107,562),(120,562),(135,562),(138,562),(177,562),(189,562),(210,562),(212,562),(223,562),(245,562),(263,562),(290,562),(306,562),(330,562),(357,562),(358,562),(402,562),(405,562),(409,562),(435,562),(483,562),(500,562),(501,562),(511,562),(516,562),(528,562),(529,562),(539,562),(598,562),(624,562),(626,562),(78,563),(530,563),(531,564),(92,565),(533,565),(235,566),(161,567),(195,567),(322,567),(380,567),(535,567),(104,568),(528,568),(294,569),(72,570),(331,570),(432,571),(398,572),(578,572),(76,573),(553,573),(125,574),(230,575),(294,575),(410,576),(587,576),(125,577),(364,577),(559,577),(78,578),(263,578),(369,578),(535,578),(197,579),(554,580),(535,581),(557,582),(56,583),(125,583),(558,584),(142,585),(161,585),(561,586),(188,587),(432,588),(565,589),(5,590),(230,590),(294,590),(432,591),(79,592),(235,593),(235,594),(328,595),(610,596),(91,597),(570,598),(71,599),(453,599),(566,599),(610,599),(130,600),(292,600),(610,600),(375,601),(294,602),(574,603),(575,604),(0,605),(535,605),(7,606),(580,607),(581,608),(125,609),(294,609),(299,609),(364,609),(509,609),(559,609),(535,610),(69,611),(358,612),(528,612),(310,613),(481,614),(277,615),(585,616),(535,617),(129,618),(328,619),(587,620),(588,621),(292,622),(209,623),(410,623),(587,623),(306,624),(260,625),(589,626),(125,627),(364,627),(559,627),(235,628),(592,629),(597,630),(599,631),(600,632),(292,633),(604,634),(27,635),(606,636),(605,637),(610,638),(607,639),(69,640),(609,641),(500,642),(528,642),(610,642),(35,643),(53,643),(69,643),(78,643),(263,643),(535,643),(44,644),(292,644),(380,644),(610,644),(617,644),(143,645),(612,646),(197,647),(231,647),(604,647),(615,648),(610,649),(614,649),(292,650),(610,650),(292,651),(465,651),(292,652),(617,652),(121,653),(619,653),(277,654),(396,654),(405,654),(529,654),(138,655),(339,655),(348,655),(370,655),(409,655),(509,655),(566,655),(535,656),(536,656),(370,657),(566,657),(610,657),(578,658),(125,659),(364,659),(559,659),(629,660),(63,661),(267,661),(321,661),(490,661),(498,661),(535,661),(536,661),(549,661),(29,662),(208,662),(288,662),(387,662),(398,662),(578,662),(614,662),(432,663),(630,664),(631,665),(125,666),(29,667),(189,667),(402,667),(528,667),(628,668),(208,669),(22,670),(17,671),(166,671),(528,671),(528,672),(626,672),(380,673),(535,673),(130,674),(69,675),(292,675),(610,675),(610,676),(121,677),(619,677),(30,678),(41,678),(167,678),(171,678),(432,678),(292,679),(207,680),(459,680); /*!40000 ALTER TABLE `help_relation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `help_topic` -- DROP TABLE IF EXISTS `help_topic`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `help_topic` ( `help_topic_id` int(10) unsigned NOT NULL, `name` char(64) NOT NULL, `help_category_id` smallint(5) unsigned NOT NULL, `description` text NOT NULL, `example` text NOT NULL, `url` text NOT NULL, PRIMARY KEY (`help_topic_id`), UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `help_topic` -- LOCK TABLES `help_topic` WRITE; /*!40000 ALTER TABLE `help_topic` DISABLE KEYS */; INSERT INTO `help_topic` VALUES (0,'JOIN',28,'MySQL supports the following JOIN syntaxes for the table_references\npart of SELECT statements and multiple-table DELETE and UPDATE\nstatements:\n\ntable_references:\n escaped_table_reference [, escaped_table_reference] ...\n\nescaped_table_reference:\n table_reference\n | { OJ table_reference }\n\ntable_reference:\n table_factor\n | join_table\n\ntable_factor:\n tbl_name [PARTITION (partition_names)]\n [[AS] alias] [index_hint_list]\n | table_subquery [AS] alias\n | ( table_references )\n\njoin_table:\n table_reference [INNER | CROSS] JOIN table_factor [join_condition]\n | table_reference STRAIGHT_JOIN table_factor\n | table_reference STRAIGHT_JOIN table_factor ON conditional_expr\n | table_reference {LEFT|RIGHT} [OUTER] JOIN table_reference join_condition\n | table_reference NATURAL [{LEFT|RIGHT} [OUTER]] JOIN table_factor\n\njoin_condition:\n ON conditional_expr\n | USING (column_list)\n\nindex_hint_list:\n index_hint [, index_hint] ...\n\nindex_hint:\n USE {INDEX|KEY}\n [FOR {JOIN|ORDER BY|GROUP BY}] ([index_list])\n | IGNORE {INDEX|KEY}\n [FOR {JOIN|ORDER BY|GROUP BY}] (index_list)\n | FORCE {INDEX|KEY}\n [FOR {JOIN|ORDER BY|GROUP BY}] (index_list)\n\nindex_list:\n index_name [, index_name] ...\n\nA table reference is also known as a join expression.\n\nA table reference (when it refers to a partitioned table) may contain a\nPARTITION option, including a comma-separated list of partitions,\nsubpartitions, or both. This option follows the name of the table and\nprecedes any alias declaration. The effect of this option is that rows\nare selected only from the listed partitions or subpartitions---in\nother words, any partitions or subpartitions not named in the list are\nignored For more information, see\nhttp://dev.mysql.com/doc/refman/5.7/en/partitioning-selection.html.\n\nThe syntax of table_factor is extended in comparison with the SQL\nStandard. The latter accepts only table_reference, not a list of them\ninside a pair of parentheses.\n\nThis is a conservative extension if we consider each comma in a list of\ntable_reference items as equivalent to an inner join. For example:\n\nSELECT * FROM t1 LEFT JOIN (t2, t3, t4)\n ON (t2.a=t1.a AND t3.b=t1.b AND t4.c=t1.c)\n\nis equivalent to:\n\nSELECT * FROM t1 LEFT JOIN (t2 CROSS JOIN t3 CROSS JOIN t4)\n ON (t2.a=t1.a AND t3.b=t1.b AND t4.c=t1.c)\n\nIn MySQL, JOIN, CROSS JOIN, and INNER JOIN are syntactic equivalents\n(they can replace each other). In standard SQL, they are not\nequivalent. INNER JOIN is used with an ON clause, CROSS JOIN is used\notherwise.\n\nIn general, parentheses can be ignored in join expressions containing\nonly inner join operations. MySQL also supports nested joins (see\nhttp://dev.mysql.com/doc/refman/5.7/en/nested-join-optimization.html).\n\nIndex hints can be specified to affect how the MySQL optimizer makes\nuse of indexes. For more information, see\nhttp://dev.mysql.com/doc/refman/5.7/en/index-hints.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/join.html\n\n','SELECT left_tbl.*\n FROM left_tbl LEFT JOIN right_tbl ON left_tbl.id = right_tbl.id\n WHERE right_tbl.id IS NULL;\n','http://dev.mysql.com/doc/refman/5.7/en/join.html'),(1,'HEX',38,'Syntax:\nHEX(str), HEX(N)\n\nFor a string argument str, HEX() returns a hexadecimal string\nrepresentation of str where each byte of each character in str is\nconverted to two hexadecimal digits. (Multibyte characters therefore\nbecome more than two digits.) The inverse of this operation is\nperformed by the UNHEX() function.\n\nFor a numeric argument N, HEX() returns a hexadecimal string\nrepresentation of the value of N treated as a longlong (BIGINT) number.\nThis is equivalent to CONV(N,10,16). The inverse of this operation is\nperformed by CONV(HEX(N),16,10).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT X\'616263\', HEX(\'abc\'), UNHEX(HEX(\'abc\'));\n -> \'abc\', 616263, \'abc\'\nmysql> SELECT HEX(255), CONV(HEX(255),16,10);\n -> \'FF\', 255\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(2,'CONTAINS',31,'Contains(g1, g2)\n\nMBRContains() and Contains() are synonyms. For more information, see\nthe description of MBRContains().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mbr.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mbr.html'),(3,'SRID',37,'SRID(g)\n\nST_SRID() and SRID() are synonyms. For more information, see the\ndescription of ST_SRID().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html'),(4,'VARIANCE',16,'Syntax:\nVARIANCE(expr)\n\nReturns the population standard variance of expr. This is an extension\nto standard SQL. The standard SQL function VAR_POP() can be used\ninstead.\n\nIf there are no matching rows, VARIANCE() returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(5,'DROP SERVER',40,'Syntax:\nDROP SERVER [ IF EXISTS ] server_name\n\nDrops the server definition for the server named server_name. The\ncorresponding row in the mysql.servers table is deleted. This statement\nrequires the SUPER privilege.\n\nDropping a server for a table does not affect any FEDERATED tables that\nused this connection information when they were created. See [HELP\nCREATE SERVER].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/drop-server.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/drop-server.html'),(6,'ST_GEOMETRYN',26,'ST_GeometryN(gc, N)\n\nReturns the N-th geometry in the GeometryCollection value gc.\nGeometries are numbered beginning with 1.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-geometrycollection-property-functions.html\n\n','mysql> SET @gc = \'GeometryCollection(Point(1 1),LineString(2 2, 3 3))\';\nmysql> SELECT ST_AsText(ST_GeometryN(ST_GeomFromText(@gc),1));\n+-------------------------------------------------+\n| ST_AsText(ST_GeometryN(ST_GeomFromText(@gc),1)) |\n+-------------------------------------------------+\n| POINT(1 1) |\n+-------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-geometrycollection-property-functions.html'),(7,'ST_GEOMCOLLFROMWKB',33,'ST_GeomCollFromWKB(wkb[, srid]), ST_GeometryCollectionFromWKB(wkb[,\nsrid])\n\nConstructs a GeometryCollection value using its WKB representation and\nSRID.\n\nThe result is NULL if the WKB or SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(8,'CONCAT',38,'Syntax:\nCONCAT(str1,str2,...)\n\nReturns the string that results from concatenating the arguments. May\nhave one or more arguments. If all arguments are nonbinary strings, the\nresult is a nonbinary string. If the arguments include any binary\nstrings, the result is a binary string. A numeric argument is converted\nto its equivalent nonbinary string form.\n\nCONCAT() returns NULL if any argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT CONCAT(\'My\', \'S\', \'QL\');\n -> \'MySQL\'\nmysql> SELECT CONCAT(\'My\', NULL, \'QL\');\n -> NULL\nmysql> SELECT CONCAT(14.3);\n -> \'14.3\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(9,'GEOMETRY HIERARCHY',35,'Geometry is the base class. It is an abstract class. The instantiable\nsubclasses of Geometry are restricted to zero-, one-, and\ntwo-dimensional geometric objects that exist in two-dimensional\ncoordinate space. All instantiable geometry classes are defined so that\nvalid instances of a geometry class are topologically closed (that is,\nall defined geometries include their boundary).\n\nThe base Geometry class has subclasses for Point, Curve, Surface, and\nGeometryCollection:\n\no Point represents zero-dimensional objects.\n\no Curve represents one-dimensional objects, and has subclass\n LineString, with sub-subclasses Line and LinearRing.\n\no Surface is designed for two-dimensional objects and has subclass\n Polygon.\n\no GeometryCollection has specialized zero-, one-, and two-dimensional\n collection classes named MultiPoint, MultiLineString, and\n MultiPolygon for modeling geometries corresponding to collections of\n Points, LineStrings, and Polygons, respectively. MultiCurve and\n MultiSurface are introduced as abstract superclasses that generalize\n the collection interfaces to handle Curves and Surfaces.\n\nGeometry, Curve, Surface, MultiCurve, and MultiSurface are defined as\nnoninstantiable classes. They define a common set of methods for their\nsubclasses and are included for extensibility.\n\nPoint, LineString, Polygon, GeometryCollection, MultiPoint,\nMultiLineString, and MultiPolygon are instantiable classes.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-geometry-class-hierarchy.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-geometry-class-hierarchy.html'),(10,'CHAR FUNCTION',38,'Syntax:\nCHAR(N,... [USING charset_name])\n\nCHAR() interprets each argument N as an integer and returns a string\nconsisting of the characters given by the code values of those\nintegers. NULL values are skipped.\nBy default, CHAR() returns a binary string. To produce a string in a\ngiven character set, use the optional USING clause:\n\nmysql> SELECT CHARSET(CHAR(X\'65\')), CHARSET(CHAR(X\'65\' USING utf8));\n+----------------------+---------------------------------+\n| CHARSET(CHAR(X\'65\')) | CHARSET(CHAR(X\'65\' USING utf8)) |\n+----------------------+---------------------------------+\n| binary | utf8 |\n+----------------------+---------------------------------+\n\nIf USING is given and the result string is illegal for the given\ncharacter set, a warning is issued. Also, if strict SQL mode is\nenabled, the result from CHAR() becomes NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT CHAR(77,121,83,81,\'76\');\n -> \'MySQL\'\nmysql> SELECT CHAR(77,77.3,\'77.3\');\n -> \'MMM\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(11,'ASYMMETRIC_DECRYPT',7,'Syntax:\nASYMMETRIC_DECRYPT(algorithm, crypt_str, key_str)\n\nDecrypts an encrypted string using the given algorithm and key string,\nand returns the resulting cleartext as a binary string. If decryption\nfails, the result is NULL.\n\nkey_str must be a valid key string in PEM format. For successful\ndecryption, it must be the public or private key string corresponding\nto the private or public key string used with ASYMMETRIC_ENCRYPT() to\nproduce the encrypted string. algorithm indicates the encryption\nalgorithm used to create the key.\n\nSupported algorithm values: \'RSA\'\n\nFor a usage example, see the description of ASYMMETRIC_ENCRYPT().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html'),(12,'SHOW CREATE TRIGGER',27,'Syntax:\nSHOW CREATE TRIGGER trigger_name\n\nThis statement shows the CREATE TRIGGER statement that creates the\nnamed trigger. This statement requires the TRIGGER privilege for the\ntable associated with the trigger.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-create-trigger.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-create-trigger.html'),(13,'SHOW CREATE PROCEDURE',27,'Syntax:\nSHOW CREATE PROCEDURE proc_name\n\nThis statement is a MySQL extension. It returns the exact string that\ncan be used to re-create the named stored procedure. A similar\nstatement, SHOW CREATE FUNCTION, displays information about stored\nfunctions (see [HELP SHOW CREATE FUNCTION]).\n\nTo use either statement, you must be the user named in the routine\nDEFINER clause or have SELECT access to the mysql.proc table. If you do\nnot have privileges for the routine itself, the value displayed for the\nCreate Procedure or Create Function field will be NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-create-procedure.html\n\n','mysql> SHOW CREATE PROCEDURE test.simpleproc\\G\n*************************** 1. row ***************************\n Procedure: simpleproc\n sql_mode:\n Create Procedure: CREATE PROCEDURE `simpleproc`(OUT param1 INT)\n BEGIN\n SELECT COUNT(*) INTO param1 FROM t;\n END\ncharacter_set_client: latin1\ncollation_connection: latin1_swedish_ci\n Database Collation: latin1_swedish_ci\n\nmysql> SHOW CREATE FUNCTION test.hello\\G\n*************************** 1. row ***************************\n Function: hello\n sql_mode:\n Create Function: CREATE FUNCTION `hello`(s CHAR(20))\n RETURNS CHAR(50)\n RETURN CONCAT(\'Hello, \',s,\'!\')\ncharacter_set_client: latin1\ncollation_connection: latin1_swedish_ci\n Database Collation: latin1_swedish_ci\n','http://dev.mysql.com/doc/refman/5.7/en/show-create-procedure.html'),(14,'OPEN',24,'Syntax:\nOPEN cursor_name\n\nThis statement opens a previously declared cursor. For an example, see\nhttp://dev.mysql.com/doc/refman/5.7/en/cursors.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/open.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/open.html'),(15,'ST_INTERSECTS',31,'ST_Intersects(g1, g2)\n\nReturns 1 or 0 to indicate whether g1 spatially intersects g2.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html'),(16,'LOWER',38,'Syntax:\nLOWER(str)\n\nReturns the string str with all characters changed to lowercase\naccording to the current character set mapping. The default is latin1\n(cp1252 West European).\n\nmysql> SELECT LOWER(\'QUADRATICALLY\');\n -> \'quadratically\'\n\nLOWER() (and UPPER()) are ineffective when applied to binary strings\n(BINARY, VARBINARY, BLOB). To perform lettercase conversion, convert\nthe string to a nonbinary string:\n\nmysql> SET @str = BINARY \'New York\';\nmysql> SELECT LOWER(@str), LOWER(CONVERT(@str USING latin1));\n+-------------+-----------------------------------+\n| LOWER(@str) | LOWER(CONVERT(@str USING latin1)) |\n+-------------+-----------------------------------+\n| New York | new york |\n+-------------+-----------------------------------+\n\nFor collations of Unicode character sets, LOWER() and UPPER() work\naccording to the Unicode Collation Algorithm (UCA) version in the\ncollation name, if there is one, and UCA 4.0.0 if no version is\nspecified. For example, utf8_unicode_520_ci works according to UCA\n5.2.0, whereas utf8_unicode_ci works according to UCA 4.0.0. See\nhttp://dev.mysql.com/doc/refman/5.7/en/charset-unicode-sets.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(17,'CREATE TRIGGER',40,'Syntax:\nCREATE\n [DEFINER = { user | CURRENT_USER }]\n TRIGGER trigger_name\n trigger_time trigger_event\n ON tbl_name FOR EACH ROW\n [trigger_order]\n trigger_body\n\ntrigger_time: { BEFORE | AFTER }\n\ntrigger_event: { INSERT | UPDATE | DELETE }\n\ntrigger_order: { FOLLOWS | PRECEDES } other_trigger_name\n\nThis statement creates a new trigger. A trigger is a named database\nobject that is associated with a table, and that activates when a\nparticular event occurs for the table. The trigger becomes associated\nwith the table named tbl_name, which must refer to a permanent table.\nYou cannot associate a trigger with a TEMPORARY table or a view.\n\nTrigger names exist in the schema namespace, meaning that all triggers\nmust have unique names within a schema. Triggers in different schemas\ncan have the same name.\n\nThis section describes CREATE TRIGGER syntax. For additional\ndiscussion, see\nhttp://dev.mysql.com/doc/refman/5.7/en/trigger-syntax.html.\n\nCREATE TRIGGER requires the TRIGGER privilege for the table associated\nwith the trigger. The statement might also require the SUPER privilege,\ndepending on the DEFINER value, as described later in this section. If\nbinary logging is enabled, CREATE TRIGGER might require the SUPER\nprivilege, as described in\nhttp://dev.mysql.com/doc/refman/5.7/en/stored-programs-logging.html.\n\nThe DEFINER clause determines the security context to be used when\nchecking access privileges at trigger activation time, as described\nlater in this section.\n\ntrigger_time is the trigger action time. It can be BEFORE or AFTER to\nindicate that the trigger activates before or after each row to be\nmodified.\n\ntrigger_event indicates the kind of operation that activates the\ntrigger. These trigger_event values are permitted:\n\no INSERT: The trigger activates whenever a new row is inserted into the\n table; for example, through INSERT, LOAD DATA, and REPLACE\n statements.\n\no UPDATE: The trigger activates whenever a row is modified; for\n example, through UPDATE statements.\n\no DELETE: The trigger activates whenever a row is deleted from the\n table; for example, through DELETE and REPLACE statements. DROP TABLE\n and TRUNCATE TABLE statements on the table do not activate this\n trigger, because they do not use DELETE. Dropping a partition does\n not activate DELETE triggers, either.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-trigger.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/create-trigger.html'),(18,'MONTH',32,'Syntax:\nMONTH(date)\n\nReturns the month for date, in the range 1 to 12 for January to\nDecember, or 0 for dates such as \'0000-00-00\' or \'2008-00-00\' that have\na zero month part.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT MONTH(\'2008-02-03\');\n -> 2\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(19,'ASYMMETRIC_ENCRYPT',7,'Syntax:\nASYMMETRIC_ENCRYPT(algorithm, str, key_str)\n\nEncrypts a string using the given algorithm and key string, and returns\nthe resulting ciphertext as a binary string. If encryption fails, the\nresult is NULL.\n\nThe str length cannot be greater than the key_str length − 11, in\nbytes\n\nkey_str must be a valid key string in PEM format. algorithm indicates\nthe encryption algorithm used to create the key.\n\nSupported algorithm values: \'RSA\'\n\nTo encrypt a string, pass a private or public key string to\nASYMMETRIC_ENCRYPT(). To recover the original unencrypted string, pass\nthe encrypted string to ASYMMETRIC_DECRYPT(), along with the public or\nprivate key string correponding to the private or public key string\nused for encryption.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html\n\n','-- Generate private/public key pair\nSET @priv = CREATE_ASYMMETRIC_PRIV_KEY(\'RSA\', 1024);\nSET @pub = CREATE_ASYMMETRIC_PUB_KEY(\'RSA\', @priv);\n\n-- Encrypt using private key, decrypt using public key\nSET @ciphertext = ASYMMETRIC_ENCRYPT(\'RSA\', \'The quick brown fox\', @priv);\nSET @cleartext = ASYMMETRIC_DECRYPT(\'RSA\', @ciphertext, @pub);\n\n-- Encrypt using public key, decrypt using private key\nSET @ciphertext = ASYMMETRIC_ENCRYPT(\'RSA\', \'The quick brown fox\', @pub);\nSET @cleartext = ASYMMETRIC_DECRYPT(\'RSA\', @ciphertext, @priv);\n','http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html'),(20,'SHOW TRIGGERS',27,'Syntax:\nSHOW TRIGGERS [{FROM | IN} db_name]\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW TRIGGERS lists the triggers currently defined for tables in a\ndatabase (the default database unless a FROM clause is given). This\nstatement returns results only for databases and tables for which you\nhave the TRIGGER privilege. The LIKE clause, if present, indicates\nwhich table names to match (not trigger names) and causes the statement\nto display triggers for those tables. The WHERE clause can be given to\nselect rows using more general conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html.\n\nFor the trigger ins_sum as defined in\nhttp://dev.mysql.com/doc/refman/5.7/en/triggers.html, the output of\nthis statement is as shown here:\n\nmysql> SHOW TRIGGERS LIKE \'acc%\'\\G\n*************************** 1. row ***************************\n Trigger: ins_sum\n Event: INSERT\n Table: account\n Statement: SET @sum = @sum + NEW.amount\n Timing: BEFORE\n Created: 2013-07-09 10:39:34.96\n sql_mode: NO_ENGINE_SUBSTITUTION\n Definer: me@localhost\ncharacter_set_client: utf8\ncollation_connection: utf8_general_ci\n Database Collation: latin1_swedish_ci\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-triggers.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-triggers.html'),(21,'ISCLOSED',13,'IsClosed(ls)\n\nST_IsClosed() and IsClosed() are synonyms. For more information, see\nthe description of ST_IsClosed().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html'),(22,'REGEXP',38,'Syntax:\nexpr REGEXP pat, expr RLIKE pat\n\nPerforms a pattern match of a string expression expr against a pattern\npat. The pattern can be an extended regular expression, the syntax for\nwhich is discussed later in this section. Returns 1 if expr matches\npat; otherwise it returns 0. If either expr or pat is NULL, the result\nis NULL. RLIKE is a synonym for REGEXP.\n\nThe pattern need not be a literal string. For example, it can be\nspecified as a string expression or table column.\n\n*Note*:\n\nBecause MySQL uses the C escape syntax in strings (for example, \\n to\nrepresent the newline character), you must double any \\ that you use in\nyour REGEXP strings.\n\nREGEXP is not case sensitive, except when used with binary strings.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/regexp.html\n\n','mysql> SELECT \'Monty!\' REGEXP \'.*\';\n -> 1\nmysql> SELECT \'new*\\n*line\' REGEXP \'new\\\\*.\\\\*line\';\n -> 1\nmysql> SELECT \'a\' REGEXP \'A\', \'a\' REGEXP BINARY \'A\';\n -> 1 0\nmysql> SELECT \'a\' REGEXP \'^[a-d]\';\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/regexp.html'),(23,'ST_POINTN',13,'ST_PointN(ls, N)\n\nReturns the N-th Point in the Linestring value ls. Points are numbered\nbeginning with 1.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html\n\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT ST_AsText(ST_PointN(ST_GeomFromText(@ls),2));\n+----------------------------------------------+\n| ST_AsText(ST_PointN(ST_GeomFromText(@ls),2)) |\n+----------------------------------------------+\n| POINT(2 2) |\n+----------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html'),(24,'IF STATEMENT',24,'Syntax:\nIF search_condition THEN statement_list\n [ELSEIF search_condition THEN statement_list] ...\n [ELSE statement_list]\nEND IF\n\nThe IF statement for stored programs implements a basic conditional\nconstruct.\n\n*Note*:\n\nThere is also an IF() function, which differs from the IF statement\ndescribed here. See\nhttp://dev.mysql.com/doc/refman/5.7/en/control-flow-functions.html. The\nIF statement can have THEN, ELSE, and ELSEIF clauses, and it is\nterminated with END IF.\n\nIf the search_condition evaluates to true, the corresponding THEN or\nELSEIF clause statement_list executes. If no search_condition matches,\nthe ELSE clause statement_list executes.\n\nEach statement_list consists of one or more SQL statements; an empty\nstatement_list is not permitted.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/if.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/if.html'),(25,'VALIDATE_PASSWORD_STRENGTH',12,'Syntax:\nVALIDATE_PASSWORD_STRENGTH(str)\n\nGiven an argument representing a cleartext password, this function\nreturns an integer to indicate how strong the password is. The return\nvalue ranges from 0 (weak) to 100 (strong).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(26,'WITHIN',31,'Within(g1, g2)\n\nMBRWithin() and Within() are synonyms. For more information, see the\ndescription of MBRWithin().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mbr.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mbr.html'),(27,'SHOW PLUGINS',27,'Syntax:\nSHOW PLUGINS\n\nSHOW PLUGINS displays information about server plugins. Plugin\ninformation is also available in the INFORMATION_SCHEMA.PLUGINS table.\nSee http://dev.mysql.com/doc/refman/5.7/en/plugins-table.html.\n\nExample of SHOW PLUGINS output:\n\nmysql> SHOW PLUGINS\\G\n*************************** 1. row ***************************\n Name: binlog\n Status: ACTIVE\n Type: STORAGE ENGINE\nLibrary: NULL\nLicense: GPL\n*************************** 2. row ***************************\n Name: CSV\n Status: ACTIVE\n Type: STORAGE ENGINE\nLibrary: NULL\nLicense: GPL\n*************************** 3. row ***************************\n Name: MEMORY\n Status: ACTIVE\n Type: STORAGE ENGINE\nLibrary: NULL\nLicense: GPL\n*************************** 4. row ***************************\n Name: MyISAM\n Status: ACTIVE\n Type: STORAGE ENGINE\nLibrary: NULL\nLicense: GPL\n...\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-plugins.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-plugins.html'),(28,'PREPARE',8,'Syntax:\nPREPARE stmt_name FROM preparable_stmt\n\nThe PREPARE statement prepares a SQL statement and assigns it a name,\nstmt_name, by which to refer to the statement later. The prepared\nstatement is executed with EXECUTE and released with DEALLOCATE\nPREPARE. For examples, see\nhttp://dev.mysql.com/doc/refman/5.7/en/sql-syntax-prepared-statements.h\ntml.\n\nStatement names are not case sensitive. preparable_stmt is either a\nstring literal or a user variable that contains the text of the SQL\nstatement. The text must represent a single statement, not multiple\nstatements. Within the statement, ? characters can be used as parameter\nmarkers to indicate where data values are to be bound to the query\nlater when you execute it. The ? characters should not be enclosed\nwithin quotation marks, even if you intend to bind them to string\nvalues. Parameter markers can be used only where data values should\nappear, not for SQL keywords, identifiers, and so forth.\n\nIf a prepared statement with the given name already exists, it is\ndeallocated implicitly before the new statement is prepared. This means\nthat if the new statement contains an error and cannot be prepared, an\nerror is returned and no statement with the given name exists.\n\nThe scope of a prepared statement is the session within which it is\ncreated, which as several implications:\n\no A prepared statement created in one session is not available to other\n sessions.\n\no When a session ends, whether normally or abnormally, its prepared\n statements no longer exist. If auto-reconnect is enabled, the client\n is not notified that the connection was lost. For this reason,\n clients may wish to disable auto-reconnect. See\n http://dev.mysql.com/doc/refman/5.7/en/auto-reconnect.html.\n\no A prepared statement created within a stored program continues to\n exist after the program finishes executing and can be executed\n outside the program later.\n\no A statement prepared in stored program context cannot refer to stored\n procedure or function parameters or local variables because they go\n out of scope when the program ends and would be unavailable were the\n statement to be executed later outside the program. As a workaround,\n refer instead to user-defined variables, which also have session\n scope; see\n http://dev.mysql.com/doc/refman/5.7/en/user-variables.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/prepare.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/prepare.html'),(29,'LOCK',8,'Syntax:\nLOCK TABLES\n tbl_name [[AS] alias] lock_type\n [, tbl_name [[AS] alias] lock_type] ...\n\nlock_type:\n READ [LOCAL]\n | [LOW_PRIORITY] WRITE\n\nUNLOCK TABLES\n\nMySQL enables client sessions to acquire table locks explicitly for the\npurpose of cooperating with other sessions for access to tables, or to\nprevent other sessions from modifying tables during periods when a\nsession requires exclusive access to them. A session can acquire or\nrelease locks only for itself. One session cannot acquire locks for\nanother session or release locks held by another session.\n\nLocks may be used to emulate transactions or to get more speed when\nupdating tables. This is explained in more detail later in this\nsection.\n\nLOCK TABLES explicitly acquires table locks for the current client\nsession. Table locks can be acquired for base tables or views. You must\nhave the LOCK TABLES privilege, and the SELECT privilege for each\nobject to be locked.\n\nFor view locking, LOCK TABLES adds all base tables used in the view to\nthe set of tables to be locked and locks them automatically. If you\nlock a table explicitly with LOCK TABLES, any tables used in triggers\nare also locked implicitly, as described in\nhttp://dev.mysql.com/doc/refman/5.7/en/lock-tables-and-triggers.html.\n\nUNLOCK TABLES explicitly releases any table locks held by the current\nsession. LOCK TABLES implicitly releases any table locks held by the\ncurrent session before acquiring new locks.\n\nAnother use for UNLOCK TABLES is to release the global read lock\nacquired with the FLUSH TABLES WITH READ LOCK statement, which enables\nyou to lock all tables in all databases. See [HELP FLUSH]. (This is a\nvery convenient way to get backups if you have a file system such as\nVeritas that can take snapshots in time.)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/lock-tables.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/lock-tables.html'),(30,'SHOW BINARY LOGS',27,'Syntax:\nSHOW BINARY LOGS\nSHOW MASTER LOGS\n\nLists the binary log files on the server. This statement is used as\npart of the procedure described in [HELP PURGE BINARY LOGS], that shows\nhow to determine which logs can be purged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+\n| Log_name | File_size |\n+---------------+-----------+\n| binlog.000015 | 724935 |\n| binlog.000016 | 733481 |\n+---------------+-----------+\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-binary-logs.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-binary-logs.html'),(31,'POLYGON',25,'Polygon(ls1, ls2, ...)\n\nConstructs a Polygon value from a number of LineString or WKB\nLineString arguments. If any argument does not represent a LinearRing\n(that is, not a closed and simple LineString), the return value is\nNULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html'),(32,'MINUTE',32,'Syntax:\nMINUTE(time)\n\nReturns the minute for time, in the range 0 to 59.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT MINUTE(\'2008-02-03 10:05:03\');\n -> 5\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(33,'MID',38,'Syntax:\nMID(str,pos,len)\n\nMID(str,pos,len) is a synonym for SUBSTRING(str,pos,len).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(34,'CONNECTION_ID',17,'Syntax:\nCONNECTION_ID()\n\nReturns the connection ID (thread ID) for the connection. Every\nconnection has an ID that is unique among the set of currently\nconnected clients.\n\nThe value returned by CONNECTION_ID() is the same type of value as\ndisplayed in the ID column of the INFORMATION_SCHEMA.PROCESSLIST table,\nthe Id column of SHOW PROCESSLIST output, and the PROCESSLIST_ID column\nof the Performance Schema threads table.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','mysql> SELECT CONNECTION_ID();\n -> 23786\n','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(35,'DELETE',28,'Syntax:\nDELETE is a DML statement that removes rows from a table.\n\nSingle-Table Syntax\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE] FROM tbl_name\n [PARTITION (partition_name,...)]\n [WHERE where_condition]\n [ORDER BY ...]\n [LIMIT row_count]\n\nThe DELETE statement deletes rows from tbl_name and returns the number\nof deleted rows. To check the number of deleted rows, call the\nROW_COUNT() function described in\nhttp://dev.mysql.com/doc/refman/5.7/en/information-functions.html.\n\nMain Clauses\n\nThe conditions in the optional WHERE clause identify which rows to\ndelete. With no WHERE clause, all rows are deleted.\n\nwhere_condition is an expression that evaluates to true for each row to\nbe deleted. It is specified as described in\nhttp://dev.mysql.com/doc/refman/5.7/en/select.html.\n\nIf the ORDER BY clause is specified, the rows are deleted in the order\nthat is specified. The LIMIT clause places a limit on the number of\nrows that can be deleted. These clauses apply to single-table deletes,\nbut not multi-table deletes.\n\nMultiple-Table Syntax\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE]\n tbl_name[.*] [, tbl_name[.*]] ...\n FROM table_references\n [WHERE where_condition]\n\nOr:\n\nDELETE [LOW_PRIORITY] [QUICK] [IGNORE]\n FROM tbl_name[.*] [, tbl_name[.*]] ...\n USING table_references\n [WHERE where_condition]\n\nPrivileges\n\nYou need the DELETE privilege on a table to delete rows from it. You\nneed only the SELECT privilege for any columns that are only read, such\nas those named in the WHERE clause.\n\nPerformance\n\nWhen you do not need to know the number of deleted rows, the TRUNCATE\nTABLE statement is a faster way to empty a table than a DELETE\nstatement with no WHERE clause. Unlike DELETE, TRUNCATE TABLE cannot be\nused within a transaction or if you have a lock on the table. See [HELP\nTRUNCATE TABLE] and [HELP LOCK].\n\nThe speed of delete operations may also be affected by factors\ndiscussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/delete-optimization.html.\n\nTo ensure that a given DELETE statement does not take too much time,\nthe MySQL-specific LIMIT row_count clause for DELETE specifies the\nmaximum number of rows to be deleted. If the number of rows to delete\nis larger than the limit, repeat the DELETE statement until the number\nof affected rows is less than the LIMIT value.\n\nSubqueries\n\nYou cannot delete from a table and select from the same table in a\nsubquery.\n\nPartitioned Tables\n\nDELETE supports explicit partition selection using the PARTITION\noption, which takes a comma-separated list of the names of one or more\npartitions or subpartitions (or both) from which to select rows to be\ndropped. Partitions not included in the list are ignored. Given a\npartitioned table t with a partition named p0, executing the statement\nDELETE FROM t PARTITION (p0) has the same effect on the table as\nexecuting ALTER TABLE t TRUNCATE PARTITION (p0); in both cases, all\nrows in partition p0 are dropped.\n\nPARTITION can be used along with a WHERE condition, in which case the\ncondition is tested only on rows in the listed partitions. For example,\nDELETE FROM t PARTITION (p0) WHERE c < 5 deletes rows only from\npartition p0 for which the condition c < 5 is true; rows in any other\npartitions are not checked and thus not affected by the DELETE.\n\nThe PARTITION option can also be used in multiple-table DELETE\nstatements. You can use up to one such option per table named in the\nFROM option.\n\nSee http://dev.mysql.com/doc/refman/5.7/en/partitioning-selection.html,\nfor more information and examples.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/delete.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/delete.html'),(36,'JSON_SEARCH',7,'JSON_SEARCH(json_doc, one_or_all, search_str[, escape_char[, path]\n...])\n\nReturns the path to the given string within a JSON document. Returns\nNULL if any of the json_doc, search_str, or path arguments are NULL; no\npath exists within the document; or search_str is not found. An error\noccurs if the json_doc argument is not a valid JSON document, any path\nargument is not a valid path expression, one_or_all is not \'one\' or\n\'all\', or escape_char is not a constant expression.\n\nThe one_or_all argument affects the search as follows:\n\no \'one\': The search terminates after the first match and returns one\n path string. It is undefined which match is considered first.\n\no \'all\': The search returns all matching path strings such that no\n duplicate paths are included. If there are multiple strings, they are\n autowrapped as an array. The order of the array elements is\n undefined.\n\nWithin the search_str search string argument, the % and _ characters\nwork as for the LIKE operator: % matches any number of characters\n(including zero characters), and _ matches exactly one character.\n\nTo specify a literal % or _ character in the search string, precede it\nby the escape character. The default is \\ if the escape_char argument\nis missing or NULL. Otherwise, escape_char must be a constant that is\nempty or one character.\n\nFor more information about matching and escape character behavior, see\nthe description of LIKE in\nhttp://dev.mysql.com/doc/refman/5.7/en/string-comparison-functions.html\n. For escape character handling, a difference from the LIKE behavior is\nthat the escape character for JSON_SEARCH() must evaluate to a constant\nat compile time, not just at execution time. For example, if\nJSON_SEARCH() is used in a prepared statement and the escape_char\nargument is supplied using a ? parameter, the parameter value might be\nconstant at execution time, but is not at compile time.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html\n\n','mysql> SET @j = \'[\"abc\", [{\"k\": \"10\"}, \"def\"], {\"x\":\"abc\"}, {\"y\":\"bcd\"}]\';\n\nmysql> SELECT JSON_SEARCH(@j, \'one\', \'abc\');\n+-------------------------------+\n| JSON_SEARCH(@j, \'one\', \'abc\') |\n+-------------------------------+\n| \"$[0]\" |\n+-------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'abc\');\n+-------------------------------+\n| JSON_SEARCH(@j, \'all\', \'abc\') |\n+-------------------------------+\n| [\"$[0]\", \"$[2].x\"] |\n+-------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'ghi\');\n+-------------------------------+\n| JSON_SEARCH(@j, \'all\', \'ghi\') |\n+-------------------------------+\n| NULL |\n+-------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'10\');\n+------------------------------+\n| JSON_SEARCH(@j, \'all\', \'10\') |\n+------------------------------+\n| \"$[1][0].k\" |\n+------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'10\', NULL, \'$\');\n+-----------------------------------------+\n| JSON_SEARCH(@j, \'all\', \'10\', NULL, \'$\') |\n+-----------------------------------------+\n| \"$[1][0].k\" |\n+-----------------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'10\', NULL, \'$[*]\');\n+--------------------------------------------+\n| JSON_SEARCH(@j, \'all\', \'10\', NULL, \'$[*]\') |\n+--------------------------------------------+\n| \"$[1][0].k\" |\n+--------------------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'10\', NULL, \'$**.k\');\n+---------------------------------------------+\n| JSON_SEARCH(@j, \'all\', \'10\', NULL, \'$**.k\') |\n+---------------------------------------------+\n| \"$[1][0].k\" |\n+---------------------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'10\', NULL, \'$[*][0].k\');\n+-------------------------------------------------+\n| JSON_SEARCH(@j, \'all\', \'10\', NULL, \'$[*][0].k\') |\n+-------------------------------------------------+\n| \"$[1][0].k\" |\n+-------------------------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'10\', NULL, \'$[1]\');\n+--------------------------------------------+\n| JSON_SEARCH(@j, \'all\', \'10\', NULL, \'$[1]\') |\n+--------------------------------------------+\n| \"$[1][0].k\" |\n+--------------------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'10\', NULL, \'$[1][0]\');\n+-----------------------------------------------+\n| JSON_SEARCH(@j, \'all\', \'10\', NULL, \'$[1][0]\') |\n+-----------------------------------------------+\n| \"$[1][0].k\" |\n+-----------------------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'abc\', NULL, \'$[2]\');\n+---------------------------------------------+\n| JSON_SEARCH(@j, \'all\', \'abc\', NULL, \'$[2]\') |\n+---------------------------------------------+\n| \"$[2].x\" |\n+---------------------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'%a%\');\n+-------------------------------+\n| JSON_SEARCH(@j, \'all\', \'%a%\') |\n+-------------------------------+\n| [\"$[0]\", \"$[2].x\"] |\n+-------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'%b%\');\n+-------------------------------+\n| JSON_SEARCH(@j, \'all\', \'%b%\') |\n+-------------------------------+\n| [\"$[0]\", \"$[2].x\", \"$[3].y\"] |\n+-------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'%b%\', NULL, \'$[0]\');\n+---------------------------------------------+\n| JSON_SEARCH(@j, \'all\', \'%b%\', NULL, \'$[0]\') |\n+---------------------------------------------+\n| \"$[0]\" |\n+---------------------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'%b%\', NULL, \'$[2]\');\n+---------------------------------------------+\n| JSON_SEARCH(@j, \'all\', \'%b%\', NULL, \'$[2]\') |\n+---------------------------------------------+\n| \"$[2].x\" |\n+---------------------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'%b%\', NULL, \'$[1]\');\n+---------------------------------------------+\n| JSON_SEARCH(@j, \'all\', \'%b%\', NULL, \'$[1]\') |\n+---------------------------------------------+\n| NULL |\n+---------------------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'%b%\', \'\', \'$[1]\');\n+-------------------------------------------+\n| JSON_SEARCH(@j, \'all\', \'%b%\', \'\', \'$[1]\') |\n+-------------------------------------------+\n| NULL |\n+-------------------------------------------+\n\nmysql> SELECT JSON_SEARCH(@j, \'all\', \'%b%\', \'\', \'$[3]\');\n+-------------------------------------------+\n| JSON_SEARCH(@j, \'all\', \'%b%\', \'\', \'$[3]\') |\n+-------------------------------------------+\n| \"$[3].y\" |\n+-------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html'),(37,'CLOSE',24,'Syntax:\nCLOSE cursor_name\n\nThis statement closes a previously opened cursor. For an example, see\nhttp://dev.mysql.com/doc/refman/5.7/en/cursors.html.\n\nAn error occurs if the cursor is not open.\n\nIf not closed explicitly, a cursor is closed at the end of the BEGIN\n... END block in which it was declared.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/close.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/close.html'),(38,'REPLACE FUNCTION',38,'Syntax:\nREPLACE(str,from_str,to_str)\n\nReturns the string str with all occurrences of the string from_str\nreplaced by the string to_str. REPLACE() performs a case-sensitive\nmatch when searching for from_str.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT REPLACE(\'www.mysql.com\', \'w\', \'Ww\');\n -> \'WwWwWw.mysql.com\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(39,'USE',29,'Syntax:\nUSE db_name\n\nThe USE db_name statement tells MySQL to use the db_name database as\nthe default (current) database for subsequent statements. The database\nremains the default until the end of the session or another USE\nstatement is issued:\n\nUSE db1;\nSELECT COUNT(*) FROM mytable; # selects from db1.mytable\nUSE db2;\nSELECT COUNT(*) FROM mytable; # selects from db2.mytable\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/use.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/use.html'),(40,'CASE OPERATOR',6,'Syntax:\nCASE value WHEN [compare_value] THEN result [WHEN [compare_value] THEN\nresult ...] [ELSE result] END\n\nCASE WHEN [condition] THEN result [WHEN [condition] THEN result ...]\n[ELSE result] END\n\nThe first version returns the result where value=compare_value. The\nsecond version returns the result for the first condition that is true.\nIf there was no matching result value, the result after ELSE is\nreturned, or NULL if there is no ELSE part.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/control-flow-functions.html\n\n','mysql> SELECT CASE 1 WHEN 1 THEN \'one\'\n -> WHEN 2 THEN \'two\' ELSE \'more\' END;\n -> \'one\'\nmysql> SELECT CASE WHEN 1>0 THEN \'true\' ELSE \'false\' END;\n -> \'true\'\nmysql> SELECT CASE BINARY \'B\'\n -> WHEN \'a\' THEN 1 WHEN \'b\' THEN 2 END;\n -> NULL\n','http://dev.mysql.com/doc/refman/5.7/en/control-flow-functions.html'),(41,'SHOW MASTER STATUS',27,'Syntax:\nSHOW MASTER STATUS\n\nThis statement provides status information about the binary log files\nof the master. It requires either the SUPER or REPLICATION CLIENT\nprivilege.\n\nExample:\n\nmysql> SHOW MASTER STATUS\\G\n*************************** 1. row ***************************\n File: master-bin.000002\n Position: 1307\n Binlog_Do_DB: test\n Binlog_Ignore_DB: manual, mysql\nExecuted_Gtid_Set: 3E11FA47-71CA-11E1-9E33-C80AA9429562:1-5\n1 row in set (0.00 sec)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-master-status.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-master-status.html'),(42,'TO_SECONDS',32,'Syntax:\nTO_SECONDS(expr)\n\nGiven a date or datetime expr, returns the number of seconds since the\nyear 0. If expr is not a valid date or datetime value, returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT TO_SECONDS(950501);\n -> 62966505600\nmysql> SELECT TO_SECONDS(\'2009-11-29\');\n -> 63426672000\nmysql> SELECT TO_SECONDS(\'2009-11-29 13:43:32\');\n -> 63426721412\nmysql> SELECT TO_SECONDS( NOW() );\n -> 63426721458\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(43,'TIMESTAMPDIFF',32,'Syntax:\nTIMESTAMPDIFF(unit,datetime_expr1,datetime_expr2)\n\nReturns datetime_expr2 − datetime_expr1, where datetime_expr1 and\ndatetime_expr2 are date or datetime expressions. One expression may be\na date and the other a datetime; a date value is treated as a datetime\nhaving the time part \'00:00:00\' where necessary. The unit for the\nresult (an integer) is given by the unit argument. The legal values for\nunit are the same as those listed in the description of the\nTIMESTAMPADD() function.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT TIMESTAMPDIFF(MONTH,\'2003-02-01\',\'2003-05-01\');\n -> 3\nmysql> SELECT TIMESTAMPDIFF(YEAR,\'2002-05-01\',\'2001-01-01\');\n -> -1\nmysql> SELECT TIMESTAMPDIFF(MINUTE,\'2003-02-01\',\'2003-05-01 12:05:55\');\n -> 128885\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(44,'SPATIAL',35,'For MyISAM and (as of MySQL 5.7.5) InnoDB tables, MySQL can create\nspatial indexes using syntax similar to that for creating regular\nindexes, but using the SPATIAL keyword. Columns in spatial indexes must\nbe declared NOT NULL. The following examples demonstrate how to create\nspatial indexes:\n\no With CREATE TABLE:\n\nCREATE TABLE geom (g GEOMETRY NOT NULL, SPATIAL INDEX(g)) ENGINE=MyISAM;\n\no With ALTER TABLE:\n\nALTER TABLE geom ADD SPATIAL INDEX(g);\n\no With CREATE INDEX:\n\nCREATE SPATIAL INDEX sp_index ON geom (g);\n\nSPATIAL INDEX creates an R-tree index. For storage engines that support\nnonspatial indexing of spatial columns, the engine creates a B-tree\nindex. A B-tree index on spatial values is useful for exact-value\nlookups, but not for range scans.\n\nFor more information on indexing spatial columns, see [HELP CREATE\nINDEX].\n\nTo drop spatial indexes, use ALTER TABLE or DROP INDEX:\n\no With ALTER TABLE:\n\nALTER TABLE geom DROP INDEX g;\n\no With DROP INDEX:\n\nDROP INDEX sp_index ON geom;\n\nExample: Suppose that a table geom contains more than 32,000\ngeometries, which are stored in the column g of type GEOMETRY. The\ntable also has an AUTO_INCREMENT column fid for storing object ID\nvalues.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/creating-spatial-indexes.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/creating-spatial-indexes.html'),(45,'REVERSE',38,'Syntax:\nREVERSE(str)\n\nReturns the string str with the order of the characters reversed.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT REVERSE(\'abc\');\n -> \'cba\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(46,'ISNULL',20,'Syntax:\nISNULL(expr)\n\nIf expr is NULL, ISNULL() returns 1, otherwise it returns 0.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT ISNULL(1+1);\n -> 0\nmysql> SELECT ISNULL(1/0);\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(47,'ST_STARTPOINT',13,'ST_StartPoint(ls)\n\nReturns the Point that is the start point of the LineString value ls.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html\n\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT ST_AsText(ST_StartPoint(ST_GeomFromText(@ls)));\n+------------------------------------------------+\n| ST_AsText(ST_StartPoint(ST_GeomFromText(@ls))) |\n+------------------------------------------------+\n| POINT(1 1) |\n+------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html'),(48,'BINARY',23,'BINARY(M)\n\nThe BINARY type is similar to the CHAR type, but stores binary byte\nstrings rather than nonbinary character strings. M represents the\ncolumn length in bytes.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(49,'BLOB DATA TYPE',23,'A BLOB is a binary large object that can hold a variable amount of\ndata. The four BLOB types are TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB.\nThese differ only in the maximum length of the values they can hold.\nThe four TEXT types are TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT. These\ncorrespond to the four BLOB types and have the same maximum lengths and\nstorage requirements. See\nhttp://dev.mysql.com/doc/refman/5.7/en/storage-requirements.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/blob.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/blob.html'),(50,'CURRENT_USER',17,'Syntax:\nCURRENT_USER, CURRENT_USER()\n\nReturns the user name and host name combination for the MySQL account\nthat the server used to authenticate the current client. This account\ndetermines your access privileges. The return value is a string in the\nutf8 character set.\n\nThe value of CURRENT_USER() can differ from the value of USER().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','mysql> SELECT USER();\n -> \'davida@localhost\'\nmysql> SELECT * FROM mysql.user;\nERROR 1044: Access denied for user \'\'@\'localhost\' to\ndatabase \'mysql\'\nmysql> SELECT CURRENT_USER();\n -> \'@localhost\'\n','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(51,'<=',20,'Syntax:\n<=\n\nLess than or equal:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT 0.1 <= 2;\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(52,'SHOW PROFILES',27,'Syntax:\nSHOW PROFILES\n\nThe SHOW PROFILES statement, together with SHOW PROFILE, displays\nprofiling information that indicates resource usage for statements\nexecuted during the course of the current session. For more\ninformation, see [HELP SHOW PROFILE].\n\n*Note*:\n\nThese statements are deprecated and will be removed in a future MySQL\nrelease. Use the Performance Schema instead; see\nhttp://dev.mysql.com/doc/refman/5.7/en/performance-schema.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-profiles.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-profiles.html'),(53,'UPDATE',28,'Syntax:\nSingle-table syntax:\n\nUPDATE [LOW_PRIORITY] [IGNORE] table_reference\n SET col_name1={expr1|DEFAULT} [, col_name2={expr2|DEFAULT}] ...\n [WHERE where_condition]\n [ORDER BY ...]\n [LIMIT row_count]\n\nMultiple-table syntax:\n\nUPDATE [LOW_PRIORITY] [IGNORE] table_references\n SET col_name1={expr1|DEFAULT} [, col_name2={expr2|DEFAULT}] ...\n [WHERE where_condition]\n\nFor the single-table syntax, the UPDATE statement updates columns of\nexisting rows in the named table with new values. The SET clause\nindicates which columns to modify and the values they should be given.\nEach value can be given as an expression, or the keyword DEFAULT to set\na column explicitly to its default value. The WHERE clause, if given,\nspecifies the conditions that identify which rows to update. With no\nWHERE clause, all rows are updated. If the ORDER BY clause is\nspecified, the rows are updated in the order that is specified. The\nLIMIT clause places a limit on the number of rows that can be updated.\n\nFor the multiple-table syntax, UPDATE updates rows in each table named\nin table_references that satisfy the conditions. Each matching row is\nupdated once, even if it matches the conditions multiple times. For\nmultiple-table syntax, ORDER BY and LIMIT cannot be used.\n\nFor partitioned tables, both the single-single and multiple-table forms\nof this statement support the use of a PARTITION option as part of a\ntable reference. This option takes a list of one or more partitions or\nsubpartitions (or both). Only the partitions (or subpartitions) listed\nare checked for matches, and a row that is not in any of these\npartitions or subpartitions is not updated, whether it satisfies the\nwhere_condition or not.\n\n*Note*:\n\nUnlike the case when using PARTITION with an INSERT or REPLACE\nstatement, an otherwise valid UPDATE ... PARTITION statement is\nconsidered successful even if no rows in the listed partitions (or\nsubpartitions) match the where_condition.\n\nSee http://dev.mysql.com/doc/refman/5.7/en/partitioning-selection.html,\nfor more information and examples.\n\nwhere_condition is an expression that evaluates to true for each row to\nbe updated. For expression syntax, see\nhttp://dev.mysql.com/doc/refman/5.7/en/expressions.html.\n\ntable_references and where_condition are specified as described in\nhttp://dev.mysql.com/doc/refman/5.7/en/select.html.\n\nYou need the UPDATE privilege only for columns referenced in an UPDATE\nthat are actually updated. You need only the SELECT privilege for any\ncolumns that are read but not modified.\n\nThe UPDATE statement supports the following modifiers:\n\no With the LOW_PRIORITY modifier, execution of the UPDATE is delayed\n until no other clients are reading from the table. This affects only\n storage engines that use only table-level locking (such as MyISAM,\n MEMORY, and MERGE).\n\no With the IGNORE modifier, the update statement does not abort even if\n errors occur during the update. Rows for which duplicate-key\n conflicts occur on a unique key value are not updated. Rows updated\n to values that would cause data conversion errors are updated to the\n closest valid values instead. For more information, see\n http://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#ignore-strict-co\n mparison.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/update.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/update.html'),(54,'CASE STATEMENT',24,'Syntax:\nCASE case_value\n WHEN when_value THEN statement_list\n [WHEN when_value THEN statement_list] ...\n [ELSE statement_list]\nEND CASE\n\nOr:\n\nCASE\n WHEN search_condition THEN statement_list\n [WHEN search_condition THEN statement_list] ...\n [ELSE statement_list]\nEND CASE\n\nThe CASE statement for stored programs implements a complex conditional\nconstruct.\n\n*Note*:\n\nThere is also a CASE expression, which differs from the CASE statement\ndescribed here. See\nhttp://dev.mysql.com/doc/refman/5.7/en/control-flow-functions.html. The\nCASE statement cannot have an ELSE NULL clause, and it is terminated\nwith END CASE instead of END.\n\nFor the first syntax, case_value is an expression. This value is\ncompared to the when_value expression in each WHEN clause until one of\nthem is equal. When an equal when_value is found, the corresponding\nTHEN clause statement_list executes. If no when_value is equal, the\nELSE clause statement_list executes, if there is one.\n\nThis syntax cannot be used to test for equality with NULL because NULL\n= NULL is false. See\nhttp://dev.mysql.com/doc/refman/5.7/en/working-with-null.html.\n\nFor the second syntax, each WHEN clause search_condition expression is\nevaluated until one is true, at which point its corresponding THEN\nclause statement_list executes. If no search_condition is equal, the\nELSE clause statement_list executes, if there is one.\n\nIf no when_value or search_condition matches the value tested and the\nCASE statement contains no ELSE clause, a Case not found for CASE\nstatement error results.\n\nEach statement_list consists of one or more SQL statements; an empty\nstatement_list is not permitted.\n\nTo handle situations where no value is matched by any WHEN clause, use\nan ELSE containing an empty BEGIN ... END block, as shown in this\nexample. (The indentation used here in the ELSE clause is for purposes\nof clarity only, and is not otherwise significant.)\n\nDELIMITER |\n\nCREATE PROCEDURE p()\n BEGIN\n DECLARE v INT DEFAULT 1;\n\n CASE v\n WHEN 2 THEN SELECT v;\n WHEN 3 THEN SELECT 0;\n ELSE\n BEGIN\n END;\n END CASE;\n END;\n |\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/case.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/case.html'),(55,'ST_SIMPLIFY',7,'ST_Simplify(g, max_distance)\n\nSimplifies a geometry using the Douglas-Peucker algorithm and returns a\nsimplified value of the same type. If any argument is NULL, the return\nvalue is NULL.\n\nThe geometry may be any geometry type, although the Douglas-Peucker\nalgorithm may not actually process every type. A geometry collection is\nprocessed by giving its components one by one to the simplification\nalgorithm, and the returned geometries are put into a geometry\ncollection as result.\n\nThe max_distance argument is the distance (in units of the input\ncoordinates) of a vertex to other segments to be removed. Vertices\nwithin this distance of the simplified linestring are removed. If the\nmax_distance argument is not positive, or is NaN, an ER_WRONG_ARGUMENTS\nerror occurs.\n\nAccording to Boost.Geometry, geometries might become invalid as a\nresult of the simplification process, and the process might create\nself-intersections. To check the validity of the result, pass it to\nST_IsValid().\n\nIf the geometry argument is not a valid geometry byte string, an\nER_GIS_INVALID_DATA error occurs.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-convenience-functions.html\n\n','mysql> SET @g = ST_GeomFromText(\'LINESTRING(0 0,0 1,1 1,1 2,2 2,2 3,3 3)\');\nmysql> SELECT ST_AsText(ST_Simplify(@g, 0.5));\n+---------------------------------+\n| ST_AsText(ST_Simplify(@g, 0.5)) |\n+---------------------------------+\n| LINESTRING(0 0,0 1,1 1,2 3,3 3) |\n+---------------------------------+\nmysql> SELECT ST_AsText(ST_Simplify(@g, 1.0));\n+---------------------------------+\n| ST_AsText(ST_Simplify(@g, 1.0)) |\n+---------------------------------+\n| LINESTRING(0 0,3 3) |\n+---------------------------------+\nmysql> SELECT ST_AsText(ST_Simplify(@g));\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-convenience-functions.html'),(56,'EXECUTE STATEMENT',8,'Syntax:\nEXECUTE stmt_name\n [USING @var_name [, @var_name] ...]\n\nAfter preparing a statement with PREPARE, you execute it with an\nEXECUTE statement that refers to the prepared statement name. If the\nprepared statement contains any parameter markers, you must supply a\nUSING clause that lists user variables containing the values to be\nbound to the parameters. Parameter values can be supplied only by user\nvariables, and the USING clause must name exactly as many variables as\nthe number of parameter markers in the statement.\n\nYou can execute a given prepared statement multiple times, passing\ndifferent variables to it or setting the variables to different values\nbefore each execution.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/execute.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/execute.html'),(57,'DROP INDEX',40,'Syntax:\nDROP INDEX index_name ON tbl_name\n [algorithm_option | lock_option] ...\n\nalgorithm_option:\n ALGORITHM [=] {DEFAULT|INPLACE|COPY}\n\nlock_option:\n LOCK [=] {DEFAULT|NONE|SHARED|EXCLUSIVE}\n\nDROP INDEX drops the index named index_name from the table tbl_name.\nThis statement is mapped to an ALTER TABLE statement to drop the index.\nSee [HELP ALTER TABLE].\n\nTo drop a primary key, the index name is always PRIMARY, which must be\nspecified as a quoted identifier because PRIMARY is a reserved word:\n\nDROP INDEX `PRIMARY` ON t;\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/drop-index.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/drop-index.html'),(58,'ABS',3,'Syntax:\nABS(X)\n\nReturns the absolute value of X.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT ABS(2);\n -> 2\nmysql> SELECT ABS(-32);\n -> 32\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(59,'IS_IPV4',14,'Syntax:\nIS_IPV4(expr)\n\nReturns 1 if the argument is a valid IPv4 address specified as a\nstring, 0 otherwise.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','mysql> SELECT IS_IPV4(\'10.0.5.9\'), IS_IPV4(\'10.0.5.256\');\n -> 1, 0\n','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(60,'POLYFROMWKB',33,'PolyFromWKB(wkb[, srid]), PolygonFromWKB(wkb[, srid])\n\nST_PolyFromWKB(), ST_PolygonFromWKB(), PolyFromWKB(), and\nPolygonFromWKB() are synonyms. For more information, see the\ndescription of ST_PolyFromWKB().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(61,'NOT LIKE',38,'Syntax:\nexpr NOT LIKE pat [ESCAPE \'escape_char\']\n\nThis is the same as NOT (expr LIKE pat [ESCAPE \'escape_char\']).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-comparison-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-comparison-functions.html'),(62,'SPACE',38,'Syntax:\nSPACE(N)\n\nReturns a string consisting of N space characters.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT SPACE(6);\n -> \' \'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(63,'MAX',16,'Syntax:\nMAX([DISTINCT] expr)\n\nReturns the maximum value of expr. MAX() may take a string argument; in\nsuch cases, it returns the maximum string value. See\nhttp://dev.mysql.com/doc/refman/5.7/en/mysql-indexes.html. The DISTINCT\nkeyword can be used to find the maximum of the distinct values of expr,\nhowever, this produces the same result as omitting DISTINCT.\n\nIf there are no matching rows, MAX() returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','mysql> SELECT student_name, MIN(test_score), MAX(test_score)\n -> FROM student\n -> GROUP BY student_name;\n','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(64,'CREATE FUNCTION UDF',22,'Syntax:\nCREATE [AGGREGATE] FUNCTION function_name RETURNS {STRING|INTEGER|REAL|DECIMAL}\n SONAME shared_library_name\n\nA user-defined function (UDF) is a way to extend MySQL with a new\nfunction that works like a native (built-in) MySQL function such as\nABS() or CONCAT().\n\nfunction_name is the name that should be used in SQL statements to\ninvoke the function. The RETURNS clause indicates the type of the\nfunction\'s return value. DECIMAL is a legal value after RETURNS, but\ncurrently DECIMAL functions return string values and should be written\nlike STRING functions.\n\nshared_library_name is the base name of the shared library file that\ncontains the code that implements the function. The file must be\nlocated in the plugin directory. This directory is given by the value\nof the plugin_dir system variable. For more information, see\nhttp://dev.mysql.com/doc/refman/5.7/en/udf-compiling.html.\n\nTo create a function, you must have the INSERT privilege for the mysql\ndatabase. This is necessary because CREATE FUNCTION adds a row to the\nmysql.func system table that records the function\'s name, type, and\nshared library name. If you do not have this table, you should run the\nmysql_upgrade command to create it. See\nhttp://dev.mysql.com/doc/refman/5.7/en/mysql-upgrade.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-function-udf.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/create-function-udf.html'),(65,'TIMESTAMP',23,'TIMESTAMP[(fsp)]\n\nA timestamp. The range is \'1970-01-01 00:00:01.000000\' UTC to\n\'2038-01-19 03:14:07.999999\' UTC. TIMESTAMP values are stored as the\nnumber of seconds since the epoch (\'1970-01-01 00:00:00\' UTC). A\nTIMESTAMP cannot represent the value \'1970-01-01 00:00:00\' because that\nis equivalent to 0 seconds from the epoch and the value 0 is reserved\nfor representing \'0000-00-00 00:00:00\', the \"zero\" TIMESTAMP value.\n\nAn optional fsp value in the range from 0 to 6 may be given to specify\nfractional seconds precision. A value of 0 signifies that there is no\nfractional part. If omitted, the default precision is 0.\n\nThe way the server handles TIMESTAMP definitions depends on the value\nof the explicit_defaults_for_timestamp system variable (see\nhttp://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html).\nBy default, explicit_defaults_for_timestamp is disabled and the server\nhandles TIMESTAMP as follows:\n\nUnless specified otherwise, the first TIMESTAMP column in a table is\ndefined to be automatically set to the date and time of the most recent\nmodification if not explicitly assigned a value. This makes TIMESTAMP\nuseful for recording the timestamp of an INSERT or UPDATE operation.\nYou can also set any TIMESTAMP column to the current date and time by\nassigning it a NULL value, unless it has been defined with the NULL\nattribute to permit NULL values.\n\nAutomatic initialization and updating to the current date and time can\nbe specified using DEFAULT CURRENT_TIMESTAMP and ON UPDATE\nCURRENT_TIMESTAMP column definition clauses. By default, the first\nTIMESTAMP column has these properties, as previously noted. However,\nany TIMESTAMP column in a table can be defined to have these\nproperties.\n\nIf explicit_defaults_for_timestamp is enabled, there is no automatic\nassignment of the DEFAULT CURRENT_TIMESTAMP or ON UPDATE\nCURRENT_TIMESTAMP attributes to any TIMESTAMP column. They must be\nincluded explicitly in the column definition. Also, any TIMESTAMP not\nexplicitly declared as NOT NULL permits NULL values.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-type-overview.html'),(66,'CREATE_ASYMMETRIC_PUB_KEY',7,'Syntax:\nCREATE_ASYMMETRIC_PUB_KEY(algorithm, priv_key_str)\n\nDerives a public key from the given private key using the given\nalgorithm, and returns the key as a binary string in PEM format. If key\nderivation fails, the result is NULL.\n\npriv_key_str must be a valid key string in PEM format. algorithm\nindicates the encryption algorithm used to create the key.\n\nSupported algorithm values: \'RSA\', \'DSA\', \'DH\'\n\nFor a usage example, see the description of\nCREATE_ASYMMETRIC_PRIV_KEY().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html'),(67,'CACHE INDEX',27,'Syntax:\nCACHE INDEX\n tbl_index_list [, tbl_index_list] ...\n [PARTITION (partition_list | ALL)]\n IN key_cache_name\n\ntbl_index_list:\n tbl_name [[INDEX|KEY] (index_name[, index_name] ...)]\n\npartition_list:\n partition_name[, partition_name][, ...]\n\nThe CACHE INDEX statement assigns table indexes to a specific key\ncache. It is used only for MyISAM tables. After the indexes have been\nassigned, they can be preloaded into the cache if desired with LOAD\nINDEX INTO CACHE.\n\nThe following statement assigns indexes from the tables t1, t2, and t3\nto the key cache named hot_cache:\n\nmysql> CACHE INDEX t1, t2, t3 IN hot_cache;\n+---------+--------------------+----------+----------+\n| Table | Op | Msg_type | Msg_text |\n+---------+--------------------+----------+----------+\n| test.t1 | assign_to_keycache | status | OK |\n| test.t2 | assign_to_keycache | status | OK |\n| test.t3 | assign_to_keycache | status | OK |\n+---------+--------------------+----------+----------+\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/cache-index.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/cache-index.html'),(68,'COMPRESS',12,'Syntax:\nCOMPRESS(string_to_compress)\n\nCompresses a string and returns the result as a binary string. This\nfunction requires MySQL to have been compiled with a compression\nlibrary such as zlib. Otherwise, the return value is always NULL. The\ncompressed string can be uncompressed with UNCOMPRESS().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','mysql> SELECT LENGTH(COMPRESS(REPEAT(\'a\',1000)));\n -> 21\nmysql> SELECT LENGTH(COMPRESS(\'\'));\n -> 0\nmysql> SELECT LENGTH(COMPRESS(\'a\'));\n -> 13\nmysql> SELECT LENGTH(COMPRESS(REPEAT(\'a\',16)));\n -> 15\n','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(69,'HANDLER',28,'Syntax:\nHANDLER tbl_name OPEN [ [AS] alias]\n\nHANDLER tbl_name READ index_name { = | <= | >= | < | > } (value1,value2,...)\n [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name READ index_name { FIRST | NEXT | PREV | LAST }\n [ WHERE where_condition ] [LIMIT ... ]\nHANDLER tbl_name READ { FIRST | NEXT }\n [ WHERE where_condition ] [LIMIT ... ]\n\nHANDLER tbl_name CLOSE\n\nThe HANDLER statement provides direct access to table storage engine\ninterfaces. It is available for InnoDB and MyISAM tables.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/handler.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/handler.html'),(70,'HELP_DATE',9,'This help information was generated from the MySQL 5.7 Reference Manual\non: 2017-03-17\n','',''),(71,'RENAME TABLE',40,'Syntax:\nRENAME TABLE tbl_name TO new_tbl_name\n [, tbl_name2 TO new_tbl_name2] ...\n\nThis statement renames one or more tables. The rename operation is done\natomically, which means that no other session can access any of the\ntables while the rename is running.\n\nFor example, a table named old_table can be renamed to new_table as\nshown here:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/rename-table.html\n\n','RENAME TABLE old_table TO new_table;\n','http://dev.mysql.com/doc/refman/5.7/en/rename-table.html'),(72,'BOOLEAN',23,'BOOL, BOOLEAN\n\nThese types are synonyms for TINYINT(1). A value of zero is considered\nfalse. Nonzero values are considered true:\n\nmysql> SELECT IF(0, \'true\', \'false\');\n+------------------------+\n| IF(0, \'true\', \'false\') |\n+------------------------+\n| false |\n+------------------------+\n\nmysql> SELECT IF(1, \'true\', \'false\');\n+------------------------+\n| IF(1, \'true\', \'false\') |\n+------------------------+\n| true |\n+------------------------+\n\nmysql> SELECT IF(2, \'true\', \'false\');\n+------------------------+\n| IF(2, \'true\', \'false\') |\n+------------------------+\n| true |\n+------------------------+\n\nHowever, the values TRUE and FALSE are merely aliases for 1 and 0,\nrespectively, as shown here:\n\nmysql> SELECT IF(0 = FALSE, \'true\', \'false\');\n+--------------------------------+\n| IF(0 = FALSE, \'true\', \'false\') |\n+--------------------------------+\n| true |\n+--------------------------------+\n\nmysql> SELECT IF(1 = TRUE, \'true\', \'false\');\n+-------------------------------+\n| IF(1 = TRUE, \'true\', \'false\') |\n+-------------------------------+\n| true |\n+-------------------------------+\n\nmysql> SELECT IF(2 = TRUE, \'true\', \'false\');\n+-------------------------------+\n| IF(2 = TRUE, \'true\', \'false\') |\n+-------------------------------+\n| false |\n+-------------------------------+\n\nmysql> SELECT IF(2 = FALSE, \'true\', \'false\');\n+--------------------------------+\n| IF(2 = FALSE, \'true\', \'false\') |\n+--------------------------------+\n| false |\n+--------------------------------+\n\nThe last two statements display the results shown because 2 is equal to\nneither 1 nor 0.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(73,'JSON_EXTRACT',7,'JSON_EXTRACT(json_doc, path[, path] ...)\n\nReturns data from a JSON document, selected from the parts of the\ndocument matched by the path arguments. Returns NULL if any argument is\nNULL or no paths locate a value in the document. An error occurs if the\njson_doc argument is not a valid JSON document or any path argument is\nnot a valid path expression.\n\nThe return value consists of all values matched by the path arguments.\nIf it is possible that those arguments could return multiple values,\nthe matched values are autowrapped as an array, in the order\ncorresponding to the paths that produced them. Otherwise, the return\nvalue is the single matched value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html\n\n','mysql> SELECT JSON_EXTRACT(\'[10, 20, [30, 40]]\', \'$[1]\');\n+--------------------------------------------+\n| JSON_EXTRACT(\'[10, 20, [30, 40]]\', \'$[1]\') |\n+--------------------------------------------+\n| 20 |\n+--------------------------------------------+\nmysql> SELECT JSON_EXTRACT(\'[10, 20, [30, 40]]\', \'$[1]\', \'$[0]\');\n+----------------------------------------------------+\n| JSON_EXTRACT(\'[10, 20, [30, 40]]\', \'$[1]\', \'$[0]\') |\n+----------------------------------------------------+\n| [20, 10] |\n+----------------------------------------------------+\nmysql> SELECT JSON_EXTRACT(\'[10, 20, [30, 40]]\', \'$[2][*]\');\n+-----------------------------------------------+\n| JSON_EXTRACT(\'[10, 20, [30, 40]]\', \'$[2][*]\') |\n+-----------------------------------------------+\n| [30, 40] |\n+-----------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html'),(74,'MOD',3,'Syntax:\nMOD(N,M), N % M, N MOD M\n\nModulo operation. Returns the remainder of N divided by M.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT MOD(234, 10);\n -> 4\nmysql> SELECT 253 % 7;\n -> 1\nmysql> SELECT MOD(29,9);\n -> 2\nmysql> SELECT 29 MOD 9;\n -> 2\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(75,'ST_GEOMETRYTYPE',37,'ST_GeometryType(g)\n\nReturns a binary string indicating the name of the geometry type of\nwhich the geometry instance g is a member, or NULL if the argument is\nNULL. The name corresponds to one of the instantiable Geometry\nsubclasses.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html\n\n','mysql> SELECT ST_GeometryType(ST_GeomFromText(\'POINT(1 1)\'));\n+------------------------------------------------+\n| ST_GeometryType(ST_GeomFromText(\'POINT(1 1)\')) |\n+------------------------------------------------+\n| POINT |\n+------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html'),(76,'HELP STATEMENT',29,'Syntax:\nHELP \'search_string\'\n\nThe HELP statement returns online information from the MySQL Reference\nmanual. Its proper operation requires that the help tables in the mysql\ndatabase be initialized with help topic information (see\nhttp://dev.mysql.com/doc/refman/5.7/en/server-side-help-support.html).\n\nThe HELP statement searches the help tables for the given search string\nand displays the result of the search. The search string is not case\nsensitive.\n\nThe search string can contain the wildcard characters % and _. These\nhave the same meaning as for pattern-matching operations performed with\nthe LIKE operator. For example, HELP \'rep%\' returns a list of topics\nthat begin with rep.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/help.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/help.html'),(77,'UCASE',38,'Syntax:\nUCASE(str)\n\nUCASE() is a synonym for UPPER().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(78,'SHOW BINLOG EVENTS',27,'Syntax:\nSHOW BINLOG EVENTS\n [IN \'log_name\'] [FROM pos] [LIMIT [offset,] row_count]\n\nShows the events in the binary log. If you do not specify \'log_name\',\nthe first binary log is displayed.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-binlog-events.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-binlog-events.html'),(79,'MPOLYFROMWKB',33,'MPolyFromWKB(wkb[, srid]), MultiPolygonFromWKB(wkb[, srid])\n\nST_MPolyFromWKB(), ST_MultiPolygonFromWKB(), MPolyFromWKB(), and\nMultiPolygonFromWKB() are synonyms. For more information, see the\ndescription of ST_MPolyFromWKB().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(80,'ITERATE',24,'Syntax:\nITERATE label\n\nITERATE can appear only within LOOP, REPEAT, and WHILE statements.\nITERATE means \"start the loop again.\"\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/iterate.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/iterate.html'),(81,'DO',28,'Syntax:\nDO expr [, expr] ...\n\nDO executes the expressions but does not return any results. In most\nrespects, DO is shorthand for SELECT expr, ..., but has the advantage\nthat it is slightly faster when you do not care about the result.\n\nDO is useful primarily with functions that have side effects, such as\nRELEASE_LOCK().\n\nExample: This SELECT statement pauses, but also produces a result set:\n\nmysql> SELECT SLEEP(5);\n+----------+\n| SLEEP(5) |\n+----------+\n| 0 |\n+----------+\n1 row in set (5.02 sec)\n\nDO, on the other hand, pauses without producing a result set.:\n\nmysql> DO SLEEP(5);\nQuery OK, 0 rows affected (4.99 sec)\n\nThis could be useful, for example in a stored function or trigger,\nwhich prohibit statements that produce result sets.\n\nDO only executes expressions. It cannot be used in all cases where\nSELECT can be used. For example, DO id FROM t1 is invalid because it\nreferences a table.\n\nAs of MySQL 5.7.8, DO statement errors that previously were converted\nto warnings are returned as errors.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/do.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/do.html'),(82,'CHAR_LENGTH',38,'Syntax:\nCHAR_LENGTH(str)\n\nReturns the length of the string str, measured in characters. A\nmultibyte character counts as a single character. This means that for a\nstring containing five 2-byte characters, LENGTH() returns 10, whereas\nCHAR_LENGTH() returns 5.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(83,'DATE',23,'DATE\n\nA date. The supported range is \'1000-01-01\' to \'9999-12-31\'. MySQL\ndisplays DATE values in \'YYYY-MM-DD\' format, but permits assignment of\nvalues to DATE columns using either strings or numbers.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-type-overview.html'),(84,'ST_ASTEXT',33,'ST_AsText(g), ST_AsWKT(g)\n\nConverts a value in internal geometry format to its WKT representation\nand returns the string result.\n\nThe result is NULL if the geometry argument is NULL. If the argument is\nnot a syntactically well-formed geometry, an ER_GIS_INVALID_DATA error\noccurs as of MySQL 5.7.5. The result is NULL prior to MySQL 5.7.5.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-format-conversion-functions.html\n\n','mysql> SET @g = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT ST_AsText(ST_GeomFromText(@g));\n+--------------------------------+\n| ST_AsText(ST_GeomFromText(@g)) |\n+--------------------------------+\n| LINESTRING(1 1,2 2,3 3) |\n+--------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-format-conversion-functions.html'),(85,'JSON_TYPE',7,'JSON_TYPE(json_val)\n\nReturns a utf8mb4 string indicating the type of a JSON value:\n\nmysql> SET @j = \'{\"a\": [10, true]}\';\nmysql> SELECT JSON_TYPE(@j);\n+---------------+\n| JSON_TYPE(@j) |\n+---------------+\n| OBJECT |\n+---------------+\nmysql> SELECT JSON_TYPE(JSON_EXTRACT(@j, \'$.a\'));\n+------------------------------------+\n| JSON_TYPE(JSON_EXTRACT(@j, \'$.a\')) |\n+------------------------------------+\n| ARRAY |\n+------------------------------------+\nmysql> SELECT JSON_TYPE(JSON_EXTRACT(@j, \'$.a[0]\'));\n+---------------------------------------+\n| JSON_TYPE(JSON_EXTRACT(@j, \'$.a[0]\')) |\n+---------------------------------------+\n| INTEGER |\n+---------------------------------------+\nmysql> SELECT JSON_TYPE(JSON_EXTRACT(@j, \'$.a[1]\'));\n+---------------------------------------+\n| JSON_TYPE(JSON_EXTRACT(@j, \'$.a[1]\')) |\n+---------------------------------------+\n| BOOLEAN |\n+---------------------------------------+\n\nJSON_TYPE() returns NULL if the argument is NULL:\n\nmysql> SELECT JSON_TYPE(NULL);\n+-----------------+\n| JSON_TYPE(NULL) |\n+-----------------+\n| NULL |\n+-----------------+\n\nAn error occurs if the argument is not a valid JSON value:\n\nmysql> SELECT JSON_TYPE(1);\nERROR 3146 (22032): Invalid data type for JSON data in argument 1\nto function json_type; a JSON string or JSON type is required.\n\nFor a non-NULL, non-error result, the following list describes the\npossible JSON_TYPE() return values:\n\no Purely JSON types:\n\n o OBJECT: JSON objects\n\n o ARRAY: JSON arrays\n\n o BOOLEAN: The JSON true and false literals\n\n o NULL: The JSON null literal\n\no Numeric types:\n\n o INTEGER: MySQL TINYINT, SMALLINT, MEDIUMINT and INT and BIGINT\n scalars\n\n o DOUBLE: MySQL DOUBLE FLOAT scalars\n\n o DECIMAL: MySQL DECIMAL and NUMERIC scalars\n\no Temporal types:\n\n o DATETIME: MySQL DATETIME and TIMESTAMP scalars\n\n o DATE: MySQL DATE scalars\n\n o TIME: MySQL TIME scalars\n\no String types:\n\n o STRING: MySQL utf8 character type scalars: CHAR, VARCHAR, TEXT,\n ENUM, and SET\n\no Binary types:\n\n o BLOB: MySQL binary type scalars: BINARY, VARBINARY, BLOB\n\n o BIT: MySQL BIT scalars\n\no All other types:\n\n o OPAQUE (raw bits)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-attribute-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/json-attribute-functions.html'),(86,'EXTRACTVALUE',38,'Syntax:\nExtractValue(xml_frag, xpath_expr)\n\nExtractValue() takes two string arguments, a fragment of XML markup\nxml_frag and an XPath expression xpath_expr (also known as a locator);\nit returns the text (CDATA) of the first text node which is a child of\nthe elements or elements matched by the XPath expression.\n\nUsing this function is the equivalent of performing a match using the\nxpath_expr after appending /text(). In other words,\nExtractValue(\'Sakila\', \'/a/b\') and\nExtractValue(\'Sakila\', \'/a/b/text()\') produce the same\nresult.\n\nIf multiple matches are found, the content of the first child text node\nof each matching element is returned (in the order matched) as a\nsingle, space-delimited string.\n\nIf no matching text node is found for the expression (including the\nimplicit /text())---for whatever reason, as long as xpath_expr is\nvalid, and xml_frag consists of elements which are properly nested and\nclosed---an empty string is returned. No distinction is made between a\nmatch on an empty element and no match at all. This is by design.\n\nIf you need to determine whether no matching element was found in\nxml_frag or such an element was found but contained no child text\nnodes, you should test the result of an expression that uses the XPath\ncount() function. For example, both of these statements return an empty\nstring, as shown here:\n\nmysql> SELECT ExtractValue(\'\', \'/a/b\');\n+-------------------------------------+\n| ExtractValue(\'\', \'/a/b\') |\n+-------------------------------------+\n| |\n+-------------------------------------+\n1 row in set (0.00 sec)\n\nmysql> SELECT ExtractValue(\'\', \'/a/b\');\n+-------------------------------------+\n| ExtractValue(\'\', \'/a/b\') |\n+-------------------------------------+\n| |\n+-------------------------------------+\n1 row in set (0.00 sec)\n\nHowever, you can determine whether there was actually a matching\nelement using the following:\n\nmysql> SELECT ExtractValue(\'\', \'count(/a/b)\');\n+-------------------------------------+\n| ExtractValue(\'\', \'count(/a/b)\') |\n+-------------------------------------+\n| 1 |\n+-------------------------------------+\n1 row in set (0.00 sec)\n\nmysql> SELECT ExtractValue(\'\', \'count(/a/b)\');\n+-------------------------------------+\n| ExtractValue(\'\', \'count(/a/b)\') |\n+-------------------------------------+\n| 0 |\n+-------------------------------------+\n1 row in set (0.01 sec)\n\n*Important*:\n\nExtractValue() returns only CDATA, and does not return any tags that\nmight be contained within a matching tag, nor any of their content (see\nthe result returned as val1 in the following example).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/xml-functions.html\n\n','mysql> SELECT\n -> ExtractValue(\'cccddd\', \'/a\') AS val1,\n -> ExtractValue(\'cccddd\', \'/a/b\') AS val2,\n -> ExtractValue(\'cccddd\', \'//b\') AS val3,\n -> ExtractValue(\'cccddd\', \'/b\') AS val4,\n -> ExtractValue(\'cccdddeee\', \'//b\') AS val5;\n\n+------+------+------+------+---------+\n| val1 | val2 | val3 | val4 | val5 |\n+------+------+------+------+---------+\n| ccc | ddd | ddd | | ddd eee |\n+------+------+------+------+---------+\n','http://dev.mysql.com/doc/refman/5.7/en/xml-functions.html'),(87,'OLD_PASSWORD',12,'Syntax:\nOLD_PASSWORD(str)\n\nOLD_PASSWORD() was added when the implementation of PASSWORD() was\nchanged in MySQL 4.1 to improve security. OLD_PASSWORD() returns the\nvalue of the pre-4.1 implementation of PASSWORD() as a string, and is\nintended to permit you to reset passwords for any pre-4.1 clients that\nneed to connect to your MySQL server without locking them out. See\nhttp://dev.mysql.com/doc/refman/5.7/en/password-hashing.html.\n\nThe return value is a nonbinary string in the connection character set.\n\n*Note*:\n\nPasswords that use the pre-4.1 hashing method are less secure than\npasswords that use the native password hashing method and should be\navoided. Pre-4.1 passwords are deprecated and support for them is\nremoved in MySQL 5.7.5. Consequently, OLD_PASSWORD() is deprecated and\nis removed in MySQL 5.7.5.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(88,'FORMAT',38,'Syntax:\nFORMAT(X,D[,locale])\n\nFormats the number X to a format like \'#,###,###.##\', rounded to D\ndecimal places, and returns the result as a string. If D is 0, the\nresult has no decimal point or fractional part.\n\nThe optional third parameter enables a locale to be specified to be\nused for the result number\'s decimal point, thousands separator, and\ngrouping between separators. Permissible locale values are the same as\nthe legal values for the lc_time_names system variable (see\nhttp://dev.mysql.com/doc/refman/5.7/en/locale-support.html). If no\nlocale is specified, the default is \'en_US\'.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT FORMAT(12332.123456, 4);\n -> \'12,332.1235\'\nmysql> SELECT FORMAT(12332.1,4);\n -> \'12,332.1000\'\nmysql> SELECT FORMAT(12332.2,0);\n -> \'12,332\'\nmysql> SELECT FORMAT(12332.2,2,\'de_DE\');\n -> \'12.332,20\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(89,'BIT_LENGTH',38,'Syntax:\nBIT_LENGTH(str)\n\nReturns the length of the string str in bits.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT BIT_LENGTH(\'text\');\n -> 32\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(90,'EXTERIORRING',2,'ExteriorRing(poly)\n\nST_ExteriorRing() and ExteriorRing() are synonyms. For more\ninformation, see the description of ST_ExteriorRing().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html'),(91,'GEOMFROMWKB',33,'GeomFromWKB(wkb[, srid]), GeometryFromWKB(wkb[, srid])\n\nST_GeomFromWKB(), ST_GeometryFromWKB(), GeomFromWKB(), and\nGeometryFromWKB() are synonyms. For more information, see the\ndescription of ST_GeomFromWKB().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(92,'BETWEEN AND',20,'Syntax:\nexpr BETWEEN min AND max\n\nIf expr is greater than or equal to min and expr is less than or equal\nto max, BETWEEN returns 1, otherwise it returns 0. This is equivalent\nto the expression (min <= expr AND expr <= max) if all the arguments\nare of the same type. Otherwise type conversion takes place according\nto the rules described in\nhttp://dev.mysql.com/doc/refman/5.7/en/type-conversion.html, but\napplied to all the three arguments.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT 2 BETWEEN 1 AND 3, 2 BETWEEN 3 and 1;\n -> 1, 0\nmysql> SELECT 1 BETWEEN 2 AND 3;\n -> 0\nmysql> SELECT \'b\' BETWEEN \'a\' AND \'c\';\n -> 1\nmysql> SELECT 2 BETWEEN 2 AND \'3\';\n -> 1\nmysql> SELECT 2 BETWEEN 2 AND \'x-3\';\n -> 0\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(93,'MULTIPOLYGON',25,'MultiPolygon(poly1, poly2, ...)\n\nConstructs a MultiPolygon value from a set of Polygon or WKB Polygon\narguments.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html'),(94,'LEFT',38,'Syntax:\nLEFT(str,len)\n\nReturns the leftmost len characters from the string str, or NULL if any\nargument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT LEFT(\'foobarbar\', 5);\n -> \'fooba\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(95,'ST_ISCLOSED',13,'ST_IsClosed(ls)\n\nFor a LineString value ls, ST_IsClosed() returns 1 if ls is closed\n(that is, its ST_StartPoint() and ST_EndPoint() values are the same).\n\nFor a MultiLineString value ls, ST_IsClosed() returns 1 if ls is closed\n(that is, the ST_StartPoint() and ST_EndPoint() values are the same for\neach LineString in ls).\n\nST_IsClosed() returns 0 if ls is not closed, and NULL if ls is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html\n\n','mysql> SET @ls1 = \'LineString(1 1,2 2,3 3,2 2)\';\nmysql> SET @ls2 = \'LineString(1 1,2 2,3 3,1 1)\';\n\nmysql> SELECT ST_IsClosed(ST_GeomFromText(@ls1));\n+------------------------------------+\n| ST_IsClosed(ST_GeomFromText(@ls1)) |\n+------------------------------------+\n| 0 |\n+------------------------------------+\n\nmysql> SELECT ST_IsClosed(ST_GeomFromText(@ls2));\n+------------------------------------+\n| ST_IsClosed(ST_GeomFromText(@ls2)) |\n+------------------------------------+\n| 1 |\n+------------------------------------+\n\nmysql> SET @ls3 = \'MultiLineString((1 1,2 2,3 3),(4 4,5 5))\';\n\nmysql> SELECT ST_IsClosed(ST_GeomFromText(@ls3));\n+------------------------------------+\n| ST_IsClosed(ST_GeomFromText(@ls3)) |\n+------------------------------------+\n| 0 |\n+------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html'),(96,'FLUSH QUERY CACHE',27,'You can defragment the query cache to better utilize its memory with\nthe FLUSH QUERY CACHE statement. The statement does not remove any\nqueries from the cache.\n\nThe RESET QUERY CACHE statement removes all query results from the\nquery cache. The FLUSH TABLES statement also does this.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/query-cache-status-and-maintenance.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/query-cache-status-and-maintenance.html'),(97,'SET DATA TYPE',23,'SET(\'value1\',\'value2\',...) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nA set. A string object that can have zero or more values, each of which\nmust be chosen from the list of values \'value1\', \'value2\', ... SET\nvalues are represented internally as integers.\n\nA SET column can have a maximum of 64 distinct members. A table can\nhave no more than 255 unique element list definitions among its ENUM\nand SET columns considered as a group. For more information on this\nlimit, see http://dev.mysql.com/doc/refman/5.7/en/limits-frm-file.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(98,'RAND',3,'Syntax:\nRAND([N])\n\nReturns a random floating-point value v in the range 0 <= v < 1.0. To\nobtain a random integer R in the range i <= R < j, use the expression\nFLOOR(i + RAND() * (j − i)). For example, to obtain a random integer\nin the range the range 7 <= R < 12, use the following statement:\n\nSELECT FLOOR(7 + (RAND() * 5));\n\nIf an integer argument N is specified, it is used as the seed value:\n\no With a constant initializer argument, the seed is initialized once\n when the statement is prepared, prior to execution.\n\no With a nonconstant initializer argument (such as a column name), the\n seed is initialized with the value for each invocation of RAND().\n\nOne implication of this behavior is that for equal argument values,\nRAND(N) returns the same value each time, and thus produces a\nrepeatable sequence of column values. In the following example, the\nsequence of values produced by RAND(3) is the same both places it\noccurs.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> CREATE TABLE t (i INT);\nQuery OK, 0 rows affected (0.42 sec)\n\nmysql> INSERT INTO t VALUES(1),(2),(3);\nQuery OK, 3 rows affected (0.00 sec)\nRecords: 3 Duplicates: 0 Warnings: 0\n\nmysql> SELECT i, RAND() FROM t;\n+------+------------------+\n| i | RAND() |\n+------+------------------+\n| 1 | 0.61914388706828 |\n| 2 | 0.93845168309142 |\n| 3 | 0.83482678498591 |\n+------+------------------+\n3 rows in set (0.00 sec)\n\nmysql> SELECT i, RAND(3) FROM t;\n+------+------------------+\n| i | RAND(3) |\n+------+------------------+\n| 1 | 0.90576975597606 |\n| 2 | 0.37307905813035 |\n| 3 | 0.14808605345719 |\n+------+------------------+\n3 rows in set (0.00 sec)\n\nmysql> SELECT i, RAND() FROM t;\n+------+------------------+\n| i | RAND() |\n+------+------------------+\n| 1 | 0.35877890638893 |\n| 2 | 0.28941420772058 |\n| 3 | 0.37073435016976 |\n+------+------------------+\n3 rows in set (0.00 sec)\n\nmysql> SELECT i, RAND(3) FROM t;\n+------+------------------+\n| i | RAND(3) |\n+------+------------------+\n| 1 | 0.90576975597606 |\n| 2 | 0.37307905813035 |\n| 3 | 0.14808605345719 |\n+------+------------------+\n3 rows in set (0.01 sec)\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(99,'RPAD',38,'Syntax:\nRPAD(str,len,padstr)\n\nReturns the string str, right-padded with the string padstr to a length\nof len characters. If str is longer than len, the return value is\nshortened to len characters.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT RPAD(\'hi\',5,\'?\');\n -> \'hi???\'\nmysql> SELECT RPAD(\'hi\',1,\'?\');\n -> \'h\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(100,'DEC',23,'DEC[(M[,D])] [UNSIGNED] [ZEROFILL], NUMERIC[(M[,D])] [UNSIGNED]\n[ZEROFILL], FIXED[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nThese types are synonyms for DECIMAL. The FIXED synonym is available\nfor compatibility with other database systems.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(101,'ELT',38,'Syntax:\nELT(N,str1,str2,str3,...)\n\nELT() returns the Nth element of the list of strings: str1 if N = 1,\nstr2 if N = 2, and so on. Returns NULL if N is less than 1 or greater\nthan the number of arguments. ELT() is the complement of FIELD().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT ELT(1, \'ej\', \'Heja\', \'hej\', \'foo\');\n -> \'ej\'\nmysql> SELECT ELT(4, \'ej\', \'Heja\', \'hej\', \'foo\');\n -> \'foo\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(102,'ST_LONGFROMGEOHASH',7,'ST_LongFromGeoHash(geohash_str)\n\nReturns the longitude from a geohash string value, as a DOUBLE value in\nthe range [−180, 180]. The result is NULL if any argument is NULL. An\nerror occurs if the argument is invalid.\n\nThe remarks in the description of ST_LatFromGeoHash() regarding the\nmaximum number of characters processed from the geohash_str argument\nalso apply to ST_LongFromGeoHash().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-geohash-functions.html\n\n','mysql> SELECT ST_LongFromGeoHash(ST_GeoHash(45,-20,10));\n+-------------------------------------------+\n| ST_LongFromGeoHash(ST_GeoHash(45,-20,10)) |\n+-------------------------------------------+\n| 45 |\n+-------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-geohash-functions.html'),(103,'ALTER VIEW',40,'Syntax:\nALTER\n [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]\n [DEFINER = { user | CURRENT_USER }]\n [SQL SECURITY { DEFINER | INVOKER }]\n VIEW view_name [(column_list)]\n AS select_statement\n [WITH [CASCADED | LOCAL] CHECK OPTION]\n\nThis statement changes the definition of a view, which must exist. The\nsyntax is similar to that for CREATE VIEW and the effect is the same as\nfor CREATE OR REPLACE VIEW. See [HELP CREATE VIEW]. This statement\nrequires the CREATE VIEW and DROP privileges for the view, and some\nprivilege for each column referred to in the SELECT statement. ALTER\nVIEW is permitted only to the definer or users with the SUPER\nprivilege.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/alter-view.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/alter-view.html'),(104,'SHOW DATABASES',27,'Syntax:\nSHOW {DATABASES | SCHEMAS}\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW DATABASES lists the databases on the MySQL server host. SHOW\nSCHEMAS is a synonym for SHOW DATABASES. The LIKE clause, if present,\nindicates which database names to match. The WHERE clause can be given\nto select rows using more general conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html.\n\nYou see only those databases for which you have some kind of privilege,\nunless you have the global SHOW DATABASES privilege. You can also get\nthis list using the mysqlshow command.\n\nIf the server was started with the --skip-show-database option, you\ncannot use this statement at all unless you have the SHOW DATABASES\nprivilege.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-databases.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-databases.html'),(105,'SEC_TO_TIME',32,'Syntax:\nSEC_TO_TIME(seconds)\n\nReturns the seconds argument, converted to hours, minutes, and seconds,\nas a TIME value. The range of the result is constrained to that of the\nTIME data type. A warning occurs if the argument corresponds to a value\noutside that range.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT SEC_TO_TIME(2378);\n -> \'00:39:38\'\nmysql> SELECT SEC_TO_TIME(2378) + 0;\n -> 3938\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(106,'LOCATE',38,'Syntax:\nLOCATE(substr,str), LOCATE(substr,str,pos)\n\nThe first syntax returns the position of the first occurrence of\nsubstring substr in string str. The second syntax returns the position\nof the first occurrence of substring substr in string str, starting at\nposition pos. Returns 0 if substr is not in str. Returns NULL if substr\nor str is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT LOCATE(\'bar\', \'foobarbar\');\n -> 4\nmysql> SELECT LOCATE(\'xbar\', \'foobar\');\n -> 0\nmysql> SELECT LOCATE(\'bar\', \'foobarbar\', 5);\n -> 7\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(107,'SHOW EVENTS',27,'Syntax:\nSHOW EVENTS [{FROM | IN} schema_name]\n [LIKE \'pattern\' | WHERE expr]\n\nThis statement displays information about Event Manager events. It\nrequires the EVENT privilege for the database from which the events are\nto be shown.\n\nIn its simplest form, SHOW EVENTS lists all of the events in the\ncurrent schema:\n\nmysql> SELECT CURRENT_USER(), SCHEMA();\n+----------------+----------+\n| CURRENT_USER() | SCHEMA() |\n+----------------+----------+\n| jon@ghidora | myschema |\n+----------------+----------+\n1 row in set (0.00 sec)\n\nmysql> SHOW EVENTS\\G\n*************************** 1. row ***************************\n Db: myschema\n Name: e_daily\n Definer: jon@ghidora\n Time zone: SYSTEM\n Type: RECURRING\n Execute at: NULL\n Interval value: 10\n Interval field: SECOND\n Starts: 2006-02-09 10:41:23\n Ends: NULL\n Status: ENABLED\n Originator: 0\ncharacter_set_client: latin1\ncollation_connection: latin1_swedish_ci\n Database Collation: latin1_swedish_ci\n\nTo see events for a specific schema, use the FROM clause. For example,\nto see events for the test schema, use the following statement:\n\nSHOW EVENTS FROM test;\n\nThe LIKE clause, if present, indicates which event names to match. The\nWHERE clause can be given to select rows using more general conditions,\nas discussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-events.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-events.html'),(108,'JSON_INSERT',7,'JSON_INSERT(json_doc, path, val[, path, val] ...)\n\nInserts data into a JSON document and returns the result. Returns NULL\nif any argument is NULL. An error occurs if the json_doc argument is\nnot a valid JSON document or any path argument is not a valid path\nexpression or contains a * or ** wildcard.\n\nThe path/value pairs are evaluated left to right. The document produced\nby evaluating one pair becomes the new value against which the next\npair is evaluated.\n\nA path/value pair for an existing path in the document is ignored and\ndoes not overwrite the existing document value. A path/value pair for a\nnonexisting path in the document adds the value to the document if the\npath identifies one of these types of values:\n\no A member not present in an existing object. The member is added to\n the object and associated with the new value.\n\no A position past the end of an existing array. The array is extended\n with the new value. If the existing value is not an array, it is\n autowrapped as an array, then extended with the new value.\n\nOtherwise, a path/value pair for a nonexisting path in the document is\nignored and has no effect.\n\nFor a comparison of JSON_INSERT(), JSON_REPLACE(), and JSON_SET(), see\nthe discussion of JSON_SET().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html\n\n','mysql> SET @j = \'{ \"a\": 1, \"b\": [2, 3]}\';\nmysql> SELECT JSON_INSERT(@j, \'$.a\', 10, \'$.c\', \'[true, false]\');\n+----------------------------------------------------+\n| JSON_INSERT(@j, \'$.a\', 10, \'$.c\', \'[true, false]\') |\n+----------------------------------------------------+\n| {\"a\": 1, \"b\": [2, 3], \"c\": \"[true, false]\"} |\n+----------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html'),(109,'JSON_UNQUOTE',7,'JSON_UNQUOTE(val)\n\nUnquotes JSON value and returns the result as a utf8mb4 string. Returns\nNULL if the argument is NULL. An error occurs if the value starts and\nends with double quotes but is not a valid JSON string literal.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html\n\n','mysql> SET @j = \'\"abc\"\';\nmysql> SELECT @j, JSON_UNQUOTE(@j);\n+-------+------------------+\n| @j | JSON_UNQUOTE(@j) |\n+-------+------------------+\n| \"abc\" | abc |\n+-------+------------------+\nmysql> SET @j = \'[1, 2, 3]\';\nmysql> SELECT @j, JSON_UNQUOTE(@j);\n+-----------+------------------+\n| @j | JSON_UNQUOTE(@j) |\n+-----------+------------------+\n| [1, 2, 3] | [1, 2, 3] |\n+-----------+------------------+\n\nmysql> SELECT @@sql_mode;\n+------------+\n| @@sql_mode |\n+------------+\n| |\n+------------+\n\nmysql> SELECT JSON_UNQUOTE(\'\"\\\\t\\\\u0032\"\');\n+------------------------------+\n| JSON_UNQUOTE(\'\"\\\\t\\\\u0032\"\') |\n+------------------------------+\n| 2 |\n+------------------------------+\n\nmysql> SET @@sql_mode = \'NO_BACKSLASH_ESCAPES\';\nmysql> SELECT JSON_UNQUOTE(\'\"\\\\t\\\\u0032\"\');\n+------------------------------+\n| JSON_UNQUOTE(\'\"\\\\t\\\\u0032\"\') |\n+------------------------------+\n| \\t\\u0032 |\n+------------------------------+\n\nmysql> SELECT JSON_UNQUOTE(\'\"\\t\\u0032\"\');\n+----------------------------+\n| JSON_UNQUOTE(\'\"\\t\\u0032\"\') |\n+----------------------------+\n| 2 |\n+----------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html'),(110,'LONGTEXT',23,'LONGTEXT [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 4,294,967,295 or 4GB (232 − 1)\ncharacters. The effective maximum length is less if the value contains\nmultibyte characters. The effective maximum length of LONGTEXT columns\nalso depends on the configured maximum packet size in the client/server\nprotocol and available memory. Each LONGTEXT value is stored using a\n4-byte length prefix that indicates the number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(111,'KILL',27,'Syntax:\nKILL [CONNECTION | QUERY] processlist_id\n\nEach connection to mysqld runs in a separate thread. You can kill a\nthread with the KILL processlist_id statement.\n\nThread processlist identifiers can be determined from the ID column of\nthe INFORMATION_SCHEMA.PROCESSLIST table, the Id column of SHOW\nPROCESSLIST output, and the PROCESSLIST_ID column of the Performance\nSchema threads table. The value for the current thread is returned by\nthe CONNECTION_ID() function.\n\nKILL permits an optional CONNECTION or QUERY modifier:\n\no KILL CONNECTION is the same as KILL with no modifier: It terminates\n the connection associated with the given processlist_id, after\n terminating any statement the connection is executing.\n\no KILL QUERY terminates the statement the connection is currently\n executing, but leaves the connection itself intact.\n\nIf you have the PROCESS privilege, you can see all threads. If you have\nthe SUPER privilege, you can kill all threads and statements.\nOtherwise, you can see and kill only your own threads and statements.\n\nYou can also use the mysqladmin processlist and mysqladmin kill\ncommands to examine and kill threads.\n\n*Note*:\n\nYou cannot use KILL with the Embedded MySQL Server library because the\nembedded server merely runs inside the threads of the host application.\nIt does not create any connection threads of its own.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/kill.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/kill.html'),(112,'DISJOINT',31,'Disjoint(g1, g2)\n\nMBRDisjoint() and Disjoint() are synonyms. For more information, see\nthe description of MBRDisjoint().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mbr.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mbr.html'),(113,'LPAD',38,'Syntax:\nLPAD(str,len,padstr)\n\nReturns the string str, left-padded with the string padstr to a length\nof len characters. If str is longer than len, the return value is\nshortened to len characters.\n\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT LPAD(\'hi\',4,\'??\');\n -> \'??hi\'\nmysql> SELECT LPAD(\'hi\',1,\'??\');\n -> \'h\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(114,'OVERLAPS',31,'Overlaps(g1, g2)\n\nMBROverlaps() and Overlaps() are synonyms. For more information, see\nthe description of MBROverlaps().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mbr.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mbr.html'),(115,'SET GLOBAL SQL_SLAVE_SKIP_COUNTER',8,'Syntax:\nSET GLOBAL sql_slave_skip_counter = N\n\nThis statement skips the next N events from the master. This is useful\nfor recovering from replication stops caused by a statement.\n\nThis statement is valid only when the slave threads are not running.\nOtherwise, it produces an error.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/set-global-sql-slave-skip-counter.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/set-global-sql-slave-skip-counter.html'),(116,'MBREQUAL',7,'MBREqual(g1, g2)\n\nReturns 1 or 0 to indicate whether the minimum bounding rectangles of\nthe two geometries g1 and g2 are the same.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html'),(117,'PROCEDURE ANALYSE',34,'Syntax:\nANALYSE([max_elements[,max_memory]])\n\n*Note*:\n\nPROCEDURE ANALYSE() is deprecated as of MySQL 5.7.18, and is removed in\nMySQL 8.0.\n\nANALYSE() examines the result from a query and returns an analysis of\nthe results that suggests optimal data types for each column that may\nhelp reduce table sizes. To obtain this analysis, append PROCEDURE\nANALYSE to the end of a SELECT statement:\n\nSELECT ... FROM ... WHERE ... PROCEDURE ANALYSE([max_elements,[max_memory]])\n\nFor example:\n\nSELECT col1, col2 FROM table1 PROCEDURE ANALYSE(10, 2000);\n\nThe results show some statistics for the values returned by the query,\nand propose an optimal data type for the columns. This can be helpful\nfor checking your existing tables, or after importing new data. You may\nneed to try different settings for the arguments so that PROCEDURE\nANALYSE() does not suggest the ENUM data type when it is not\nappropriate.\n\nThe arguments are optional and are used as follows:\n\no max_elements (default 256) is the maximum number of distinct values\n that ANALYSE() notices per column. This is used by ANALYSE() to check\n whether the optimal data type should be of type ENUM; if there are\n more than max_elements distinct values, then ENUM is not a suggested\n type.\n\no max_memory (default 8192) is the maximum amount of memory that\n ANALYSE() should allocate per column while trying to find all\n distinct values.\n\nA PROCEDURE clause is not permitted in a UNION statement.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/procedure-analyse.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/procedure-analyse.html'),(118,'HELP_VERSION',9,'This help information was generated from the MySQL 5.7 Reference Manual\non: 2017-03-17 (revision: 51284)\n\nThis information applies to MySQL 5.7 through 5.7.19.\n','',''),(119,'CHARACTER_LENGTH',38,'Syntax:\nCHARACTER_LENGTH(str)\n\nCHARACTER_LENGTH() is a synonym for CHAR_LENGTH().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(120,'SHOW PRIVILEGES',27,'Syntax:\nSHOW PRIVILEGES\n\nSHOW PRIVILEGES shows the list of system privileges that the MySQL\nserver supports. The exact list of privileges depends on the version of\nyour server.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-privileges.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-privileges.html'),(121,'CREATE TABLESPACE',40,'Syntax:\nCREATE TABLESPACE tablespace_name\n\n InnoDB and NDB:\n ADD DATAFILE \'file_name\'\n\n InnoDB only:\n [FILE_BLOCK_SIZE = value]\n\n NDB only:\n USE LOGFILE GROUP logfile_group\n [EXTENT_SIZE [=] extent_size]\n [INITIAL_SIZE [=] initial_size]\n [AUTOEXTEND_SIZE [=] autoextend_size]\n [MAX_SIZE [=] max_size]\n [NODEGROUP [=] nodegroup_id]\n [WAIT]\n [COMMENT [=] comment_text]\n\n InnoDB and NDB:\n [ENGINE [=] engine_name]\n\nThis statement is used to create a tablespace. The precise syntax and\nsemantics depend on the storage engine used. In standard MySQL 5.7\nreleases, this is always an InnoDB tablespace. MySQL NDB Cluster 7.5\nalso supports tablespaces using the NDB storage engine in addition to\nthose using InnoDB.\n\nConsiderations for InnoDB\n\nAn InnoDB tablespace created using CREATE TABLESPACE is referred to as\na general tablespace. This is a shared tablespace, similar to the\nsystem tablespace. It can hold multiple tables, and supports all table\nrow formats. General tablespaces can be created in a location relative\nto or independent of the MySQL data directory.\n\nAfter creating an InnoDB general tablespace, you can use CREATE TABLE\ntbl_name ... TABLESPACE [=] tablespace_name or ALTER TABLE tbl_name\nTABLESPACE [=] tablespace_name to add tables to the tablespace.\n\nFor more information, see\nhttp://dev.mysql.com/doc/refman/5.7/en/general-tablespaces.html.\n\nConsiderations for NDB Cluster\n\nThis statement is used to create a tablespace, which can contain one or\nmore data files, providing storage space for MySQL Cluster Disk Data\ntables (see\nhttp://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-disk-data.html).\nOne data file is created and added to the tablespace using this\nstatement. Additional data files may be added to the tablespace by\nusing the ALTER TABLESPACE statement (see [HELP ALTER TABLESPACE]).\n\n*Note*:\n\nAll MySQL Cluster Disk Data objects share the same namespace. This\nmeans that each Disk Data object must be uniquely named (and not merely\neach Disk Data object of a given type). For example, you cannot have a\ntablespace and a log file group with the same name, or a tablespace and\na data file with the same name.\n\nA log file group of one or more UNDO log files must be assigned to the\ntablespace to be created with the USE LOGFILE GROUP clause.\nlogfile_group must be an existing log file group created with CREATE\nLOGFILE GROUP (see [HELP CREATE LOGFILE GROUP]). Multiple tablespaces\nmay use the same log file group for UNDO logging.\n\nWhen setting EXTENT_SIZE or INITIAL_SIZE, you may optionally follow the\nnumber with a one-letter abbreviation for an order of magnitude,\nsimilar to those used in my.cnf. Generally, this is one of the letters\nM (for megabytes) or G (for gigabytes).\n\nINITIAL_SIZE and EXTENT_SIZE are subject to rounding as follows:\n\no EXTENT_SIZE is rounded up to the nearest whole multiple of 32K.\n\no INITIAL_SIZE is rounded down to the nearest whole multiple of 32K;\n this result is rounded up to the nearest whole multiple of\n EXTENT_SIZE (after any rounding).\n\nThe rounding just described is done explicitly, and a warning is issued\nby the MySQL Server when any such rounding is performed. The rounded\nvalues are also used by the NDB kernel for calculating\nINFORMATION_SCHEMA.FILES column values and other purposes. However, to\navoid an unexpected result, we suggest that you always use whole\nmultiples of 32K in specifying these options.\n\nWhen CREATE TABLESPACE is used with ENGINE [=] NDB, a tablespace and\nassociated data file are created on each Cluster data node. You can\nverify that the data files were created and obtain information about\nthem by querying the INFORMATION_SCHEMA.FILES table. (See the example\nlater in this section.)\n\n(See http://dev.mysql.com/doc/refman/5.7/en/files-table.html.)\n\nOptions\n\no ADD DATAFILE: Defines the name of a tablespace data file; this option\n is always required. An InnoDB tablespace supports only a single data\n file, whose name must include a .ibd extension. A MySQL Cluster\n tablespace supports multiple data files which can have any legal file\n names; more data files can be added to a MySQL Cluster tablespace\n following its creation by using an ALTER TABLESPACE statement.\n\n *Note*:\n\n ALTER TABLESPACE is not supported by InnoDB.\n\n To place the data file in a location outside of the MySQL data\n directory (datadir), include an absolute directory path or a path\n relative to the MySQL data directory. If you do not specify a path,\n the tablespace is created in the MySQL data directory. An isl file is\n created in the MySQL data directory when an InnoDB tablespace is\n created outside of the MySQL data directory.\n\n To avoid conflicts with implicitly created file-per-table\n tablespaces, creating a general tablespace in a subdirectory under\n the MySQL data directory is not supported. Also, when creating a\n general tablespace outside of the MySQL data directory, the directory\n must exist prior to creating the tablespace.\n\n The file_name, including the path (optional), must be quoted with\n single or double quotations marks. File names (not counting any\n \".ibd\" extension for InnoDB files) and directory names must be at\n least one byte in length. Zero length file names and directory names\n are not supported.\n\no FILE_BLOCK_SIZE: This option---which is specific to InnoDB, and is\n ignored by NDB---defines the block size for the tablespace data file.\n If you do not specify this option, FILE_BLOCK_SIZE defaults to\n innodb_page_size. FILE_BLOCK_SIZE is required when you intend to use\n the tablespace for storing compressed InnoDB tables\n (ROW_FORMAT=COMPRESSED).\n\n If FILE_BLOCK_SIZE is equal innodb_page_size, the tablespace can\n contain only tables having an uncompressed row format (COMPACT,\n REDUNDANT, or DYNAMIC). The physical page size for tables using\n COMPRESSED differs from that of uncompressed tables; this means that\n compressed tables and uncompressed tables cannot coexist in the same\n tablespace.\n\n For a general tablespace to contain compressed tables,\n FILE_BLOCK_SIZE must be specified, and the FILE_BLOCK_SIZE value must\n be a valid compressed page size in relation to the innodb_page_size\n value. Also, the physical page size of the compressed table\n (KEY_BLOCK_SIZE) must be equal to FILE_BLOCK_SIZE/1024. For example,\n if innodb_page_size=16K, and FILE_BLOCK_SIZE=8K, the KEY_BLOCK_SIZE\n of the table must be 8. For more information, see\n http://dev.mysql.com/doc/refman/5.7/en/general-tablespaces.html.\n\no USE LOGFILE GROUP: Required for NDB, this is the name of a log file\n group previously created using CREATE LOGFILE GROUP. Not supported\n for InnoDB, where it fails with an error.\n\no EXTENT_SIZE: This option is specific to NDB, and is not supported by\n InnoDB, where it fails with an error. EXTENT_SIZE sets the size, in\n bytes, of the extents used by any files belonging to the tablespace.\n The default value is 1M. The minimum size is 32K, and theoretical\n maximum is 2G, although the practical maximum size depends on a\n number of factors. In most cases, changing the extent size does not\n have any measurable effect on performance, and the default value is\n recommended for all but the most unusual situations.\n\n An extent is a unit of disk space allocation. One extent is filled\n with as much data as that extent can contain before another extent is\n used. In theory, up to 65,535 (64K) extents may used per data file;\n however, the recommended maximum is 32,768 (32K). The recommended\n maximum size for a single data file is 32G---that is, 32K extents x 1\n MB per extent. In addition, once an extent is allocated to a given\n partition, it cannot be used to store data from a different\n partition; an extent cannot store data from more than one partition.\n This means, for example that a tablespace having a single datafile\n whose INITIAL_SIZE (described in the following item) is 256 MB and\n whose EXTENT_SIZE is 128M has just two extents, and so can be used to\n store data from at most two different disk data table partitions.\n\n You can see how many extents remain free in a given data file by\n querying the INFORMATION_SCHEMA.FILES table, and so derive an\n estimate for how much space remains free in the file. For further\n discussion and examples, see\n http://dev.mysql.com/doc/refman/5.7/en/files-table.html.\n\no INITIAL_SIZE: This option is specific to NDB, and is not supported by\n InnoDB, where it fails with an error.\n\n The INITIAL_SIZE parameter sets the total size in bytes of the data\n file that was specific using ADD DATATFILE. Once this file has been\n created, its size cannot be changed; however, you can add more data\n files to the tablespace using ALTER TABLESPACE ... ADD DATAFILE.\n\n INITIAL_SIZE is optional; its default value is 134217728 (128 MB).\n\n On 32-bit systems, the maximum supported value for INITIAL_SIZE is\n 4294967296 (4 GB).\n\no AUTOEXTEND_SIZE: Currently ignored by MySQL; reserved for possible\n future use. Has no effect in any release of MySQL 5.7 or MySQL NDB\n Cluster 7.5, regardless of the storage engine used.\n\no MAX_SIZE: Currently ignored by MySQL; reserved for possible future\n use. Has no effect in any release of MySQL 5.7 or MySQL NDB Cluster\n 7.5, regardless of the storage engine used.\n\no NODEGROUP: Currently ignored by MySQL; reserved for possible future\n use. Has no effect in any release of MySQL 5.7 or MySQL NDB Cluster\n 7.5, regardless of the storage engine used.\n\no WAIT: Currently ignored by MySQL; reserved for possible future use.\n Has no effect in any release of MySQL 5.7 or MySQL NDB Cluster 7.5,\n regardless of the storage engine used.\n\no COMMENT: Currently ignored by MySQL; reserved for possible future\n use. Has no effect in any release of MySQL 5.7 or MySQL NDB Cluster\n 7.5, regardless of the storage engine used.\n\no ENGINE: Defines the storage engine which uses the tablespace, where\n engine_name is the name of the storage engine. Currently, only the\n InnoDB storage engine is supported by standard MySQL 5.7 releases.\n MySQL NDB Cluster 7.5 supports both NDB and InnoDB tablespaces. The\n value of the default_storage_engine system variable is used for\n ENGINE if the option is not specified.\n\nNotes\n\no For the rules covering the naming of MySQL tablespaces, see\n http://dev.mysql.com/doc/refman/5.7/en/identifiers.html. In addition\n to these rules, the slash character (\"/\") is not permitted, nor can\n you use names beginning with innodb_, as this prefix is reserved for\n system use.\n\no Tablespaces do not support temporary tables.\n\no The TABLESPACE option may be used with CREATE TABLE or ALTER TABLE to\n assign InnoDB table partitions or subpartitions to a general\n tablespace, a separate file-per-table tablespace, or the system\n tablespace. TABLESPACE option support for table partitions and\n subpartitions was added in MySQL 5.7. All partitions must belong to\n the same storage engine. For more information, see\n http://dev.mysql.com/doc/refman/5.7/en/general-tablespaces.html.\n\no innodb_file_per_table, innodb_file_format, and innodb_file_format_max\n settings have no influence on CREATE TABLESPACE operations.\n innodb_file_per_table does not need to be enabled. General\n tablespaces support all table row formats regardless of file format\n settings. Likewise, general tablespaces support the addition of\n tables of any row format using CREATE TABLE ... TABLESPACE,\n regardless of file format settings.\n\no innodb_strict_mode is not applicable to general tablespaces.\n Tablespace management rules are strictly enforced independently of\n innodb_strict_mode. If CREATE TABLESPACE parameters are incorrect or\n incompatible, the operation fails regardless of the\n innodb_strict_mode setting. When a table is added to a general\n tablespace using CREATE TABLE ... TABLESPACE or ALTER TABLE ...\n TABLESPACE, innodb_strict_mode is ignored but the statement is\n evaluated as if innodb_strict_mode is enabled.\n\no Use DROP TABLESPACE to remove a tablespace. All tables must be\n dropped from a tablespace using DROP TABLE prior to dropping the\n tablespace. Before dropping a MySQL Cluster tablespace you must also\n remove all its data files using one or more ALTER TABLESPACE ... DROP\n DATATFILE statements. See\n http://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-disk-data-object\n s.html.\n\no All parts of an InnoDB table added to an InnoDB general tablespace\n reside in the general tablespace, including indexes and BLOB pages.\n\n For an NDB table assigned to a tablespace, only those columns which\n are not indexed are stored on disk, and actually use the tablespace\n data files. Indexes and indexed columns for all NDB tables are always\n kept in memory.\n\no Similar to the system tablespace, truncating or dropping tables\n stored in a general tablespace creates free space internally in the\n general tablespace .ibd data file which can only be used for new\n InnoDB data. Space is not released back to the operating system as it\n is for file-per-table tablespaces.\n\no A general tablespace is not associated with any database or schema.\n\no ALTER TABLE ... DISCARD TABLESPACE and ALTER TABLE ...IMPORT\n TABLESPACE are not supported for tables that belong to a general\n tablespace.\n\no The server uses tablespace-level metadata locking for DDL that\n references general tablespaces. By comparison, the server uses\n table-level metadata locking for DDL that references file-per-table\n tablespaces.\n\no A generated or existing tablespace cannot be changed to a general\n tablespace.\n\no Tables stored in a general tablespace can only be opened in MySQL\n 5.7.6 or later due to the addition of new table flags.\n\no There is no conflict between general tablespace names and\n file-per-table tablespace names. The \"/\" character, which is present\n in file-per-table tablespace names, is not permitted in general\n tablespace names.\n\nInnoDB Examples\n\nThis example demonstrates creating a general tablespace and adding\nthree uncompressed tables of different row formats.\n\nmysql> CREATE TABLESPACE `ts1`\n -> ADD DATAFILE \'ts1.ibd\'\n -> ENGINE=INNODB;\nQuery OK, 0 rows affected (0.01 sec)\n\nmysql> CREATE TABLE t1 (c1 INT PRIMARY KEY)\n -> TABLESPACE ts1\n -> ROW_FORMAT=REDUNDANT;\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> CREATE TABLE t2 (c1 INT PRIMARY KEY)\n -> TABLESPACE ts1\n -> ROW_FORMAT=COMPACT;\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> CREATE TABLE t3 (c1 INT PRIMARY KEY)\n -> TABLESPACE ts1\n -> ROW_FORMAT=DYNAMIC;\nQuery OK, 0 rows affected (0.00 sec)\n\nThis example demonstrates creating a general tablespace and adding a\ncompressed table. The example assumes a default innodb_page_size of\n16K. The FILE_BLOCK_SIZE of 8192 requires that the compressed table\nhave a KEY_BLOCK_SIZE of 8.\n\nmysql> CREATE TABLESPACE `ts2`\n -> ADD DATAFILE \'ts2.ibd\'\n -> FILE_BLOCK_SIZE = 8192\n -> ENGINE=INNODB;\nQuery OK, 0 rows affected (0.01 sec)\n\nmysql> CREATE TABLE t4 (c1 INT PRIMARY KEY)\n -> TABLESPACE ts2\n -> ROW_FORMAT=COMPRESSED\n -> KEY_BLOCK_SIZE=8;\nQuery OK, 0 rows affected (0.00 sec)\n\nNDB Example\n\nSuppose that you wish to create a MySQL Cluster Disk Data tablespace\nnamed myts using a datafile named mydata-1.dat. An NDB tablespace\nalways requires the use of a log file group consisting of one or more\nundo log files. For this example, we first create a log file group\nnamed mylg that contains one undo long file named myundo-1.dat, using\nthe CREATE LOGFILE GROUP statement shown here:\n\nmysql> CREATE LOGFILE GROUP myg1\n -> ADD UNDOFILE \'myundo-1.dat\'\n -> ENGINE=NDB;\nQuery OK, 0 rows affected (3.29 sec)\n\nNow you can create the tablespace previously described using the\nfollowing statement:\n\nmysql> CREATE TABLESPACE myts\n -> ADD DATAFILE \'mydata-1.dat\'\n -> USE LOGFILE GROUP mylg\n -> ENGINE=NDB;\nQuery OK, 0 rows affected (2.98 sec)\n\nYou can now create a Disk Data table using a CREATE TABLE statement\nwith the TABLESPACE and STORAGE DISK options, similar to what is shown\nhere:\n\nmysql> CREATE TABLE mytable (\n -> id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,\n -> lname VARCHAR(50) NOT NULL,\n -> fname VARCHAR(50) NOT NULL,\n -> dob DATE NOT NULL,\n -> joined DATE NOT NULL,\n -> INDEX(last_name, first_name)\n -> )\n -> TABLESPACE myts STORAGE DISK\n -> ENGINE=NDB;\nQuery OK, 0 rows affected (1.41 sec)\n\nIt is important to note that only the dob and joined columns from\nmytable are actually stored on disk, due to the fact that the id,\nlname, and fname columns are all indexed.\n\nAs mentioned previously, when CREATE TABLESPACE is used with ENGINE [=]\nNDB, a tablespace and associated data file are created on each MySQL\nCluster data node. You can verify that the data files were created and\nobtain information about them by querying the INFORMATION_SCHEMA.FILES\ntable, as shown here:\n\nmysql> SELECT FILE_NAME, FILE_TYPE, LOGFILE_GROUP_NAME, STATUS, EXTRA\n -> FROM INFORMATION_SCHEMA.FILES\n -> WHERE TABLESPACE_NAME = \'myts\';\n\n+--------------+------------+--------------------+--------+----------------+\n| file_name | file_type | logfile_group_name | status | extra |\n+--------------+------------+--------------------+--------+----------------+\n| mydata-1.dat | DATAFILE | mylg | NORMAL | CLUSTER_NODE=5 |\n| mydata-1.dat | DATAFILE | mylg | NORMAL | CLUSTER_NODE=6 |\n| NULL | TABLESPACE | mylg | NORMAL | NULL |\n+--------------+------------+--------------------+--------+----------------+\n3 rows in set (0.01 sec)\n\nFor additional information and examples, see\nhttp://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-disk-data-objects.\nhtml.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-tablespace.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/create-tablespace.html'),(122,'ST_GEOMFROMTEXT',4,'ST_GeomFromText(wkt[, srid]), ST_GeometryFromText(wkt[, srid])\n\nConstructs a geometry value of any type using its WKT representation\nand SRID.\n\nThe result is NULL if the geometry argument is NULL or not a\nsyntactically well-formed geometry, or if the SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(123,'INSERT FUNCTION',38,'Syntax:\nINSERT(str,pos,len,newstr)\n\nReturns the string str, with the substring beginning at position pos\nand len characters long replaced by the string newstr. Returns the\noriginal string if pos is not within the length of the string. Replaces\nthe rest of the string from position pos if len is not within the\nlength of the rest of the string. Returns NULL if any argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT INSERT(\'Quadratic\', 3, 4, \'What\');\n -> \'QuWhattic\'\nmysql> SELECT INSERT(\'Quadratic\', -1, 4, \'What\');\n -> \'Quadratic\'\nmysql> SELECT INSERT(\'Quadratic\', 3, 100, \'What\');\n -> \'QuWhat\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(124,'XOR',15,'Syntax:\nXOR\n\nLogical XOR. Returns NULL if either operand is NULL. For non-NULL\noperands, evaluates to 1 if an odd number of operands is nonzero,\notherwise 0 is returned.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/logical-operators.html\n\n','mysql> SELECT 1 XOR 1;\n -> 0\nmysql> SELECT 1 XOR 0;\n -> 1\nmysql> SELECT 1 XOR NULL;\n -> NULL\nmysql> SELECT 1 XOR 1 XOR 1;\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/logical-operators.html'),(125,'GRANT',10,'Syntax:\nGRANT\n priv_type [(column_list)]\n [, priv_type [(column_list)]] ...\n ON [object_type] priv_level\n TO user [auth_option] [, user [auth_option]] ...\n [REQUIRE {NONE | tls_option [[AND] tls_option] ...}]\n [WITH {GRANT OPTION | resource_option} ...]\n\nGRANT PROXY ON user\n TO user [, user] ...\n [WITH GRANT OPTION]\n\nobject_type: {\n TABLE\n | FUNCTION\n | PROCEDURE\n}\n\npriv_level: {\n *\n | *.*\n | db_name.*\n | db_name.tbl_name\n | tbl_name\n | db_name.routine_name\n}\n\nuser:\n (see http://dev.mysql.com/doc/refman/5.7/en/account-names.html)\n\nauth_option: { # Before MySQL 5.7.6\n IDENTIFIED BY \'auth_string\'\n | IDENTIFIED BY PASSWORD \'hash_string\'\n | IDENTIFIED WITH auth_plugin\n | IDENTIFIED WITH auth_plugin AS \'hash_string\'\n}\n\nauth_option: { # As of MySQL 5.7.6\n IDENTIFIED BY \'auth_string\'\n | IDENTIFIED BY PASSWORD \'hash_string\'\n | IDENTIFIED WITH auth_plugin\n | IDENTIFIED WITH auth_plugin BY \'auth_string\'\n | IDENTIFIED WITH auth_plugin AS \'hash_string\'\n}\n\ntls_option: {\n SSL\n | X509\n | CIPHER \'cipher\'\n | ISSUER \'issuer\'\n | SUBJECT \'subject\'\n}\n\nresource_option: {\n | MAX_QUERIES_PER_HOUR count\n | MAX_UPDATES_PER_HOUR count\n | MAX_CONNECTIONS_PER_HOUR count\n | MAX_USER_CONNECTIONS count\n}\n\nThe GRANT statement grants privileges to MySQL user accounts.\n\nTo use GRANT, you must have the GRANT OPTION privilege, and you must\nhave the privileges that you are granting. When the read_only system\nvariable is enabled, GRANT additionally requires the SUPER privilege.\n\nThe REVOKE statement is related to GRANT and enables administrators to\nremove account privileges. See [HELP REVOKE].\n\nEach account name uses the format described in\nhttp://dev.mysql.com/doc/refman/5.7/en/account-names.html. For example:\n\nGRANT ALL ON db1.* TO \'jeffrey\'@\'localhost\';\n\nThe host name part of the account, if omitted, defaults to \'%\'.\n\nNormally, a database administrator first uses CREATE USER to create an\naccount and define its nonprivilege characteristics such as its\npassword, whether it uses secure connections, and limits on access to\nserver resources, then uses GRANT to define its privileges. ALTER USER\nmay be used to change the nonprivilege characteristics of existing\naccounts. For example:\n\nCREATE USER \'jeffrey\'@\'localhost\' IDENTIFIED BY \'mypass\';\nGRANT ALL ON db1.* TO \'jeffrey\'@\'localhost\';\nGRANT SELECT ON db2.invoice TO \'jeffrey\'@\'localhost\';\nALTER USER \'jeffrey\'@\'localhost\' WITH MAX_QUERIES_PER_HOUR 90;\n\n*Note*:\n\nExamples shown here include no IDENTIFIED clause. It is assumed that\nyou establish passwords with CREATE USER at account-creation time to\navoid creating insecure accounts.\n\n*Note*:\n\nIf an account named in a GRANT statement does not already exist, GRANT\nmay create it under the conditions described later in the discussion of\nthe NO_AUTO_CREATE_USER SQL mode. It is also possible to use GRANT to\nspecify nonprivilege account characteristics such as whether it uses\nsecure connections and limits on access to server resources.\n\nHowever, use of GRANT to create accounts or define nonprivilege\ncharacteristics is deprecated as of MySQL 5.7.6. Instead, perform these\ntasks using CREATE USER or ALTER USER.\n\nFrom the mysql program, GRANT responds with Query OK, 0 rows affected\nwhen executed successfully. To determine what privileges result from\nthe operation, use SHOW GRANTS. See [HELP SHOW GRANTS].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/grant.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/grant.html'),(126,'MBRINTERSECTS',7,'MBRIntersects(g1, g2)\n\nReturns 1 or 0 to indicate whether the minimum bounding rectangles of\nthe two geometries g1 and g2 intersect.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html'),(127,'IS NOT',20,'Syntax:\nIS NOT boolean_value\n\nTests a value against a boolean value, where boolean_value can be TRUE,\nFALSE, or UNKNOWN.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT 1 IS NOT UNKNOWN, 0 IS NOT UNKNOWN, NULL IS NOT UNKNOWN;\n -> 1, 1, 0\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(128,'SQRT',3,'Syntax:\nSQRT(X)\n\nReturns the square root of a nonnegative number X.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT SQRT(4);\n -> 2\nmysql> SELECT SQRT(20);\n -> 4.4721359549996\nmysql> SELECT SQRT(-16);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(129,'ST_MPOLYFROMWKB',33,'ST_MPolyFromWKB(wkb[, srid]), ST_MultiPolygonFromWKB(wkb[, srid])\n\nConstructs a MultiPolygon value using its WKB representation and SRID.\n\nThe result is NULL if the WKB or SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(130,'CREATE INDEX',40,'Syntax:\nCREATE [UNIQUE|FULLTEXT|SPATIAL] INDEX index_name\n [index_type]\n ON tbl_name (index_col_name,...)\n [index_option]\n [algorithm_option | lock_option] ...\n\nindex_col_name:\n col_name [(length)] [ASC | DESC]\n\nindex_option:\n KEY_BLOCK_SIZE [=] value\n | index_type\n | WITH PARSER parser_name\n | COMMENT \'string\'\n\nindex_type:\n USING {BTREE | HASH}\n\nalgorithm_option:\n ALGORITHM [=] {DEFAULT|INPLACE|COPY}\n\nlock_option:\n LOCK [=] {DEFAULT|NONE|SHARED|EXCLUSIVE}\n\nCREATE INDEX is mapped to an ALTER TABLE statement to create indexes.\nSee [HELP ALTER TABLE]. CREATE INDEX cannot be used to create a PRIMARY\nKEY; use ALTER TABLE instead. For more information about indexes, see\nhttp://dev.mysql.com/doc/refman/5.7/en/mysql-indexes.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-index.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/create-index.html'),(131,'ALTER DATABASE',40,'Syntax:\nALTER {DATABASE | SCHEMA} [db_name]\n alter_specification ...\nALTER {DATABASE | SCHEMA} db_name\n UPGRADE DATA DIRECTORY NAME\n\nalter_specification:\n [DEFAULT] CHARACTER SET [=] charset_name\n | [DEFAULT] COLLATE [=] collation_name\n\nALTER DATABASE enables you to change the overall characteristics of a\ndatabase. These characteristics are stored in the db.opt file in the\ndatabase directory. To use ALTER DATABASE, you need the ALTER privilege\non the database. ALTER SCHEMA is a synonym for ALTER DATABASE.\n\nThe database name can be omitted from the first syntax, in which case\nthe statement applies to the default database.\n\nNational Language Characteristics\n\nThe CHARACTER SET clause changes the default database character set.\nThe COLLATE clause changes the default database collation.\nhttp://dev.mysql.com/doc/refman/5.7/en/charset.html, discusses\ncharacter set and collation names.\n\nYou can see what character sets and collations are available using,\nrespectively, the SHOW CHARACTER SET and SHOW COLLATION statements. See\n[HELP SHOW CHARACTER SET], and [HELP SHOW COLLATION], for more\ninformation.\n\nIf you change the default character set or collation for a database,\nstored routines that use the database defaults must be dropped and\nrecreated so that they use the new defaults. (In a stored routine,\nvariables with character data types use the database defaults if the\ncharacter set or collation are not specified explicitly. See [HELP\nCREATE PROCEDURE].)\n\nUpgrading from Versions Older than MySQL 5.1\n\nThe syntax that includes the UPGRADE DATA DIRECTORY NAME clause updates\nthe name of the directory associated with the database to use the\nencoding implemented in MySQL 5.1 for mapping database names to\ndatabase directory names (see\nhttp://dev.mysql.com/doc/refman/5.7/en/identifier-mapping.html). This\nclause is for use under these conditions:\n\no It is intended when upgrading MySQL to 5.1 or later from older\n versions.\n\no It is intended to update a database directory name to the current\n encoding format if the name contains special characters that need\n encoding.\n\no The statement is used by mysqlcheck (as invoked by mysql_upgrade).\n\nFor example, if a database in MySQL 5.0 has the name a-b-c, the name\ncontains instances of the - (dash) character. In MySQL 5.0, the\ndatabase directory is also named a-b-c, which is not necessarily safe\nfor all file systems. In MySQL 5.1 and later, the same database name is\nencoded as a@002db@002dc to produce a file system-neutral directory\nname.\n\nWhen a MySQL installation is upgraded to MySQL 5.1 or later from an\nolder version,the server displays a name such as a-b-c (which is in the\nold format) as #mysql50#a-b-c, and you must refer to the name using the\n#mysql50# prefix. Use UPGRADE DATA DIRECTORY NAME in this case to\nexplicitly tell the server to re-encode the database directory name to\nthe current encoding format:\n\nALTER DATABASE `#mysql50#a-b-c` UPGRADE DATA DIRECTORY NAME;\n\nAfter executing this statement, you can refer to the database as a-b-c\nwithout the special #mysql50# prefix.\n\n*Note*:\n\nThe UPGRADE DATA DIRECTORY NAME clause is deprecated in MySQL 5.7.6 and\nwill be removed in a future version of MySQL. If it is necessary to\nconvert MySQL 5.0 database or table names, a workaround is to upgrade a\nMySQL 5.0 installation to MySQL 5.1 before upgrading to a more recent\nrelease.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/alter-database.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/alter-database.html'),(132,'JSON_ARRAY',7,'JSON_ARRAY([val[, val] ...])\n\nEvaluates a (possibly empty) list of values and returns a JSON array\ncontaining those values.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-creation-functions.html\n\n','mysql> SELECT JSON_ARRAY(1, \"abc\", NULL, TRUE, CURTIME());\n+---------------------------------------------+\n| JSON_ARRAY(1, \"abc\", NULL, TRUE, CURTIME()) |\n+---------------------------------------------+\n| [1, \"abc\", null, true, \"11:30:24.000000\"] |\n+---------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-creation-functions.html'),(133,'GEOMETRYN',26,'GeometryN(gc, N)\n\nST_GeometryN() and GeometryN() are synonyms. For more information, see\nthe description of ST_GeometryN().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-geometrycollection-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-geometrycollection-property-functions.html'),(134,'<<',19,'Syntax:\n<<\n\nShifts a longlong (BIGINT) number to the left.\n\nThe result is an unsigned 64-bit integer. The value is truncated to 64\nbits. In particular, if the shift count is greater or equal to the\nwidth of an unsigned 64-bit number, the result is zero.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html\n\n','mysql> SELECT 1 << 2;\n -> 4\n','http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html'),(135,'SHOW TABLE STATUS',27,'Syntax:\nSHOW TABLE STATUS [{FROM | IN} db_name]\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW TABLE STATUS works likes SHOW TABLES, but provides a lot of\ninformation about each non-TEMPORARY table. You can also get this list\nusing the mysqlshow --status db_name command. The LIKE clause, if\npresent, indicates which table names to match. The WHERE clause can be\ngiven to select rows using more general conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-table-status.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-table-status.html'),(136,'ASCII',38,'Syntax:\nASCII(str)\n\nReturns the numeric value of the leftmost character of the string str.\nReturns 0 if str is the empty string. Returns NULL if str is NULL.\nASCII() works for 8-bit characters.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT ASCII(\'2\');\n -> 50\nmysql> SELECT ASCII(2);\n -> 50\nmysql> SELECT ASCII(\'dx\');\n -> 100\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(137,'DIV',3,'Syntax:\nDIV\n\nInteger division. Discards from the division result any fractional part\nto the right of the decimal point.\n\nIf either operand has a noninteger type, the operands are converted to\nDECIMAL and divided using DECIMAL arithmetic before converting the\nresult to BIGINT. If the result exceeds BIGINT range, an error occurs.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html\n\n','mysql> SELECT 5 DIV 2, -5 DIV 2, 5 DIV -2, -5 DIV -2;\n -> 2, -2, -2, 2\n','http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html'),(138,'SHOW SLAVE STATUS',27,'Syntax:\nSHOW SLAVE STATUS [NONBLOCKING # Removed in MySQL 5.7.6]\n [FOR CHANNEL channel]\n\nThis statement provides status information on essential parameters of\nthe slave threads. It requires either the SUPER or REPLICATION CLIENT\nprivilege.\n\nBetween MySQL 5.7.1 and MySQL 5.7.5, an optional NONBLOCKING clause\ncould be used. The NONBLOCKING clause caused SHOW SLAVE STATUS, when\nrun concurrently with STOP SLAVE, to return without waiting for STOP\nSLAVE to finish shutting down the slave SQL thread or slave I/O thread\n(or both). This option was intended for use in monitoring and other\napplications where getting an immediate response from SHOW SLAVE STATUS\nwas more important than ensuring that it returned the latest data. This\noption was removed in MySQL 5.7.6 due to locking changes in replication\nadministrative statements. As of MySQL 5.7.9 the non-blocking behavior\nof SHOW SLAVE STATUS is fixed and the option became unnecessary.\n\nIf you issue this statement using the mysql client, you can use a \\G\nstatement terminator rather than a semicolon to obtain a more readable\nvertical layout:\n\nmysql> SHOW SLAVE STATUS\\G\n*************************** 1. row ***************************\n Slave_IO_State: Waiting for master to send event\n Master_Host: localhost\n Master_User: root\n Master_Port: 13000\n Connect_Retry: 60\n Master_Log_File: master-bin.000002\n Read_Master_Log_Pos: 1307\n Relay_Log_File: slave-relay-bin.000003\n Relay_Log_Pos: 1508\n Relay_Master_Log_File: master-bin.000002\n Slave_IO_Running: Yes\n Slave_SQL_Running: Yes\n Replicate_Do_DB:\n Replicate_Ignore_DB:\n Replicate_Do_Table:\n Replicate_Ignore_Table:\n Replicate_Wild_Do_Table:\n Replicate_Wild_Ignore_Table:\n Last_Errno: 0\n Last_Error:\n Skip_Counter: 0\n Exec_Master_Log_Pos: 1307\n Relay_Log_Space: 1858\n Until_Condition: None\n Until_Log_File:\n Until_Log_Pos: 0\n Master_SSL_Allowed: No\n Master_SSL_CA_File:\n Master_SSL_CA_Path:\n Master_SSL_Cert:\n Master_SSL_Cipher:\n Master_SSL_Key:\n Seconds_Behind_Master: 0\nMaster_SSL_Verify_Server_Cert: No\n Last_IO_Errno: 0\n Last_IO_Error:\n Last_SQL_Errno: 0\n Last_SQL_Error:\n Replicate_Ignore_Server_Ids:\n Master_Server_Id: 1\n Master_UUID: 3e11fa47-71ca-11e1-9e33-c80aa9429562\n Master_Info_File: /var/mysqld.2/data/master.info\n SQL_Delay: 0\n SQL_Remaining_Delay: NULL\n Slave_SQL_Running_State: Slave has read all relay log; waiting for the slave I/O thread to update it\n Master_Retry_Count: 10\n Master_Bind:\n Last_IO_Error_Timestamp:\n Last_SQL_Error_Timestamp:\n Master_SSL_Crl:\n Master_SSL_Crlpath:\n Retrieved_Gtid_Set: 3e11fa47-71ca-11e1-9e33-c80aa9429562:1-5\n Executed_Gtid_Set: 3e11fa47-71ca-11e1-9e33-c80aa9429562:1-5\n Auto_Position: 1\n Replicate_Rewrite_DB:\n Channel_name:\n1 row in set (0.00 sec)\n\nAs of MySQL 5.7.2, the Performance Schema provides tables that expose\nreplication information. This is similar to the information available\nfrom the SHOW SLAVE STATUS statement, but represented in table form.\nFor details, see\nhttp://dev.mysql.com/doc/refman/5.7/en/performance-schema-replication-t\nables.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-slave-status.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-slave-status.html'),(139,'GEOMETRY',35,'MySQL provides a standard way of creating spatial columns for geometry\ntypes, for example, with CREATE TABLE or ALTER TABLE. Spatial columns\nare supported for MyISAM, InnoDB, NDB, and ARCHIVE tables. See also the\nnotes about spatial indexes under [HELP SPATIAL].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/creating-spatial-columns.html\n\n','CREATE TABLE geom (g GEOMETRY);\n','http://dev.mysql.com/doc/refman/5.7/en/creating-spatial-columns.html'),(140,'&',19,'Syntax:\n&\n\nBitwise AND.\n\nThe result is an unsigned 64-bit integer.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html\n\n','mysql> SELECT 29 & 15;\n -> 13\n','http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html'),(141,'ASSIGN-EQUAL',15,'Syntax:\n=\n\nThis operator is used to perform value assignments in two cases,\ndescribed in the next two paragraphs.\n\nWithin a SET statement, = is treated as an assignment operator that\ncauses the user variable on the left hand side of the operator to take\non the value to its right. (In other words, when used in a SET\nstatement, = is treated identically to :=.) The value on the right hand\nside may be a literal value, another variable storing a value, or any\nlegal expression that yields a scalar value, including the result of a\nquery (provided that this value is a scalar value). You can perform\nmultiple assignments in the same SET statement.\n\nIn the SET clause of an UPDATE statement, = also acts as an assignment\noperator; in this case, however, it causes the column named on the left\nhand side of the operator to assume the value given to the right,\nprovided any WHERE conditions that are part of the UPDATE are met. You\ncan make multiple assignments in the same SET clause of an UPDATE\nstatement.\n\nIn any other context, = is treated as a comparison operator.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/assignment-operators.html\n\n','mysql> SELECT @var1, @var2;\n -> NULL, NULL\nmysql> SELECT @var1 := 1, @var2;\n -> 1, NULL\nmysql> SELECT @var1, @var2;\n -> 1, NULL\nmysql> SELECT @var1, @var2 := @var1;\n -> 1, 1\nmysql> SELECT @var1, @var2;\n -> 1, 1\n','http://dev.mysql.com/doc/refman/5.7/en/assignment-operators.html'),(142,'CONVERT',38,'Syntax:\nCONVERT(expr,type), CONVERT(expr USING transcoding_name)\n\nThe CONVERT() function takes an expression of any type and produces a\nresult value of the specified type.\n\nDiscussion of CONVERT(expr, type) syntax here also applies to CAST(expr\nAS type), which is equivalent.\n\nCONVERT(... USING ...) is standard SQL syntax. The non-USING form of\nCONVERT() is ODBC syntax.\n\nCONVERT() with USING converts data between different character sets. In\nMySQL, transcoding names are the same as the corresponding character\nset names. For example, this statement converts the string \'abc\' in the\ndefault character set to the corresponding string in the utf8 character\nset:\n\nSELECT CONVERT(\'abc\' USING utf8);\n\nCONVERT() without USING and CAST() take an expression and a type value\nspecifying the result type. These type values are permitted:\n\no BINARY[(N)]\n\n Produces a string with the BINARY data type. See\n http://dev.mysql.com/doc/refman/5.7/en/binary-varbinary.html for a\n description of how this affects comparisons. If the optional length N\n is given, BINARY(N) causes the cast to use no more than N bytes of\n the argument. Values shorter than N bytes are padded with 0x00 bytes\n to a length of N.\n\no CHAR[(N)] [charset_info]\n\n Produces a string with the CHAR data type. If the optional length N\n is given, CHAR(N) causes the cast to use no more than N characters of\n the argument. No padding occurs for values shorter than N characters.\n\n With no charset_info clause, CHAR produces a string with the default\n character set. To specify the character set explicitly, these\n charset_info values are permitted:\n\n o CHARACTER SET charset_name: Produces a string with the given\n character set.\n\n o ASCII: Shorthand for CHARACTER SET latin1.\n\n o UNICODE: Shorthand for CHARACTER SET ucs2.\n\n In all cases, the string has the default collation for the character\n set.\n\no DATE\n\n Produces a DATE value.\n\no DATETIME\n\n Produces a DATETIME value.\n\no DECIMAL[(M[,D])]\n\n Produces a DECIMAL value. If the optional M and D values are given,\n they specify the maximum number of digits (the precision) and the\n number of digits following the decimal point (the scale).\n\no JSON (added in MySQL 5.7.8)\n\n Produces a JSON value. For details on the rules for conversion of\n values between JSON and other types, see\n http://dev.mysql.com/doc/refman/5.7/en/json.html#json-comparison.\n\no NCHAR[(N)]\n\n Like CHAR, but produces a string with the national character set. See\n http://dev.mysql.com/doc/refman/5.7/en/charset-national.html.\n\n Unlike CHAR, NCHAR does not permit trailing character set information\n to be specified.\n\no SIGNED [INTEGER]\n\n Produces a signed integer value.\n\no TIME\n\n Produces a TIME value.\n\no UNSIGNED [INTEGER]\n\n Produces an unsigned integer value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/cast-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/cast-functions.html'),(143,'REPEAT LOOP',24,'Syntax:\n[begin_label:] REPEAT\n statement_list\nUNTIL search_condition\nEND REPEAT [end_label]\n\nThe statement list within a REPEAT statement is repeated until the\nsearch_condition expression is true. Thus, a REPEAT always enters the\nloop at least once. statement_list consists of one or more statements,\neach terminated by a semicolon (;) statement delimiter.\n\nA REPEAT statement can be labeled. For the rules regarding label use,\nsee [HELP labels].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/repeat.html\n\n','mysql> delimiter //\n\nmysql> CREATE PROCEDURE dorepeat(p1 INT)\n -> BEGIN\n -> SET @x = 0;\n -> REPEAT\n -> SET @x = @x + 1;\n -> UNTIL @x > p1 END REPEAT;\n -> END\n -> //\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> CALL dorepeat(1000)//\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT @x//\n+------+\n| @x |\n+------+\n| 1001 |\n+------+\n1 row in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.7/en/repeat.html'),(144,'ST_ISVALID',7,'ST_IsValid(g)\n\nChecks whether a geometry is valid, as defined by the OGC\nspecification. ST_IsValid() returns 1 if the argument is a valid\ngeometry byte string and is geometrically valid, 0 if the argument is\nnot a valid geometry byte string or is not geometrically valid. If the\nargument is NULL, the return value is NULL.\n\nThe only valid empty geometry is represented in the form of an empty\ngeometry collection value. ST_IsValid() returns 1 in this case.\n\nST_IsValid() works only for the Cartesian coordinate system and\nrequires a geometry argument with an SRID of 0. An ER_WRONG_ARGUMENTS\nerror occurs otherwise.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-convenience-functions.html\n\n','mysql> SET @ls1 = ST_GeomFromText(\'LINESTRING(0 0)\');\nmysql> SET @ls2 = ST_GeomFromText(\'LINESTRING(0 0, 1 1)\');\nmysql> SELECT ST_IsValid(@ls1);\n+------------------+\n| ST_IsValid(@ls1) |\n+------------------+\n| 0 |\n+------------------+\nmysql> SELECT ST_IsValid(@ls2);\n+------------------+\n| ST_IsValid(@ls2) |\n+------------------+\n| 1 |\n+------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-convenience-functions.html'),(145,'SMALLINT',23,'SMALLINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA small integer. The signed range is -32768 to 32767. The unsigned\nrange is 0 to 65535.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(146,'DOUBLE PRECISION',23,'DOUBLE PRECISION[(M,D)] [UNSIGNED] [ZEROFILL], REAL[(M,D)] [UNSIGNED]\n[ZEROFILL]\n\nThese types are synonyms for DOUBLE. Exception: If the REAL_AS_FLOAT\nSQL mode is enabled, REAL is a synonym for FLOAT rather than DOUBLE.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(147,'ORD',38,'Syntax:\nORD(str)\n\nIf the leftmost character of the string str is a multibyte character,\nreturns the code for that character, calculated from the numeric values\nof its constituent bytes using this formula:\n\n (1st byte code)\n+ (2nd byte code * 256)\n+ (3rd byte code * 2562) ...\n\nIf the leftmost character is not a multibyte character, ORD() returns\nthe same value as the ASCII() function.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT ORD(\'2\');\n -> 50\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(148,'ENVELOPE',37,'Envelope(g)\n\nST_Envelope() and Envelope() are synonyms. For more information, see\nthe description of ST_Envelope().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html'),(149,'ST_ISEMPTY',37,'ST_IsEmpty(g)\n\nThis function is a placeholder that returns 0 for any valid geometry\nvalue, 1 for any invalid geometry value, or NULL if the argument is\nNULL.\n\nMySQL does not support GIS EMPTY values such as POINT EMPTY.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html'),(150,'INET_ATON',14,'Syntax:\nINET_ATON(expr)\n\nGiven the dotted-quad representation of an IPv4 network address as a\nstring, returns an integer that represents the numeric value of the\naddress in network byte order (big endian). INET_ATON() returns NULL if\nit does not understand its argument.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','mysql> SELECT INET_ATON(\'10.0.5.9\');\n -> 167773449\n','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(151,'ISSIMPLE',37,'IsSimple(g)\n\nST_IsSimple() and IsSimple() are synonyms. For more information, see\nthe description of ST_IsSimple().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html'),(152,'- BINARY',3,'Syntax:\n-\n\nSubtraction:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html\n\n','mysql> SELECT 3-5;\n -> -2\n','http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html'),(153,'CURRENT_TIME',32,'Syntax:\nCURRENT_TIME, CURRENT_TIME([fsp])\n\nCURRENT_TIME and CURRENT_TIME() are synonyms for CURTIME().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(154,'WKT DEFINITION',4,'The Well-Known Text (WKT) representation of geometry values is designed\nfor exchanging geometry data in ASCII form. The OpenGIS specification\nprovides a Backus-Naur grammar that specifies the formal production\nrules for writing WKT values (see\nhttp://dev.mysql.com/doc/refman/5.7/en/spatial-extensions.html).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-data-formats.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-data-formats.html'),(155,'ST_Y',11,'ST_Y(p)\n\nReturns the Y-coordinate value for the Point object p as a\ndouble-precision number.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-point-property-functions.html\n\n','mysql> SELECT ST_Y(Point(56.7, 53.34));\n+--------------------------+\n| ST_Y(Point(56.7, 53.34)) |\n+--------------------------+\n| 53.34 |\n+--------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-point-property-functions.html'),(156,'REVOKE',10,'Syntax:\nREVOKE\n priv_type [(column_list)]\n [, priv_type [(column_list)]] ...\n ON [object_type] priv_level\n FROM user [, user] ...\n\nREVOKE ALL [PRIVILEGES], GRANT OPTION\n FROM user [, user] ...\n\nREVOKE PROXY ON user\n FROM user [, user] ...\n\nThe REVOKE statement enables system administrators to revoke privileges\nfrom MySQL accounts.\n\nWhen the read_only system variable is enabled, REVOKE requires the\nSUPER privilege in addition to any other required privileges described\nin the following discussion.\n\nEach account name uses the format described in\nhttp://dev.mysql.com/doc/refman/5.7/en/account-names.html. For example:\n\nREVOKE INSERT ON *.* FROM \'jeffrey\'@\'localhost\';\n\nThe host name part of the account name, if omitted, defaults to \'%\'.\n\nFor details on the levels at which privileges exist, the permissible\npriv_type, priv_level, and object_type values, and the syntax for\nspecifying users and passwords, see [HELP GRANT]\n\nTo use the first REVOKE syntax, you must have the GRANT OPTION\nprivilege, and you must have the privileges that you are revoking.\n\nTo revoke all privileges, use the second syntax, which drops all\nglobal, database, table, column, and routine privileges for the named\nuser or users:\n\nREVOKE ALL PRIVILEGES, GRANT OPTION FROM user [, user] ...\n\nTo use this REVOKE syntax, you must have the global CREATE USER\nprivilege, or the UPDATE privilege for the mysql database.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/revoke.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/revoke.html'),(157,'LAST_DAY',32,'Syntax:\nLAST_DAY(date)\n\nTakes a date or datetime value and returns the corresponding value for\nthe last day of the month. Returns NULL if the argument is invalid.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT LAST_DAY(\'2003-02-05\');\n -> \'2003-02-28\'\nmysql> SELECT LAST_DAY(\'2004-02-05\');\n -> \'2004-02-29\'\nmysql> SELECT LAST_DAY(\'2004-01-01 01:01:01\');\n -> \'2004-01-31\'\nmysql> SELECT LAST_DAY(\'2003-03-32\');\n -> NULL\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(158,'MEDIUMINT',23,'MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA medium-sized integer. The signed range is -8388608 to 8388607. The\nunsigned range is 0 to 16777215.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(159,'RANDOM_BYTES',12,'Syntax:\nRANDOM_BYTES(len)\n\nThis function returns a binary string of len random bytes generated\nusing the random number generator of the SSL library (OpenSSL or\nyaSSL). Permitted values of len range from 1 to 1024. For values\noutside that range, RANDOM_BYTES() generates a warning and returns\nNULL.\n\nRANDOM_BYTES() can be used to provide the initialization vector for the\nAES_DECRYPT() and AES_ENCRYPT() functions. For use in that context, len\nmust be at least 16. Larger values are permitted, but bytes in excess\nof 16 are ignored.\n\nRANDOM_BYTES() generates a random value, which makes its result\nnondeterministic. Consequently, statements that use this function are\nunsafe for statement-based replication and cannot be stored in the\nquery cache.\n\nThis function is available as of MySQL 5.7.4.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(160,'RTRIM',38,'Syntax:\nRTRIM(str)\n\nReturns the string str with trailing space characters removed.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT RTRIM(\'barbar \');\n -> \'barbar\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(161,'EXPLAIN',29,'Syntax:\n{EXPLAIN | DESCRIBE | DESC}\n tbl_name [col_name | wild]\n\n{EXPLAIN | DESCRIBE | DESC}\n [explain_type]\n {explainable_stmt | FOR CONNECTION connection_id}\n\nexplain_type: {\n EXTENDED\n | PARTITIONS\n | FORMAT = format_name\n}\n\nformat_name: {\n TRADITIONAL\n | JSON\n}\n\nexplainable_stmt: {\n SELECT statement\n | DELETE statement\n | INSERT statement\n | REPLACE statement\n | UPDATE statement\n}\n\nThe DESCRIBE and EXPLAIN statements are synonyms. In practice, the\nDESCRIBE keyword is more often used to obtain information about table\nstructure, whereas EXPLAIN is used to obtain a query execution plan\n(that is, an explanation of how MySQL would execute a query). The\nfollowing discussion uses the DESCRIBE and EXPLAIN keywords in\naccordance with those uses, but the MySQL parser treats them as\ncompletely synonymous.\n\no http://dev.mysql.com/doc/refman/5.7/en/explain.html#explain-table-str\n ucture\n\no http://dev.mysql.com/doc/refman/5.7/en/explain.html#explain-execution\n -plan\n\nObtaining Table Structure Information\n\nDESCRIBE provides information about the columns in a table:\n\nmysql> DESCRIBE City;\n+------------+----------+------+-----+---------+----------------+\n| Field | Type | Null | Key | Default | Extra |\n+------------+----------+------+-----+---------+----------------+\n| Id | int(11) | NO | PRI | NULL | auto_increment |\n| Name | char(35) | NO | | | |\n| Country | char(3) | NO | UNI | | |\n| District | char(20) | YES | MUL | | |\n| Population | int(11) | NO | | 0 | |\n+------------+----------+------+-----+---------+----------------+\n\nDESCRIBE is a shortcut for SHOW COLUMNS. These statements also display\ninformation for views. The description for SHOW COLUMNS provides more\ninformation about the output columns. See [HELP SHOW COLUMNS].\n\nBy default, DESCRIBE displays information about all columns in the\ntable. col_name, if given, is the name of a column in the table. In\nthis case, the statement displays information only for the named\ncolumn. wild, if given, is a pattern string. It can contain the SQL %\nand _ wildcard characters. In this case, the statement displays output\nonly for the columns with names matching the string. There is no need\nto enclose the string within quotation marks unless it contains spaces\nor other special characters.\n\nThe DESCRIBE statement is provided for compatibility with Oracle.\n\nThe SHOW CREATE TABLE, SHOW TABLE STATUS, and SHOW INDEX statements\nalso provide information about tables. See [HELP SHOW].\n\nObtaining Execution Plan Information\n\nThe EXPLAIN statement provides information about how MySQL executes\nstatements:\n\no EXPLAIN works with SELECT, DELETE, INSERT, REPLACE, and UPDATE\n statements.\n\no When EXPLAIN is used with an explainable statement, MySQL displays\n information from the optimizer about the statement execution plan.\n That is, MySQL explains how it would process the statement, including\n information about how tables are joined and in which order. For\n information about using EXPLAIN to obtain execution plan information,\n see http://dev.mysql.com/doc/refman/5.7/en/explain-output.html.\n\no When EXPLAIN is used with FOR CONNECTION connection_id rather than an\n explainable statement, it displays the execution plan for the\n statement executing in the named connection. See\n http://dev.mysql.com/doc/refman/5.7/en/explain-for-connection.html.\n\no For SELECT statements, EXPLAIN produces additional execution plan\n information. See\n http://dev.mysql.com/doc/refman/5.7/en/explain-extended.html.\n\n *Note*:\n\n In older MySQL releases, extended information was produced using\n EXPLAIN EXTENDED. That syntax is still recognized for backward\n compatibility but extended output is now enabled by default, so the\n EXTENDED keyword is superfluous and deprecated. Its use results in a\n warning, and it will be removed from EXPLAIN syntax in a future MySQL\n release.\n\no EXPLAIN is useful for examining queries involving partitioned tables.\n See http://dev.mysql.com/doc/refman/5.7/en/partitioning-info.html.\n\n *Note*:\n\n In older MySQL releases, partition information was produced using\n EXPLAIN PARTITIONS. That syntax is still recognized for backward\n compatibility but partition output is now enabled by default, so the\n PARTITIONS keyword is superfluous and deprecated. Its use results in\n a warning, and it will be removed from EXPLAIN syntax in a future\n MySQL release.\n\no The FORMAT option can be used to select the output format.\n TRADITIONAL presents the output in tabular format. This is the\n default if no FORMAT option is present. JSON format displays the\n information in JSON format.\n\nWith the help of EXPLAIN, you can see where you should add indexes to\ntables so that the statement executes faster by using indexes to find\nrows. You can also use EXPLAIN to check whether the optimizer joins the\ntables in an optimal order. To give a hint to the optimizer to use a\njoin order corresponding to the order in which the tables are named in\na SELECT statement, begin the statement with SELECT STRAIGHT_JOIN\nrather than just SELECT. (See\nhttp://dev.mysql.com/doc/refman/5.7/en/select.html.)\n\nThe optimizer trace may sometimes provide information complementary to\nthat of EXPLAIN. However, the optimizer trace format and content are\nsubject to change between versions. For details, see MySQL Internals:\nTracing the Optimizer\n(http://dev.mysql.com/doc/internals/en/optimizer-tracing.html).\n\nIf you have a problem with indexes not being used when you believe that\nthey should be, run ANALYZE TABLE to update table statistics, such as\ncardinality of keys, that can affect the choices the optimizer makes.\nSee [HELP ANALYZE TABLE].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/explain.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/explain.html'),(162,'DEGREES',3,'Syntax:\nDEGREES(X)\n\nReturns the argument X, converted from radians to degrees.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT DEGREES(PI());\n -> 180\nmysql> SELECT DEGREES(PI() / 2);\n -> 90\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(163,'- UNARY',3,'Syntax:\n-\n\nUnary minus. This operator changes the sign of the operand.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html\n\n','mysql> SELECT - 2;\n -> -2\n','http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html'),(164,'VARCHAR',23,'[NATIONAL] VARCHAR(M) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nA variable-length string. M represents the maximum column length in\ncharacters. The range of M is 0 to 65,535. The effective maximum length\nof a VARCHAR is subject to the maximum row size (65,535 bytes, which is\nshared among all columns) and the character set used. For example, utf8\ncharacters can require up to three bytes per character, so a VARCHAR\ncolumn that uses the utf8 character set can be declared to be a maximum\nof 21,844 characters. See\nhttp://dev.mysql.com/doc/refman/5.7/en/column-count-limit.html.\n\nMySQL stores VARCHAR values as a 1-byte or 2-byte length prefix plus\ndata. The length prefix indicates the number of bytes in the value. A\nVARCHAR column uses one length byte if values require no more than 255\nbytes, two length bytes if values may require more than 255 bytes.\n\n*Note*:\n\nMySQL follows the standard SQL specification, and does not remove\ntrailing spaces from VARCHAR values.\n\nVARCHAR is shorthand for CHARACTER VARYING. NATIONAL VARCHAR is the\nstandard SQL way to define that a VARCHAR column should use some\npredefined character set. MySQL uses utf8 as this predefined character\nset. http://dev.mysql.com/doc/refman/5.7/en/charset-national.html.\nNVARCHAR is shorthand for NATIONAL VARCHAR.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(165,'UNHEX',38,'Syntax:\n\nUNHEX(str)\n\nFor a string argument str, UNHEX(str) interprets each pair of\ncharacters in the argument as a hexadecimal number and converts it to\nthe byte represented by the number. The return value is a binary\nstring.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT UNHEX(\'4D7953514C\');\n -> \'MySQL\'\nmysql> SELECT X\'4D7953514C\';\n -> \'MySQL\'\nmysql> SELECT UNHEX(HEX(\'string\'));\n -> \'string\'\nmysql> SELECT HEX(UNHEX(\'1267\'));\n -> \'1267\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(166,'DROP TRIGGER',40,'Syntax:\nDROP TRIGGER [IF EXISTS] [schema_name.]trigger_name\n\nThis statement drops a trigger. The schema (database) name is optional.\nIf the schema is omitted, the trigger is dropped from the default\nschema. DROP TRIGGER requires the TRIGGER privilege for the table\nassociated with the trigger.\n\nUse IF EXISTS to prevent an error from occurring for a trigger that\ndoes not exist. A NOTE is generated for a nonexistent trigger when\nusing IF EXISTS. See [HELP SHOW WARNINGS].\n\nTriggers for a table are also dropped if you drop the table.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/drop-trigger.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/drop-trigger.html'),(167,'RESET MASTER',8,'Syntax:\nRESET MASTER\n\nDeletes all binary log files listed in the index file, resets the\nbinary log index file to be empty, and creates a new binary log file.\n\nRESET MASTER also clears the values of the gtid_purged system variable\nas well as the global value of the gtid_executed system variable (but\nnot its session value); that is, executing this statement sets each of\nthese values to an empty string (\'\'). In MySQL 5.7.5 and later, this\nstatement also clears the mysql.gtid_executed table (see\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-gtids-concepts.html#\nreplication-gtids-gtid-executed-table).\n\nThis statement is intended to be used only when the master is started\nfor the first time.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/reset-master.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/reset-master.html'),(168,'PI',3,'Syntax:\nPI()\n\nReturns the value of π (pi). The default number of decimal places\ndisplayed is seven, but MySQL uses the full double-precision value\ninternally.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT PI();\n -> 3.141593\nmysql> SELECT PI()+0.000000000000000000;\n -> 3.141592653589793116\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(169,'ANY_VALUE',14,'ANY_VALUE(arg)\n\nThis function is useful for GROUP BY queries when the\nONLY_FULL_GROUP_BY SQL mode is enabled, for cases when MySQL rejects a\nquery that you know is valid for reasons that MySQL cannot determine.\nThe function return value and type are the same as the return value and\ntype of its argument, but the function result is not checked for the\nONLY_FULL_GROUP_BY SQL mode.\n\nFor example, if name is a nonindexed column, the following query fails\nwith ONLY_FULL_GROUP_BY enabled:\n\nmysql> SELECT name, address, MAX(age) FROM t GROUP BY name;\nERROR 1055 (42000): Expression #2 of SELECT list is not in GROUP\nBY clause and contains nonaggregated column \'mydb.t.address\' which\nis not functionally dependent on columns in GROUP BY clause; this\nis incompatible with sql_mode=only_full_group_by\n\nThe failure occurs because address is a nonaggregated column that is\nneither named among GROUP BY columns nor functionally dependent on\nthem. As a result, the address value for rows within each name group is\nnondeterministic. There are multiple ways to cause MySQL to accept the\nquery:\n\no Alter the table to make name a primary key or a unique NOT NULL\n column. This enables MySQL to determine that address is functionally\n dependent on name; that is, address is uniquely determined by name.\n (This technique is inapplicable if NULL must be permitted as a valid\n name value.)\n\no Use ANY_VALUE() to refer to address:\n\nSELECT name, ANY_VALUE(address), MAX(age) FROM t GROUP BY name;\n\n In this case, MySQL ignores the nondeterminism of address values\n within each name group and accepts the query. This may be useful if\n you simply do not care which value of a nonaggregated column is\n chosen for each group. ANY_VALUE() is not an aggregate function,\n unlike functions such as SUM() or COUNT(). It simply acts to suppress\n the test for nondeterminism.\n\no Disable ONLY_FULL_GROUP_BY. This is equivalent to using ANY_VALUE()\n with ONLY_FULL_GROUP_BY enabled, as described in the previous item.\n\nANY_VALUE() is also useful if functional dependence exists between\ncolumns but MySQL cannot determine it. The following query is valid\nbecause age is functionally dependent on the grouping column age-1, but\nMySQL cannot tell that and rejects the query with ONLY_FULL_GROUP_BY\nenabled:\n\nSELECT age FROM t GROUP BY age-1;\n\nTo cause MySQL to accept the query, use ANY_VALUE():\n\nSELECT ANY_VALUE(age) FROM t GROUP BY age-1;\n\nANY_VALUE() can be used for queries that refer to aggregate functions\nin the absence of a GROUP BY clause:\n\nmysql> SELECT name, MAX(age) FROM t;\nERROR 1140 (42000): In aggregated query without GROUP BY, expression\n#1 of SELECT list contains nonaggregated column \'mydb.t.name\'; this\nis incompatible with sql_mode=only_full_group_by\n\nWithout GROUP BY, there is a single group and it is indeterminate which\nname value to choose for the group. ANY_VALUE() tells MySQL to accept\nthe query:\n\nSELECT ANY_VALUE(name), MAX(age) FROM t;\n\nIt may be that, due to some property of a given data set, you know that\na selected nonaggregated column is effectively functionally dependent\non a GROUP BY column. For example, an application may enforce\nuniqueness of one column with respect to another. In this case, using\nANY_VALUE() for the effectively functionally dependent column may make\nsense.\n\nFor additional discussion, see\nhttp://dev.mysql.com/doc/refman/5.7/en/group-by-handling.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(170,'/',3,'Syntax:\n/\n\nDivision:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html\n\n','mysql> SELECT 3/5;\n -> 0.60\n','http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html'),(171,'PURGE BINARY LOGS',8,'Syntax:\nPURGE { BINARY | MASTER } LOGS\n { TO \'log_name\' | BEFORE datetime_expr }\n\nThe binary log is a set of files that contain information about data\nmodifications made by the MySQL server. The log consists of a set of\nbinary log files, plus an index file (see\nhttp://dev.mysql.com/doc/refman/5.7/en/binary-log.html).\n\nThe PURGE BINARY LOGS statement deletes all the binary log files listed\nin the log index file prior to the specified log file name or date.\nBINARY and MASTER are synonyms. Deleted log files also are removed from\nthe list recorded in the index file, so that the given log file becomes\nthe first in the list.\n\nThis statement has no effect if the server was not started with the\n--log-bin option to enable binary logging.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/purge-binary-logs.html\n\n','PURGE BINARY LOGS TO \'mysql-bin.010\';\nPURGE BINARY LOGS BEFORE \'2008-04-02 22:46:26\';\n','http://dev.mysql.com/doc/refman/5.7/en/purge-binary-logs.html'),(172,'STDDEV_SAMP',16,'Syntax:\nSTDDEV_SAMP(expr)\n\nReturns the sample standard deviation of expr (the square root of\nVAR_SAMP().\n\nIf there are no matching rows, STDDEV_SAMP() returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(173,'ST_TOUCHES',31,'ST_Touches(g1, g2)\n\nReturns 1 or 0 to indicate whether g1 spatially touches g2. Two\ngeometries spatially touch if the interiors of the geometries do not\nintersect, but the boundary of one of the geometries intersects either\nthe boundary or the interior of the other.\n\nAs of MySQL 5.7.5, this function returns 0 if called with an\ninapplicable geometry argument type combination. For example, it\nreturns 0 if either of the arguments is a Point or MultiPoint.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html'),(174,'SCHEMA',17,'Syntax:\nSCHEMA()\n\nThis function is a synonym for DATABASE().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(175,'MBREQUALS',7,'MBREquals(g1, g2)\n\nReturns 1 or 0 to indicate whether the minimum bounding rectangles of\nthe two geometries g1 and g2 are the same.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html'),(176,'MLINEFROMWKB',33,'MLineFromWKB(wkb[, srid]), MultiLineStringFromWKB(wkb[, srid])\n\nST_MLineFromWKB(), ST_MultiLineStringFromWKB(), MLineFromWKB(), and\nMultiLineStringFromWKB() are synonyms. For more information, see the\ndescription of ST_MLineFromWKB().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(177,'SHOW CREATE TABLE',27,'Syntax:\nSHOW CREATE TABLE tbl_name\n\nShows the CREATE TABLE statement that creates the named table. To use\nthis statement, you must have some privilege for the table. This\nstatement also works with views.\nSHOW CREATE TABLE quotes table and column names according to the value\nof the sql_quote_show_create option. See\nhttp://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-create-table.html\n\n','mysql> SHOW CREATE TABLE t\\G\n*************************** 1. row ***************************\n Table: t\nCreate Table: CREATE TABLE `t` (\n `id` int(11) NOT NULL AUTO_INCREMENT,\n `s` char(60) DEFAULT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=latin1\n','http://dev.mysql.com/doc/refman/5.7/en/show-create-table.html'),(178,'DUAL',28,'You are permitted to specify DUAL as a dummy table name in situations\nwhere no tables are referenced:\n\nmysql> SELECT 1 + 1 FROM DUAL;\n -> 2\n\nDUAL is purely for the convenience of people who require that all\nSELECT statements should have FROM and possibly other clauses. MySQL\nmay ignore the clauses. MySQL does not require FROM DUAL if no tables\nare referenced.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/select.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/select.html'),(179,'INSTR',38,'Syntax:\nINSTR(str,substr)\n\nReturns the position of the first occurrence of substring substr in\nstring str. This is the same as the two-argument form of LOCATE(),\nexcept that the order of the arguments is reversed.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT INSTR(\'foobarbar\', \'bar\');\n -> 4\nmysql> SELECT INSTR(\'xbar\', \'foobar\');\n -> 0\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(180,'>=',20,'Syntax:\n>=\n\nGreater than or equal:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT 2 >= 2;\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(181,'EXP',3,'Syntax:\nEXP(X)\n\nReturns the value of e (the base of natural logarithms) raised to the\npower of X. The inverse of this function is LOG() (using a single\nargument only) or LN().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT EXP(2);\n -> 7.3890560989307\nmysql> SELECT EXP(-2);\n -> 0.13533528323661\nmysql> SELECT EXP(0);\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(182,'ST_ISSIMPLE',37,'ST_IsSimple(g)\n\nReturns 1 if the geometry value g has no anomalous geometric points,\nsuch as self-intersection or self-tangency. ST_IsSimple() returns 0 if\nthe argument is not simple, and NULL if the argument is NULL.\n\nThe description of each instantiable geometric class given earlier in\nthe chapter includes the specific conditions that cause an instance of\nthat class to be classified as not simple. (See [HELP Geometry\nhierarchy].)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html'),(183,'POINTN',13,'PointN(ls, N)\n\nST_PointN() and PointN() are synonyms. For more information, see the\ndescription of ST_PointN().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html'),(184,'OCT',38,'Syntax:\nOCT(N)\n\nReturns a string representation of the octal value of N, where N is a\nlonglong (BIGINT) number. This is equivalent to CONV(N,10,8). Returns\nNULL if N is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT OCT(12);\n -> \'14\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(185,'SYSDATE',32,'Syntax:\nSYSDATE([fsp])\n\nReturns the current date and time as a value in \'YYYY-MM-DD HH:MM:SS\'\nor YYYYMMDDHHMMSS format, depending on whether the function is used in\na string or numeric context.\n\nIf the fsp argument is given to specify a fractional seconds precision\nfrom 0 to 6, the return value includes a fractional seconds part of\nthat many digits.\n\nSYSDATE() returns the time at which it executes. This differs from the\nbehavior for NOW(), which returns a constant time that indicates the\ntime at which the statement began to execute. (Within a stored function\nor trigger, NOW() returns the time at which the function or triggering\nstatement began to execute.)\n\nmysql> SELECT NOW(), SLEEP(2), NOW();\n+---------------------+----------+---------------------+\n| NOW() | SLEEP(2) | NOW() |\n+---------------------+----------+---------------------+\n| 2006-04-12 13:47:36 | 0 | 2006-04-12 13:47:36 |\n+---------------------+----------+---------------------+\n\nmysql> SELECT SYSDATE(), SLEEP(2), SYSDATE();\n+---------------------+----------+---------------------+\n| SYSDATE() | SLEEP(2) | SYSDATE() |\n+---------------------+----------+---------------------+\n| 2006-04-12 13:47:44 | 0 | 2006-04-12 13:47:46 |\n+---------------------+----------+---------------------+\n\nIn addition, the SET TIMESTAMP statement affects the value returned by\nNOW() but not by SYSDATE(). This means that timestamp settings in the\nbinary log have no effect on invocations of SYSDATE().\n\nBecause SYSDATE() can return different values even within the same\nstatement, and is not affected by SET TIMESTAMP, it is nondeterministic\nand therefore unsafe for replication if statement-based binary logging\nis used. If that is a problem, you can use row-based logging.\n\nAlternatively, you can use the --sysdate-is-now option to cause\nSYSDATE() to be an alias for NOW(). This works if the option is used on\nboth the master and the slave.\n\nThe nondeterministic nature of SYSDATE() also means that indexes cannot\nbe used for evaluating expressions that refer to it.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(186,'UNINSTALL PLUGIN',5,'Syntax:\nUNINSTALL PLUGIN plugin_name\n\nThis statement removes an installed server plugin. It requires the\nDELETE privilege for the mysql.plugin system table. UNINSTALL PLUGIN is\nthe complement of INSTALL PLUGIN.\n\nplugin_name must be the name of some plugin that is listed in the\nmysql.plugin table. The server executes the plugin\'s deinitialization\nfunction and removes the row for the plugin from the mysql.plugin\ntable, so that subsequent server restarts will not load and initialize\nthe plugin. UNINSTALL PLUGIN does not remove the plugin\'s shared\nlibrary file.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/uninstall-plugin.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/uninstall-plugin.html'),(187,'ASBINARY',33,'AsBinary(g), AsWKB(g)\n\nST_AsBinary(), ST_AsWKB(), AsBinary(), and AsWKB() are synonyms. For\nmore information, see the description of ST_AsBinary().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-format-conversion-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-format-conversion-functions.html'),(188,'ST_MLINEFROMWKB',33,'ST_MLineFromWKB(wkb[, srid]), ST_MultiLineStringFromWKB(wkb[, srid])\n\nConstructs a MultiLineString value using its WKB representation and\nSRID.\n\nThe result is NULL if the WKB or SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(189,'SHOW TABLES',27,'Syntax:\nSHOW [FULL] TABLES [{FROM | IN} db_name]\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW TABLES lists the non-TEMPORARY tables in a given database. You can\nalso get this list using the mysqlshow db_name command. The LIKE\nclause, if present, indicates which table names to match. The WHERE\nclause can be given to select rows using more general conditions, as\ndiscussed in http://dev.mysql.com/doc/refman/5.7/en/extended-show.html.\n\nMatching performed by the LIKE clause is dependent on the setting of\nthe lower_case_table_names system variable.\n\nThis statement also lists any views in the database. The FULL modifier\nis supported such that SHOW FULL TABLES displays a second output\ncolumn. Values for the second column are BASE TABLE for a table and\nVIEW for a view.\n\nIf you have no privileges for a base table or view, it does not show up\nin the output from SHOW TABLES or mysqlshow db_name.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-tables.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-tables.html'),(190,'MAKEDATE',32,'Syntax:\nMAKEDATE(year,dayofyear)\n\nReturns a date, given year and day-of-year values. dayofyear must be\ngreater than 0 or the result is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT MAKEDATE(2011,31), MAKEDATE(2011,32);\n -> \'2011-01-31\', \'2011-02-01\'\nmysql> SELECT MAKEDATE(2011,365), MAKEDATE(2014,365);\n -> \'2011-12-31\', \'2014-12-31\'\nmysql> SELECT MAKEDATE(2011,0);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(191,'BINARY OPERATOR',38,'Syntax:\nBINARY expr\n\nThe BINARY operator converts the expression to a binary string. A\ncommon use for BINARY is to force a character string comparison to be\ndone byte by byte rather than character by character, in effect\nbecoming case sensitive. The BINARY operator also causes trailing\nspaces in comparisons to be significant.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/cast-functions.html\n\n','mysql> SELECT \'a\' = \'A\';\n -> 1\nmysql> SELECT BINARY \'a\' = \'A\';\n -> 0\nmysql> SELECT \'a\' = \'a \';\n -> 1\nmysql> SELECT BINARY \'a\' = \'a \';\n -> 0\n','http://dev.mysql.com/doc/refman/5.7/en/cast-functions.html'),(192,'MBROVERLAPS',7,'MBROverlaps(g1, g2)\n\nReturns 1 or 0 to indicate whether the minimum bounding rectangles of\nthe two geometries g1 and g2 overlap. The term spatially overlaps is\nused if two geometries intersect and their intersection results in a\ngeometry of the same dimension but not equal to either of the given\ngeometries.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html'),(193,'ST_LINEFROMWKB',33,'ST_LineFromWKB(wkb[, srid]), ST_LineStringFromWKB(wkb[, srid])\n\nConstructs a LineString value using its WKB representation and SRID.\n\nThe result is NULL if the WKB or SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(194,'ASYMMETRIC_DERIVE',7,'Syntax:\nASYMMETRIC_DERIVE(pub_key_str, priv_key_str)\n\nDerives a symmetric key using the private key of one party and the\npublic key of another, and returns the resulting key as a binary\nstring. If key derivation fails, the result is NULL.\n\npub_key_str and priv_key_str must be valid key strings in PEM format.\nThey must be created using the DH algorithm.\n\nSuppose that you have two pairs of public and private keys:\n\nSET @dhp = CREATE_DH_PARAMETERS(1024);\nSET @priv1 = CREATE_ASYMMETRIC_PRIV_KEY(\'DH\', @dhp);\nSET @pub1 = CREATE_ASYMMETRIC_PUB_KEY(\'DH\', @priv1);\nSET @priv2 = CREATE_ASYMMETRIC_PRIV_KEY(\'DH\', @dhp);\nSET @pub2 = CREATE_ASYMMETRIC_PUB_KEY(\'DH\', @priv2);\n\nSuppose further that you use the private key from one pair and the\npublic key from the other pair to create a symmetric key string. Then\nthis symmetric key identity relationship holds:\n\nASYMMETRIC_DERIVE(@pub1, @priv2) = ASYMMETRIC_DERIVE(@pub2, @priv1)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html'),(195,'INSERT SELECT',28,'Syntax:\nINSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE]\n [INTO] tbl_name\n [PARTITION (partition_name,...)]\n [(col_name,...)]\n SELECT ...\n [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nWith INSERT ... SELECT, you can quickly insert many rows into a table\nfrom one or many tables. For example:\n\nINSERT INTO tbl_temp2 (fld_id)\n SELECT tbl_temp1.fld_order_id\n FROM tbl_temp1 WHERE tbl_temp1.fld_order_id > 100;\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/insert-select.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/insert-select.html'),(196,'CREATE PROCEDURE',40,'Syntax:\nCREATE\n [DEFINER = { user | CURRENT_USER }]\n PROCEDURE sp_name ([proc_parameter[,...]])\n [characteristic ...] routine_body\n\nCREATE\n [DEFINER = { user | CURRENT_USER }]\n FUNCTION sp_name ([func_parameter[,...]])\n RETURNS type\n [characteristic ...] routine_body\n\nproc_parameter:\n [ IN | OUT | INOUT ] param_name type\n\nfunc_parameter:\n param_name type\n\ntype:\n Any valid MySQL data type\n\ncharacteristic:\n COMMENT \'string\'\n | LANGUAGE SQL\n | [NOT] DETERMINISTIC\n | { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA }\n | SQL SECURITY { DEFINER | INVOKER }\n\nroutine_body:\n Valid SQL routine statement\n\nThese statements create stored routines. By default, a routine is\nassociated with the default database. To associate the routine\nexplicitly with a given database, specify the name as db_name.sp_name\nwhen you create it.\n\nThe CREATE FUNCTION statement is also used in MySQL to support UDFs\n(user-defined functions). See\nhttp://dev.mysql.com/doc/refman/5.7/en/adding-functions.html. A UDF can\nbe regarded as an external stored function. Stored functions share\ntheir namespace with UDFs. See\nhttp://dev.mysql.com/doc/refman/5.7/en/function-resolution.html, for\nthe rules describing how the server interprets references to different\nkinds of functions.\n\nTo invoke a stored procedure, use the CALL statement (see [HELP CALL]).\nTo invoke a stored function, refer to it in an expression. The function\nreturns a value during expression evaluation.\n\nCREATE PROCEDURE and CREATE FUNCTION require the CREATE ROUTINE\nprivilege. They might also require the SUPER privilege, depending on\nthe DEFINER value, as described later in this section. If binary\nlogging is enabled, CREATE FUNCTION might require the SUPER privilege,\nas described in\nhttp://dev.mysql.com/doc/refman/5.7/en/stored-programs-logging.html.\n\nBy default, MySQL automatically grants the ALTER ROUTINE and EXECUTE\nprivileges to the routine creator. This behavior can be changed by\ndisabling the automatic_sp_privileges system variable. See\nhttp://dev.mysql.com/doc/refman/5.7/en/stored-routines-privileges.html.\n\nThe DEFINER and SQL SECURITY clauses specify the security context to be\nused when checking access privileges at routine execution time, as\ndescribed later in this section.\n\nIf the routine name is the same as the name of a built-in SQL function,\na syntax error occurs unless you use a space between the name and the\nfollowing parenthesis when defining the routine or invoking it later.\nFor this reason, avoid using the names of existing SQL functions for\nyour own stored routines.\n\nThe IGNORE_SPACE SQL mode applies to built-in functions, not to stored\nroutines. It is always permissible to have spaces after a stored\nroutine name, regardless of whether IGNORE_SPACE is enabled.\n\nThe parameter list enclosed within parentheses must always be present.\nIf there are no parameters, an empty parameter list of () should be\nused. Parameter names are not case sensitive.\n\nEach parameter is an IN parameter by default. To specify otherwise for\na parameter, use the keyword OUT or INOUT before the parameter name.\n\n*Note*:\n\nSpecifying a parameter as IN, OUT, or INOUT is valid only for a\nPROCEDURE. For a FUNCTION, parameters are always regarded as IN\nparameters.\n\nAn IN parameter passes a value into a procedure. The procedure might\nmodify the value, but the modification is not visible to the caller\nwhen the procedure returns. An OUT parameter passes a value from the\nprocedure back to the caller. Its initial value is NULL within the\nprocedure, and its value is visible to the caller when the procedure\nreturns. An INOUT parameter is initialized by the caller, can be\nmodified by the procedure, and any change made by the procedure is\nvisible to the caller when the procedure returns.\n\nFor each OUT or INOUT parameter, pass a user-defined variable in the\nCALL statement that invokes the procedure so that you can obtain its\nvalue when the procedure returns. If you are calling the procedure from\nwithin another stored procedure or function, you can also pass a\nroutine parameter or local routine variable as an IN or INOUT\nparameter.\n\nRoutine parameters cannot be referenced in statements prepared within\nthe routine; see\nhttp://dev.mysql.com/doc/refman/5.7/en/stored-program-restrictions.html\n.\n\nThe following example shows a simple stored procedure that uses an OUT\nparameter:\n\nmysql> delimiter //\n\nmysql> CREATE PROCEDURE simpleproc (OUT param1 INT)\n -> BEGIN\n -> SELECT COUNT(*) INTO param1 FROM t;\n -> END//\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> delimiter ;\n\nmysql> CALL simpleproc(@a);\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT @a;\n+------+\n| @a |\n+------+\n| 3 |\n+------+\n1 row in set (0.00 sec)\n\nThe example uses the mysql client delimiter command to change the\nstatement delimiter from ; to // while the procedure is being defined.\nThis enables the ; delimiter used in the procedure body to be passed\nthrough to the server rather than being interpreted by mysql itself.\nSee\nhttp://dev.mysql.com/doc/refman/5.7/en/stored-programs-defining.html.\n\nThe RETURNS clause may be specified only for a FUNCTION, for which it\nis mandatory. It indicates the return type of the function, and the\nfunction body must contain a RETURN value statement. If the RETURN\nstatement returns a value of a different type, the value is coerced to\nthe proper type. For example, if a function specifies an ENUM or SET\nvalue in the RETURNS clause, but the RETURN statement returns an\ninteger, the value returned from the function is the string for the\ncorresponding ENUM member of set of SET members.\n\nThe following example function takes a parameter, performs an operation\nusing an SQL function, and returns the result. In this case, it is\nunnecessary to use delimiter because the function definition contains\nno internal ; statement delimiters:\n\nmysql> CREATE FUNCTION hello (s CHAR(20))\nmysql> RETURNS CHAR(50) DETERMINISTIC\n -> RETURN CONCAT(\'Hello, \',s,\'!\');\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT hello(\'world\');\n+----------------+\n| hello(\'world\') |\n+----------------+\n| Hello, world! |\n+----------------+\n1 row in set (0.00 sec)\n\nParameter types and function return types can be declared to use any\nvalid data type. The COLLATE attribute can be used if preceded by the\nCHARACTER SET attribute.\n\nThe routine_body consists of a valid SQL routine statement. This can be\na simple statement such as SELECT or INSERT, or a compound statement\nwritten using BEGIN and END. Compound statements can contain\ndeclarations, loops, and other control structure statements. The syntax\nfor these statements is described in\nhttp://dev.mysql.com/doc/refman/5.7/en/sql-syntax-compound-statements.h\ntml.\n\nMySQL permits routines to contain DDL statements, such as CREATE and\nDROP. MySQL also permits stored procedures (but not stored functions)\nto contain SQL transaction statements such as COMMIT. Stored functions\nmay not contain statements that perform explicit or implicit commit or\nrollback. Support for these statements is not required by the SQL\nstandard, which states that each DBMS vendor may decide whether to\npermit them.\n\nStatements that return a result set can be used within a stored\nprocedure but not within a stored function. This prohibition includes\nSELECT statements that do not have an INTO var_list clause and other\nstatements such as SHOW, EXPLAIN, and CHECK TABLE. For statements that\ncan be determined at function definition time to return a result set, a\nNot allowed to return a result set from a function error occurs\n(ER_SP_NO_RETSET). For statements that can be determined only at\nruntime to return a result set, a PROCEDURE %s can\'t return a result\nset in the given context error occurs (ER_SP_BADSELECT).\n\nUSE statements within stored routines are not permitted. When a routine\nis invoked, an implicit USE db_name is performed (and undone when the\nroutine terminates). The causes the routine to have the given default\ndatabase while it executes. References to objects in databases other\nthan the routine default database should be qualified with the\nappropriate database name.\n\nFor additional information about statements that are not permitted in\nstored routines, see\nhttp://dev.mysql.com/doc/refman/5.7/en/stored-program-restrictions.html\n.\n\nFor information about invoking stored procedures from within programs\nwritten in a language that has a MySQL interface, see [HELP CALL].\n\nMySQL stores the sql_mode system variable setting in effect when a\nroutine is created or altered, and always executes the routine with\nthis setting in force, regardless of the current server SQL mode when\nthe routine begins executing.\n\nThe switch from the SQL mode of the invoker to that of the routine\noccurs after evaluation of arguments and assignment of the resulting\nvalues to routine parameters. If you define a routine in strict SQL\nmode but invoke it in nonstrict mode, assignment of arguments to\nroutine parameters does not take place in strict mode. If you require\nthat expressions passed to a routine be assigned in strict SQL mode,\nyou should invoke the routine with strict mode in effect.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-procedure.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/create-procedure.html'),(197,'GET DIAGNOSTICS',24,'Syntax:\nGET [CURRENT | STACKED] DIAGNOSTICS\n{\n statement_information_item\n [, statement_information_item] ...\n | CONDITION condition_number\n condition_information_item\n [, condition_information_item] ...\n}\n\nstatement_information_item:\n target = statement_information_item_name\n\ncondition_information_item:\n target = condition_information_item_name\n\nstatement_information_item_name:\n NUMBER\n | ROW_COUNT\n\ncondition_information_item_name:\n CLASS_ORIGIN\n | SUBCLASS_ORIGIN\n | RETURNED_SQLSTATE\n | MESSAGE_TEXT\n | MYSQL_ERRNO\n | CONSTRAINT_CATALOG\n | CONSTRAINT_SCHEMA\n | CONSTRAINT_NAME\n | CATALOG_NAME\n | SCHEMA_NAME\n | TABLE_NAME\n | COLUMN_NAME\n | CURSOR_NAME\n\ncondition_number, target:\n (see following discussion)\n\nSQL statements produce diagnostic information that populates the\ndiagnostics area. The GET DIAGNOSTICS statement enables applications to\ninspect this information. (You can also use SHOW WARNINGS or SHOW\nERRORS to see conditions or errors.)\n\nNo special privileges are required to execute GET DIAGNOSTICS.\n\nThe keyword CURRENT means to retrieve information from the current\ndiagnostics area. The keyword STACKED means to retrieve information\nfrom the second diagnostics area, which is available only if the\ncurrent context is a condition handler. If neither keyword is given,\nthe default is to use the current diagnostics area.\n\nThe GET DIAGNOSTICS statement is typically used in a handler within a\nstored program. It is a MySQL extension that GET [CURRENT] DIAGNOSTICS\nis permitted outside handler context to check the execution of any SQL\nstatement. For example, if you invoke the mysql client program, you can\nenter these statements at the prompt:\n\nmysql> DROP TABLE test.no_such_table;\nERROR 1051 (42S02): Unknown table \'test.no_such_table\'\nmysql> GET DIAGNOSTICS CONDITION 1\n -> @p1 = RETURNED_SQLSTATE, @p2 = MESSAGE_TEXT;\nmysql> SELECT @p1, @p2;\n+-------+------------------------------------+\n| @p1 | @p2 |\n+-------+------------------------------------+\n| 42S02 | Unknown table \'test.no_such_table\' |\n+-------+------------------------------------+\n\nThis extension applies only to the current diagnostics area. It does\nnot apply to the second diagnostics area because GET STACKED\nDIAGNOSTICS is permitted only if the current context is a condition\nhandler. If that is not the case, a GET STACKED DIAGNOSTICS when\nhandler not active error occurs.\n\nFor a description of the diagnostics area, see\nhttp://dev.mysql.com/doc/refman/5.7/en/diagnostics-area.html. Briefly,\nit contains two kinds of information:\n\no Statement information, such as the number of conditions that occurred\n or the affected-rows count.\n\no Condition information, such as the error code and message. If a\n statement raises multiple conditions, this part of the diagnostics\n area has a condition area for each one. If a statement raises no\n conditions, this part of the diagnostics area is empty.\n\nFor a statement that produces three conditions, the diagnostics area\ncontains statement and condition information like this:\n\nStatement information:\n row count\n ... other statement information items ...\nCondition area list:\n Condition area 1:\n error code for condition 1\n error message for condition 1\n ... other condition information items ...\n Condition area 2:\n error code for condition 2:\n error message for condition 2\n ... other condition information items ...\n Condition area 3:\n error code for condition 3\n error message for condition 3\n ... other condition information items ...\n\nGET DIAGNOSTICS can obtain either statement or condition information,\nbut not both in the same statement:\n\no To obtain statement information, retrieve the desired statement items\n into target variables. This instance of GET DIAGNOSTICS assigns the\n number of available conditions and the rows-affected count to the\n user variables @p1 and @p2:\n\nGET DIAGNOSTICS @p1 = NUMBER, @p2 = ROW_COUNT;\n\no To obtain condition information, specify the condition number and\n retrieve the desired condition items into target variables. This\n instance of GET DIAGNOSTICS assigns the SQLSTATE value and error\n message to the user variables @p3 and @p4:\n\nGET DIAGNOSTICS CONDITION 1\n @p3 = RETURNED_SQLSTATE, @p4 = MESSAGE_TEXT;\n\nThe retrieval list specifies one or more target = item_name\nassignments, separated by commas. Each assignment names a target\nvariable and either a statement_information_item_name or\ncondition_information_item_name designator, depending on whether the\nstatement retrieves statement or condition information.\n\nValid target designators for storing item information can be stored\nprocedure or function parameters, stored program local variables\ndeclared with DECLARE, or user-defined variables.\n\nValid condition_number designators can be stored procedure or function\nparameters, stored program local variables declared with DECLARE,\nuser-defined variables, system variables, or literals. A character\nliteral may include a _charset introducer. A warning occurs if the\ncondition number is not in the range from 1 to the number of condition\nareas that have information. In this case, the warning is added to the\ndiagnostics area without clearing it.\n\nWhen a condition occurs, MySQL does not populate all condition items\nrecognized by GET DIAGNOSTICS. For example:\n\nmysql> GET DIAGNOSTICS CONDITION 1\n -> @p5 = SCHEMA_NAME, @p6 = TABLE_NAME;\nmysql> SELECT @p5, @p6;\n+------+------+\n| @p5 | @p6 |\n+------+------+\n| | |\n+------+------+\n\nIn standard SQL, if there are multiple conditions, the first condition\nrelates to the SQLSTATE value returned for the previous SQL statement.\nIn MySQL, this is not guaranteed. To get the main error, you cannot do\nthis:\n\nGET DIAGNOSTICS CONDITION 1 @errno = MYSQL_ERRNO;\n\nInstead, retrieve the condition count first, then use it to specify\nwhich condition number to inspect:\n\nGET DIAGNOSTICS @cno = NUMBER;\nGET DIAGNOSTICS CONDITION @cno @errno = MYSQL_ERRNO;\n\nFor information about permissible statement and condition information\nitems, and which ones are populated when a condition occurs, see\nhttp://dev.mysql.com/doc/refman/5.7/en/diagnostics-area.html#diagnostic\ns-area-information-items.\n\nHere is an example that uses GET DIAGNOSTICS and an exception handler\nin stored procedure context to assess the outcome of an insert\noperation. If the insert was successful, the procedure uses GET\nDIAGNOSTICS to get the rows-affected count. This shows that you can use\nGET DIAGNOSTICS multiple times to retrieve information about a\nstatement as long as the current diagnostics area has not been cleared.\n\nCREATE PROCEDURE do_insert(value INT)\nBEGIN\n -- Declare variables to hold diagnostics area information\n DECLARE code CHAR(5) DEFAULT \'00000\';\n DECLARE msg TEXT;\n DECLARE rows INT;\n DECLARE result TEXT;\n -- Declare exception handler for failed insert\n DECLARE CONTINUE HANDLER FOR SQLEXCEPTION\n BEGIN\n GET DIAGNOSTICS CONDITION 1\n code = RETURNED_SQLSTATE, msg = MESSAGE_TEXT;\n END;\n\n -- Perform the insert\n INSERT INTO t1 (int_col) VALUES(value);\n -- Check whether the insert was successful\n IF code = \'00000\' THEN\n GET DIAGNOSTICS rows = ROW_COUNT;\n SET result = CONCAT(\'insert succeeded, row count = \',rows);\n ELSE\n SET result = CONCAT(\'insert failed, error = \',code,\', message = \',msg);\n END IF;\n -- Say what happened\n SELECT result;\nEND;\n\nSuppose that t1.int_col is an integer column that is declared as NOT\nNULL. The procedure produces these results when invoked to insert\nnon-NULL and NULL values, respectively:\n\nmysql> CALL do_insert(1);\n+---------------------------------+\n| result |\n+---------------------------------+\n| insert succeeded, row count = 1 |\n+---------------------------------+\n\nmysql> CALL do_insert(NULL);\n+-------------------------------------------------------------------------+\n| result |\n+-------------------------------------------------------------------------+\n| insert failed, error = 23000, message = Column \'int_col\' cannot be null |\n+-------------------------------------------------------------------------+\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/get-diagnostics.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/get-diagnostics.html'),(198,'NOT REGEXP',38,'Syntax:\nexpr NOT REGEXP pat, expr NOT RLIKE pat\n\nThis is the same as NOT (expr REGEXP pat).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/regexp.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/regexp.html'),(199,'LEAVE',24,'Syntax:\nLEAVE label\n\nThis statement is used to exit the flow control construct that has the\ngiven label. If the label is for the outermost stored program block,\nLEAVE exits the program.\n\nLEAVE can be used within BEGIN ... END or loop constructs (LOOP,\nREPEAT, WHILE).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/leave.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/leave.html'),(200,'ST_GEOHASH',7,'ST_GeoHash(longitude, latitude, max_length), ST_GeoHash(point,\nmax_length)\n\nReturns a geohash string in the connection character set and collation.\nThe result is NULL if any argument is NULL. An error occurs if any\nargument is invalid.\n\nFor the first syntax, the longitude must be a number in the range\n[−180, 180], and the latitude must be a number in the range [−90,\n90]. For the second syntax, a POINT value is required, where the X and\nY coordinates are in the valid ranges for longitude and latitude,\nrespectively.\n\nThe resulting string is no longer than max_length characters, which has\nan upper limit of 100. The string might be shorter than max_length\ncharacters because the algorithm that creates the geohash value\ncontinues until it has created a string that is either an exact\nrepresentation of the location or max_length characters, whichever\ncomes first.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-geohash-functions.html\n\n','mysql> SELECT ST_GeoHash(180,0,10), ST_GeoHash(-180,-90,15);\n+----------------------+-------------------------+\n| ST_GeoHash(180,0,10) | ST_GeoHash(-180,-90,15) |\n+----------------------+-------------------------+\n| xbpbpbpbpb | 000000000000000 |\n+----------------------+-------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-geohash-functions.html'),(201,'NOT IN',20,'Syntax:\nexpr NOT IN (value,...)\n\nThis is the same as NOT (expr IN (value,...)).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(202,'X',11,'X(p)\n\nST_X() and X() are synonyms. For more information, see the description\nof ST_X().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-point-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-point-property-functions.html'),(203,'FOUND_ROWS',17,'Syntax:\nFOUND_ROWS()\n\nA SELECT statement may include a LIMIT clause to restrict the number of\nrows the server returns to the client. In some cases, it is desirable\nto know how many rows the statement would have returned without the\nLIMIT, but without running the statement again. To obtain this row\ncount, include an SQL_CALC_FOUND_ROWS option in the SELECT statement,\nand then invoke FOUND_ROWS() afterward:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','mysql> SELECT SQL_CALC_FOUND_ROWS * FROM tbl_name\n -> WHERE id > 100 LIMIT 10;\nmysql> SELECT FOUND_ROWS();\n','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(204,'CROSSES',31,'Crosses(g1, g2)\n\nST_Crosses() and Crosses() are synonyms. For more information, see the\ndescription of ST_Crosses().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html'),(205,'ST_UNION',26,'ST_Union(g1, g2)\n\nReturns a geometry that represents the point set union of the geometry\nvalues g1 and g2.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html\n\n','mysql> SET @g1 = ST_GeomFromText(\'LineString(1 1, 3 3)\');\nmysql> SET @g2 = ST_GeomFromText(\'LineString(1 3, 3 1)\');\nmysql> SELECT ST_AsText(ST_Union(@g1, @g2));\n+--------------------------------------+\n| ST_AsText(ST_Union(@g1, @g2)) |\n+--------------------------------------+\n| MULTILINESTRING((1 1,3 3),(1 3,3 1)) |\n+--------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html'),(206,'BIT_XOR',16,'Syntax:\nBIT_XOR(expr)\n\nReturns the bitwise XOR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n\nIf there are no matching rows, BIT_XOR() returns a neutral value (all\nbits set to 0).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(207,'->>',7,'column->>path\n\nThis is an improved, unquoting extraction operator available in MySQL\n5.7.13 and later. Whereas the -> operator simply extracts a value, the\n->> operator in addition unquotes the extracted result. In other words,\ngiven a JSON column value column and a path expression path, the\nfollowing three expressions return the same value:\n\no JSON_UNQUOTE( JSON_EXTRACT(column, path) )\n\no JSON_UNQUOTE(column -> path)\n\no column->>path\n\nThe ->> operator can be used wherever JSON_UNQUOTE(JSON_EXTRACT())\nwould be allowed. This includes (but is not limited to) SELECT lists,\nWHERE and HAVING clauses, and ORDER BY and GROUP BY clauses.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html\n\n','mysql> SELECT * FROM jemp WHERE g > 2;\n+-------------------------------+------+\n| c | g |\n+-------------------------------+------+\n| {\"id\": \"3\", \"name\": \"Barney\"} | 3 |\n| {\"id\": \"4\", \"name\": \"Betty\"} | 4 |\n+-------------------------------+------+\n2 rows in set (0.01 sec)\n\nmysql> SELECT c->\'$.name\' AS name \n -> FROM jemp WHERE g > 2;\n+----------+\n| name |\n+----------+\n| \"Barney\" |\n| \"Betty\" |\n+----------+\n2 rows in set (0.00 sec)\n\nmysql> SELECT JSON_UNQUOTE(c->\'$.name\') AS name\n -> FROM jemp WHERE g > 2;\n+--------+\n| name |\n+--------+\n| Barney |\n| Betty |\n+--------+\n2 rows in set (0.00 sec)\n\nmysql> SELECT c->>\'$.name\' AS name\n -> FROM jemp WHERE g > 2;\n+--------+\n| name |\n+--------+\n| Barney |\n| Betty |\n+--------+\n2 rows in set (0.00 sec)\n\nmysql> CREATE TABLE tj10 (a JSON, b INT);\nQuery OK, 0 rows affected (0.26 sec)\n\nmysql> INSERT INTO tj10 VALUES\n -> (\'[3,10,5,\"x\",44]\', 33),\n -> (\'[3,10,5,17,[22,\"y\",66]]\', 0);\nQuery OK, 2 rows affected (0.04 sec)\nRecords: 2 Duplicates: 0 Warnings: 0\n\nmysql> SELECT a->\"$[3]\", a->\"$[4][1]\" FROM tj10;\n+-----------+--------------+\n| a->\"$[3]\" | a->\"$[4][1]\" |\n+-----------+--------------+\n| \"x\" | NULL |\n| 17 | \"y\" |\n+-----------+--------------+\n2 rows in set (0.00 sec)\n\nmysql> SELECT a->>\"$[3]\", a->>\"$[4][1]\" FROM tj10;\n+------------+---------------+\n| a->>\"$[3]\" | a->>\"$[4][1]\" |\n+------------+---------------+\n| x | NULL |\n| 17 | y |\n+------------+---------------+\n2 rows in set (0.00 sec)\n\nmysql> EXPLAIN SELECT c->>\'$.name\' AS name \n -> FROM jemp WHERE g > 2\\G\n*************************** 1. row ***************************\n id: 1\n select_type: SIMPLE\n table: jemp\n partitions: NULL\n type: range\npossible_keys: i\n key: i\n key_len: 5\n ref: NULL\n rows: 2\n filtered: 100.00\n Extra: Using where\n1 row in set, 1 warning (0.00 sec)\n\nmysql> SHOW WARNINGS\\G\n*************************** 1. row ***************************\n Level: Note\n Code: 1003\nMessage: /* select#1 */ select\njson_unquote(json_extract(`jtest`.`jemp`.`c`,\'$.name\')) AS `name` from\n`jtest`.`jemp` where (`jtest`.`jemp`.`g` > 2)\n1 row in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html'),(208,'FLUSH',27,'Syntax:\nFLUSH [NO_WRITE_TO_BINLOG | LOCAL]\n flush_option [, flush_option] ...\n\nThe FLUSH statement has several variant forms that clear or reload\nvarious internal caches, flush tables, or acquire locks. To execute\nFLUSH, you must have the RELOAD privilege. Specific flush options might\nrequire additional privileges, as described later.\n\nBy default, the server writes FLUSH statements to the binary log so\nthat they replicate to replication slaves. To suppress logging, specify\nthe optional NO_WRITE_TO_BINLOG keyword or its alias LOCAL.\n\n*Note*:\n\nFLUSH LOGS, FLUSH TABLES WITH READ LOCK (with or without a table list),\nand FLUSH TABLES tbl_name ... FOR EXPORT are not written to the binary\nlog in any case because they would cause problems if replicated to a\nslave.\n\nSending a SIGHUP signal to the server causes several flush operations\nto occur that are similar to various forms of the FLUSH statement. See\nhttp://dev.mysql.com/doc/refman/5.7/en/server-signal-response.html.\n\nThe FLUSH statement causes an implicit commit. See\nhttp://dev.mysql.com/doc/refman/5.7/en/implicit-commit.html.\n\nThe RESET statement is similar to FLUSH. See [HELP RESET], for\ninformation about using the RESET statement with replication.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/flush.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/flush.html'),(209,'BEGIN END',24,'Syntax:\n[begin_label:] BEGIN\n [statement_list]\nEND [end_label]\n\nBEGIN ... END syntax is used for writing compound statements, which can\nappear within stored programs (stored procedures and functions,\ntriggers, and events). A compound statement can contain multiple\nstatements, enclosed by the BEGIN and END keywords. statement_list\nrepresents a list of one or more statements, each terminated by a\nsemicolon (;) statement delimiter. The statement_list itself is\noptional, so the empty compound statement (BEGIN END) is legal.\n\nBEGIN ... END blocks can be nested.\n\nUse of multiple statements requires that a client is able to send\nstatement strings containing the ; statement delimiter. In the mysql\ncommand-line client, this is handled with the delimiter command.\nChanging the ; end-of-statement delimiter (for example, to //) permit ;\nto be used in a program body. For an example, see\nhttp://dev.mysql.com/doc/refman/5.7/en/stored-programs-defining.html.\n\nA BEGIN ... END block can be labeled. See [HELP labels].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/begin-end.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/begin-end.html'),(210,'SHOW PROCEDURE STATUS',27,'Syntax:\nSHOW PROCEDURE STATUS\n [LIKE \'pattern\' | WHERE expr]\n\nThis statement is a MySQL extension. It returns characteristics of a\nstored procedure, such as the database, name, type, creator, creation\nand modification dates, and character set information. A similar\nstatement, SHOW FUNCTION STATUS, displays information about stored\nfunctions (see [HELP SHOW FUNCTION STATUS]).\n\nThe LIKE clause, if present, indicates which procedure or function\nnames to match. The WHERE clause can be given to select rows using more\ngeneral conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-procedure-status.html\n\n','mysql> SHOW PROCEDURE STATUS LIKE \'sp1\'\\G\n*************************** 1. row ***************************\n Db: test\n Name: sp1\n Type: PROCEDURE\n Definer: testuser@localhost\n Modified: 2004-08-03 15:29:37\n Created: 2004-08-03 15:29:37\n Security_type: DEFINER\n Comment:\ncharacter_set_client: latin1\ncollation_connection: latin1_swedish_ci\n Database Collation: latin1_swedish_ci\n','http://dev.mysql.com/doc/refman/5.7/en/show-procedure-status.html'),(211,'STDDEV_POP',16,'Syntax:\nSTDDEV_POP(expr)\n\nReturns the population standard deviation of expr (the square root of\nVAR_POP()). You can also use STD() or STDDEV(), which are equivalent\nbut not standard SQL.\n\nIf there are no matching rows, STDDEV_POP() returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(212,'SHOW CHARACTER SET',27,'Syntax:\nSHOW CHARACTER SET\n [LIKE \'pattern\' | WHERE expr]\n\nThe SHOW CHARACTER SET statement shows all available character sets.\nThe LIKE clause, if present, indicates which character set names to\nmatch. The WHERE clause can be given to select rows using more general\nconditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html. For example:\n\nmysql> SHOW CHARACTER SET LIKE \'latin%\';\n+---------+-----------------------------+-------------------+--------+\n| Charset | Description | Default collation | Maxlen |\n+---------+-----------------------------+-------------------+--------+\n| latin1 | cp1252 West European | latin1_swedish_ci | 1 |\n| latin2 | ISO 8859-2 Central European | latin2_general_ci | 1 |\n| latin5 | ISO 8859-9 Turkish | latin5_turkish_ci | 1 |\n| latin7 | ISO 8859-13 Baltic | latin7_general_ci | 1 |\n+---------+-----------------------------+-------------------+--------+\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-character-set.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-character-set.html'),(213,'INTERSECTS',31,'Intersects(g1, g2)\n\nMBRIntersects() and Intersects() are synonyms. For more information,\nsee the description of MBRIntersects().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mbr.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mbr.html'),(214,'LOOP',24,'Syntax:\n[begin_label:] LOOP\n statement_list\nEND LOOP [end_label]\n\nLOOP implements a simple loop construct, enabling repeated execution of\nthe statement list, which consists of one or more statements, each\nterminated by a semicolon (;) statement delimiter. The statements\nwithin the loop are repeated until the loop is terminated. Usually,\nthis is accomplished with a LEAVE statement. Within a stored function,\nRETURN can also be used, which exits the function entirely.\n\nNeglecting to include a loop-termination statement results in an\ninfinite loop.\n\nA LOOP statement can be labeled. For the rules regarding label use, see\n[HELP labels].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/loop.html\n\n','CREATE PROCEDURE doiterate(p1 INT)\nBEGIN\n label1: LOOP\n SET p1 = p1 + 1;\n IF p1 < 10 THEN\n ITERATE label1;\n END IF;\n LEAVE label1;\n END LOOP label1;\n SET @x = p1;\nEND;\n','http://dev.mysql.com/doc/refman/5.7/en/loop.html'),(215,'GREATEST',20,'Syntax:\nGREATEST(value1,value2,...)\n\nWith two or more arguments, returns the largest (maximum-valued)\nargument. The arguments are compared using the same rules as for\nLEAST().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT GREATEST(2,0);\n -> 2\nmysql> SELECT GREATEST(34.0,3.0,5.0,767.0);\n -> 767.0\nmysql> SELECT GREATEST(\'B\',\'A\',\'C\');\n -> \'C\'\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(216,'ALTER INSTANCE',40,'Syntax:\nALTER INSTANCE ROTATE INNODB MASTER KEY\n\nALTER INSTANCE, introduced in MySQL 5.7.11, defines actions applicable\nto a MySQL server instance. Using ALTER INSTANCE requires the SUPER\nprivilege.\n\nThe ALTER INSTANCE ROTATE INNODB MASTER KEY statement is used to rotate\nthe master encryption key used for InnoDB tablespace encryption. A\nkeyring plugin must be loaded to use this statement. For information\nabout keyring plugins, see\nhttp://dev.mysql.com/doc/refman/5.7/en/keyring.html.\n\nALTER INSTANCE ROTATE INNODB MASTER KEY supports concurrent DML.\nHowever, it cannot be run concurrently with CREATE TABLE ... ENCRYPTION\nor ALTER TABLE ... ENCRYPTION operations, and locks are taken to\nprevent conflicts that could arise from concurrent execution of these\nstatements. If one of the conflicting statements is running, it must\ncomplete before another can proceed.\n\nALTER INSTANCE actions are written to the binary log so that they can\nbe executed on replicated servers.\n\nFor additional ALTER INSTANCE ROTATE INNODB MASTER KEY usage\ninformation, see\nhttp://dev.mysql.com/doc/refman/5.7/en/innodb-tablespace-encryption.htm\nl. For information about keyring plugins, see\nhttp://dev.mysql.com/doc/refman/5.7/en/keyring.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/alter-instance.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/alter-instance.html'),(217,'ST_CONTAINS',31,'ST_Contains(g1, g2)\n\nReturns 1 or 0 to indicate whether g1 completely contains g2. This\ntests the opposite relationship as ST_Within().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html'),(218,'BIT_AND',16,'Syntax:\nBIT_AND(expr)\n\nReturns the bitwise AND of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n\nIf there are no matching rows, BIT_AND() returns a neutral value (all\nbits set to 1).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(219,'SECOND',32,'Syntax:\nSECOND(time)\n\nReturns the second for time, in the range 0 to 59.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT SECOND(\'10:05:03\');\n -> 3\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(220,'MBRCONTAINS',7,'MBRContains(g1, g2)\n\nReturns 1 or 0 to indicate whether the minimum bounding rectangle of g1\ncontains the minimum bounding rectangle of g2. This tests the opposite\nrelationship as MBRWithin().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html\n\n','mysql> SET @g1 = ST_GeomFromText(\'Polygon((0 0,0 3,3 3,3 0,0 0))\');\nmysql> SET @g2 = ST_GeomFromText(\'Point(1 1)\');\nmysql> SELECT MBRContains(@g1,@g2), MBRWithin(@g2,@g1);\n+----------------------+--------------------+\n| MBRContains(@g1,@g2) | MBRWithin(@g2,@g1) |\n+----------------------+--------------------+\n| 1 | 1 |\n+----------------------+--------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html'),(221,'RELEASE_ALL_LOCKS',14,'Syntax:\nRELEASE_ALL_LOCKS()\n\nReleases all named locks held by the current session and returns the\nnumber of locks released (0 if there were none)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(222,'COT',3,'Syntax:\nCOT(X)\n\nReturns the cotangent of X.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT COT(12);\n -> -1.5726734063977\nmysql> SELECT COT(0);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(223,'SHOW CREATE EVENT',27,'Syntax:\nSHOW CREATE EVENT event_name\n\nThis statement displays the CREATE EVENT statement needed to re-create\na given event. It requires the EVENT privilege for the database from\nwhich the event is to be shown. For example (using the same event\ne_daily defined and then altered in [HELP SHOW EVENTS]):\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-create-event.html\n\n','mysql> SHOW CREATE EVENT test.e_daily\\G\n*************************** 1. row ***************************\n Event: e_daily\n sql_mode:\n time_zone: SYSTEM\n Create Event: CREATE EVENT `e_daily`\n ON SCHEDULE EVERY 1 DAY\n STARTS CURRENT_TIMESTAMP + INTERVAL 6 HOUR\n ON COMPLETION NOT PRESERVE\n ENABLE\n COMMENT \'Saves total number of sessions then\n clears the table each day\'\n DO BEGIN\n INSERT INTO site_activity.totals (time, total)\n SELECT CURRENT_TIMESTAMP, COUNT(*)\n FROM site_activity.sessions;\n DELETE FROM site_activity.sessions;\n END\ncharacter_set_client: latin1\ncollation_connection: latin1_swedish_ci\n Database Collation: latin1_swedish_ci\n','http://dev.mysql.com/doc/refman/5.7/en/show-create-event.html'),(224,'OR',15,'Syntax:\nOR, ||\n\nLogical OR. When both operands are non-NULL, the result is 1 if any\noperand is nonzero, and 0 otherwise. With a NULL operand, the result is\n1 if the other operand is nonzero, and NULL otherwise. If both operands\nare NULL, the result is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/logical-operators.html\n\n','mysql> SELECT 1 OR 1;\n -> 1\nmysql> SELECT 1 OR 0;\n -> 1\nmysql> SELECT 0 OR 0;\n -> 0\nmysql> SELECT 0 OR NULL;\n -> NULL\nmysql> SELECT 1 OR NULL;\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/logical-operators.html'),(225,'LOAD_FILE',38,'Syntax:\nLOAD_FILE(file_name)\n\nReads the file and returns the file contents as a string. To use this\nfunction, the file must be located on the server host, you must specify\nthe full path name to the file, and you must have the FILE privilege.\nThe file must be readable by all and its size less than\nmax_allowed_packet bytes. If the secure_file_priv system variable is\nset to a nonempty directory name, the file to be loaded must be located\nin that directory.\n\nIf the file does not exist or cannot be read because one of the\npreceding conditions is not satisfied, the function returns NULL.\n\nThe character_set_filesystem system variable controls interpretation of\nfile names that are given as literal strings.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> UPDATE t\n SET blob_col=LOAD_FILE(\'/tmp/picture\')\n WHERE id=1;\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(226,'POINTFROMTEXT',4,'PointFromText(wkt[, srid])\n\nST_PointFromText() and PointFromText() are synonyms. For more\ninformation, see the description of ST_PointFromText().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(227,'DATE_FORMAT',32,'Syntax:\nDATE_FORMAT(date,format)\n\nFormats the date value according to the format string.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT DATE_FORMAT(\'2009-10-04 22:23:00\', \'%W %M %Y\');\n -> \'Sunday October 2009\'\nmysql> SELECT DATE_FORMAT(\'2007-10-04 22:23:00\', \'%H:%i:%s\');\n -> \'22:23:00\'\nmysql> SELECT DATE_FORMAT(\'1900-10-04 22:23:00\',\n -> \'%D %y %a %d %m %b %j\');\n -> \'4th 00 Thu 04 10 Oct 277\'\nmysql> SELECT DATE_FORMAT(\'1997-10-04 22:23:00\',\n -> \'%H %k %I %r %T %S %w\');\n -> \'22 22 10 10:23:00 PM 22:23:00 00 6\'\nmysql> SELECT DATE_FORMAT(\'1999-01-01\', \'%X %V\');\n -> \'1998 52\'\nmysql> SELECT DATE_FORMAT(\'2006-06-00\', \'%d\');\n -> \'00\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(228,'YEAR',32,'Syntax:\nYEAR(date)\n\nReturns the year for date, in the range 1000 to 9999, or 0 for the\n\"zero\" date.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT YEAR(\'1987-01-01\');\n -> 1987\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(229,'IS NULL',20,'Syntax:\nIS NULL\n\nTests whether a value is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT 1 IS NULL, 0 IS NULL, NULL IS NULL;\n -> 0, 0, 1\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(230,'ALTER SERVER',40,'Syntax:\nALTER SERVER server_name\n OPTIONS (option [, option] ...)\n\nAlters the server information for server_name, adjusting any of the\noptions permitted in the CREATE SERVER statement. The corresponding\nfields in the mysql.servers table are updated accordingly. This\nstatement requires the SUPER privilege.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/alter-server.html\n\n','ALTER SERVER s OPTIONS (USER \'sally\');\n','http://dev.mysql.com/doc/refman/5.7/en/alter-server.html'),(231,'RESIGNAL',24,'Syntax:\nRESIGNAL [condition_value]\n [SET signal_information_item\n [, signal_information_item] ...]\n\ncondition_value:\n SQLSTATE [VALUE] sqlstate_value\n | condition_name\n\nsignal_information_item:\n condition_information_item_name = simple_value_specification\n\ncondition_information_item_name:\n CLASS_ORIGIN\n | SUBCLASS_ORIGIN\n | MESSAGE_TEXT\n | MYSQL_ERRNO\n | CONSTRAINT_CATALOG\n | CONSTRAINT_SCHEMA\n | CONSTRAINT_NAME\n | CATALOG_NAME\n | SCHEMA_NAME\n | TABLE_NAME\n | COLUMN_NAME\n | CURSOR_NAME\n\ncondition_name, simple_value_specification:\n (see following discussion)\n\nRESIGNAL passes on the error condition information that is available\nduring execution of a condition handler within a compound statement\ninside a stored procedure or function, trigger, or event. RESIGNAL may\nchange some or all information before passing it on. RESIGNAL is\nrelated to SIGNAL, but instead of originating a condition as SIGNAL\ndoes, RESIGNAL relays existing condition information, possibly after\nmodifying it.\n\nRESIGNAL makes it possible to both handle an error and return the error\ninformation. Otherwise, by executing an SQL statement within the\nhandler, information that caused the handler\'s activation is destroyed.\nRESIGNAL also can make some procedures shorter if a given handler can\nhandle part of a situation, then pass the condition \"up the line\" to\nanother handler.\n\nNo special privileges are required to execute the RESIGNAL statement.\n\nAll forms of RESIGNAL require that the current context be a condition\nhandler. Otherwise, RESIGNAL is illegal and a RESIGNAL when handler not\nactive error occurs.\n\nTo retrieve information from the diagnostics area, use the GET\nDIAGNOSTICS statement (see [HELP GET DIAGNOSTICS]). For information\nabout the diagnostics area, see\nhttp://dev.mysql.com/doc/refman/5.7/en/diagnostics-area.html.\n\nFor condition_value and signal_information_item, the definitions and\nrules are the same for RESIGNAL as for SIGNAL. For example, the\ncondition_value can be an SQLSTATE value, and the value can indicate\nerrors, warnings, or \"not found.\" For additional information, see [HELP\nSIGNAL].\n\nThe RESIGNAL statement takes condition_value and SET clauses, both of\nwhich are optional. This leads to several possible uses:\n\no RESIGNAL alone:\n\nRESIGNAL;\n\no RESIGNAL with new signal information:\n\nRESIGNAL SET signal_information_item [, signal_information_item] ...;\n\no RESIGNAL with a condition value and possibly new signal information:\n\nRESIGNAL condition_value\n [SET signal_information_item [, signal_information_item] ...];\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/resignal.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/resignal.html'),(232,'MBRCOVERS',7,'MBRCovers(g1, g2)\n\nReturns 1 or 0 to indicate whether the minimum bounding rectangle of g1\ncovers the minimum bounding rectangle of g2. This tests the opposite\nrelationship as MBRCoveredBy(). See the description of MBRCoveredBy()\nfor examples and information about argument handling.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html'),(233,'ST_NUMPOINTS',13,'ST_NumPoints(ls)\n\nReturns the number of Point objects in the LineString value ls.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html\n\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT ST_NumPoints(ST_GeomFromText(@ls));\n+------------------------------------+\n| ST_NumPoints(ST_GeomFromText(@ls)) |\n+------------------------------------+\n| 3 |\n+------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html'),(234,'TIME FUNCTION',32,'Syntax:\nTIME(expr)\n\nExtracts the time part of the time or datetime expression expr and\nreturns it as a string.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT TIME(\'2003-12-31 01:02:03\');\n -> \'01:02:03\'\nmysql> SELECT TIME(\'2003-12-31 01:02:03.000123\');\n -> \'01:02:03.000123\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(235,'DATE_ADD',32,'Syntax:\nDATE_ADD(date,INTERVAL expr unit), DATE_SUB(date,INTERVAL expr unit)\n\nThese functions perform date arithmetic. The date argument specifies\nthe starting date or datetime value. expr is an expression specifying\nthe interval value to be added or subtracted from the starting date.\nexpr is a string; it may start with a - for negative intervals. unit is\na keyword indicating the units in which the expression should be\ninterpreted.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT \'2008-12-31 23:59:59\' + INTERVAL 1 SECOND;\n -> \'2009-01-01 00:00:00\'\nmysql> SELECT INTERVAL 1 DAY + \'2008-12-31\';\n -> \'2009-01-01\'\nmysql> SELECT \'2005-01-01\' - INTERVAL 1 SECOND;\n -> \'2004-12-31 23:59:59\'\nmysql> SELECT DATE_ADD(\'2000-12-31 23:59:59\',\n -> INTERVAL 1 SECOND);\n -> \'2001-01-01 00:00:00\'\nmysql> SELECT DATE_ADD(\'2010-12-31 23:59:59\',\n -> INTERVAL 1 DAY);\n -> \'2011-01-01 23:59:59\'\nmysql> SELECT DATE_ADD(\'2100-12-31 23:59:59\',\n -> INTERVAL \'1:1\' MINUTE_SECOND);\n -> \'2101-01-01 00:01:00\'\nmysql> SELECT DATE_SUB(\'2005-01-01 00:00:00\',\n -> INTERVAL \'1 1:1:1\' DAY_SECOND);\n -> \'2004-12-30 22:58:59\'\nmysql> SELECT DATE_ADD(\'1900-01-01 00:00:00\',\n -> INTERVAL \'-1 10\' DAY_HOUR);\n -> \'1899-12-30 14:00:00\'\nmysql> SELECT DATE_SUB(\'1998-01-02\', INTERVAL 31 DAY);\n -> \'1997-12-02\'\nmysql> SELECT DATE_ADD(\'1992-12-31 23:59:59.000002\',\n -> INTERVAL \'1.999999\' SECOND_MICROSECOND);\n -> \'1993-01-01 00:00:01.000001\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(236,'JSON_VALID',7,'JSON_VALID(val)\n\nReturns 0 or 1 to indicate whether a value is a valid JSON document.\nReturns NULL if the argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-attribute-functions.html\n\n','mysql> SELECT JSON_VALID(\'{\"a\": 1}\');\n+------------------------+\n| JSON_VALID(\'{\"a\": 1}\') |\n+------------------------+\n| 1 |\n+------------------------+\nmysql> SELECT JSON_VALID(\'hello\'), JSON_VALID(\'\"hello\"\');\n+---------------------+-----------------------+\n| JSON_VALID(\'hello\') | JSON_VALID(\'\"hello\"\') |\n+---------------------+-----------------------+\n| 0 | 1 |\n+---------------------+-----------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-attribute-functions.html'),(237,'ST_ENVELOPE',37,'ST_Envelope(g)\n\nReturns the minimum bounding rectangle (MBR) for the geometry value g,\nor NULL if the argument is NULL. The result is returned as a Polygon\nvalue that is defined by the corner points of the bounding box:\n\nPOLYGON((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n\nmysql> SELECT ST_AsText(ST_Envelope(ST_GeomFromText(\'LineString(1 1,2 2)\')));\n+----------------------------------------------------------------+\n| ST_AsText(ST_Envelope(ST_GeomFromText(\'LineString(1 1,2 2)\'))) |\n+----------------------------------------------------------------+\n| POLYGON((1 1,2 1,2 2,1 2,1 1)) |\n+----------------------------------------------------------------+\n\nAs of MySQL 5.7.6, if the argument is a point or a vertical or\nhorizontal line segment, ST_Envelope() returns the point or the line\nsegment as its MBR rather than returning an invalid polygon:\n\nmysql> SELECT ST_AsText(ST_Envelope(ST_GeomFromText(\'LineString(1 1,1 2)\')));\n+----------------------------------------------------------------+\n| ST_AsText(ST_Envelope(ST_GeomFromText(\'LineString(1 1,1 2)\'))) |\n+----------------------------------------------------------------+\n| LINESTRING(1 1,1 2) |\n+----------------------------------------------------------------+\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html'),(238,'LIKE',38,'Syntax:\nexpr LIKE pat [ESCAPE \'escape_char\']\n\nPattern matching using an SQL pattern. Returns 1 (TRUE) or 0 (FALSE).\nIf either expr or pat is NULL, the result is NULL.\n\nThe pattern need not be a literal string. For example, it can be\nspecified as a string expression or table column.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-comparison-functions.html\n\n','mysql> SELECT \'David!\' LIKE \'David_\';\n -> 1\nmysql> SELECT \'David!\' LIKE \'%D%v%\';\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/string-comparison-functions.html'),(239,'MULTIPOINT',25,'MultiPoint(pt1, pt2, ...)\n\nConstructs a MultiPoint value using Point or WKB Point arguments.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html'),(240,'>>',19,'Syntax:\n>>\n\nShifts a longlong (BIGINT) number to the right.\n\nThe result is an unsigned 64-bit integer. The value is truncated to 64\nbits. In particular, if the shift count is greater or equal to the\nwidth of an unsigned 64-bit number, the result is zero.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html\n\n','mysql> SELECT 4 >> 2;\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html'),(241,'FETCH',24,'Syntax:\nFETCH [[NEXT] FROM] cursor_name INTO var_name [, var_name] ...\n\nThis statement fetches the next row for the SELECT statement associated\nwith the specified cursor (which must be open), and advances the cursor\npointer. If a row exists, the fetched columns are stored in the named\nvariables. The number of columns retrieved by the SELECT statement must\nmatch the number of output variables specified in the FETCH statement.\n\nIf no more rows are available, a No Data condition occurs with SQLSTATE\nvalue \'02000\'. To detect this condition, you can set up a handler for\nit (or for a NOT FOUND condition). For an example, see\nhttp://dev.mysql.com/doc/refman/5.7/en/cursors.html.\n\nBe aware that another operation, such as a SELECT or another FETCH, may\nalso cause the handler to execute by raising the same condition. If it\nis necessary to distinguish which operation raised the condition, place\nthe operation within its own BEGIN ... END block so that it can be\nassociated with its own handler.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/fetch.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/fetch.html'),(242,'TRUE FALSE',30,'The constants TRUE and FALSE evaluate to 1 and 0, respectively. The\nconstant names can be written in any lettercase.\n\nmysql> SELECT TRUE, true, FALSE, false;\n -> 1, 1, 0, 0\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/boolean-literals.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/boolean-literals.html'),(243,'MBRWITHIN',7,'MBRWithin(g1, g2)\n\nReturns 1 or 0 to indicate whether the minimum bounding rectangle of g1\nis within the minimum bounding rectangle of g2. This tests the opposite\nrelationship as MBRContains().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html\n\n','mysql> SET @g1 = ST_GeomFromText(\'Polygon((0 0,0 3,3 3,3 0,0 0))\');\nmysql> SET @g2 = ST_GeomFromText(\'Polygon((0 0,0 5,5 5,5 0,0 0))\');\nmysql> SELECT MBRWithin(@g1,@g2), MBRWithin(@g2,@g1);\n+--------------------+--------------------+\n| MBRWithin(@g1,@g2) | MBRWithin(@g2,@g1) |\n+--------------------+--------------------+\n| 1 | 0 |\n+--------------------+--------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html'),(244,'SESSION_USER',17,'Syntax:\nSESSION_USER()\n\nSESSION_USER() is a synonym for USER().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(245,'SHOW CREATE FUNCTION',27,'Syntax:\nSHOW CREATE FUNCTION func_name\n\nThis statement is similar to SHOW CREATE PROCEDURE but for stored\nfunctions. See [HELP SHOW CREATE PROCEDURE].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-create-function.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-create-function.html'),(246,'DISTANCE',31,'Distance(g1, g2)\n\nST_Distance() and Distance() are synonyms. For more information, see\nthe description of ST_Distance().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html'),(247,'STR_TO_DATE',32,'Syntax:\nSTR_TO_DATE(str,format)\n\nThis is the inverse of the DATE_FORMAT() function. It takes a string\nstr and a format string format. STR_TO_DATE() returns a DATETIME value\nif the format string contains both date and time parts, or a DATE or\nTIME value if the string contains only date or time parts. If the date,\ntime, or datetime value extracted from str is illegal, STR_TO_DATE()\nreturns NULL and produces a warning.\n\nThe server scans str attempting to match format to it. The format\nstring can contain literal characters and format specifiers beginning\nwith %. Literal characters in format must match literally in str.\nFormat specifiers in format must match a date or time part in str. For\nthe specifiers that can be used in format, see the DATE_FORMAT()\nfunction description.\n\nmysql> SELECT STR_TO_DATE(\'01,5,2013\',\'%d,%m,%Y\');\n -> \'2013-05-01\'\nmysql> SELECT STR_TO_DATE(\'May 1, 2013\',\'%M %d,%Y\');\n -> \'2013-05-01\'\n\nScanning starts at the beginning of str and fails if format is found\nnot to match. Extra characters at the end of str are ignored.\n\nmysql> SELECT STR_TO_DATE(\'a09:30:17\',\'a%h:%i:%s\');\n -> \'09:30:17\'\nmysql> SELECT STR_TO_DATE(\'a09:30:17\',\'%h:%i:%s\');\n -> NULL\nmysql> SELECT STR_TO_DATE(\'09:30:17a\',\'%h:%i:%s\');\n -> \'09:30:17\'\n\nUnspecified date or time parts have a value of 0, so incompletely\nspecified values in str produce a result with some or all parts set to\n0:\n\nmysql> SELECT STR_TO_DATE(\'abc\',\'abc\');\n -> \'0000-00-00\'\nmysql> SELECT STR_TO_DATE(\'9\',\'%m\');\n -> \'0000-09-00\'\nmysql> SELECT STR_TO_DATE(\'9\',\'%s\');\n -> \'00:00:09\'\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(248,'Y',11,'Y(p)\n\nST_Y() and Y() are synonyms. For more information, see the description\nof ST_Y().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-point-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-point-property-functions.html'),(249,'CHECKSUM TABLE',21,'Syntax:\nCHECKSUM TABLE tbl_name [, tbl_name] ... [QUICK | EXTENDED]\n\nCHECKSUM TABLE reports a checksum for the contents of a table. During\nthe checksum operation, the table is locked with a read lock for InnoDB\nand MyISAM. You can use this statement to verify that the contents are\nthe same before and after a backup, rollback, or other operation that\nis intended to put the data back to a known state. This statement\nrequires the SELECT privilege for the table.\n\nThis statement is not supported for views. If you run CHECKSUM TABLE\nagainst a view, the Checksum value is always NULL, and a warning is\nreturned.\n\nPerformance Considerations\n\nBy default, the entire table is read row by row and the checksum is\ncalculated. For large tables, this could take a long time, thus you\nwould only perform this operation occasionally. This row-by-row\ncalculation is what you get with the EXTENDED clause, with InnoDB and\nall other storage engines other than MyISAM, and with MyISAM tables not\ncreated with the CHECKSUM=1 clause.\n\nFor MyISAM tables created with the CHECKSUM=1 clause, CHECKSUM TABLE or\nCHECKSUM TABLE ... QUICK returns the \"live\" table checksum that can be\nreturned very fast. If the table does not meet all these conditions,\nthe QUICK method returns NULL. See [HELP CREATE TABLE] for the syntax\nof the CHECKSUM clause.\n\nFor a nonexistent table, CHECKSUM TABLE returns NULL and generates a\nwarning.\n\nThe checksum value depends on the table row format. If the row format\nchanges, the checksum also changes. For example, the storage format for\ntemporal types such as TIME, DATETIME, and TIMESTAMP changed in MySQL\n5.6 prior to MySQL 5.6.5, so if a 5.5 table is upgraded to MySQL 5.6,\nthe checksum value may change.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/checksum-table.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/checksum-table.html'),(250,'NUMINTERIORRINGS',2,'NumInteriorRings(poly)\n\nST_NumInteriorRings() and NumInteriorRings() are synonyms. For more\ninformation, see the description of ST_NumInteriorRings().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html'),(251,'INTERIORRINGN',2,'InteriorRingN(poly, N)\n\nST_InteriorRingN() and InteriorRingN() are synonyms. For more\ninformation, see the description of ST_InteriorRingN().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html'),(252,'UTC_TIME',32,'Syntax:\nUTC_TIME, UTC_TIME([fsp])\n\nReturns the current UTC time as a value in \'HH:MM:SS\' or HHMMSS format,\ndepending on whether the function is used in a string or numeric\ncontext.\n\nIf the fsp argument is given to specify a fractional seconds precision\nfrom 0 to 6, the return value includes a fractional seconds part of\nthat many digits.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT UTC_TIME(), UTC_TIME() + 0;\n -> \'18:07:53\', 180753.000000\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(253,'IS_IPV4_COMPAT',14,'Syntax:\nIS_IPV4_COMPAT(expr)\n\nThis function takes an IPv6 address represented in numeric form as a\nbinary string, as returned by INET6_ATON(). It returns 1 if the\nargument is a valid IPv4-compatible IPv6 address, 0 otherwise.\nIPv4-compatible addresses have the form ::ipv4_address.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','mysql> SELECT IS_IPV4_COMPAT(INET6_ATON(\'::10.0.5.9\'));\n -> 1\nmysql> SELECT IS_IPV4_COMPAT(INET6_ATON(\'::ffff:10.0.5.9\'));\n -> 0\n','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(254,'DROP FUNCTION',40,'The DROP FUNCTION statement is used to drop stored functions and\nuser-defined functions (UDFs):\n\no For information about dropping stored functions, see [HELP DROP\n PROCEDURE].\n\no For information about dropping user-defined functions, see [HELP DROP\n FUNCTION UDF].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/drop-function.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/drop-function.html'),(255,'ST_POLYFROMTEXT',4,'ST_PolyFromText(wkt[, srid]), ST_PolygonFromText(wkt[, srid])\n\nConstructs a Polygon value using its WKT representation and SRID.\n\nThe result is NULL if the geometry argument is NULL or not a\nsyntactically well-formed geometry, or if the SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(256,'STDDEV',16,'Syntax:\nSTDDEV(expr)\n\nReturns the population standard deviation of expr. This function is\nprovided for compatibility with Oracle. The standard SQL function\nSTDDEV_POP() can be used instead.\n\nIf there are no matching rows, STDDEV() returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(257,'PERIOD_ADD',32,'Syntax:\nPERIOD_ADD(P,N)\n\nAdds N months to period P (in the format YYMM or YYYYMM). Returns a\nvalue in the format YYYYMM. Note that the period argument P is not a\ndate value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT PERIOD_ADD(200801,2);\n -> 200803\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(258,'RIGHT',38,'Syntax:\nRIGHT(str,len)\n\nReturns the rightmost len characters from the string str, or NULL if\nany argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT RIGHT(\'foobarbar\', 4);\n -> \'rbar\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(259,'DROP TABLESPACE',40,'Syntax:\nDROP TABLESPACE tablespace_name\n [ENGINE [=] engine_name]\n\nThis statement drops a tablespace that was previously created using\nCREATE TABLESPACE. It is supported with all MySQL NDB Cluster 7.5\nreleases, and with InnoDB in the standard MySQL Server as well,\nbeginning with MySQL 5.7.6.\n\nENGINE sets the storage engine that uses the tablespace, where\nengine_name is the name of the storage engine. Currently, the values\nInnoDB and NDB are supported. If not set, the value of\ndefault_storage_engine is used. If it is not the same as the storage\nengine used to create the tablespace, the DROP TABLESPACE statement\nfails.\n\nFor an InnoDB tablespace, all tables must be dropped from the\ntablespace prior to a DROP TABLESPACE operation. If the tablespace is\nnot empty, DROP TABLESPACE returns an error.\n\nAs with the InnoDB system tablespace, truncating or dropping InnoDB\ntables stored in a general tablespace creates free space in the\ntablespace .ibd data file, which can only be used for new InnoDB data.\nSpace is not released back to the operating system by such operations\nas it is for file-per-table tablespaces.\n\nAn NDB tablespace to be dropped must not contain any data files; in\nother words, before you can drop an NDB tablespace, you must first drop\neach of its data files using ALTER TABLESPACE ... DROP DATAFILE.\n\nNotes\n\no Tablespaces are not deleted automatically. A tablespace must be\n dropped explicitly using DROP TABLESPACE. DROP DATABASE has no effect\n in this regard, even if the operation drops all tables belonging to\n the tablespace.\n\no A DROP DATABASE operation can drop tables that belong to a general\n tablespace but it cannot drop the tablespace, even if the operation\n drops all tables that belong to the tablespace. The tablespace must\n be dropped explicitly using DROP TABLESPACE tablespace_name.\n\no Similar to the system tablespace, truncating or dropping tables\n stored in a general tablespace creates free space internally in the\n general tablespace .ibd data file which can only be used for new\n InnoDB data. Space is not released back to the operating system as it\n is for file-per-table tablespaces.\n\nInnoDB Example\n\nThis example demonstrates how to drop an InnoDB general tablespace. The\ngeneral tablespace ts1 is created with a single table. Before dropping\nthe tablespace, the table must be dropped.\n\nmysql> CREATE TABLESPACE `ts1`\n -> ADD DATAFILE \'ts1.ibd\'\n -> ENGINE=INNODB;\nQuery OK, 0 rows affected (0.01 sec)\n\nmysql> CREATE TABLE t1 (c1 INT PRIMARY KEY)\n -> TABLESPACE ts10\n -> ENGINE=INNODB;\nQuery OK, 0 rows affected (0.02 sec)\n\nmysql> DROP TABLE t1;\nQuery OK, 0 rows affected (0.01 sec)\n\nmysql> DROP TABLESPACE ts1;\nQuery OK, 0 rows affected (0.01 sec)\n\nNDB Example\n\nThis example shows how to drop an NDB tablespace myts having a data\nfile named mydata-1.dat after first creating the tablespace, and\nassumes the existence of a log file group named mylg (see [HELP CREATE\nLOGFILE GROUP]).\n\nmysql> CREATE TABLESPACE myts\n -> ADD DATAFILE \'mydata-1.dat\'\n -> USE LOGFILE GROUP mylg\n -> ENGINE=NDB;\n\nYou must remove all data files from the tablespace using ALTER\nTABLESPACE, as shown here, before it can be dropped:\n\nmysql> ALTER TABLESPACE myts\n -> DROP DATAFILE \'mydata-1.dat\'\n -> ENGINE=NDB;\n\nmysql> DROP TABLESPACE myts;\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/drop-tablespace.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/drop-tablespace.html'),(260,'CHECK TABLE',21,'Syntax:\nCHECK TABLE tbl_name [, tbl_name] ... [option] ...\n\noption = {\n FOR UPGRADE\n | QUICK\n | FAST\n | MEDIUM\n | EXTENDED\n | CHANGED\n}\n\nCHECK TABLE checks a table or tables for errors. CHECK TABLE works for\nInnoDB, MyISAM, ARCHIVE, and CSV tables. For MyISAM tables, the key\nstatistics are updated as well.\n\nBefore running CHECK TABLE on InnoDB tables, see\nhttp://dev.mysql.com/doc/refman/5.7/en/check-table.html#check-table-inn\nodb.\n\nTo check a table, you must have some privilege for it.\n\nCHECK TABLE can also check views for problems, such as tables that are\nreferenced in the view definition that no longer exist.\n\nCHECK TABLE is supported for partitioned tables, and you can use ALTER\nTABLE ... CHECK PARTITION to check one or more partitions; for more\ninformation, see [HELP ALTER TABLE], and\nhttp://dev.mysql.com/doc/refman/5.7/en/partitioning-maintenance.html.\n\nIn MySQL 5.7.1, gtid_next must be set to AUTOMATIC before issuing this\nstatement. This restriction does not apply in MySQL 5.7.2 or later.\n(Bug #16062608, Bug #16715809, Bug #69045)\n\nCHECK TABLE ignores generated virtual columns that are not indexed.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/check-table.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/check-table.html'),(261,'BIN',38,'Syntax:\nBIN(N)\n\nReturns a string representation of the binary value of N, where N is a\nlonglong (BIGINT) number. This is equivalent to CONV(N,10,2). Returns\nNULL if N is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT BIN(12);\n -> \'1100\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(262,'MULTILINESTRING',25,'MultiLineString(ls1, ls2, ...)\n\nConstructs a MultiLineString value using LineString or WKB LineString\narguments.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html'),(263,'SHOW RELAYLOG EVENTS',27,'Syntax:\nSHOW RELAYLOG EVENTS\n [IN \'log_name\'] [FROM pos] [LIMIT [offset,] row_count]\n\nShows the events in the relay log of a replication slave. If you do not\nspecify \'log_name\', the first relay log is displayed. This statement\nhas no effect on the master.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-relaylog-events.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-relaylog-events.html'),(264,'MPOINTFROMTEXT',4,'MPointFromText(wkt[, srid]), MultiPointFromText(wkt[, srid])\n\nST_MPointFromText(), ST_MultiPointFromText(), MPointFromText(), and\nMultiPointFromText() are synonyms. For more information, see the\ndescription of ST_MPointFromText().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(265,'SUBSTR',38,'Syntax:\nSUBSTR(str,pos), SUBSTR(str FROM pos), SUBSTR(str,pos,len), SUBSTR(str\nFROM pos FOR len)\n\nSUBSTR() is a synonym for SUBSTRING().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(266,'CHAR',23,'[NATIONAL] CHAR[(M)] [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nA fixed-length string that is always right-padded with spaces to the\nspecified length when stored. M represents the column length in\ncharacters. The range of M is 0 to 255. If M is omitted, the length is\n1.\n\n*Note*:\n\nTrailing spaces are removed when CHAR values are retrieved unless the\nPAD_CHAR_TO_FULL_LENGTH SQL mode is enabled.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(267,'COUNT DISTINCT',16,'Syntax:\nCOUNT(DISTINCT expr,[expr...])\n\nReturns a count of the number of rows with different non-NULL expr\nvalues.\n\nIf there are no matching rows, COUNT(DISTINCT) returns 0.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','mysql> SELECT COUNT(DISTINCT results) FROM student;\n','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(268,'SHOW CREATE VIEW',27,'Syntax:\nSHOW CREATE VIEW view_name\n\nThis statement shows the CREATE VIEW statement that creates the named\nview.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-create-view.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-create-view.html'),(269,'INTERVAL',20,'Syntax:\nINTERVAL(N,N1,N2,N3,...)\n\nReturns 0 if N < N1, 1 if N < N2 and so on or -1 if N is NULL. All\narguments are treated as integers. It is required that N1 < N2 < N3 <\n... < Nn for this function to work correctly. This is because a binary\nsearch is used (very fast).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT INTERVAL(23, 1, 15, 17, 30, 44, 200);\n -> 3\nmysql> SELECT INTERVAL(10, 1, 10, 100, 1000);\n -> 2\nmysql> SELECT INTERVAL(22, 23, 30, 44, 200);\n -> 0\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(270,'FROM_DAYS',32,'Syntax:\nFROM_DAYS(N)\n\nGiven a day number N, returns a DATE value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT FROM_DAYS(730669);\n -> \'2007-07-03\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(271,'ALTER PROCEDURE',40,'Syntax:\nALTER PROCEDURE proc_name [characteristic ...]\n\ncharacteristic:\n COMMENT \'string\'\n | LANGUAGE SQL\n | { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA }\n | SQL SECURITY { DEFINER | INVOKER }\n\nThis statement can be used to change the characteristics of a stored\nprocedure. More than one change may be specified in an ALTER PROCEDURE\nstatement. However, you cannot change the parameters or body of a\nstored procedure using this statement; to make such changes, you must\ndrop and re-create the procedure using DROP PROCEDURE and CREATE\nPROCEDURE.\n\nYou must have the ALTER ROUTINE privilege for the procedure. By\ndefault, that privilege is granted automatically to the procedure\ncreator. This behavior can be changed by disabling the\nautomatic_sp_privileges system variable. See\nhttp://dev.mysql.com/doc/refman/5.7/en/stored-routines-privileges.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/alter-procedure.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/alter-procedure.html'),(272,'BIT_COUNT',19,'Syntax:\nBIT_COUNT(N)\n\nReturns the number of bits that are set in the argument N as an\nunsigned 64-bit integer, or NULL if the argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html\n\n','mysql> SELECT BIT_COUNT(29), BIT_COUNT(b\'101010\');\n -> 4, 3\n','http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html'),(273,'ST_POINTFROMWKB',33,'ST_PointFromWKB(wkb[, srid])\n\nConstructs a Point value using its WKB representation and SRID.\n\nThe result is NULL if the WKB or SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(274,'ST_MAKEENVELOPE',7,'ST_MakeEnvelope(pt1, pt2)\n\nReturns the rectangle that forms the envelope around two points, as a\nPoint, LineString, or Polygon. If any argument is NULL, the return\nvalue is NULL.\n\nCalculations are done using the Cartesian coordinate system rather than\non a sphere, spheroid, or on earth.\n\nGiven two points pt1 and pt2, ST_MakeEnvelope() creates the result\ngeometry on an abstract plane like this:\n\no If pt1 and pt2 are equal, the result is the point pt1.\n\no Otherwise, if (pt1, pt2) is a vertical or horizontal line segment,\n the result is the line segment (pt1, pt2).\n\no Otherwise, the result is a polygon using pt1 and pt2 as diagonal\n points.\n\nThe result geometry has an SRID of 0.\n\nST_MakeEnvelope() requires Point geometry arguments with an SRID of 0.\nAn ER_WRONG_ARGUMENTS error occurs otherwise.\n\nIf any argument is not a valid geometry byte string, or if any\ncoordinate value of the two points is infinite (that is, NaN), an\nER_GIS_INVALID_DATA error occurs.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-convenience-functions.html\n\n','mysql> SET @pt1 = ST_GeomFromText(\'POINT(0 0)\');\nmysql> SET @pt2 = ST_GeomFromText(\'POINT(1 1)\');\nmysql> SELECT ST_AsText(ST_MakeEnvelope(@pt1, @pt2));\n+----------------------------------------+\n| ST_AsText(ST_MakeEnvelope(@pt1, @pt2)) |\n+----------------------------------------+\n| POLYGON((0 0,1 0,1 1,0 1,0 0)) |\n+----------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-convenience-functions.html'),(275,'ST_WITHIN',31,'ST_Within(g1, g2)\n\nReturns 1 or 0 to indicate whether g1 is spatially within g2. This\ntests the opposite relationship as ST_Contains().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html'),(276,'ACOS',3,'Syntax:\nACOS(X)\n\nReturns the arc cosine of X, that is, the value whose cosine is X.\nReturns NULL if X is not in the range -1 to 1.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT ACOS(1);\n -> 0\nmysql> SELECT ACOS(1.0001);\n -> NULL\nmysql> SELECT ACOS(0);\n -> 1.5707963267949\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(277,'ISOLATION',8,'Syntax:\nSET [GLOBAL | SESSION] TRANSACTION\n transaction_characteristic [, transaction_characteristic] ...\n\ntransaction_characteristic:\n ISOLATION LEVEL level\n | READ WRITE\n | READ ONLY\n\nlevel:\n REPEATABLE READ\n | READ COMMITTED\n | READ UNCOMMITTED\n | SERIALIZABLE\n\nThis statement specifies transaction characteristics. It takes a list\nof one or more characteristic values separated by commas. These\ncharacteristics set the transaction isolation level or access mode. The\nisolation level is used for operations on InnoDB tables. The access\nmode may be specified as to whether transactions operate in read/write\nor read-only mode.\n\nIn addition, SET TRANSACTION can include an optional GLOBAL or SESSION\nkeyword to indicate the scope of the statement.\n\nScope of Transaction Characteristics\n\nYou can set transaction characteristics globally, for the current\nsession, or for the next transaction:\n\no With the GLOBAL keyword, the statement applies globally for all\n subsequent sessions. Existing sessions are unaffected.\n\no With the SESSION keyword, the statement applies to all subsequent\n transactions performed within the current session.\n\no Without any SESSION or GLOBAL keyword, the statement applies to the\n next (not started) transaction performed within the current session.\n Subsequent transactions revert to using the SESSION isolation level.\n\nA global change to transaction characteristics requires the SUPER\nprivilege. Any session is free to change its session characteristics\n(even in the middle of a transaction), or the characteristics for its\nnext transaction.\n\nSET TRANSACTION without GLOBAL or SESSION is not permitted while there\nis an active transaction:\n\nmysql> START TRANSACTION;\nQuery OK, 0 rows affected (0.02 sec)\n\nmysql> SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;\nERROR 1568 (25001): Transaction characteristics can\'t be changed\nwhile a transaction is in progress\n\nTo set the global default isolation level at server startup, use the\n--transaction-isolation=level option to mysqld on the command line or\nin an option file. Values of level for this option use dashes rather\nthan spaces, so the permissible values are READ-UNCOMMITTED,\nREAD-COMMITTED, REPEATABLE-READ, or SERIALIZABLE. For example, to set\nthe default isolation level to REPEATABLE READ, use these lines in the\n[mysqld] section of an option file:\n\n[mysqld]\ntransaction-isolation = REPEATABLE-READ\n\nIt is possible to check or set the global and session transaction\nisolation levels at runtime by using the tx_isolation system variable:\n\nSELECT @@GLOBAL.tx_isolation, @@tx_isolation;\nSET GLOBAL tx_isolation=\'REPEATABLE-READ\';\nSET SESSION tx_isolation=\'SERIALIZABLE\';\n\nSimilarly, to set the transaction access mode at server startup or at\nruntime, use the --transaction-read-only option or tx_read_only system\nvariable. By default, these are OFF (the mode is read/write) but can be\nset to ON for a default mode of read only.\n\nSetting the global or session value of tx_isolation or tx_read_only is\nequivalent to setting the isolation level or access mode with SET\nGLOBAL TRANSACTION or SET SESSION TRANSACTION.\n\nTransaction Isolation Levels\n\nFor information about transaction isolation levels, see\nhttp://dev.mysql.com/doc/refman/5.7/en/innodb-transaction-isolation-lev\nels.html.\n\nTransaction Access Mode\n\nThe transaction access mode may be specified with SET TRANSACTION. By\ndefault, a transaction takes place in read/write mode, with both reads\nand writes permitted to tables used in the transaction. This mode may\nbe specified explicitly using an access mode of READ WRITE.\n\nIf the transaction access mode is set to READ ONLY, changes to tables\nare prohibited. This may enable storage engines to make performance\nimprovements that are possible when writes are not permitted.\n\nIt is not permitted to specify both READ WRITE and READ ONLY in the\nsame statement.\n\nIn read-only mode, it remains possible to change tables created with\nthe TEMPORARY keyword using DML statements. Changes made with DDL\nstatements are not permitted, just as with permanent tables.\n\nThe READ WRITE and READ ONLY access modes also may be specified for an\nindividual transaction using the START TRANSACTION statement.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/set-transaction.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/set-transaction.html'),(278,'SIN',3,'Syntax:\nSIN(X)\n\nReturns the sine of X, where X is given in radians.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT SIN(PI());\n -> 1.2246063538224e-16\nmysql> SELECT ROUND(SIN(PI()));\n -> 0\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(279,'ST_BUFFER',26,'ST_Buffer(g, d[, strategy1[, strategy2[, strategy3]]])\n\nReturns a geometry that represents all points whose distance from the\ngeometry value g is less than or equal to a distance of d, or NULL if\nany argument is NULL. The SRID of the geometry argument must be 0\nbecause ST_Buffer() supports only the Cartesian coordinate system. For\nan invalid geometry argument, an ER_GIS_INVALID_DATA error occurs.\n\nIf the geometry argument is empty, ST_Buffer() returns an empty\ngeometry.\n\nIf the distance is 0, ST_Buffer() returns the geometry argument\nunchanged:\n\nmysql> SET @pt = ST_GeomFromText(\'POINT(0 0)\');\nmysql> SELECT ST_AsText(ST_Buffer(@pt, 0));\n+------------------------------+\n| ST_AsText(ST_Buffer(@pt, 0)) |\n+------------------------------+\n| POINT(0 0) |\n+------------------------------+\n\nST_Buffer() supports negative distances for Polygon and MultiPolygon\nvalues, and for geometry collections containing Polygon or MultiPolygon\nvalues. The result may be an empty geometry. An ER_WRONG_ARGUMENTS\nerror occurs for ST_Buffer() with a negative distance for Point,\nMultiPoint, LineString, and MultiLineString values, and for geometry\ncollections not containing any Polygon or MultiPolygon values.\n\nAs of MySQL 5.7.7, ST_Buffer() permits up to three optional strategy\narguments following the distance argument. Strategies influence buffer\ncomputation. These arguments are byte string values produced by the\nST_Buffer_Strategy() function, to be used for point, join, and end\nstrategies:\n\no Point strategies apply to Point and MultiPoint geometries. If no\n point strategy is specified, the default is\n ST_Buffer_Strategy(\'point_circle\', 32).\n\no Join strategies apply to LineString, MultiLineString, Polygon, and\n MultiPolygon geometries. If no join strategy is specified, the\n default is ST_Buffer_Strategy(\'join_round\', 32).\n\no End strategies apply to LineString and MultiLineString geometries. If\n no end strategy is specified, the default is\n ST_Buffer_Strategy(\'end_round\', 32).\n\nUp to one strategy of each type may be specified, and they may be given\nin any order. If multiple strategies of a given type are specified, an\nER_WRONG_ARGUMENTS error occurs.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html\n\n','mysql> SET @pt = ST_GeomFromText(\'POINT(0 0)\');\nmysql> SET @pt_strategy = ST_Buffer_Strategy(\'point_square\');\nmysql> SELECT ST_AsText(ST_Buffer(@pt, 2, @pt_strategy));\n+--------------------------------------------+\n| ST_AsText(ST_Buffer(@pt, 2, @pt_strategy)) |\n+--------------------------------------------+\n| POLYGON((-2 -2,2 -2,2 2,-2 2,-2 -2)) |\n+--------------------------------------------+\n\nmysql> SET @ls = ST_GeomFromText(\'LINESTRING(0 0,0 5,5 5)\');\nmysql> SET @end_strategy = ST_Buffer_Strategy(\'end_flat\');\nmysql> SET @join_strategy = ST_Buffer_Strategy(\'join_round\', 10);\nmysql> SELECT ST_AsText(ST_Buffer(@ls, 5, @end_strategy, @join_strategy))\n+---------------------------------------------------------------+\n| ST_AsText(ST_Buffer(@ls, 5, @end_strategy, @join_strategy)) |\n+---------------------------------------------------------------+\n| POLYGON((5 5,5 10,0 10,-3.5355339059327373 8.535533905932738, |\n| -5 5,-5 0,0 0,5 0,5 5)) |\n+---------------------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html'),(280,'BUFFER',26,'Buffer(g, d[, strategy1[, strategy2[, strategy3]]])\n\nST_Buffer() and Buffer() are synonyms. For more information, see the\ndescription of ST_Buffer().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html'),(281,'JSON_OBJECT',7,'JSON_OBJECT([key, val[, key, val] ...])\n\nEvaluates a (possibly empty) list of key/value pairs and returns a JSON\nobject containing those pairs. An error occurs if any key name is NULL\nor the number of arguments is odd.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-creation-functions.html\n\n','mysql> SELECT JSON_OBJECT(\'id\', 87, \'name\', \'carrot\');\n+-----------------------------------------+\n| JSON_OBJECT(\'id\', 87, \'name\', \'carrot\') |\n+-----------------------------------------+\n| {\"id\": 87, \"name\": \"carrot\"} |\n+-----------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-creation-functions.html'),(282,'WAIT_FOR_EXECUTED_GTID_SET',7,'Syntax:\nWAIT_FOR_EXECUTED_GTID_SET(gtid_set[, timeout])\n\nIntroduced in MySQL 5.7.5, WAIT_FOR_EXECUTED_GTID_SET() is similar to\nWAIT_UNTIL_SQL_THREAD_AFTER_GTIDS() in that it waits until a server has\nexecuted all of the transactions whose global transaction identifiers\nare contained in gtid_set, or until timeout seconds have elapsed,\nwhichever occurs first. Unlike WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS(),\nWAIT_FOR_EXECUTED_GTID_SET() does not take into account whether the\nslave is running or not, and an error is returned if GTID-based\nreplication is not enabled.\n\nIn addition, WAIT_FOR_EXECUTED_GTID_SET() returns only the state of the\nquery, where 0 represents success, 1 represents timeout, and any other\nfailures return the error message.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gtid-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gtid-functions.html'),(283,'IS',20,'Syntax:\nIS boolean_value\n\nTests a value against a boolean value, where boolean_value can be TRUE,\nFALSE, or UNKNOWN.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT 1 IS TRUE, 0 IS FALSE, NULL IS UNKNOWN;\n -> 1, 1, 1\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(284,'GET_FORMAT',32,'Syntax:\nGET_FORMAT({DATE|TIME|DATETIME}, {\'EUR\'|\'USA\'|\'JIS\'|\'ISO\'|\'INTERNAL\'})\n\nReturns a format string. This function is useful in combination with\nthe DATE_FORMAT() and the STR_TO_DATE() functions.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT DATE_FORMAT(\'2003-10-03\',GET_FORMAT(DATE,\'EUR\'));\n -> \'03.10.2003\'\nmysql> SELECT STR_TO_DATE(\'10.31.2003\',GET_FORMAT(DATE,\'USA\'));\n -> \'2003-10-31\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(285,'ST_CENTROID',2,'ST_Centroid(mpoly)\n\nReturns the mathematical centroid for the MultiPolygon value mpoly as a\nPoint. The result is not guaranteed to be on the MultiPolygon.\n\nAs of MySQL 5.7.5, this function processes geometry collections by\ncomputing the centroid point for components of highest dimension in the\ncollection. Such components are extracted and made into a single\nMultiPolygon, MultiLineString, or MultiPoint for centroid computation.\nIf the argument is an empty geometry collection, the return value is\nNULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html\n\n','mysql> SET @poly =\n -> ST_GeomFromText(\'POLYGON((0 0,10 0,10 10,0 10,0 0),(5 5,7 5,7 7,5 7,5 5))\');\nmysql> SELECT ST_GeometryType(@poly),ST_AsText(ST_Centroid(@poly));\n+------------------------+--------------------------------------------+\n| ST_GeometryType(@poly) | ST_AsText(ST_Centroid(@poly)) |\n+------------------------+--------------------------------------------+\n| POLYGON | POINT(4.958333333333333 4.958333333333333) |\n+------------------------+--------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html'),(286,'TINYBLOB',23,'TINYBLOB\n\nA BLOB column with a maximum length of 255 (28 − 1) bytes. Each\nTINYBLOB value is stored using a 1-byte length prefix that indicates\nthe number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(287,'USER',17,'Syntax:\nUSER()\n\nReturns the current MySQL user name and host name as a string in the\nutf8 character set.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','mysql> SELECT USER();\n -> \'davida@localhost\'\n','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(288,'REPAIR TABLE',21,'Syntax:\nREPAIR [NO_WRITE_TO_BINLOG | LOCAL] TABLE\n tbl_name [, tbl_name] ...\n [QUICK] [EXTENDED] [USE_FRM]\n\nREPAIR TABLE repairs a possibly corrupted table, for certain storage\nengines only. By default, it has the same effect as myisamchk --recover\ntbl_name. REPAIR TABLE works for MyISAM, ARCHIVE, and CSV tables. See\nhttp://dev.mysql.com/doc/refman/5.7/en/myisam-storage-engine.html\nhttp://dev.mysql.com/doc/refman/5.7/en/archive-storage-engine.html, and\nhttp://dev.mysql.com/doc/refman/5.7/en/csv-storage-engine.html. This\nstatement does not work with views.\n\nThis statement requires SELECT and INSERT privileges for the table.\n\nREPAIR TABLE is supported for partitioned tables. However, the USE_FRM\noption cannot be used with this statement on a partitioned table.\n\nIn MySQL 5.7.1, gtid_next must be set to AUTOMATIC before issuing this\nstatement. This restriction does not apply in MySQL 5.7.2 or later.\n(Bug #16062608, Bug #16715809, Bug #69045)\n\nYou can use ALTER TABLE ... REPAIR PARTITION to repair one or more\npartitions; for more information, see [HELP ALTER TABLE], and\nhttp://dev.mysql.com/doc/refman/5.7/en/partitioning-maintenance.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/repair-table.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/repair-table.html'),(289,'MERGE',18,'The MERGE storage engine, also known as the MRG_MyISAM engine, is a\ncollection of identical MyISAM tables that can be used as one.\n\"Identical\" means that all tables have identical column and index\ninformation. You cannot merge MyISAM tables in which the columns are\nlisted in a different order, do not have exactly the same columns, or\nhave the indexes in different order. However, any or all of the MyISAM\ntables can be compressed with myisampack. See\nhttp://dev.mysql.com/doc/refman/5.7/en/myisampack.html. Differences in\ntable options such as AVG_ROW_LENGTH, MAX_ROWS, or PACK_KEYS do not\nmatter.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/merge-storage-engine.html\n\n','mysql> CREATE TABLE t1 (\n -> a INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\n -> message CHAR(20)) ENGINE=MyISAM;\nmysql> CREATE TABLE t2 (\n -> a INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\n -> message CHAR(20)) ENGINE=MyISAM;\nmysql> INSERT INTO t1 (message) VALUES (\'Testing\'),(\'table\'),(\'t1\');\nmysql> INSERT INTO t2 (message) VALUES (\'Testing\'),(\'table\'),(\'t2\');\nmysql> CREATE TABLE total (\n -> a INT NOT NULL AUTO_INCREMENT,\n -> message CHAR(20), INDEX(a))\n -> ENGINE=MERGE UNION=(t1,t2) INSERT_METHOD=LAST;\n','http://dev.mysql.com/doc/refman/5.7/en/merge-storage-engine.html'),(290,'SHOW CREATE USER',27,'Syntax:\nSHOW CREATE USER user\n\nThis statement shows the CREATE USER statement that creates the named\nuser. An error occurs if the user does not exist. The statement\nrequires the SELECT privilege for the mysql database, except to see the\nprivileges for the current user.\n\nTo name the account, use the format described in\nhttp://dev.mysql.com/doc/refman/5.7/en/account-names.html. The host\nname part of the account name, if omitted, defaults to \'%\'. It is also\npossible to specify CURRENT_USER or CURRENT_USER() to refer to the\naccount associated with the current session.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-create-user.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-create-user.html'),(291,'ST_DISTANCE',31,'ST_Distance(g1, g2)\n\nReturns the distance between g1 and g2. If either argument is NULL or\nan empty geometry, the return value is NULL.\n\nThis function processes geometry collections by returning the shortest\ndistance among all combinations of the components of the two geometry\narguments.\n\nIf an intermediate or final result produces NaN or a negative number,\nan ER_GIS_INVALID_DATA error occurs.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html\n\n','mysql> SET @g1 = Point(1,1);\nmysql> SET @g2 = Point(2,2);\nmysql> SELECT ST_Distance(@g1, @g2);\n+-----------------------+\n| ST_Distance(@g1, @g2) |\n+-----------------------+\n| 1.4142135623730951 |\n+-----------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html'),(292,'CREATE TABLE',40,'Syntax:\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n (create_definition,...)\n [table_options]\n [partition_options]\n\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n [(create_definition,...)]\n [table_options]\n [partition_options]\n [IGNORE | REPLACE]\n [AS] query_expression\n\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n { LIKE old_tbl_name | (LIKE old_tbl_name) }\n\ncreate_definition:\n col_name column_definition\n | [CONSTRAINT [symbol]] PRIMARY KEY [index_type] (index_col_name,...)\n [index_option] ...\n | {INDEX|KEY} [index_name] [index_type] (index_col_name,...)\n [index_option] ...\n | [CONSTRAINT [symbol]] UNIQUE [INDEX|KEY]\n [index_name] [index_type] (index_col_name,...)\n [index_option] ...\n | {FULLTEXT|SPATIAL} [INDEX|KEY] [index_name] (index_col_name,...)\n [index_option] ...\n | [CONSTRAINT [symbol]] FOREIGN KEY\n [index_name] (index_col_name,...) reference_definition\n | CHECK (expr)\n\ncolumn_definition:\n data_type [NOT NULL | NULL] [DEFAULT default_value]\n [AUTO_INCREMENT] [UNIQUE [KEY] | [PRIMARY] KEY]\n [COMMENT \'string\']\n [COLUMN_FORMAT {FIXED|DYNAMIC|DEFAULT}]\n [STORAGE {DISK|MEMORY|DEFAULT}]\n [reference_definition]\n | data_type [GENERATED ALWAYS] AS (expression)\n [VIRTUAL | STORED] [UNIQUE [KEY]] [COMMENT comment]\n [NOT NULL | NULL] [[PRIMARY] KEY]\n\ndata_type:\n BIT[(length)]\n | TINYINT[(length)] [UNSIGNED] [ZEROFILL]\n | SMALLINT[(length)] [UNSIGNED] [ZEROFILL]\n | MEDIUMINT[(length)] [UNSIGNED] [ZEROFILL]\n | INT[(length)] [UNSIGNED] [ZEROFILL]\n | INTEGER[(length)] [UNSIGNED] [ZEROFILL]\n | BIGINT[(length)] [UNSIGNED] [ZEROFILL]\n | REAL[(length,decimals)] [UNSIGNED] [ZEROFILL]\n | DOUBLE[(length,decimals)] [UNSIGNED] [ZEROFILL]\n | FLOAT[(length,decimals)] [UNSIGNED] [ZEROFILL]\n | DECIMAL[(length[,decimals])] [UNSIGNED] [ZEROFILL]\n | NUMERIC[(length[,decimals])] [UNSIGNED] [ZEROFILL]\n | DATE\n | TIME[(fsp)]\n | TIMESTAMP[(fsp)]\n | DATETIME[(fsp)]\n | YEAR\n | CHAR[(length)] [BINARY]\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | VARCHAR(length) [BINARY]\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | BINARY[(length)]\n | VARBINARY(length)\n | TINYBLOB\n | BLOB\n | MEDIUMBLOB\n | LONGBLOB\n | TINYTEXT [BINARY]\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | TEXT [BINARY]\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | MEDIUMTEXT [BINARY]\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | LONGTEXT [BINARY]\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | ENUM(value1,value2,value3,...)\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | SET(value1,value2,value3,...)\n [CHARACTER SET charset_name] [COLLATE collation_name]\n | JSON\n | spatial_type\n\nindex_col_name:\n col_name [(length)] [ASC | DESC]\n\nindex_type:\n USING {BTREE | HASH}\n\nindex_option:\n KEY_BLOCK_SIZE [=] value\n | index_type\n | WITH PARSER parser_name\n | COMMENT \'string\'\n\nreference_definition:\n REFERENCES tbl_name (index_col_name,...)\n [MATCH FULL | MATCH PARTIAL | MATCH SIMPLE]\n [ON DELETE reference_option]\n [ON UPDATE reference_option]\n\nreference_option:\n RESTRICT | CASCADE | SET NULL | NO ACTION | SET DEFAULT\n\ntable_options:\n table_option [[,] table_option] ...\n\ntable_option:\n ENGINE [=] engine_name\n | AUTO_INCREMENT [=] value\n | AVG_ROW_LENGTH [=] value\n | [DEFAULT] CHARACTER SET [=] charset_name\n | CHECKSUM [=] {0 | 1}\n | [DEFAULT] COLLATE [=] collation_name\n | COMMENT [=] \'string\'\n | COMPRESSION [=] {\'ZLIB\'|\'LZ4\'|\'NONE\'}\n | CONNECTION [=] \'connect_string\'\n | DATA DIRECTORY [=] \'absolute path to directory\'\n | DELAY_KEY_WRITE [=] {0 | 1}\n | ENCRYPTION [=] {\'Y\' | \'N\'}\n | INDEX DIRECTORY [=] \'absolute path to directory\'\n | INSERT_METHOD [=] { NO | FIRST | LAST }\n | KEY_BLOCK_SIZE [=] value\n | MAX_ROWS [=] value\n | MIN_ROWS [=] value\n | PACK_KEYS [=] {0 | 1 | DEFAULT}\n | PASSWORD [=] \'string\'\n | ROW_FORMAT [=] {DEFAULT|DYNAMIC|FIXED|COMPRESSED|REDUNDANT|COMPACT}\n | STATS_AUTO_RECALC [=] {DEFAULT|0|1}\n | STATS_PERSISTENT [=] {DEFAULT|0|1}\n | STATS_SAMPLE_PAGES [=] value\n | TABLESPACE tablespace_name [STORAGE {DISK|MEMORY|DEFAULT}]\n | UNION [=] (tbl_name[,tbl_name]...)\n\npartition_options:\n PARTITION BY\n { [LINEAR] HASH(expr)\n | [LINEAR] KEY [ALGORITHM={1|2}] (column_list)\n | RANGE{(expr) | COLUMNS(column_list)}\n | LIST{(expr) | COLUMNS(column_list)} }\n [PARTITIONS num]\n [SUBPARTITION BY\n { [LINEAR] HASH(expr)\n | [LINEAR] KEY [ALGORITHM={1|2}] (column_list) }\n [SUBPARTITIONS num]\n ]\n [(partition_definition [, partition_definition] ...)]\n\npartition_definition:\n PARTITION partition_name\n [VALUES\n {LESS THAN {(expr | value_list) | MAXVALUE}\n |\n IN (value_list)}]\n [[STORAGE] ENGINE [=] engine_name]\n [COMMENT [=] \'comment_text\' ]\n [DATA DIRECTORY [=] \'data_dir\']\n [INDEX DIRECTORY [=] \'index_dir\']\n [MAX_ROWS [=] max_number_of_rows]\n [MIN_ROWS [=] min_number_of_rows]\n [TABLESPACE [=] tablespace_name]\n [(subpartition_definition [, subpartition_definition] ...)]\n\nsubpartition_definition:\n SUBPARTITION logical_name\n [[STORAGE] ENGINE [=] engine_name]\n [COMMENT [=] \'comment_text\' ]\n [DATA DIRECTORY [=] \'data_dir\']\n [INDEX DIRECTORY [=] \'index_dir\']\n [MAX_ROWS [=] max_number_of_rows]\n [MIN_ROWS [=] min_number_of_rows]\n [TABLESPACE [=] tablespace_name]\n\nquery_expression:\n SELECT ... (Some valid select or union statement)\n\nCREATE TABLE creates a table with the given name. You must have the\nCREATE privilege for the table.\n\nBy default, tables are created in the default database, using the\nInnoDB storage engine. An error occurs if the table exists, if there is\nno default database, or if the database does not exist.\n\nFor information about the physical representation of a table, see\nhttp://dev.mysql.com/doc/refman/5.7/en/create-table-files.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-table.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/create-table.html'),(293,'MICROSECOND',32,'Syntax:\nMICROSECOND(expr)\n\nReturns the microseconds from the time or datetime expression expr as a\nnumber in the range from 0 to 999999.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT MICROSECOND(\'12:00:00.123456\');\n -> 123456\nmysql> SELECT MICROSECOND(\'2009-12-31 23:59:59.000010\');\n -> 10\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(294,'CREATE SERVER',40,'Syntax:\nCREATE SERVER server_name\n FOREIGN DATA WRAPPER wrapper_name\n OPTIONS (option [, option] ...)\n\noption:\n { HOST character-literal\n | DATABASE character-literal\n | USER character-literal\n | PASSWORD character-literal\n | SOCKET character-literal\n | OWNER character-literal\n | PORT numeric-literal }\n\nThis statement creates the definition of a server for use with the\nFEDERATED storage engine. The CREATE SERVER statement creates a new row\nin the servers table in the mysql database. This statement requires the\nSUPER privilege.\n\nThe server_name should be a unique reference to the server. Server\ndefinitions are global within the scope of the server, it is not\npossible to qualify the server definition to a specific database.\nserver_name has a maximum length of 64 characters (names longer than 64\ncharacters are silently truncated), and is case insensitive. You may\nspecify the name as a quoted string.\n\nThe wrapper_name should be mysql, and may be quoted with single\nquotation marks. Other values for wrapper_name are not currently\nsupported.\n\nFor each option you must specify either a character literal or numeric\nliteral. Character literals are UTF-8, support a maximum length of 64\ncharacters and default to a blank (empty) string. String literals are\nsilently truncated to 64 characters. Numeric literals must be a number\nbetween 0 and 9999, default value is 0.\n\n*Note*:\n\nThe OWNER option is currently not applied, and has no effect on the\nownership or operation of the server connection that is created.\n\nThe CREATE SERVER statement creates an entry in the mysql.servers table\nthat can later be used with the CREATE TABLE statement when creating a\nFEDERATED table. The options that you specify will be used to populate\nthe columns in the mysql.servers table. The table columns are\nServer_name, Host, Db, Username, Password, Port and Socket.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-server.html\n\n','CREATE SERVER s\nFOREIGN DATA WRAPPER mysql\nOPTIONS (USER \'Remote\', HOST \'192.168.1.106\', DATABASE \'test\');\n','http://dev.mysql.com/doc/refman/5.7/en/create-server.html'),(295,'ST_DISTANCE_SPHERE',7,'ST_Distance_Sphere(g1, g2 [, radius])\n\nReturns the mimimum spherical distance between two points and/or\nmultipoints on a sphere, in meters, or NULL if any geometry argument is\nNULL or empty.\n\nCalculations use a spherical earth and a configurable radius. The\noptional radius argument should be given in meters. If omitted, the\ndefault radius is 6,370,986 meters. An ER_WRONG_ARGUMENTS error occurs\nif the radius argument is present but not positive.\n\nThe geometry arguments should consist of points that specify\n(longitude, latitude) coordinate values:\n\no Longitude and latitude are the first and second coordinates of the\n point, respectively.\n\no Both coordinates are in degrees.\n\no Longitude values must be in the range (-180, 180]. Positive values\n are east of the prime meridian.\n\no Latitude values must be in the range [-90, 90]. Positive values are\n north of the equator.\n\nSupported argument combinations are (Point, Point), (Point,\nMultiPoint), and (MultiPoint, Point). An ER_GIS_UNSUPPORTED_ARGUMENT\nerror occurs for other combinations.\n\nAn ER_GIS_INVALID_DATA error occurs if any geometry argument is not a\nvalid geometry byte string.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-convenience-functions.html\n\n','mysql> SET @pt1 = ST_GeomFromText(\'POINT(0 0)\');\nmysql> SET @pt2 = ST_GeomFromText(\'POINT(180 0)\');\nmysql> SELECT ST_Distance_Sphere(@pt1, @pt2);\n+--------------------------------+\n| ST_Distance_Sphere(@pt1, @pt2) |\n+--------------------------------+\n| 20015042.813723423 |\n+--------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-convenience-functions.html'),(296,'ST_POLYFROMWKB',33,'ST_PolyFromWKB(wkb[, srid]), ST_PolygonFromWKB(wkb[, srid])\n\nConstructs a Polygon value using its WKB representation and SRID.\n\nThe result is NULL if the WKB or SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(297,'MAKETIME',32,'Syntax:\nMAKETIME(hour,minute,second)\n\nReturns a time value calculated from the hour, minute, and second\narguments.\n\nThe second argument can have a fractional part.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT MAKETIME(12,15,30);\n -> \'12:15:30\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(298,'CURDATE',32,'Syntax:\nCURDATE()\n\nReturns the current date as a value in \'YYYY-MM-DD\' or YYYYMMDD format,\ndepending on whether the function is used in a string or numeric\ncontext.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT CURDATE();\n -> \'2008-06-13\'\nmysql> SELECT CURDATE() + 0;\n -> 20080613\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(299,'SET PASSWORD',10,'Syntax:\nSET PASSWORD syntax for MySQL 5.7.6 and higher:\n\nThe SET PASSWORD statement assigns a password to a MySQL user account,\nspecified as either a cleartext (unencrypted) or encrypted value:\n\no \'auth_string\' represents a cleartext password.\n\no \'hash_string\' represents an encrypted password.\n\n*Note*:\n\no SET PASSWORD ... = PASSWORD(\'auth_string\') syntax is deprecated as of\n MySQL 5.7.6 and will be removed in a future MySQL release.\n\no SET PASSWORD ... = \'auth_string\' syntax is not deprecated, but ALTER\n USER is now the preferred statement for assigning passwords. For\n example:\n\nALTER USER user IDENTIFIED BY \'auth_string\';\n\nSET PASSWORD can be used with or without an explicitly named user\naccount:\n\no With a FOR user clause, the statement sets the password for the named\n account, which must exist:\n\nSET PASSWORD FOR \'jeffrey\'@\'localhost\' = password_option;\n\n In this case, you must have the UPDATE privilege for the mysql\n database.\n\no With no FOR user clause, the statement sets the password for the\n current user:\n\nSET PASSWORD = password_option;\n\n Any client who connects to the server using a nonanonymous account\n can change the password for that account. To see which account the\n server authenticated you as, invoke the CURRENT_USER() function:\n\nSELECT CURRENT_USER();\n\nWhen the read_only system variable is enabled, SET PASSWORD requires\nthe SUPER privilege in addition to any other required privileges.\n\nIf a FOR user clause is given, the account name uses the format\ndescribed in http://dev.mysql.com/doc/refman/5.7/en/account-names.html.\nThe user value should be given as \'user_name\'@\'host_name\', where\n\'user_name\' and \'host_name\' are exactly as listed in the User and Host\ncolumns of the account\'s mysql.user table row. The host name part of\nthe account name, if omitted, defaults to \'%\'. For example, to set the\npassword for an account with User and Host column values of \'bob\' and\n\'%.example.org\', write the statement like this:\n\nSET PASSWORD FOR \'bob\'@\'%.example.org\' = PASSWORD(\'auth_string\');\n\nThe password can be specified in these ways:\n\no Using the PASSWORD() function (deprecated as of MySQL 5.7.6)\n\n The \'auth_string\' function argument is the cleartext (unencrypted)\n password. PASSWORD() hashes the password and returns the encrypted\n password string for storage in the mysql.user account row.\n\n The PASSWORD() function hashes the password using the hashing method\n determined by the value of the old_passwords system variable value.\n If SET PASSWORD rejects the hashed password value returned by\n PASSWORD() as not being in the correct format, it may be necessary to\n change old_passwords to change the hashing method. For example, if\n the account uses the mysql_native_password plugin, the old_passwords\n value must be 0:\n\nSET old_passwords = 0;\nSET PASSWORD FOR \'jeffrey\'@\'localhost\' = PASSWORD(\'mypass\');\n\n If the old_passwords value differs from that required by the\n authentication plugin, the hashed password value returned by\n PASSWORD() is not acceptable for that plugin, and attempts to set the\n password produce an error. For example:\n\nmysql> SET old_passwords = 1;\nmysql> SET PASSWORD FOR \'jeffrey\'@\'localhost\' = PASSWORD(\'mypass\');\nERROR 1372 (HY000): Password hash should be a 41-digit hexadecimal number\n\n Permitted old_passwords values are described later in this section.\n\no Using the OLD_PASSWORD() function (permitted before MySQL 5.7.5\n only):\n\n The \'auth_string\' function argument is the cleartext (unencrypted)\n password. OLD_PASSWORD() hashes the password using pre-4.1 hashing\n and returns the encrypted password string for storage in the\n mysql.user account row. This hashing method is appropriate only for\n accounts that use the mysql_old_password authentication plugin.\n\n *Note*:\n\n Passwords that use the pre-4.1 hashing method are less secure than\n passwords that use the native password hashing method and should be\n avoided. Pre-4.1 passwords are deprecated and support for them is\n removed in MySQL 5.7.5. Consequently, OLD_PASSWORD() is deprecated\n and is removed in MySQL 5.7.5. For account upgrade instructions, see\n http://dev.mysql.com/doc/refman/5.7/en/account-upgrades.html.\n\no Using a string without PASSWORD() or OLD_PASSWORD()\n\n For this syntax, the meaning differs in MySQL 5.7.6 and higher from\n earlier versions:\n\n o As of MySQL 5.7.6, SET PASSWORD interprets the string as a\n cleartext string and hashes it appropriately for the account\n authentication plugin before storing it in the mysql.user account\n row.\n\n o Before MySQL 5.7.6, SET PASSWORD interprets the string as a hashed\n password value to be stored directly. The string must be hashed in\n the format required by the account authentication plugin. A string\n not hashed appropriately causes client connections for the account\n to fail with an Access denied error.\n\nFor more information about setting passwords, see\nhttp://dev.mysql.com/doc/refman/5.7/en/assigning-passwords.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/set-password.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/set-password.html'),(300,'JSON_QUOTE',7,'JSON_QUOTE(json_val)\n\nQuotes a string as a JSON value by wrapping it with double quote\ncharacters and escaping interior quote and other characters, then\nreturning the result as a utf8mb4 string. Returns NULL if the argument\nis NULL.\n\nThis function is typically used to produce a valid JSON string literal\nfor inclusion within a JSON document.\n\nCertain special characters are escaped with backslashes per the escape\nsequences shown in\nhttp://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html\n#json-unquote-character-escape-sequences.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-creation-functions.html\n\n','mysql> SELECT JSON_QUOTE(\'null\'), JSON_QUOTE(\'\"null\"\');\n+--------------------+----------------------+\n| JSON_QUOTE(\'null\') | JSON_QUOTE(\'\"null\"\') |\n+--------------------+----------------------+\n| \"null\" | \"\\\"null\\\"\" |\n+--------------------+----------------------+\nmysql> SELECT JSON_QUOTE(\'[1, 2, 3]\');\n+-------------------------+\n| JSON_QUOTE(\'[1, 2, 3]\') |\n+-------------------------+\n| \"[1, 2, 3]\" |\n+-------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-creation-functions.html'),(301,'DATABASE',17,'Syntax:\nDATABASE()\n\nReturns the default (current) database name as a string in the utf8\ncharacter set. If there is no default database, DATABASE() returns\nNULL. Within a stored routine, the default database is the database\nthat the routine is associated with, which is not necessarily the same\nas the database that is the default in the calling context.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','mysql> SELECT DATABASE();\n -> \'test\'\n','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(302,'IF FUNCTION',6,'Syntax:\nIF(expr1,expr2,expr3)\n\nIf expr1 is TRUE (expr1 <> 0 and expr1 <> NULL) then IF() returns\nexpr2; otherwise it returns expr3. IF() returns a numeric or string\nvalue, depending on the context in which it is used.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/control-flow-functions.html\n\n','mysql> SELECT IF(1>2,2,3);\n -> 3\nmysql> SELECT IF(1<2,\'yes\',\'no\');\n -> \'yes\'\nmysql> SELECT IF(STRCMP(\'test\',\'test1\'),\'no\',\'yes\');\n -> \'no\'\n','http://dev.mysql.com/doc/refman/5.7/en/control-flow-functions.html'),(303,'POINTFROMWKB',33,'PointFromWKB(wkb[, srid])\n\nST_PointFromWKB() and PointFromWKB() are synonyms. For more\ninformation, see the description of ST_PointFromWKB().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(304,'POWER',3,'Syntax:\nPOWER(X,Y)\n\nThis is a synonym for POW().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(305,'ATAN',3,'Syntax:\nATAN(X)\n\nReturns the arc tangent of X, that is, the value whose tangent is X.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT ATAN(2);\n -> 1.1071487177941\nmysql> SELECT ATAN(-2);\n -> -1.1071487177941\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(306,'SHOW PROFILE',27,'Syntax:\nSHOW PROFILE [type [, type] ... ]\n [FOR QUERY n]\n [LIMIT row_count [OFFSET offset]]\n\ntype:\n ALL\n | BLOCK IO\n | CONTEXT SWITCHES\n | CPU\n | IPC\n | MEMORY\n | PAGE FAULTS\n | SOURCE\n | SWAPS\n\nThe SHOW PROFILE and SHOW PROFILES statements display profiling\ninformation that indicates resource usage for statements executed\nduring the course of the current session.\n\n*Note*:\n\nThese statements are deprecated and will be removed in a future MySQL\nrelease. Use the Performance Schema instead; see\nhttp://dev.mysql.com/doc/refman/5.7/en/performance-schema-query-profili\nng.html.\n\nProfiling is controlled by the profiling session variable, which has a\ndefault value of 0 (OFF). Profiling is enabled by setting profiling to\n1 or ON:\n\nmysql> SET profiling = 1;\n\nSHOW PROFILES displays a list of the most recent statements sent to the\nserver. The size of the list is controlled by the\nprofiling_history_size session variable, which has a default value of\n15. The maximum value is 100. Setting the value to 0 has the practical\neffect of disabling profiling.\n\nAll statements are profiled except SHOW PROFILE and SHOW PROFILES, so\nyou will find neither of those statements in the profile list.\nMalformed statements are profiled. For example, SHOW PROFILING is an\nillegal statement, and a syntax error occurs if you try to execute it,\nbut it will show up in the profiling list.\n\nSHOW PROFILE displays detailed information about a single statement.\nWithout the FOR QUERY n clause, the output pertains to the most\nrecently executed statement. If FOR QUERY n is included, SHOW PROFILE\ndisplays information for statement n. The values of n correspond to the\nQuery_ID values displayed by SHOW PROFILES.\n\nThe LIMIT row_count clause may be given to limit the output to\nrow_count rows. If LIMIT is given, OFFSET offset may be added to begin\nthe output offset rows into the full set of rows.\n\nBy default, SHOW PROFILE displays Status and Duration columns. The\nStatus values are like the State values displayed by SHOW PROCESSLIST,\nalthough there might be some minor differences in interpretion for the\ntwo statements for some status values (see\nhttp://dev.mysql.com/doc/refman/5.7/en/thread-information.html).\n\nOptional type values may be specified to display specific additional\ntypes of information:\n\no ALL displays all information\n\no BLOCK IO displays counts for block input and output operations\n\no CONTEXT SWITCHES displays counts for voluntary and involuntary\n context switches\n\no CPU displays user and system CPU usage times\n\no IPC displays counts for messages sent and received\n\no MEMORY is not currently implemented\n\no PAGE FAULTS displays counts for major and minor page faults\n\no SOURCE displays the names of functions from the source code, together\n with the name and line number of the file in which the function\n occurs\n\no SWAPS displays swap counts\n\nProfiling is enabled per session. When a session ends, its profiling\ninformation is lost.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-profile.html\n\n','mysql> SELECT @@profiling;\n+-------------+\n| @@profiling |\n+-------------+\n| 0 |\n+-------------+\n1 row in set (0.00 sec)\n\nmysql> SET profiling = 1;\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> DROP TABLE IF EXISTS t1;\nQuery OK, 0 rows affected, 1 warning (0.00 sec)\n\nmysql> CREATE TABLE T1 (id INT);\nQuery OK, 0 rows affected (0.01 sec)\n\nmysql> SHOW PROFILES;\n+----------+----------+--------------------------+\n| Query_ID | Duration | Query |\n+----------+----------+--------------------------+\n| 0 | 0.000088 | SET PROFILING = 1 |\n| 1 | 0.000136 | DROP TABLE IF EXISTS t1 |\n| 2 | 0.011947 | CREATE TABLE t1 (id INT) |\n+----------+----------+--------------------------+\n3 rows in set (0.00 sec)\n\nmysql> SHOW PROFILE;\n+----------------------+----------+\n| Status | Duration |\n+----------------------+----------+\n| checking permissions | 0.000040 |\n| creating table | 0.000056 |\n| After create | 0.011363 |\n| query end | 0.000375 |\n| freeing items | 0.000089 |\n| logging slow query | 0.000019 |\n| cleaning up | 0.000005 |\n+----------------------+----------+\n7 rows in set (0.00 sec)\n\nmysql> SHOW PROFILE FOR QUERY 1;\n+--------------------+----------+\n| Status | Duration |\n+--------------------+----------+\n| query end | 0.000107 |\n| freeing items | 0.000008 |\n| logging slow query | 0.000015 |\n| cleaning up | 0.000006 |\n+--------------------+----------+\n4 rows in set (0.00 sec)\n\nmysql> SHOW PROFILE CPU FOR QUERY 2;\n+----------------------+----------+----------+------------+\n| Status | Duration | CPU_user | CPU_system |\n+----------------------+----------+----------+------------+\n| checking permissions | 0.000040 | 0.000038 | 0.000002 |\n| creating table | 0.000056 | 0.000028 | 0.000028 |\n| After create | 0.011363 | 0.000217 | 0.001571 |\n| query end | 0.000375 | 0.000013 | 0.000028 |\n| freeing items | 0.000089 | 0.000010 | 0.000014 |\n| logging slow query | 0.000019 | 0.000009 | 0.000010 |\n| cleaning up | 0.000005 | 0.000003 | 0.000002 |\n+----------------------+----------+----------+------------+\n7 rows in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.7/en/show-profile.html'),(307,'LN',3,'Syntax:\nLN(X)\n\nReturns the natural logarithm of X; that is, the base-e logarithm of X.\nIf X is less than or equal to 0.0E0, the function returns NULL and (as\nof MySQL 5.7.4) a warning \"Invalid argument for logarithm\" is reported.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT LN(2);\n -> 0.69314718055995\nmysql> SELECT LN(-2);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(308,'SET CHARACTER SET',27,'Syntax:\nSET {CHARACTER SET | CHARSET}\n {charset_name | DEFAULT}\n\nThis statement maps all strings sent between the server and the current\nclient with the given mapping. SET CHARACTER SET sets three session\nsystem variables: character_set_client and character_set_results are\nset to the given character set, and character_set_connection to the\nvalue of character_set_database. See\nhttp://dev.mysql.com/doc/refman/5.7/en/charset-connection.html.\n\nThe default character set mapping can be restored by using the value\nDEFAULT. The default depends on the server configuration.\n\nucs2, utf16, and utf32 cannot be used as a client character set, which\nmeans that they do not work for SET CHARACTER SET.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/set-character-set.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/set-character-set.html'),(309,'RETURN',24,'Syntax:\nRETURN expr\n\nThe RETURN statement terminates execution of a stored function and\nreturns the value expr to the function caller. There must be at least\none RETURN statement in a stored function. There may be more than one\nif the function has multiple exit points.\n\nThis statement is not used in stored procedures, triggers, or events.\nThe LEAVE statement can be used to exit a stored program of those\ntypes.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/return.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/return.html'),(310,'SET SQL_LOG_BIN',8,'Syntax:\nSET sql_log_bin = {0|1}\n\nThe sql_log_bin variable controls whether logging to the binary log is\ndone. The default value is 1 (do logging). To change logging for the\ncurrent session, change the session value of this variable. The session\nuser must have the SUPER privilege to set this variable. Set this\nvariable to 0 for a session to temporarily disable binary logging while\nmaking changes to the master which you do not want to replicate to the\nslave.\n\nAs of MySQL 5.5, sql_log_bin can be set as a global or session\nvariable. Setting sql_log_bin globally is only detected when a new\nsession is started. Any sessions previously running are not impacted\nwhen setting sql_log_bin globally.\n\n*Warning*:\n\nIncorrect use of sql_log_bin with a global scope means any changes made\nin an already running session are still being recorded to the binary\nlog and therefore replicated. Exercise extreme caution using\nsql_log_bin with a global scope as the above situation could cause\nunexpected results including replication failure.\n\nIn MySQL 5.7, it is not possible to set @@session.sql_log_bin within a\ntransaction or subquery. (Bug #53437)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/set-sql-log-bin.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/set-sql-log-bin.html'),(311,'AES_DECRYPT',12,'Syntax:\nAES_DECRYPT(crypt_str,key_str[,init_vector])\n\nThis function decrypts data using the official AES (Advanced Encryption\nStandard) algorithm. For more information, see the description of\nAES_ENCRYPT().\n\nThe optional initialization vector argument, init_vector, is available\nas of MySQL 5.7.4. As of that version, statements that use\nAES_DECRYPT() are unsafe for statement-based replication and cannot be\nstored in the query cache.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(312,'COERCIBILITY',17,'Syntax:\nCOERCIBILITY(str)\n\nReturns the collation coercibility value of the string argument.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','mysql> SELECT COERCIBILITY(\'abc\' COLLATE latin1_swedish_ci);\n -> 0\nmysql> SELECT COERCIBILITY(USER());\n -> 3\nmysql> SELECT COERCIBILITY(\'abc\');\n -> 4\nmysql> SELECT COERCIBILITY(1000);\n -> 5\n','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(313,'INT',23,'INT[(M)] [UNSIGNED] [ZEROFILL]\n\nA normal-size integer. The signed range is -2147483648 to 2147483647.\nThe unsigned range is 0 to 4294967295.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(314,'GLENGTH',13,'GLength(ls)\n\nGLength() is a nonstandard name. It corresponds to the OpenGIS\nST_Length() function. (There is an existing SQL function Length() that\ncalculates the length of string values.)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html'),(315,'SHUTDOWN',27,'Syntax:\nSHUTDOWN\n\nThis statement stops the MySQL server. It requires the SHUTDOWN\nprivilege.\n\nSHUTDOWN was added in MySQL 5.7.9. It provides an SQL-level interface\nto the same functionality available using the mysqladmin shutdown\ncommand or the mysql_shutdown() C API function.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/shutdown.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/shutdown.html'),(316,'JSON_REMOVE',7,'JSON_REMOVE(json_doc, path[, path] ...)\n\nRemoves data from a JSON document and returns the result. Returns NULL\nif any argument is NULL. An error occurs if the json_doc argument is\nnot a valid JSON document or any path argument is not a valid path\nexpression or is $ or contains a * or ** wildcard.\n\nThe path arguments are evaluated left to right. The document produced\nby evaluating one path becomes the new value against which the next\npath is evaluated.\n\nIt is not an error if the element to be removed does not exist in the\ndocument; in that case, the path does not affect the document.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html\n\n','mysql> SET @j = \'[\"a\", [\"b\", \"c\"], \"d\"]\';\nmysql> SELECT JSON_REMOVE(@j, \'$[1]\');\n+-------------------------+\n| JSON_REMOVE(@j, \'$[1]\') |\n+-------------------------+\n| [\"a\", \"d\"] |\n+-------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html'),(317,'ST_ASGEOJSON',7,'ST_AsGeoJSON(g [, max_dec_digits [, options]])\n\nGenerates a GeoJSON object from the geometry g. The object string has\nthe connection character set and collation.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-geojson-functions.html\n\n','mysql> SELECT ST_AsGeoJSON(ST_GeomFromText(\'POINT(11.11111 12.22222)\'),2);\n+-------------------------------------------------------------+\n| ST_AsGeoJSON(ST_GeomFromText(\'POINT(11.11111 12.22222)\'),2) |\n+-------------------------------------------------------------+\n| {\"type\": \"Point\", \"coordinates\": [11.11, 12.22]} |\n+-------------------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-geojson-functions.html'),(318,'ST_BUFFER_STRATEGY',26,'ST_Buffer_Strategy(strategy[, points_per_circle])\n\nThis function returns a strategy byte string for use with ST_Buffer()\nto influence buffer computation. The result is NULL if any argument is\nNULL. If any argument is invalid, an ER_WRONG_ARGUMENTS error occurs.\n\nInformation about strategies is available at Boost.org\n(http://www.boost.org).\n\nThe first argument must be a string indicating a strategy option:\n\no For point strategies, permitted values are \'point_circle\' and\n \'point_square\'.\n\no For join strategies, permitted values are \'join_round\' and\n \'join_miter\'.\n\no For end strategies, permitted values are \'end_round\' and \'end_flat\'.\n\nIf the first argument is \'point_circle\', \'join_round\', \'join_miter\', or\n\'end_round\', the points_per_circle argument must be given as a positive\nnumeric value. The maximum points_per_circle value is the value of the\nmax_points_in_geometry system variable as of MySQL 5.7.8, 65,536 before\nthat. If the first argument is \'point_square\' or \'end_flat\', the\npoints_per_circle argument must not be given or an ER_WRONG_ARGUMENTS\nerror occurs.\n\nFor examples, see the description of ST_Buffer().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html'),(319,'MAKE_SET',38,'Syntax:\nMAKE_SET(bits,str1,str2,...)\n\nReturns a set value (a string containing substrings separated by ,\ncharacters) consisting of the strings that have the corresponding bit\nin bits set. str1 corresponds to bit 0, str2 to bit 1, and so on. NULL\nvalues in str1, str2, ... are not appended to the result.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT MAKE_SET(1,\'a\',\'b\',\'c\');\n -> \'a\'\nmysql> SELECT MAKE_SET(1 | 4,\'hello\',\'nice\',\'world\');\n -> \'hello,world\'\nmysql> SELECT MAKE_SET(1 | 4,\'hello\',\'nice\',NULL,\'world\');\n -> \'hello\'\nmysql> SELECT MAKE_SET(0,\'a\',\'b\',\'c\');\n -> \'\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(320,'FIND_IN_SET',38,'Syntax:\nFIND_IN_SET(str,strlist)\n\nReturns a value in the range of 1 to N if the string str is in the\nstring list strlist consisting of N substrings. A string list is a\nstring composed of substrings separated by , characters. If the first\nargument is a constant string and the second is a column of type SET,\nthe FIND_IN_SET() function is optimized to use bit arithmetic. Returns\n0 if str is not in strlist or if strlist is the empty string. Returns\nNULL if either argument is NULL. This function does not work properly\nif the first argument contains a comma (,) character.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT FIND_IN_SET(\'b\',\'a,b,c,d\');\n -> 2\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(321,'MIN',16,'Syntax:\nMIN([DISTINCT] expr)\n\nReturns the minimum value of expr. MIN() may take a string argument; in\nsuch cases, it returns the minimum string value. See\nhttp://dev.mysql.com/doc/refman/5.7/en/mysql-indexes.html. The DISTINCT\nkeyword can be used to find the minimum of the distinct values of expr,\nhowever, this produces the same result as omitting DISTINCT.\n\nIf there are no matching rows, MIN() returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','mysql> SELECT student_name, MIN(test_score), MAX(test_score)\n -> FROM student\n -> GROUP BY student_name;\n','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(322,'REPLACE',28,'Syntax:\nREPLACE [LOW_PRIORITY | DELAYED]\n [INTO] tbl_name\n [PARTITION (partition_name,...)]\n [(col_name,...)]\n {VALUES | VALUE} ({expr | DEFAULT},...),(...),...\n\nOr:\n\nREPLACE [LOW_PRIORITY | DELAYED]\n [INTO] tbl_name\n [PARTITION (partition_name,...)]\n SET col_name={expr | DEFAULT}, ...\n\nOr:\n\nREPLACE [LOW_PRIORITY | DELAYED]\n [INTO] tbl_name\n [PARTITION (partition_name,...)]\n [(col_name,...)]\n SELECT ...\n\nREPLACE works exactly like INSERT, except that if an old row in the\ntable has the same value as a new row for a PRIMARY KEY or a UNIQUE\nindex, the old row is deleted before the new row is inserted. See [HELP\nINSERT].\n\nREPLACE is a MySQL extension to the SQL standard. It either inserts, or\ndeletes and inserts. For another MySQL extension to standard SQL---that\neither inserts or updates---see\nhttp://dev.mysql.com/doc/refman/5.7/en/insert-on-duplicate.html.\n\nDELAYED inserts and replaces were deprecated in MySQL 5.6.6. In MySQL\n5.7, DELAYED is not supported. The server recognizes but ignores the\nDELAYED keyword, handles the replace as a nondelayed replace, and\ngenerates an ER_WARN_LEGACY_SYNTAX_CONVERTED warning. (\"REPLACE DELAYED\nis no longer supported. The statement was converted to REPLACE.\") The\nDELAYED keyword will be removed in a future release.\n\n*Note*:\n\nREPLACE makes sense only if a table has a PRIMARY KEY or UNIQUE index.\nOtherwise, it becomes equivalent to INSERT, because there is no index\nto be used to determine whether a new row duplicates another.\n\nValues for all columns are taken from the values specified in the\nREPLACE statement. Any missing columns are set to their default values,\njust as happens for INSERT. You cannot refer to values from the current\nrow and use them in the new row. If you use an assignment such as SET\ncol_name = col_name + 1, the reference to the column name on the right\nhand side is treated as DEFAULT(col_name), so the assignment is\nequivalent to SET col_name = DEFAULT(col_name) + 1.\n\nIf a generated column is replaced explicitly, the only permitted value\nis DEFAULT. For information about generated columns, see\nhttp://dev.mysql.com/doc/refman/5.7/en/create-table-generated-columns.h\ntml.\n\nTo use REPLACE, you must have both the INSERT and DELETE privileges for\nthe table.\n\nREPLACE supports explicit partition selection using the PARTITION\nkeyword with a comma-separated list of names of partitions,\nsubpartitions, or both. As with INSERT, if it is not possible to insert\nthe new row into any of these partitions or subpartitions, the REPLACE\nstatement fails with the error Found a row not matching the given\npartition set. See\nhttp://dev.mysql.com/doc/refman/5.7/en/partitioning-selection.html, for\nmore information.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/replace.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/replace.html'),(323,'CURRENT_TIMESTAMP',32,'Syntax:\nCURRENT_TIMESTAMP, CURRENT_TIMESTAMP([fsp])\n\nCURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(324,'ST_SYMDIFFERENCE',26,'ST_SymDifference(g1, g2)\n\nReturns a geometry that represents the point set symmetric difference\nof the geometry values g1 and g2, which is defined as:\n\ng1 symdifference g2 := (g1 union g2) difference (g1 intersection g2)\n\nOr, in function call notation:\n\nST_SymDifference(g1, g2) = ST_Difference(ST_Union(g1, g2), ST_Intersection(g1, g2))\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html\n\n','mysql> SET @g1 = Point(1,1), @g2 = Point(2,2);\nmysql> SELECT ST_AsText(ST_SymDifference(@g1, @g2));\n+---------------------------------------+\n| ST_AsText(ST_SymDifference(@g1, @g2)) |\n+---------------------------------------+\n| MULTIPOINT((1 1),(2 2)) |\n+---------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html'),(325,'GTID_SUBSET',7,'Syntax:\nGTID_SUBSET(subset,set)\n\nGiven two sets of global transaction IDs subset and set, returns true\nif all GTIDs in subset are also in set. Returns false otherwise.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gtid-functions.html\n\n','mysql> SELECT GTID_SUBSET(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:23\',\n -> \'3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57\')\\G\n*************************** 1. row ***************************\nGTID_SUBSET(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:23\',\n \'3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57\'): 1\n1 row in set (0.00 sec)\n\nmysql> SELECT GTID_SUBSET(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:23-25\',\n -> \'3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57\')\\G\n*************************** 1. row ***************************\nGTID_SUBSET(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:23-25\',\n \'3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57\'): 1\n1 row in set (0.00 sec)\n\nmysql> SELECT GTID_SUBSET(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:20-25\',\n -> \'3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57\')\\G\n*************************** 1. row ***************************\nGTID_SUBSET(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:20-25\',\n \'3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57\'): 0\n1 row in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.7/en/gtid-functions.html'),(326,'VAR_SAMP',16,'Syntax:\nVAR_SAMP(expr)\n\nReturns the sample variance of expr. That is, the denominator is the\nnumber of rows minus one.\n\nIf there are no matching rows, VAR_SAMP() returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(327,'DATETIME',23,'DATETIME[(fsp)]\n\nA date and time combination. The supported range is \'1000-01-01\n00:00:00.000000\' to \'9999-12-31 23:59:59.999999\'. MySQL displays\nDATETIME values in \'YYYY-MM-DD HH:MM:SS[.fraction]\' format, but permits\nassignment of values to DATETIME columns using either strings or\nnumbers.\n\nAn optional fsp value in the range from 0 to 6 may be given to specify\nfractional seconds precision. A value of 0 signifies that there is no\nfractional part. If omitted, the default precision is 0.\n\nAutomatic initialization and updating to the current date and time for\nDATETIME columns can be specified using DEFAULT and ON UPDATE column\ndefinition clauses, as described in\nhttp://dev.mysql.com/doc/refman/5.7/en/timestamp-initialization.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-type-overview.html'),(328,'CHANGE REPLICATION FILTER',8,'Syntax:\nCHANGE REPLICATION FILTER filter[, filter][, ...]\n\nfilter:\n REPLICATE_DO_DB = (db_list)\n | REPLICATE_IGNORE_DB = (db_list)\n | REPLICATE_DO_TABLE = (tbl_list)\n | REPLICATE_IGNORE_TABLE = (tbl_list)\n | REPLICATE_WILD_DO_TABLE = (wild_tbl_list)\n | REPLICATE_WILD_IGNORE_TABLE = (wild_tbl_list)\n | REPLICATE_REWRITE_DB = (db_pair_list)\n\ndb_list:\n db_name[, db_name][, ...]\n\ntbl_list:\n db_name.table_name[, db_table_name][, ...]\nwild_tbl_list:\n \'db_pattern.table_pattern\'[, \'db_pattern.table_pattern\'][, ...]\n\ndb_pair_list:\n (db_pair)[, (db_pair)][, ...]\n\ndb_pair:\n from_db, to_db\n\nIn MySQL 5.7.3 and later, CHANGE REPLICATION FILTER sets one or more\nreplication filtering rules on the slave in the same way as starting\nthe slave mysqld with replication filtering options such as\n--replicate-do-db or --replicate-wild-ignore-table. Unlike the case\nwith the server options, this statement does not require restarting the\nserver to take effect, only that the slave SQL thread be stopped using\nSTOP SLAVE SQL_THREAD first (and restarted with START SLAVE SQL_THREAD\nafterwards). CHANGE REPLICATION FILTER requires the SUPER privilege.\n\nThe following list shows the CHANGE REPLICATION FILTER options and how\nthey relate to --replicate-* server options:\n\no REPLICATE_DO_DB: Include updates based on database name. Equivalent\n to --replicate-do-db.\n\no REPLICATE_IGNORE_DB: Exclude updates based on database name.\n Equivalent to --replicate-ignore-db.\n\no REPLICATE_DO_TABLE: Include updates based on table name. Equivalent\n to --replicate-do-table.\n\no REPLICATE_IGNORE_TABLE: Exclude updates based on table name.\n Equivalent to --replicate-ignore-table.\n\no REPLICATE_WILD_DO_TABLE: Include updates based on wildcard pattern\n matching table name. Equivalent to --replicate-wild-do-table.\n\no REPLICATE_WILD_IGNORE_TABLE: Exclude updates based on wildcard\n pattern matching table name. Equivalent to\n --replicate-wild-ignore-table.\n\no REPLICATE_REWRITE_DB: Perform updates on slave after substituting new\n name on slave for specified database on master. Equivalent to\n --replicate-rewrite-db.\n\nThe precise effects of REPLICATE_DO_DB and REPLICATE_IGNORE_DB filters\nare dependent on whether statement-based or row-based replication is in\neffect. See\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-rules.html, for more\ninformation.\n\nMultiple replication filtering rules can be created in a single CHANGE\nREPLICATION FILTER statement by separating the rules with commas, as\nshown here:\n\nCHANGE REPLICATION FILTER\n REPLICATE_DO_DB = (d1), REPLICATE_IGNORE_DB = (d2);\n\nIssuing the statement just shown is equivalent to starting the slave\nmysqld with the options --replicate-do-db=d1 --replicate-ignore-db=d2.\n\nIf the same filtering rule is specified multiple times, only the last\nsuch rule is actually used. For example, the two statements shown here\nhave exactly the same effect, because the first REPLICATE_DO_DB rule in\nthe first statement is ignored:\n\nCHANGE REPLICATION FILTER\n REPLICATE_DO_DB = (db1, db2), REPLICATE_DO_DB = (db3, db4);\n\nCHANGE REPLICATION FILTER\n REPLICATE_DO_DB = (db3,db4);\n\n*Caution*:\n\nThis behavior differs from that of the --replicate-* filter options\nwhere specifying the same option multiple times causes the creation of\nmultiple filter rules.\n\nNames of tables and database not containing any special characters need\nnot be quoted. Values used with REPLICATION_WILD_TABLE and\nREPLICATION_WILD_IGNORE_TABLE are string expressions, possibly\ncontaining (special) wildcard characters, and so must be quoted. This\nis shown in the following example statements:\n\nCHANGE REPLICATION FILTER\n REPLICATE_WILD_DO_TABLE = (\'db1.old%\');\n\nCHANGE REPLICATION FILTER\n REPLICATE_WILD_IGNORE_TABLE = (\'db1.new%\', \'db2.new%\');\n\nValues used with REPLICATE_REWRITE_DB represent pairs of database\nnames; each such value must be enclosed in parentheses. The following\nstatement rewrites statements occurring on database dbA on the master\nto database dbB on the slave:\n\nCHANGE REPLICATION FILTER REPLICATE_REWRITE_DB = ((db1, db2));\n\nThe statement just shown contains two sets of parentheses, one\nenclosing the pair of database names, and the other enclosing the\nentire list. This is perhap more easily seen in the following example,\nwhich creates two rewrite-db rules, one rewriting database dbA to dbB,\nand one rewriting database dbC to dbD:\n\nCHANGE REPLICATION FILTER\n REPLICATE_REWRITE_DB = ((dbA, dbB), (dbC, dbD));\n\nThis statement leaves any existing replication filtering rules\nunchanged; to unset all filters of a given type, set the filter\'s value\nto an explicitly empty list, as shown in this example, which removes\nall existing REPLICATE_DO_DB and REPLICATE_IGNORE_DB rules:\n\nCHANGE REPLICATION FILTER\n REPLICATE_DO_DB = (), REPLICATE_IGNORE_DB = ();\n\nSetting a filter to empty in this way removes all existing rules, does\nnot create any new ones, and does not restore any rules set at mysqld\nstartup using --replicate-* options on the command line or in the\nconfiguration file.\n\nValues employed with REPLICATE_WILD_DO_TABLE and\nREPLICATE_WILD_IGNORE_TABLE must be in the format db_name.tbl_name.\nPrior to MySQL 5.7.5, this was not strictly enforced, although using\nnonconforming values with these options could lead to erroneous results\n(Bug #18095449).\n\nFor more information, see\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-rules.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/change-replication-filter.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/change-replication-filter.html'),(329,'INTEGER',23,'INTEGER[(M)] [UNSIGNED] [ZEROFILL]\n\nThis type is a synonym for INT.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(330,'SHOW COLUMNS',27,'Syntax:\nSHOW [FULL] COLUMNS {FROM | IN} tbl_name [{FROM | IN} db_name]\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW COLUMNS displays information about the columns in a given table.\nIt also works for views. The LIKE clause, if present, indicates which\ncolumn names to match. The WHERE clause can be given to select rows\nusing more general conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html.\n\nSHOW COLUMNS displays information only for those columns for which you\nhave some privilege.\n\nmysql> SHOW COLUMNS FROM City;\n+------------+----------+------+-----+---------+----------------+\n| Field | Type | Null | Key | Default | Extra |\n+------------+----------+------+-----+---------+----------------+\n| Id | int(11) | NO | PRI | NULL | auto_increment |\n| Name | char(35) | NO | | | |\n| Country | char(3) | NO | UNI | | |\n| District | char(20) | YES | MUL | | |\n| Population | int(11) | NO | | 0 | |\n+------------+----------+------+-----+---------+----------------+\n5 rows in set (0.00 sec)\n\nIf the data types differ from what you expect them to be based on a\nCREATE TABLE statement, note that MySQL sometimes changes data types\nwhen you create or alter a table. The conditions under which this\noccurs are described in\nhttp://dev.mysql.com/doc/refman/5.7/en/silent-column-changes.html.\n\nThe FULL keyword causes the output to include the column collation and\ncomments, as well as the privileges you have for each column.\n\nYou can use db_name.tbl_name as an alternative to the tbl_name FROM\ndb_name syntax. In other words, these two statements are equivalent:\n\nmysql> SHOW COLUMNS FROM mytable FROM mydb;\nmysql> SHOW COLUMNS FROM mydb.mytable;\n\nSHOW COLUMNS displays the following values for each table column:\n\nField indicates the column name.\n\nType indicates the column data type.\n\nCollation indicates the collation for nonbinary string columns, or NULL\nfor other columns. This value is displayed only if you use the FULL\nkeyword.\n\nThe Null field contains YES if NULL values can be stored in the column,\nNO if not.\n\nThe Key field indicates whether the column is indexed:\n\no If Key is empty, the column either is not indexed or is indexed only\n as a secondary column in a multiple-column, nonunique index.\n\no If Key is PRI, the column is a PRIMARY KEY or is one of the columns\n in a multiple-column PRIMARY KEY.\n\no If Key is UNI, the column is the first column of a UNIQUE index. (A\n UNIQUE index permits multiple NULL values, but you can tell whether\n the column permits NULL by checking the Null field.)\n\no If Key is MUL, the column is the first column of a nonunique index in\n which multiple occurrences of a given value are permitted within the\n column.\n\nIf more than one of the Key values applies to a given column of a\ntable, Key displays the one with the highest priority, in the order\nPRI, UNI, MUL.\n\nA UNIQUE index may be displayed as PRI if it cannot contain NULL values\nand there is no PRIMARY KEY in the table. A UNIQUE index may display as\nMUL if several columns form a composite UNIQUE index; although the\ncombination of the columns is unique, each column can still hold\nmultiple occurrences of a given value.\n\nThe Default field indicates the default value that is assigned to the\ncolumn. This is NULL if the column has an explicit default of NULL, or\nif the column definition has no DEFAULT clause.\n\nThe Extra field contains any additional information that is available\nabout a given column. The value is nonempty in these cases:\n\no auto_increment for columns that have the AUTO_INCREMENT attribute\n\no on update CURRENT_TIMESTAMP for TIMESTAMP or DATETIME columns that\n have the ON UPDATE CURRENT_TIMESTAMP attribute\n\no VIRTUAL GENERATED or VIRTUAL STORED for generated columns\n\nPrivileges indicates the privileges you have for the column. This value\nis displayed only if you use the FULL keyword.\n\nComment indicates any comment the column has. This value is displayed\nonly if you use the FULL keyword.\n\nSHOW FIELDS is a synonym for SHOW COLUMNS. You can also list a table\'s\ncolumns with the mysqlshow db_name tbl_name command.\n\nThe DESCRIBE statement provides information similar to SHOW COLUMNS.\nSee http://dev.mysql.com/doc/refman/5.7/en/describe.html.\n\nThe SHOW CREATE TABLE, SHOW TABLE STATUS, and SHOW INDEX statements\nalso provide information about tables. See [HELP SHOW].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-columns.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-columns.html'),(331,'TINYINT',23,'TINYINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA very small integer. The signed range is -128 to 127. The unsigned\nrange is 0 to 255.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(332,'MASTER_POS_WAIT',14,'Syntax:\nMASTER_POS_WAIT(log_name,log_pos[,timeout][,channel_name])\n\nThis function is useful for control of master/slave synchronization. It\nblocks until the slave has read and applied all updates up to the\nspecified position in the master log. The return value is the number of\nlog events the slave had to wait for to advance to the specified\nposition. The function returns NULL if the slave SQL thread is not\nstarted, the slave\'s master information is not initialized, the\narguments are incorrect, or an error occurs. It returns -1 if the\ntimeout has been exceeded. If the slave SQL thread stops while\nMASTER_POS_WAIT() is waiting, the function returns NULL. If the slave\nis past the specified position, the function returns immediately.\n\nIf a timeout value is specified, MASTER_POS_WAIT() stops waiting when\ntimeout seconds have elapsed. timeout must be greater than 0; a zero or\nnegative timeout means no timeout.\n\nThe optional channel added in MySQL 5.7.6 enables you to choose which\nreplication channel the function applies to. See\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-channels.html for\nmore information.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(333,'^',19,'Syntax:\n^\n\nBitwise XOR.\n\nThe result is an unsigned 64-bit integer.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html\n\n','mysql> SELECT 1 ^ 1;\n -> 0\nmysql> SELECT 1 ^ 0;\n -> 1\nmysql> SELECT 11 ^ 3;\n -> 8\n','http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html'),(334,'DROP VIEW',40,'Syntax:\nDROP VIEW [IF EXISTS]\n view_name [, view_name] ...\n [RESTRICT | CASCADE]\n\nDROP VIEW removes one or more views. You must have the DROP privilege\nfor each view. If any of the views named in the argument list do not\nexist, MySQL returns an error indicating by name which nonexisting\nviews it was unable to drop, but it also drops all of the views in the\nlist that do exist.\n\nThe IF EXISTS clause prevents an error from occurring for views that\ndon\'t exist. When this clause is given, a NOTE is generated for each\nnonexistent view. See [HELP SHOW WARNINGS].\n\nRESTRICT and CASCADE, if given, are parsed and ignored.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/drop-view.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/drop-view.html'),(335,'WEEK',32,'Syntax:\nWEEK(date[,mode])\n\nThis function returns the week number for date. The two-argument form\nof WEEK() enables you to specify whether the week starts on Sunday or\nMonday and whether the return value should be in the range from 0 to 53\nor from 1 to 53. If the mode argument is omitted, the value of the\ndefault_week_format system variable is used. See\nhttp://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT WEEK(\'2008-02-20\');\n -> 7\nmysql> SELECT WEEK(\'2008-02-20\',0);\n -> 7\nmysql> SELECT WEEK(\'2008-02-20\',1);\n -> 8\nmysql> SELECT WEEK(\'2008-12-31\',1);\n -> 53\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(336,'DROP FUNCTION UDF',22,'Syntax:\nDROP FUNCTION function_name\n\nThis statement drops the user-defined function (UDF) named\nfunction_name.\n\nTo drop a function, you must have the DELETE privilege for the mysql\ndatabase. This is because DROP FUNCTION removes a row from the\nmysql.func system table that records the function\'s name, type, and\nshared library name.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/drop-function-udf.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/drop-function-udf.html'),(337,'ST_VALIDATE',7,'ST_Validate(g)\n\nValidates a geometry according to the OGC specification. ST_Validate()\nreturns the geometry if it is a valid geometry byte string and is\ngeometrically valid, NULL if the argument is not a valid geometry byte\nstring or is not geometrically valid or is NULL.\n\nA geometry can be a valid geometry byte string (WKB value plus SRID)\nbut geometrically invalid. For example, this polygon is geometrically\ninvalid: POLYGON((0 0, 0 0, 0 0, 0 0, 0 0))\n\nST_Validate() can be used to filter out invalid geometry data, although\nat a cost. For applications that require more precise results not\ntainted by invalid data, this penalty may be worthwhile.\n\nIf the geometry argument is valid, it is returned as is, except that if\nan input Polygon or MultiPolygon has clockwise rings, those rings are\nreversed before checking for validity. If the geometry is valid, the\nvalue with the reversed rings is returned.\n\nThe only valid empty geometry is represented in the form of an empty\ngeometry collection value. ST_Validate() returns it directly without\nfurther checks in this case.\n\nST_Validate() works only for the Cartesian coordinate system and\nrequires a geometry argument with an SRID of 0. An ER_WRONG_ARGUMENTS\nerror occurs otherwise.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-convenience-functions.html\n\n','mysql> SET @ls1 = ST_GeomFromText(\'LINESTRING(0 0)\');\nmysql> SET @ls2 = ST_GeomFromText(\'LINESTRING(0 0, 1 1)\');\nmysql> SELECT ST_AsText(ST_Validate(@ls1));\n+------------------------------+\n| ST_AsText(ST_Validate(@ls1)) |\n+------------------------------+\n| NULL |\n+------------------------------+\nmysql> SELECT ST_AsText(ST_Validate(@ls2));\n+------------------------------+\n| ST_AsText(ST_Validate(@ls2)) |\n+------------------------------+\n| LINESTRING(0 0,1 1) |\n+------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-convenience-functions.html'),(338,'UPDATEXML',38,'Syntax:\nUpdateXML(xml_target, xpath_expr, new_xml)\n\nThis function replaces a single portion of a given fragment of XML\nmarkup xml_target with a new XML fragment new_xml, and then returns the\nchanged XML. The portion of xml_target that is replaced matches an\nXPath expression xpath_expr supplied by the user.\n\nIf no expression matching xpath_expr is found, or if multiple matches\nare found, the function returns the original xml_target XML fragment.\nAll three arguments should be strings.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/xml-functions.html\n\n','mysql> SELECT\n -> UpdateXML(\'ccc\', \'/a\', \'fff\') AS val1,\n -> UpdateXML(\'ccc\', \'/b\', \'fff\') AS val2,\n -> UpdateXML(\'ccc\', \'//b\', \'fff\') AS val3,\n -> UpdateXML(\'ccc\', \'/a/d\', \'fff\') AS val4,\n -> UpdateXML(\'ccc\', \'/a/d\', \'fff\') AS val5\n -> \\G\n\n*************************** 1. row ***************************\nval1: fff\nval2: ccc\nval3: fff\nval4: cccfff\nval5: ccc\n','http://dev.mysql.com/doc/refman/5.7/en/xml-functions.html'),(339,'RESET SLAVE',8,'Syntax:\nRESET SLAVE [ALL] [channel_option]\n\nchannel_option:\n FOR CHANNEL channel\n\nRESET SLAVE makes the slave forget its replication position in the\nmaster\'s binary log. This statement is meant to be used for a clean\nstart: It clears the master info and relay log info repositories,\ndeletes all the relay log files, and starts a new relay log file. It\nalso resets to 0 the replication delay specified with the MASTER_DELAY\noption to CHANGE MASTER TO. RESET SLAVE does not change the values of\ngtid_executed or gtid_purged. To use RESET SLAVE, the slave replication\nthreads must be stopped, so on a running slave use STOP SLAVE before\nissuing RESET SLAVE.\n\n*Note*:\n\nAll relay log files are deleted, even if they have not been completely\nexecuted by the slave SQL thread. (This is a condition likely to exist\non a replication slave if you have issued a STOP SLAVE statement or if\nthe slave is highly loaded.)\n\nThe optional FOR CHANNEL channel clause added in MySQL 5.7.6 enables\nyou to choose which replication channel the statement applies to. If no\nclause is set and no extra channels exist, the statement applies to the\ndefault channel and behaves the same as versions of MySQL prior to\n5.7.6. Providing a FOR CHANNEL channel clause applies the RESET SLAVE\nstatement to a specific replication channel. Combining a FOR CHANNEL\nchannel clause with the ALL option deletes the specified channel.\nIssuing a RESET SLAVE ALL statement without a FOR CHANNEL channel\nclause when multiple replication channels exist deletes all replication\nchannels and recreates only the default channel. See\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-channels.html for\nmore information.\n\nRESET SLAVE does not change any replication connection parameters such\nas master host, master port, master user, or master password, which are\nretained in memory. This means that START SLAVE can be issued without\nrequiring a CHANGE MASTER TO statement following RESET SLAVE.\n\nConnection parameters are reset by RESET SLAVE ALL. (RESET SLAVE\nfollowed by a restart of the slave mysqld also does this.)\n\nIn MySQL 5.7 RESET SLAVE causes an implicit commit of an ongoing\ntransaction. See\nhttp://dev.mysql.com/doc/refman/5.7/en/implicit-commit.html.\n\nIf the slave SQL thread was in the middle of replicating temporary\ntables when it was stopped, and RESET SLAVE is issued, these replicated\ntemporary tables are deleted on the slave.\n\nPrior to MySQL 5.7.5, RESET SLAVE also had the effect of resetting both\nthe heartbeat period (Slave_heartbeat_period) and\nSSL_VERIFY_SERVER_CERT. This issue is fixed in MySQL 5.7.5 and later.\n(Bug #18777899, Bug #18778485)\n\nPrior to MySQL 5.7.5, RESET SLAVE ALL did not clear the\nIGNORE_SERVER_IDS list set by CHANGE MASTER TO. In MySQL 5.7.5 and\nlater, the statement clears the list. (Bug #18816897)\n\n*Note*:\n\nWhen used on a MySQL Cluster replication slave SQL node, RESET SLAVE\nclears the mysql.ndb_apply_status table. You should keep in mind when\nusing this statement that ndb_apply_status uses the NDB storage engine\nand so is shared by all SQL nodes attached to the slave cluster.\n\nYou can override this behavior by issuing SET GLOBAL\n@@ndb_clear_apply_status=OFF prior to executing RESET SLAVE, which\nkeeps the slave from purging the ndb_apply_status table in such cases.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/reset-slave.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/reset-slave.html'),(340,'ST_POINTFROMGEOHASH',7,'ST_PointFromGeoHash(geohash_str, srid)\n\nReturns a POINT value containing the decoded geohash value, given a\ngeohash string value. The X and Y coordinates of the point are the\nlongitude in the range [-180, 180] and the latitude in the range [-90,\n90], respectively. The srid value is an unsigned 32-bit integer. The\nresult is NULL if any argument is NULL. An error occurs if any argument\nis invalid.\n\nThe remarks in the description of ST_LatFromGeoHash() regarding the\nmaximum number of characters processed from the geohash_str argument\nalso apply to ST_PointFromGeoHash().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-geohash-functions.html\n\n','mysql> SET @gh = ST_GeoHash(45,-20,10);\nmysql> SELECT ST_AsText(ST_PointFromGeoHash(@gh,0));\n+---------------------------------------+\n| ST_AsText(ST_PointFromGeoHash(@gh,0)) |\n+---------------------------------------+\n| POINT(45 -20) |\n+---------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-geohash-functions.html'),(341,'DAY',32,'Syntax:\nDAY(date)\n\nDAY() is a synonym for DAYOFMONTH().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(342,'UUID',14,'Syntax:\nUUID()\n\nReturns a Universal Unique Identifier (UUID) generated according to RFC\n4122, \"A Universally Unique IDentifier (UUID) URN Namespace\"\n(http://www.ietf.org/rfc/rfc4122.txt).\n\nA UUID is designed as a number that is globally unique in space and\ntime. Two calls to UUID() are expected to generate two different\nvalues, even if these calls are performed on two separate devices not\nconnected to each other.\n\n*Warning*:\n\nAlthough UUID() values are intended to be unique, they are not\nnecessarily unguessable or unpredictable. If unpredictability is\nrequired, UUID values should be generated some other way.\n\nUUID() returns a value that conforms to UUID version 1 as described in\nRFC 4122. The value is a 128-bit number represented as a utf8 string of\nfive hexadecimal numbers in aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\nformat:\n\no The first three numbers are generated from the low, middle, and high\n parts of a timestamp. The high part also includes the UUID version\n number.\n\no The fourth number preserves temporal uniqueness in case the timestamp\n value loses monotonicity (for example, due to daylight saving time).\n\no The fifth number is an IEEE 802 node number that provides spatial\n uniqueness. A random number is substituted if the latter is not\n available (for example, because the host device has no Ethernet card,\n or it is unknown how to find the hardware address of an interface on\n the host operating system). In this case, spatial uniqueness cannot\n be guaranteed. Nevertheless, a collision should have very low\n probability.\n\n The MAC address of an interface is taken into account only on FreeBSD\n and Linux. On other operating systems, MySQL uses a randomly\n generated 48-bit number.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','mysql> SELECT UUID();\n -> \'6ccd780c-baba-1026-9564-5b8c656024db\'\n','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(343,'LINESTRING',25,'LineString(pt1, pt2, ...)\n\nConstructs a LineString value from a number of Point or WKB Point\narguments. If the number of arguments is less than two, the return\nvalue is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html'),(344,'SLEEP',14,'Syntax:\nSLEEP(duration)\n\nSleeps (pauses) for the number of seconds given by the duration\nargument, then returns 0. The duration may have a fractional part. If\nthe argument is NULL or negative, SLEEP() produces a warning, or an\nerror in strict SQL mode.\n\nWhen sleep returns normally (without interruption), it returns 0:\n\nmysql> SELECT SLEEP(1000);\n+-------------+\n| SLEEP(1000) |\n+-------------+\n| 0 |\n+-------------+\n\nWhen SLEEP() is the only thing invoked by a query that is interrupted,\nit returns 1 and the query itself returns no error. This is true\nwhether the query is killed or times out:\n\no This statement is interrupted using KILL QUERY from another session:\n\nmysql> SELECT SLEEP(1000);\n+-------------+\n| SLEEP(1000) |\n+-------------+\n| 1 |\n+-------------+\n\no This statement is interrupted by timing out:\n\nmysql> SELECT /*+ MAX_EXECUTION_TIME(1) */ SLEEP(1000);\n+-------------+\n| SLEEP(1000) |\n+-------------+\n| 1 |\n+-------------+\n\nWhen SLEEP() is only part of a query that is interrupted, the query\nreturns an error:\n\no This statement is interrupted using KILL QUERY from another session:\n\nmysql> SELECT 1 FROM t1 WHERE SLEEP(1000);\nERROR 1317 (70100): Query execution was interrupted\n\no This statement is interrupted by timing out:\n\nmysql> SELECT /*+ MAX_EXECUTION_TIME(1000) */ 1 FROM t1 WHERE SLEEP(1000);\nERROR 3024 (HY000): Query execution was interrupted, maximum statement\nexecution time exceeded\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(345,'CREATE LOGFILE GROUP',40,'Syntax:\nCREATE LOGFILE GROUP logfile_group\n ADD UNDOFILE \'undo_file\'\n [INITIAL_SIZE [=] initial_size]\n [UNDO_BUFFER_SIZE [=] undo_buffer_size]\n [REDO_BUFFER_SIZE [=] redo_buffer_size]\n [NODEGROUP [=] nodegroup_id]\n [WAIT]\n [COMMENT [=] comment_text]\n ENGINE [=] engine_name\n\nThis statement creates a new log file group named logfile_group having\na single UNDO file named \'undo_file\'. A CREATE LOGFILE GROUP statement\nhas one and only one ADD UNDOFILE clause. For rules covering the naming\nof log file groups, see\nhttp://dev.mysql.com/doc/refman/5.7/en/identifiers.html.\n\n*Note*:\n\nAll MySQL Cluster Disk Data objects share the same namespace. This\nmeans that each Disk Data object must be uniquely named (and not merely\neach Disk Data object of a given type). For example, you cannot have a\ntablespace and a log file group with the same name, or a tablespace and\na data file with the same name.\n\nThere can be only one log file group per MySQL Cluster instance at any\ngiven time.\n\nThe optional INITIAL_SIZE parameter sets the UNDO file\'s initial size;\nif not specified, it defaults to 128M (128 megabytes). The optional\nUNDO_BUFFER_SIZE parameter sets the size used by the UNDO buffer for\nthe log file group; The default value for UNDO_BUFFER_SIZE is 8M (eight\nmegabytes); this value cannot exceed the amount of system memory\navailable. Both of these parameters are specified in bytes. You may\noptionally follow either or both of these with a one-letter\nabbreviation for an order of magnitude, similar to those used in\nmy.cnf. Generally, this is one of the letters M (for megabytes) or G\n(for gigabytes).\n\nMemory used for UNDO_BUFFER_SIZE comes from the global pool whose size\nis determined by the value of the SharedGlobalMemory data node\nconfiguration parameter. This includes any default value implied for\nthis option by the setting of the InitialLogFileGroup data node\nconfiguration parameter.\n\nThe maximum permitted for UNDO_BUFFER_SIZE is 629145600 (600 MB).\n\nOn 32-bit systems, the maximum supported value for INITIAL_SIZE is\n4294967296 (4 GB). (Bug #29186)\n\nThe minimum allowed value for INITIAL_SIZE is 1048576 (1 MB).\n\nThe ENGINE option determines the storage engine to be used by this log\nfile group, with engine_name being the name of the storage engine. In\nMySQL 5.7, this must be NDB (or NDBCLUSTER). If ENGINE is not set,\nMySQL tries to use the engine specified by the default_storage_engine\nserver system variable (formerly storage_engine). In any case, if the\nengine is not specified as NDB or NDBCLUSTER, the CREATE LOGFILE GROUP\nstatement appears to succeed but actually fails to create the log file\ngroup, as shown here:\n\nmysql> CREATE LOGFILE GROUP lg1\n -> ADD UNDOFILE \'undo.dat\' INITIAL_SIZE = 10M;\nQuery OK, 0 rows affected, 1 warning (0.00 sec)\n\nmysql> SHOW WARNINGS;\n+-------+------+------------------------------------------------------------------------------------------------+\n| Level | Code | Message |\n+-------+------+------------------------------------------------------------------------------------------------+\n| Error | 1478 | Table storage engine \'InnoDB\' does not support the create option \'TABLESPACE or LOGFILE GROUP\' |\n+-------+------+------------------------------------------------------------------------------------------------+\n1 row in set (0.00 sec)\n\nmysql> DROP LOGFILE GROUP lg1 ENGINE = NDB; \nERROR 1529 (HY000): Failed to drop LOGFILE GROUP\n\nmysql> CREATE LOGFILE GROUP lg1\n -> ADD UNDOFILE \'undo.dat\' INITIAL_SIZE = 10M\n -> ENGINE = NDB;\nQuery OK, 0 rows affected (2.97 sec)\n\nThe fact that the CREATE LOGFILE GROUP statement does not actually\nreturn an error when a non-NDB storage engine is named, but rather\nappears to succeed, is a known issue which we hope to address in a\nfuture release of MySQL Cluster.\n\nREDO_BUFFER_SIZE, NODEGROUP, WAIT, and COMMENT are parsed but ignored,\nand so have no effect in MySQL 5.7. These options are intended for\nfuture expansion.\n\nWhen used with ENGINE [=] NDB, a log file group and associated UNDO log\nfile are created on each Cluster data node. You can verify that the\nUNDO files were created and obtain information about them by querying\nthe INFORMATION_SCHEMA.FILES table. For example:\n\nmysql> SELECT LOGFILE_GROUP_NAME, LOGFILE_GROUP_NUMBER, EXTRA\n -> FROM INFORMATION_SCHEMA.FILES\n -> WHERE FILE_NAME = \'undo_10.dat\';\n+--------------------+----------------------+----------------+\n| LOGFILE_GROUP_NAME | LOGFILE_GROUP_NUMBER | EXTRA |\n+--------------------+----------------------+----------------+\n| lg_3 | 11 | CLUSTER_NODE=3 |\n| lg_3 | 11 | CLUSTER_NODE=4 |\n+--------------------+----------------------+----------------+\n2 rows in set (0.06 sec)\n\nCREATE LOGFILE GROUP is useful only with Disk Data storage for MySQL\nCluster. See\nhttp://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-disk-data.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-logfile-group.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/create-logfile-group.html'),(346,'NULLIF',6,'Syntax:\nNULLIF(expr1,expr2)\n\nReturns NULL if expr1 = expr2 is true, otherwise returns expr1. This is\nthe same as CASE WHEN expr1 = expr2 THEN NULL ELSE expr1 END.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/control-flow-functions.html\n\n','mysql> SELECT NULLIF(1,1);\n -> NULL\nmysql> SELECT NULLIF(1,2);\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/control-flow-functions.html'),(347,'ROUND',3,'Syntax:\nROUND(X), ROUND(X,D)\n\nRounds the argument X to D decimal places. The rounding algorithm\ndepends on the data type of X. D defaults to 0 if not specified. D can\nbe negative to cause D digits left of the decimal point of the value X\nto become zero.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT ROUND(-1.23);\n -> -1\nmysql> SELECT ROUND(-1.58);\n -> -2\nmysql> SELECT ROUND(1.58);\n -> 2\nmysql> SELECT ROUND(1.298, 1);\n -> 1.3\nmysql> SELECT ROUND(1.298, 0);\n -> 1\nmysql> SELECT ROUND(23.298, -1);\n -> 20\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(348,'STOP SLAVE',8,'Syntax:\nSTOP SLAVE [thread_types]\n\nthread_types:\n [thread_type [, thread_type] ... ]\n\nthread_type: IO_THREAD | SQL_THREAD\n\nchannel_option:\n FOR CHANNEL channel\n\nStops the slave threads. STOP SLAVE requires the SUPER privilege.\nRecommended best practice is to execute STOP SLAVE on the slave before\nstopping the slave server (see\nhttp://dev.mysql.com/doc/refman/5.7/en/server-shutdown.html, for more\ninformation).\n\nWhen using the row-based logging format: You should execute STOP SLAVE\nor STOP SLAVE SQL_THREAD on the slave prior to shutting down the slave\nserver if you are replicating any tables that use a nontransactional\nstorage engine (see the Note later in this section).\n\nLike START SLAVE, this statement may be used with the IO_THREAD and\nSQL_THREAD options to name the thread or threads to be stopped.\n\nIn MySQL 5.7, STOP SLAVE causes an implicit commit of an ongoing\ntransaction. See\nhttp://dev.mysql.com/doc/refman/5.7/en/implicit-commit.html.\n\nBeginning with MySQL 5.7.1, gtid_next must be set to AUTOMATIC before\nissuing this statement (Bug #16062608).\n\nIn MySQL 5.7.2 and later, you can control how long STOP SLAVE waits\nbefore timing out by setting the rpl_stop_slave_timeout system\nvariable. This can be used to avoid deadlocks between STOP SLAVE and\nother slave SQL statements using different client connections to the\nslave. (Bug #16856735)\n\nPrior to MySQL 5.7.4, it was necessary to issue this statement on a\nrunning slave prior to executing CHANGE MASTER TO. In MySQL 5.7.4 and\nlater, this is no longer always the case; some CHANGE MASTER TO\nstatements are now allowed while the slave is running, depending on the\nstates of the slave SQL and I/O threads. However, using STOP SLAVE\nprior to executing CHANGE MASTER TO in such cases is still supported.\nSee [HELP CHANGE MASTER TO], and\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-solutions-switch.htm\nl, for more information.\n\nThe optional FOR CHANNEL channel clause added in MySQL 5.7.6 enables\nyou to choose which replication channel the statement applies to. If no\nclause is set and no extra channels exist, the statement applies to the\ndefault channel and behaves the same as versions of MySQL prior to\n5.7.6. Providing a FOR CHANNEL channel clause applies the STOP SLAVE\nstatement to a specific replication channel. If a STOP SLAVE statement\ndoes not have a channel defined when using multiple channels, this\nstatement stops the specified threads for all channels. Beginning with\nMySQL 5.7.9, this statement cannot be used with the\ngroup_replication_recovery channel. See\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-channels.html for\nmore information.\n\nWhen using statement-based replication: changing the master while it\nhas open temporary tables is potentially unsafe. This is one of the\nreasons why statement-based replication of temporary tables is not\nrecommended. You can find out whether there are any temporary tables on\nthe slave by checking the value of Slave_open_temp_tables; when using\nstatement-based replication, this value should be 0 before executing\nCHANGE MASTER TO. In MySQL 5.7.4 and later, if there are any temporary\ntables open on the slave, issuing a CHANGE MASTER TO statement after\nissuing a STOP SLAVE causes an ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO\nwarning.\n\nWhen using a multi-threaded slave (slave_parallel_workers is a nonzero\nvalue), any gaps in the sequence of transactions executed from the\nrelay log are closed as part of stopping the worker threads. If the\nslave is stopped unexpectedly (for example due to an error in a worker\nthread, or another thread issuing KILL) while a STOP SLAVE statement is\nexecuting, the sequence of executed transactions from the relay log may\nbecome inconsistent. See\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-features-transaction\n-inconsistencies.html, for more information.\n\nIn MySQL 5.7, STOP SLAVE waits until the current replication\ntransaction affecting one or more nontransactional tables has finished\nexecuting (if there is any such transaction), or until you issue a KILL\nQUERY or KILL CONNECTION statement. (Bug #319, Bug #38205)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/stop-slave.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/stop-slave.html'),(349,'TIMEDIFF',32,'Syntax:\nTIMEDIFF(expr1,expr2)\n\nTIMEDIFF() returns expr1 − expr2 expressed as a time value. expr1 and\nexpr2 are time or date-and-time expressions, but both must be of the\nsame type.\n\nThe result returned by TIMEDIFF() is limited to the range allowed for\nTIME values. Alternatively, you can use either of the functions\nTIMESTAMPDIFF() and UNIX_TIMESTAMP(), both of which return integers.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT TIMEDIFF(\'2000:01:01 00:00:00\',\n -> \'2000:01:01 00:00:00.000001\');\n -> \'-00:00:00.000001\'\nmysql> SELECT TIMEDIFF(\'2008-12-31 23:59:59.000001\',\n -> \'2008-12-30 01:01:01.000002\');\n -> \'46:58:57.999999\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(350,'LINEFROMTEXT',4,'LineFromText(wkt[, srid]), LineStringFromText(wkt[, srid])\n\nST_LineFromText(), ST_LineStringFromText(), LineFromText(), and\nLineStringFromText() are synonyms. For more information, see the\ndescription of ST_LineFromText().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(351,'ADDTIME',32,'Syntax:\nADDTIME(expr1,expr2)\n\nADDTIME() adds expr2 to expr1 and returns the result. expr1 is a time\nor datetime expression, and expr2 is a time expression.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT ADDTIME(\'2007-12-31 23:59:59.999999\', \'1 1:1:1.000002\');\n -> \'2008-01-02 01:01:01.000001\'\nmysql> SELECT ADDTIME(\'01:00:00.999999\', \'02:00:00.999998\');\n -> \'03:00:01.999997\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(352,'UPPER',38,'Syntax:\nUPPER(str)\n\nReturns the string str with all characters changed to uppercase\naccording to the current character set mapping. The default is latin1\n(cp1252 West European).\n\nmysql> SELECT UPPER(\'Hej\');\n -> \'HEJ\'\n\nSee the description of LOWER() for information that also applies to\nUPPER(). This included information about how to perform lettercase\nconversion of binary strings (BINARY, VARBINARY, BLOB) for which these\nfunctions are ineffective, and information about case folding for\nUnicode character sets.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(353,'MEDIUMBLOB',23,'MEDIUMBLOB\n\nA BLOB column with a maximum length of 16,777,215 (224 − 1) bytes.\nEach MEDIUMBLOB value is stored using a 3-byte length prefix that\nindicates the number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(354,'FROM_UNIXTIME',32,'Syntax:\nFROM_UNIXTIME(unix_timestamp), FROM_UNIXTIME(unix_timestamp,format)\n\nReturns a representation of the unix_timestamp argument as a value in\n\'YYYY-MM-DD HH:MM:SS\' or YYYYMMDDHHMMSS format, depending on whether\nthe function is used in a string or numeric context. The value is\nexpressed in the current time zone. unix_timestamp is an internal\ntimestamp value such as is produced by the UNIX_TIMESTAMP() function.\n\nIf format is given, the result is formatted according to the format\nstring, which is used the same way as listed in the entry for the\nDATE_FORMAT() function.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT FROM_UNIXTIME(1447430881);\n -> \'2015-11-13 10:08:01\'\nmysql> SELECT FROM_UNIXTIME(1447430881) + 0;\n -> 20151113100801\nmysql> SELECT FROM_UNIXTIME(UNIX_TIMESTAMP(),\n -> \'%Y %D %M %h:%i:%s %x\');\n -> \'2015 13th November 10:08:01 2015\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(355,'SHA2',12,'Syntax:\nSHA2(str, hash_length)\n\nCalculates the SHA-2 family of hash functions (SHA-224, SHA-256,\nSHA-384, and SHA-512). The first argument is the cleartext string to be\nhashed. The second argument indicates the desired bit length of the\nresult, which must have a value of 224, 256, 384, 512, or 0 (which is\nequivalent to 256). If either argument is NULL or the hash length is\nnot one of the permitted values, the return value is NULL. Otherwise,\nthe function result is a hash value containing the desired number of\nbits. See the notes at the beginning of this section about storing hash\nvalues efficiently.\n\nThe return value is a nonbinary string in the connection character set.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','mysql> SELECT SHA2(\'abc\', 224);\n -> \'23097d223405d8228642a477bda255b32aadbce4bda0b3f7e36c9da7\'\n','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(356,'IFNULL',6,'Syntax:\nIFNULL(expr1,expr2)\n\nIf expr1 is not NULL, IFNULL() returns expr1; otherwise it returns\nexpr2. IFNULL() returns a numeric or string value, depending on the\ncontext in which it is used.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/control-flow-functions.html\n\n','mysql> SELECT IFNULL(1,0);\n -> 1\nmysql> SELECT IFNULL(NULL,10);\n -> 10\nmysql> SELECT IFNULL(1/0,10);\n -> 10\nmysql> SELECT IFNULL(1/0,\'yes\');\n -> \'yes\'\n','http://dev.mysql.com/doc/refman/5.7/en/control-flow-functions.html'),(357,'SHOW FUNCTION CODE',27,'Syntax:\nSHOW FUNCTION CODE func_name\n\nThis statement is similar to SHOW PROCEDURE CODE but for stored\nfunctions. See [HELP SHOW PROCEDURE CODE].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-function-code.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-function-code.html'),(358,'SHOW ERRORS',27,'Syntax:\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW COUNT(*) ERRORS\n\nSHOW ERRORS is a diagnostic statement that is similar to SHOW WARNINGS,\nexcept that it displays information only for errors, rather than for\nerrors, warnings, and notes.\n\nThe LIMIT clause has the same syntax as for the SELECT statement. See\nhttp://dev.mysql.com/doc/refman/5.7/en/select.html.\n\nThe SHOW COUNT(*) ERRORS statement displays the number of errors. You\ncan also retrieve this number from the error_count variable:\n\nSHOW COUNT(*) ERRORS;\nSELECT @@error_count;\n\nSHOW ERRORS and error_count apply only to errors, not warnings or\nnotes. In other respects, they are similar to SHOW WARNINGS and\nwarning_count. In particular, SHOW ERRORS cannot display information\nfor more than max_error_count messages, and error_count can exceed the\nvalue of max_error_count if the number of errors exceeds\nmax_error_count.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-errors.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-errors.html'),(359,'SET NAMES',27,'Syntax:\nSET NAMES {\'charset_name\'\n [COLLATE \'collation_name\'] | DEFAULT}\n\nThis statement sets the three session system variables\ncharacter_set_client, character_set_connection, and\ncharacter_set_results to the given character set. Setting\ncharacter_set_connection to charset_name also sets collation_connection\nto the default collation for charset_name. See\nhttp://dev.mysql.com/doc/refman/5.7/en/charset-connection.html.\n\nThe optional COLLATE clause may be used to specify a collation\nexplicitly. If given, the collation must one of the permitted\ncollations for charset_name.\n\nThe default mapping can be restored by using a value of DEFAULT. The\ndefault depends on the server configuration.\n\nucs2, utf16, and utf32 cannot be used as a client character set, which\nmeans that they do not work for SET NAMES.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/set-names.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/set-names.html'),(360,'LEAST',20,'Syntax:\nLEAST(value1,value2,...)\n\nWith two or more arguments, returns the smallest (minimum-valued)\nargument. The arguments are compared using the following rules:\n\no If any argument is NULL, the result is NULL. No comparison is needed.\n\no If the return value is used in an INTEGER context or all arguments\n are integer-valued, they are compared as integers.\n\no If the return value is used in a REAL context or all arguments are\n real-valued, they are compared as reals.\n\no If the arguments comprise a mix of numbers and strings, they are\n compared as numbers.\n\no If any argument is a nonbinary (character) string, the arguments are\n compared as nonbinary strings.\n\no In all other cases, the arguments are compared as binary strings.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT LEAST(2,0);\n -> 0\nmysql> SELECT LEAST(34.0,3.0,5.0,767.0);\n -> 3.0\nmysql> SELECT LEAST(\'B\',\'A\',\'C\');\n -> \'A\'\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(361,'=',20,'=\n\nEqual:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT 1 = 0;\n -> 0\nmysql> SELECT \'0\' = 0;\n -> 1\nmysql> SELECT \'0.0\' = 0;\n -> 1\nmysql> SELECT \'0.01\' = 0;\n -> 0\nmysql> SELECT \'.01\' = 0.01;\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(362,'ST_GEOMCOLLFROMTEXT',4,'ST_GeomCollFromText(wkt[, srid]), ST_GeometryCollectionFromText(wkt[,\nsrid]), ST_GeomCollFromTxt(wkt[, srid])\n\nConstructs a GeometryCollection value using its WKT representation and\nSRID.\n\nThe result is NULL if the geometry argument is NULL or not a\nsyntactically well-formed geometry, or if the SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','mysql> SET @g = \"MULTILINESTRING((10 10, 11 11), (9 9, 10 10))\";\nmysql> SELECT ST_AsText(ST_GeomCollFromText(@g));\n+--------------------------------------------+\n| ST_AsText(ST_GeomCollFromText(@g)) |\n+--------------------------------------------+\n| MULTILINESTRING((10 10,11 11),(9 9,10 10)) |\n+--------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(363,'IS_IPV4_MAPPED',14,'Syntax:\nIS_IPV4_MAPPED(expr)\n\nThis function takes an IPv6 address represented in numeric form as a\nbinary string, as returned by INET6_ATON(). It returns 1 if the\nargument is a valid IPv4-mapped IPv6 address, 0 otherwise. IPv4-mapped\naddresses have the form ::ffff:ipv4_address.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','mysql> SELECT IS_IPV4_MAPPED(INET6_ATON(\'::10.0.5.9\'));\n -> 0\nmysql> SELECT IS_IPV4_MAPPED(INET6_ATON(\'::ffff:10.0.5.9\'));\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(364,'CREATE USER',10,'Syntax:\nCREATE USER syntax for MySQL 5.7.6 and higher:\n\nThe CREATE USER statement creates new MySQL accounts. It enables\naccount authentication properties to be established. As of MySQL 5.7.6,\nit is also possible to establish authentication, SSL/TLS, and\nresource-limit properties, account password expiration, and account\nlocking and unlocking.\n\nAn account when first created has no privileges.\n\nTo use CREATE USER, you must have the global CREATE USER privilege, or\nthe INSERT privilege for the mysql database. When the read_only system\nvariable is enabled, CREATE USER additionally requires the SUPER\nprivilege.\n\nAn error occurs if you try to create an account that already exists.\n\nAs of MySQL 5.7.8, the IF NOT EXISTS clause can be used, which causes\nthe statement to produce a warning for each named account that already\nexists, rather than an error.\n\nFor each account, CREATE USER creates a new row in the mysql.user\ntable. The row reflects the properties specified in the statement.\nUnspecified properties are set to their default values.\n\nExample 1: Create an account that uses the default authentication\nplugin and the given password. Mark the password expired so that the\nuser must choose a new one at the first connection to the server:\n\nCREATE USER \'jeffrey\'@\'localhost\'\n IDENTIFIED BY \'new_password\' PASSWORD EXPIRE;\n\nExample 2: Create an account that uses the sha256_password\nauthentication plugin and the given password. Require that a new\npassword be chosen every 180 days:\n\nCREATE USER \'jeffrey\'@\'localhost\'\n IDENTIFIED WITH sha256_password BY \'new_password\'\n PASSWORD EXPIRE INTERVAL 180 DAY;\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-user.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/create-user.html'),(365,'POINT',25,'Point(x, y)\n\nConstructs a Point using its coordinates.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html'),(366,'LCASE',38,'Syntax:\nLCASE(str)\n\nLCASE() is a synonym for LOWER().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(367,'CREATE_DH_PARAMETERS',7,'CREATE_DH_PARAMETERS(key_len)\n\nCreates a shared secret for generating a DH private/public key pair and\nreturns a binary string that can be passed to\nCREATE_ASYMMETRIC_PRIV_KEY(). If secret generation fails, the result is\nnull.\n\nSupported key_len values: The minimum and maximum key lengths in bits\nare 1,024 and 10,000. These key-length limits are constraints imposed\nby OpenSSL. Server administrators can impose additional limits on\nmaximum key length by setting environment variables. See\nhttp://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-usage.html\n.\n\nFor an example showing how to use the return value for generating\nsymmetric keys, see the description of ASYMMETRIC_DERIVE().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html\n\n','SET @dhp = CREATE_DH_PARAMETERS(1024);\n','http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html'),(368,'IS NOT NULL',20,'Syntax:\nIS NOT NULL\n\nTests whether a value is not NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT 1 IS NOT NULL, 0 IS NOT NULL, NULL IS NOT NULL;\n -> 1, 1, 0\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(369,'MATCH AGAINST',38,'Syntax:\nMATCH (col1,col2,...) AGAINST (expr [search_modifier])\n\nMySQL has support for full-text indexing and searching:\n\no A full-text index in MySQL is an index of type FULLTEXT.\n\no Full-text indexes can be used only with InnoDB or MyISAM tables, and\n can be created only for CHAR, VARCHAR, or TEXT columns.\n\no As of MySQL 5.7.6, MySQL provides a built-in full-text ngram parser\n that supports Chinese, Japanese, and Korean (CJK), and an installable\n MeCab full-text parser plugin for Japanese. Parsing differences are\n outlined in\n http://dev.mysql.com/doc/refman/5.7/en/fulltext-search-ngram.html,\n and\n http://dev.mysql.com/doc/refman/5.7/en/fulltext-search-mecab.html.\n\no A FULLTEXT index definition can be given in the CREATE TABLE\n statement when a table is created, or added later using ALTER TABLE\n or CREATE INDEX.\n\no For large data sets, it is much faster to load your data into a table\n that has no FULLTEXT index and then create the index after that, than\n to load data into a table that has an existing FULLTEXT index.\n\nFull-text searching is performed using MATCH() ... AGAINST syntax.\nMATCH() takes a comma-separated list that names the columns to be\nsearched. AGAINST takes a string to search for, and an optional\nmodifier that indicates what type of search to perform. The search\nstring must be a string value that is constant during query evaluation.\nThis rules out, for example, a table column because that can differ for\neach row.\n\nThere are three types of full-text searches:\n\no A natural language search interprets the search string as a phrase in\n natural human language (a phrase in free text). There are no special\n operators. The stopword list applies. For more information about\n stopword lists, see\n http://dev.mysql.com/doc/refman/5.7/en/fulltext-stopwords.html.\n\n Full-text searches are natural language searches if the IN NATURAL\n LANGUAGE MODE modifier is given or if no modifier is given. For more\n information, see\n http://dev.mysql.com/doc/refman/5.7/en/fulltext-natural-language.html\n .\n\no A boolean search interprets the search string using the rules of a\n special query language. The string contains the words to search for.\n It can also contain operators that specify requirements such that a\n word must be present or absent in matching rows, or that it should be\n weighted higher or lower than usual. Certain common words (stopwords)\n are omitted from the search index and do not match if present in the\n search string. The IN BOOLEAN MODE modifier specifies a boolean\n search. For more information, see\n http://dev.mysql.com/doc/refman/5.7/en/fulltext-boolean.html.\n\no A query expansion search is a modification of a natural language\n search. The search string is used to perform a natural language\n search. Then words from the most relevant rows returned by the search\n are added to the search string and the search is done again. The\n query returns the rows from the second search. The IN NATURAL\n LANGUAGE MODE WITH QUERY EXPANSION or WITH QUERY EXPANSION modifier\n specifies a query expansion search. For more information, see\n http://dev.mysql.com/doc/refman/5.7/en/fulltext-query-expansion.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/fulltext-search.html\n\n','mysql> SELECT id, body, MATCH (title,body) AGAINST\n (\'Security implications of running MySQL as root\'\n IN NATURAL LANGUAGE MODE) AS score\n FROM articles WHERE MATCH (title,body) AGAINST\n (\'Security implications of running MySQL as root\'\n IN NATURAL LANGUAGE MODE);\n+----+-------------------------------------+-----------------+\n| id | body | score |\n+----+-------------------------------------+-----------------+\n| 4 | 1. Never run mysqld as root. 2. ... | 1.5219271183014 |\n| 6 | When configured properly, MySQL ... | 1.3114095926285 |\n+----+-------------------------------------+-----------------+\n2 rows in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.7/en/fulltext-search.html'),(370,'CREATE EVENT',40,'Syntax:\nCREATE\n [DEFINER = { user | CURRENT_USER }]\n EVENT\n [IF NOT EXISTS]\n event_name\n ON SCHEDULE schedule\n [ON COMPLETION [NOT] PRESERVE]\n [ENABLE | DISABLE | DISABLE ON SLAVE]\n [COMMENT \'comment\']\n DO event_body;\n\nschedule:\n AT timestamp [+ INTERVAL interval] ...\n | EVERY interval\n [STARTS timestamp [+ INTERVAL interval] ...]\n [ENDS timestamp [+ INTERVAL interval] ...]\n\ninterval:\n quantity {YEAR | QUARTER | MONTH | DAY | HOUR | MINUTE |\n WEEK | SECOND | YEAR_MONTH | DAY_HOUR | DAY_MINUTE |\n DAY_SECOND | HOUR_MINUTE | HOUR_SECOND | MINUTE_SECOND}\n\nThis statement creates and schedules a new event. The event will not\nrun unless the Event Scheduler is enabled. For information about\nchecking Event Scheduler status and enabling it if necessary, see\nhttp://dev.mysql.com/doc/refman/5.7/en/events-configuration.html.\n\nCREATE EVENT requires the EVENT privilege for the schema in which the\nevent is to be created. It might also require the SUPER privilege,\ndepending on the DEFINER value, as described later in this section.\n\nThe minimum requirements for a valid CREATE EVENT statement are as\nfollows:\n\no The keywords CREATE EVENT plus an event name, which uniquely\n identifies the event in a database schema.\n\no An ON SCHEDULE clause, which determines when and how often the event\n executes.\n\no A DO clause, which contains the SQL statement to be executed by an\n event.\n\nThis is an example of a minimal CREATE EVENT statement:\n\nCREATE EVENT myevent\n ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 1 HOUR\n DO\n UPDATE myschema.mytable SET mycol = mycol + 1;\n\nThe previous statement creates an event named myevent. This event\nexecutes once---one hour following its creation---by running an SQL\nstatement that increments the value of the myschema.mytable table\'s\nmycol column by 1.\n\nThe event_name must be a valid MySQL identifier with a maximum length\nof 64 characters. Event names are not case sensitive, so you cannot\nhave two events named myevent and MyEvent in the same schema. In\ngeneral, the rules governing event names are the same as those for\nnames of stored routines. See\nhttp://dev.mysql.com/doc/refman/5.7/en/identifiers.html.\n\nAn event is associated with a schema. If no schema is indicated as part\nof event_name, the default (current) schema is assumed. To create an\nevent in a specific schema, qualify the event name with a schema using\nschema_name.event_name syntax.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-event.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/create-event.html'),(371,'MBR DEFINITION',7,'Its MBR (minimum bounding rectangle), or envelope. This is the bounding\ngeometry, formed by the minimum and maximum (X,Y) coordinates:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-class-geometry.html\n\n','((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n','http://dev.mysql.com/doc/refman/5.7/en/gis-class-geometry.html'),(372,'ST_DIFFERENCE',26,'ST_Difference(g1, g2)\n\nReturns a geometry that represents the point set difference of the\ngeometry values g1 and g2.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html\n\n','mysql> SET @g1 = Point(1,1), @g2 = Point(2,2);\nmysql> SELECT ST_AsText(ST_Difference(@g1, @g2));\n+------------------------------------+\n| ST_AsText(ST_Difference(@g1, @g2)) |\n+------------------------------------+\n| POINT(1 1) |\n+------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html'),(373,'GEOMETRYCOLLECTION',25,'GeometryCollection(g1, g2, ...)\n\nConstructs a GeometryCollection.\n\nAs of MySQL 5.7.5, GeometryCollection() returns all the proper\ngeometries contained in the argument even if a nonsupported geometry is\npresent. Before 5.7.5, if the argument contains a nonsupported\ngeometry, the return value is NULL.\n\nAs of MySQL 5.7.8, GeometryCollection() with no arguments is permitted\nas a way to create an empty geometry.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-mysql-specific-functions.html'),(374,'*',3,'Syntax:\n*\n\nMultiplication:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html\n\n','mysql> SELECT 3*5;\n -> 15\nmysql> SELECT 18014398509481984*18014398509481984.0;\n -> 324518553658426726783156020576256.0\nmysql> SELECT 18014398509481984*18014398509481984;\n -> out-of-range error\n','http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html'),(375,'ST_ASBINARY',33,'ST_AsBinary(g), ST_AsWKB(g)\n\nConverts a value in internal geometry format to its WKB representation\nand returns the binary result.\n\nThe result is NULL if the geometry argument is NULL. If the argument is\nnot a syntactically well-formed geometry, an ER_GIS_INVALID_DATA error\noccurs as of MySQL 5.7.5. The result is NULL prior to MySQL 5.7.5.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-format-conversion-functions.html\n\n','SELECT ST_AsBinary(g) FROM geom;\n','http://dev.mysql.com/doc/refman/5.7/en/gis-format-conversion-functions.html'),(376,'TO_BASE64',38,'Syntax:\nTO_BASE64(str)\n\nConverts the string argument to base-64 encoded form and returns the\nresult as a character string with the connection character set and\ncollation. If the argument is not a string, it is converted to a string\nbefore conversion takes place. The result is NULL if the argument is\nNULL. Base-64 encoded strings can be decoded using the FROM_BASE64()\nfunction.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT TO_BASE64(\'abc\'), FROM_BASE64(TO_BASE64(\'abc\'));\n -> \'JWJj\', \'abc\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(377,'DES_DECRYPT',12,'Syntax:\nDES_DECRYPT(crypt_str[,key_str])\n\nDecrypts a string encrypted with DES_ENCRYPT(). If an error occurs,\nthis function returns NULL.\n\nThis function works only if MySQL has been configured with SSL support.\nSee http://dev.mysql.com/doc/refman/5.7/en/secure-connections.html.\n\nIf no key_str argument is given, DES_DECRYPT() examines the first byte\nof the encrypted string to determine the DES key number that was used\nto encrypt the original string, and then reads the key from the DES key\nfile to decrypt the message. For this to work, the user must have the\nSUPER privilege. The key file can be specified with the --des-key-file\nserver option.\n\nIf you pass this function a key_str argument, that string is used as\nthe key for decrypting the message.\n\nIf the crypt_str argument does not appear to be an encrypted string,\nMySQL returns the given crypt_str.\n\n*Note*:\n\nThe DES_ENCRYPT() and DES_DECRYPT() functions are deprecated as of\nMySQL 5.7.6, will be removed in a future MySQL release, and should no\nlonger be used. Consider using AES_ENCRYPT() and AES_DECRYPT() instead.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(378,'ST_AREA',2,'ST_Area(poly)\n\nReturns a double-precision number indicating the area of the argument,\nas measured in its spatial reference system. For arguments of dimension\n0 or 1, the result is 0.\n\nAdditionally, as of MySQL 5.7.5: The result is the sum of the area\nvalues of all components for a geometry collection. If a geometry\ncollection is empty, its area is returned as 0.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html\n\n','mysql> SET @poly = \'Polygon((0 0,0 3,3 0,0 0),(1 1,1 2,2 1,1 1))\';\nmysql> SELECT ST_Area(ST_GeomFromText(@poly));\n+---------------------------------+\n| ST_Area(ST_GeomFromText(@poly)) |\n+---------------------------------+\n| 4 |\n+---------------------------------+\n\nmysql> SET @mpoly =\n -> \'MultiPolygon(((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1)))\';\nmysql> SELECT ST_Area(ST_GeomFromText(@mpoly));\n+----------------------------------+\n| ST_Area(ST_GeomFromText(@mpoly)) |\n+----------------------------------+\n| 8 |\n+----------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html'),(379,'ENDPOINT',13,'EndPoint(ls)\n\nST_EndPoint() and EndPoint() are synonyms. For more information, see\nthe description of ST_EndPoint().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html'),(380,'INSERT',28,'Syntax:\nINSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]\n [INTO] tbl_name\n [PARTITION (partition_name,...)]\n [(col_name,...)]\n {VALUES | VALUE} ({expr | DEFAULT},...),(...),...\n [ ON DUPLICATE KEY UPDATE\n col_name=expr\n [, col_name=expr] ... ]\n\nOr:\n\nINSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]\n [INTO] tbl_name\n [PARTITION (partition_name,...)]\n SET col_name={expr | DEFAULT}, ...\n [ ON DUPLICATE KEY UPDATE\n col_name=expr\n [, col_name=expr] ... ]\n\nOr:\n\nINSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE]\n [INTO] tbl_name\n [PARTITION (partition_name,...)]\n [(col_name,...)]\n SELECT ...\n [ ON DUPLICATE KEY UPDATE\n col_name=expr\n [, col_name=expr] ... ]\n\nINSERT inserts new rows into an existing table. The INSERT ... VALUES\nand INSERT ... SET forms of the statement insert rows based on\nexplicitly specified values. The INSERT ... SELECT form inserts rows\nselected from another table or tables. INSERT ... SELECT is discussed\nfurther in [HELP INSERT SELECT].\n\nWhen inserting into a partitioned table, you can control which\npartitions and subpartitions accept new rows. The PARTITION option\ntakes a comma-separated list of the names of one or more partitions or\nsubpartitions (or both) of the table. If any of the rows to be inserted\nby a given INSERT statement do not match one of the partitions listed,\nthe INSERT statement fails with the error Found a row not matching the\ngiven partition set. See\nhttp://dev.mysql.com/doc/refman/5.7/en/partitioning-selection.html, for\nmore information and examples.\n\nIn MySQL 5.7, the DELAYED keyword is accepted but ignored by the\nserver. See [HELP INSERT DELAYED], for the reasons for this.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/insert.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/insert.html'),(381,'COUNT',16,'Syntax:\nCOUNT(expr)\n\nReturns a count of the number of non-NULL values of expr in the rows\nretrieved by a SELECT statement. The result is a BIGINT value.\n\nIf there are no matching rows, COUNT() returns 0.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','mysql> SELECT student.student_name,COUNT(*)\n -> FROM student,course\n -> WHERE student.student_id=course.student_id\n -> GROUP BY student_name;\n','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(382,'JSON_ARRAY_APPEND',7,'JSON_ARRAY_APPEND(json_doc, path, val[, path, val] ...)\n\nAppends values to the end of the indicated arrays within a JSON\ndocument and returns the result. Returns NULL if any argument is NULL.\nAn error occurs if the json_doc argument is not a valid JSON document\nor any path argument is not a valid path expression or contains a * or\n** wildcard.\n\nThe path/value pairs are evaluated left to right. The document produced\nby evaluating one pair becomes the new value against which the next\npair is evaluated.\n\nIf a path selects a scalar or object value, that value is autowrapped\nwithin an array and the new value is added to that array. Pairs for\nwhich the path does not identify any value in the JSON document are\nignored.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html\n\n','mysql> SET @j = \'[\"a\", [\"b\", \"c\"], \"d\"]\';\nmysql> SELECT JSON_ARRAY_APPEND(@j, \'$[1]\', 1);\n+----------------------------------+\n| JSON_ARRAY_APPEND(@j, \'$[1]\', 1) |\n+----------------------------------+\n| [\"a\", [\"b\", \"c\", 1], \"d\"] |\n+----------------------------------+\nmysql> SELECT JSON_ARRAY_APPEND(@j, \'$[0]\', 2);\n+----------------------------------+\n| JSON_ARRAY_APPEND(@j, \'$[0]\', 2) |\n+----------------------------------+\n| [[\"a\", 2], [\"b\", \"c\"], \"d\"] |\n+----------------------------------+\nmysql> SELECT JSON_ARRAY_APPEND(@j, \'$[1][0]\', 3);\n+-------------------------------------+\n| JSON_ARRAY_APPEND(@j, \'$[1][0]\', 3) |\n+-------------------------------------+\n| [\"a\", [[\"b\", 3], \"c\"], \"d\"] |\n+-------------------------------------+\n\nmysql> SET @j = \'{\"a\": 1, \"b\": [2, 3], \"c\": 4}\';\nmysql> SELECT JSON_ARRAY_APPEND(@j, \'$.b\', \'x\');\n+------------------------------------+\n| JSON_ARRAY_APPEND(@j, \'$.b\', \'x\') |\n+------------------------------------+\n| {\"a\": 1, \"b\": [2, 3, \"x\"], \"c\": 4} |\n+------------------------------------+\nmysql> SELECT JSON_ARRAY_APPEND(@j, \'$.c\', \'y\');\n+--------------------------------------+\n| JSON_ARRAY_APPEND(@j, \'$.c\', \'y\') |\n+--------------------------------------+\n| {\"a\": 1, \"b\": [2, 3], \"c\": [4, \"y\"]} |\n+--------------------------------------+\n\nmysql> SET @j = \'{\"a\": 1}\';\nmysql> SELECT JSON_ARRAY_APPEND(@j, \'$\', \'z\');\n+---------------------------------+\n| JSON_ARRAY_APPEND(@j, \'$\', \'z\') |\n+---------------------------------+\n| [{\"a\": 1}, \"z\"] |\n+---------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html'),(383,'MLINEFROMTEXT',4,'MLineFromText(wkt[, srid]), MultiLineStringFromText(wkt[, srid])\n\nST_MLineFromText(), ST_MultiLineStringFromText(), MLineFromText(), and\nMultiLineStringFromText() are synonyms. For more information, see the\ndescription of ST_MLineFromText().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(384,'GEOMCOLLFROMWKB',33,'GeomCollFromWKB(wkb[, srid]), GeometryCollectionFromWKB(wkb[, srid])\n\nST_GeomCollFromWKB(), ST_GeometryCollectionFromWKB(),\nGeomCollFromWKB(), and GeometryCollectionFromWKB() are synonyms. For\nmore information, see the description of ST_GeomCollFromWKB().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(385,'TINYTEXT',23,'TINYTEXT [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 255 (28 − 1) characters. The\neffective maximum length is less if the value contains multibyte\ncharacters. Each TINYTEXT value is stored using a 1-byte length prefix\nthat indicates the number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(386,'DEFAULT',14,'Syntax:\nDEFAULT(col_name)\n\nReturns the default value for a table column. An error results if the\ncolumn has no default value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','mysql> UPDATE t SET i = DEFAULT(i)+1 WHERE id < 100;\n','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(387,'OPTIMIZE TABLE',21,'Syntax:\nOPTIMIZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE\n tbl_name [, tbl_name] ...\n\nReorganizes the physical storage of table data and associated index\ndata, to reduce storage space and improve I/O efficiency when accessing\nthe table. The exact changes made to each table depend on the storage\nengine used by that table. This statement does not work with views.\n\nUse OPTIMIZE TABLE in these cases, depending on the type of table:\n\no After doing substantial insert, update, or delete operations on an\n InnoDB table that has its own .ibd file because it was created with\n the innodb_file_per_table option enabled. The table and indexes are\n reorganized, and disk space can be reclaimed for use by the operating\n system.\n\no After doing substantial insert, update, or delete operations on\n columns that are part of a FULLTEXT index in an InnoDB table. Set the\n configuration option innodb_optimize_fulltext_only=1 first. To keep\n the index maintenance period to a reasonable time, set the\n innodb_ft_num_word_optimize option to specify how many words to\n update in the search index, and run a sequence of OPTIMIZE TABLE\n statements until the search index is fully updated.\n\no After deleting a large part of a MyISAM or ARCHIVE table, or making\n many changes to a MyISAM or ARCHIVE table with variable-length rows\n (tables that have VARCHAR, VARBINARY, BLOB, or TEXT columns). Deleted\n rows are maintained in a linked list and subsequent INSERT operations\n reuse old row positions. You can use OPTIMIZE TABLE to reclaim the\n unused space and to defragment the data file. After extensive changes\n to a table, this statement may also improve performance of statements\n that use the table, sometimes significantly.\n\nThis statement requires SELECT and INSERT privileges for the table.\n\nOPTIMIZE TABLE is also supported for partitioned tables. For\ninformation about using this statement with partitioned tables and\ntable partitions, see\nhttp://dev.mysql.com/doc/refman/5.7/en/partitioning-maintenance.html.\n\nIn MySQL 5.7.1, gtid_next must be set to AUTOMATIC before issuing this\nstatement. This restriction does not apply in MySQL 5.7.2 or later.\n(Bug #16062608, Bug #16715809, Bug #69045)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/optimize-table.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/optimize-table.html'),(388,'DECODE',12,'Syntax:\nDECODE(crypt_str,pass_str)\n\nDECODE() decrypts the encrypted string crypt_str using pass_str as the\npassword. crypt_str should be a string returned from ENCODE().\n\n*Note*:\n\nThe ENCODE() and DECODE() functions are deprecated in MySQL 5.7, will\nbe removed in a future MySQL release, and should no longer be used.\nConsider using AES_ENCRYPT() and AES_DECRYPT() instead.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(389,'JSON_ARRAY_INSERT',7,'JSON_ARRAY_INSERT(json_doc, path, val[, path, val] ...)\n\nUpdates a JSON document, inserting into an array within the document\nand returning the modified document. Returns NULL if any argument is\nNULL. An error occurs if the json_doc argument is not a valid JSON\ndocument or any path argument is not a valid path expression or\ncontains a * or ** wildcard or does not end with an array element\nidentifier.\n\nThe path/value pairs are evaluated left to right. The document produced\nby evaluating one pair becomes the new value against which the next\npair is evaluated.\n\nPairs for which the path does not identify any array in the JSON\ndocument are ignored. If a path identifies an array element, the\ncorresponding value is inserted at that element position, shifting any\nfollowing values to the right. If a path identifies an array position\npast the end of an array, the value is inserted at the end of the\narray.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html\n\n','mysql> SET @j = \'[\"a\", {\"b\": [1, 2]}, [3, 4]]\';\nmysql> SELECT JSON_ARRAY_INSERT(@j, \'$[1]\', \'x\');\n+------------------------------------+\n| JSON_ARRAY_INSERT(@j, \'$[1]\', \'x\') |\n+------------------------------------+\n| [\"a\", \"x\", {\"b\": [1, 2]}, [3, 4]] |\n+------------------------------------+\nmysql> SELECT JSON_ARRAY_INSERT(@j, \'$[100]\', \'x\');\n+--------------------------------------+\n| JSON_ARRAY_INSERT(@j, \'$[100]\', \'x\') |\n+--------------------------------------+\n| [\"a\", {\"b\": [1, 2]}, [3, 4], \"x\"] |\n+--------------------------------------+\nmysql> SELECT JSON_ARRAY_INSERT(@j, \'$[1].b[0]\', \'x\');\n+-----------------------------------------+\n| JSON_ARRAY_INSERT(@j, \'$[1].b[0]\', \'x\') |\n+-----------------------------------------+\n| [\"a\", {\"b\": [\"x\", 1, 2]}, [3, 4]] |\n+-----------------------------------------+\nmysql> SELECT JSON_ARRAY_INSERT(@j, \'$[2][1]\', \'y\');\n+---------------------------------------+\n| JSON_ARRAY_INSERT(@j, \'$[2][1]\', \'y\') |\n+---------------------------------------+\n| [\"a\", {\"b\": [1, 2]}, [3, \"y\", 4]] |\n+---------------------------------------+\nmysql> SELECT JSON_ARRAY_INSERT(@j, \'$[0]\', \'x\', \'$[2][1]\', \'y\');\n+----------------------------------------------------+\n| JSON_ARRAY_INSERT(@j, \'$[0]\', \'x\', \'$[2][1]\', \'y\') |\n+----------------------------------------------------+\n| [\"x\", \"a\", {\"b\": [1, 2]}, [3, 4]] |\n+----------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html'),(390,'<=>',20,'Syntax:\n<=>\n\nNULL-safe equal. This operator performs an equality comparison like the\n= operator, but returns 1 rather than NULL if both operands are NULL,\nand 0 rather than NULL if one operand is NULL.\n\nThe <=> operator is equivalent to the standard SQL IS NOT DISTINCT FROM\noperator.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT 1 <=> 1, NULL <=> NULL, 1 <=> NULL;\n -> 1, 1, 0\nmysql> SELECT 1 = 1, NULL = NULL, 1 = NULL;\n -> 1, NULL, NULL\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(391,'RESET',27,'Syntax:\nRESET reset_option [, reset_option] ...\n\nThe RESET statement is used to clear the state of various server\noperations. You must have the RELOAD privilege to execute RESET.\n\nRESET acts as a stronger version of the FLUSH statement. See [HELP\nFLUSH].\n\nThe RESET statement causes an implicit commit. See\nhttp://dev.mysql.com/doc/refman/5.7/en/implicit-commit.html.\n\nIn MySQL 5.7.1, gtid_next must be set to AUTOMATIC before issuing this\nstatement. This restriction does not apply in MySQL 5.7.2 or later.\n(Bug #16062608, Bug #16715809, Bug #69045)\n\nreset_option can be any of the following:\n\no MASTER\n\n Deletes all binary logs listed in the index file, resets the binary\n log index file to be empty, and creates a new binary log file.\n\no QUERY CACHE\n\n Removes all query results from the query cache.\n\no SLAVE\n\n Makes the slave forget its replication position in the master binary\n logs. Also resets the relay log by deleting any existing relay log\n files and beginning a new one.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/reset.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/reset.html'),(392,'GET_LOCK',14,'Syntax:\nGET_LOCK(str,timeout)\n\nTries to obtain a lock with a name given by the string str, using a\ntimeout of timeout seconds. A negative timeout value means infinite\ntimeout. The lock is exclusive. While held by one session, other\nsessions cannot obtain a lock of the same name.\n\nReturns 1 if the lock was obtained successfully, 0 if the attempt timed\nout (for example, because another client has previously locked the\nname), or NULL if an error occurred (such as running out of memory or\nthe thread was killed with mysqladmin kill).\n\nA lock obtained with GET_LOCK() is released explicitly by executing\nRELEASE_LOCK() or implicitly when your session terminates (either\nnormally or abnormally). Lock release may also occur with another call\nto GET_LOCK():\n\no Before 5.7.5, only a single simultaneous lock can be acquired and\n GET_LOCK() releases any existing lock.\n\no In MySQL 5.7.5, GET_LOCK() was reimplemented using the metadata\n locking (MDL) subsystem and its capabilities were extended. Multiple\n simultaneous locks can be acquired and GET_LOCK() does not release\n any existing locks. It is even possible for a given session to\n acquire multiple locks for the same name. Other sessions cannot\n acquire a lock with that name until the acquiring session releases\n all its locks for the name.\n\n As a result of the MDL reimplementation, locks acquired with\n GET_LOCK() appear in the Performance Schema metadata_locks table. The\n OBJECT_TYPE column says USER LEVEL LOCK and the OBJECT_NAME column\n indicates the lock name. Also, the capability of acquiring multiple\n locks introduces the possibility of deadlock among clients. When this\n happens, the server chooses a caller and terminates its\n lock-acquisition request with an ER_USER_LOCK_DEADLOCK error. This\n error does not cause transactions to roll back.\n\nThe difference in lock acquisition behavior as of MySQL 5.7.5 can be\nseen by the following example. Suppose that you execute these\nstatements:\n\nSELECT GET_LOCK(\'lock1\',10);\nSELECT GET_LOCK(\'lock2\',10);\nSELECT RELEASE_LOCK(\'lock2\');\nSELECT RELEASE_LOCK(\'lock1\');\n\nIn MySQL 5.7.5 or later, the second GET_LOCK() acquires a second lock\nand both RELEASE_LOCK() calls return 1 (success). Before MySQL 5.7.5,\nthe second GET_LOCK() releases the first lock (\'lock1\') and the second\nRELEASE_LOCK() returns NULL (failure) because there is no \'lock1\' to\nrelease.\n\nMySQL 5.7.5 and later enforces a maximum length on lock names of 64\ncharacters. Previously, no limit was enforced.\n\nLocks obtained with GET_LOCK() are not released when transactions\ncommit or roll back.\n\nGET_LOCK() can be used to implement application locks or to simulate\nrecord locks. Names are locked on a server-wide basis. If a name has\nbeen locked within one session, GET_LOCK() blocks any request by\nanother session for a lock with the same name. This enables clients\nthat agree on a given lock name to use the name to perform cooperative\nadvisory locking. But be aware that it also enables a client that is\nnot among the set of cooperating clients to lock a name, either\ninadvertently or deliberately, and thus prevent any of the cooperating\nclients from locking that name. One way to reduce the likelihood of\nthis is to use lock names that are database-specific or\napplication-specific. For example, use lock names of the form\ndb_name.str or app_name.str.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(393,'BIGINT',23,'BIGINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA large integer. The signed range is -9223372036854775808 to\n9223372036854775807. The unsigned range is 0 to 18446744073709551615.\n\nSERIAL is an alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(394,'CURTIME',32,'Syntax:\nCURTIME([fsp])\n\nReturns the current time as a value in \'HH:MM:SS\' or HHMMSS format,\ndepending on whether the function is used in a string or numeric\ncontext. The value is expressed in the current time zone.\n\nIf the fsp argument is given to specify a fractional seconds precision\nfrom 0 to 6, the return value includes a fractional seconds part of\nthat many digits.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT CURTIME();\n -> \'23:50:26\'\nmysql> SELECT CURTIME() + 0;\n -> 235026.000000\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(395,'ST_DIMENSION',37,'ST_Dimension(g)\n\nReturns the inherent dimension of the geometry value g, or NULL if the\nargument is NULL. The dimension can be −1, 0, 1, or 2. The meaning of\nthese values is given in\nhttp://dev.mysql.com/doc/refman/5.7/en/gis-class-geometry.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html\n\n','mysql> SELECT ST_Dimension(ST_GeomFromText(\'LineString(1 1,2 2)\'));\n+------------------------------------------------------+\n| ST_Dimension(ST_GeomFromText(\'LineString(1 1,2 2)\')) |\n+------------------------------------------------------+\n| 1 |\n+------------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html'),(396,'SET',27,'Syntax:\nSET variable_assignment [, variable_assignment] ...\n\nvariable_assignment:\n user_var_name = expr\n | param_name = expr\n | local_var_name = expr\n | [GLOBAL | SESSION]\n system_var_name = expr\n | [@@global. | @@session. | @@]\n system_var_name = expr\n\nSET syntax for variable assignment enables you to assign values to\ndifferent types of variables that affect the operation of the server or\nclients:\n\no System variables. See\n http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html.\n System variables also can be set at server startup, as described in\n http://dev.mysql.com/doc/refman/5.7/en/using-system-variables.html.\n (To display system variable names and values, use the SHOW VARIABLES\n statement; see [HELP SHOW VARIABLES].)\n\no User-defined variables. See\n http://dev.mysql.com/doc/refman/5.7/en/user-variables.html.\n\no Stored procedure and function parameters, and stored program local\n variables. See\n http://dev.mysql.com/doc/refman/5.7/en/stored-program-variables.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/set-variable.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/set-variable.html'),(397,'JSON_MERGE',7,'JSON_MERGE(json_doc, json_doc[, json_doc] ...)\n\nMerges two or more JSON documents and returns the merged result.\nReturns NULL if any argument is NULL. An error occurs if any argument\nis not a valid JSON document.\n\nMerging takes place according to the following rules. For additional\ninformation, see\nhttp://dev.mysql.com/doc/refman/5.7/en/json.html#json-normalization.\n\no Adjacent arrays are merged to a single array.\n\no Adjacent objects are merged to a single object.\n\no A scalar value is autowrapped as an array and merged as an array.\n\no An adjacent array and object are merged by autowrapping the object as\n an array and merging the two arrays.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html\n\n','mysql> SELECT JSON_MERGE(\'[1, 2]\', \'[true, false]\');\n+---------------------------------------+\n| JSON_MERGE(\'[1, 2]\', \'[true, false]\') |\n+---------------------------------------+\n| [1, 2, true, false] |\n+---------------------------------------+\nmysql> SELECT JSON_MERGE(\'{\"name\": \"x\"}\', \'{\"id\": 47}\');\n+-------------------------------------------+\n| JSON_MERGE(\'{\"name\": \"x\"}\', \'{\"id\": 47}\') |\n+-------------------------------------------+\n| {\"id\": 47, \"name\": \"x\"} |\n+-------------------------------------------+\nmysql> SELECT JSON_MERGE(\'1\', \'true\');\n+-------------------------+\n| JSON_MERGE(\'1\', \'true\') |\n+-------------------------+\n| [1, true] |\n+-------------------------+\nmysql> SELECT JSON_MERGE(\'[1, 2]\', \'{\"id\": 47}\');\n+------------------------------------+\n| JSON_MERGE(\'[1, 2]\', \'{\"id\": 47}\') |\n+------------------------------------+\n| [1, 2, {\"id\": 47}] |\n+------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html'),(398,'LOAD XML',28,'Syntax:\nLOAD XML [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE \'file_name\'\n [REPLACE | IGNORE]\n INTO TABLE [db_name.]tbl_name\n [CHARACTER SET charset_name]\n [ROWS IDENTIFIED BY \'\']\n [IGNORE number {LINES | ROWS}]\n [(field_name_or_user_var,...)]\n [SET col_name = expr,...]\n\nThe LOAD XML statement reads data from an XML file into a table. The\nfile_name must be given as a literal string. The tagname in the\noptional ROWS IDENTIFIED BY clause must also be given as a literal\nstring, and must be surrounded by angle brackets (< and >).\n\nLOAD XML acts as the complement of running the mysql client in XML\noutput mode (that is, starting the client with the --xml option). To\nwrite data from a table to an XML file, you can invoke the mysql client\nwith the --xml and -e options from the system shell, as shown here:\n\nshell> mysql --xml -e \'SELECT * FROM mydb.mytable\' > file.xml\n\nTo read the file back into a table, use LOAD XML INFILE. By default,\nthe element is considered to be the equivalent of a database\ntable row; this can be changed using the ROWS IDENTIFIED BY clause.\n\nThis statement supports three different XML formats:\n\no Column names as attributes and column values as attribute values:\n\n\n\no Column names as tags and column values as the content of these tags:\n\n\n value1\n value2\n\n\no Column names are the name attributes of tags, and values are\n the contents of these tags:\n\n\n value1\n value2\n\n\n This is the format used by other MySQL tools, such as mysqldump.\n\nAll three formats can be used in the same XML file; the import routine\nautomatically detects the format for each row and interprets it\ncorrectly. Tags are matched based on the tag or attribute name and the\ncolumn name.\n\nPrior to MySQL 5.7.9, LOAD XML did not handle empty XML elements in the\nform correctly. (Bug #67542, Bug #16171518)\n\nThe following clauses work essentially the same way for LOAD XML as\nthey do for LOAD DATA:\n\no LOW_PRIORITY or CONCURRENT\n\no LOCAL\n\no REPLACE or IGNORE\n\no CHARACTER SET\n\no SET\n\nSee [HELP LOAD DATA], for more information about these clauses.\n\n(field_name_or_user_var, ...) is a comma-separated list of one or more\nXML fields or user variables. The name of a user variable used for this\npurpose must match the name of a field from the XML file, prefixed with\n@. You can use field names to select only desired fields. User\nvariables can be employed to store the corresponding field values for\nsubsequent re-use.\n\nThe IGNORE number LINES or IGNORE number ROWS clause causes the first\nnumber rows in the XML file to be skipped. It is analogous to the LOAD\nDATA statement\'s IGNORE ... LINES clause.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/load-xml.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/load-xml.html'),(399,'CONV',3,'Syntax:\nCONV(N,from_base,to_base)\n\nConverts numbers between different number bases. Returns a string\nrepresentation of the number N, converted from base from_base to base\nto_base. Returns NULL if any argument is NULL. The argument N is\ninterpreted as an integer, but may be specified as an integer or a\nstring. The minimum base is 2 and the maximum base is 36. If from_base\nis a negative number, N is regarded as a signed number. Otherwise, N is\ntreated as unsigned. CONV() works with 64-bit precision.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT CONV(\'a\',16,2);\n -> \'1010\'\nmysql> SELECT CONV(\'6E\',18,8);\n -> \'172\'\nmysql> SELECT CONV(-17,10,-18);\n -> \'-H\'\nmysql> SELECT CONV(10+\'10\'+\'10\'+X\'0a\',10,10);\n -> \'40\'\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(400,'ST_MPOINTFROMTEXT',4,'ST_MPointFromText(wkt[, srid]), ST_MultiPointFromText(wkt[, srid])\n\nConstructs a MultiPoint value using its WKT representation and SRID.\n\nThe result is NULL if the geometry argument is NULL or not a\nsyntactically well-formed geometry, or if the SRID argument is NULL.\n\nAs of MySQL 5.7.9, spatial functions such as ST_MPointFromText() and\nST_GeomFromText() that accept WKT-format representations of MultiPoint\nvalues permit individual points within values to be surrounded by\nparentheses. For example, both of the following function calls are\nvalid, whereas before MySQL 5.7.9 the second one produces an error:\n\nST_MPointFromText(\'MULTIPOINT (1 1, 2 2, 3 3)\')\nST_MPointFromText(\'MULTIPOINT ((1 1), (2 2), (3 3))\')\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(401,'ASSIGN-VALUE',15,'Syntax:\n:=\n\nAssignment operator. Causes the user variable on the left hand side of\nthe operator to take on the value to its right. The value on the right\nhand side may be a literal value, another variable storing a value, or\nany legal expression that yields a scalar value, including the result\nof a query (provided that this value is a scalar value). You can\nperform multiple assignments in the same SET statement. You can perform\nmultiple assignments in the same statement.\n\nUnlike =, the := operator is never interpreted as a comparison\noperator. This means you can use := in any valid SQL statement (not\njust in SET statements) to assign a value to a variable.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/assignment-operators.html\n\n','mysql> SELECT @var1, @var2;\n -> NULL, NULL\nmysql> SELECT @var1 := 1, @var2;\n -> 1, NULL\nmysql> SELECT @var1, @var2;\n -> 1, NULL\nmysql> SELECT @var1, @var2 := @var1;\n -> 1, 1\nmysql> SELECT @var1, @var2;\n -> 1, 1\n\nmysql> SELECT @var1:=COUNT(*) FROM t1;\n -> 4\nmysql> SELECT @var1;\n -> 4\n','http://dev.mysql.com/doc/refman/5.7/en/assignment-operators.html'),(402,'SHOW OPEN TABLES',27,'Syntax:\nSHOW OPEN TABLES [{FROM | IN} db_name]\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW OPEN TABLES lists the non-TEMPORARY tables that are currently open\nin the table cache. See\nhttp://dev.mysql.com/doc/refman/5.7/en/table-cache.html. The FROM\nclause, if present, restricts the tables shown to those present in the\ndb_name database. The LIKE clause, if present, indicates which table\nnames to match. The WHERE clause can be given to select rows using more\ngeneral conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-open-tables.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-open-tables.html'),(403,'EXTRACT',32,'Syntax:\nEXTRACT(unit FROM date)\n\nThe EXTRACT() function uses the same kinds of unit specifiers as\nDATE_ADD() or DATE_SUB(), but extracts parts from the date rather than\nperforming date arithmetic.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT EXTRACT(YEAR FROM \'2009-07-02\');\n -> 2009\nmysql> SELECT EXTRACT(YEAR_MONTH FROM \'2009-07-02 01:02:03\');\n -> 200907\nmysql> SELECT EXTRACT(DAY_MINUTE FROM \'2009-07-02 01:02:03\');\n -> 20102\nmysql> SELECT EXTRACT(MICROSECOND\n -> FROM \'2003-01-02 10:30:00.000123\');\n -> 123\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(404,'ENCRYPT',12,'Syntax:\nENCRYPT(str[,salt])\n\nEncrypts str using the Unix crypt() system call and returns a binary\nstring. The salt argument must be a string with at least two characters\nor the result will be NULL. If no salt argument is given, a random\nvalue is used.\n\n*Note*:\n\nThe ENCRYPT() function is deprecated as of MySQL 5.7.6, will be removed\nin a future MySQL release, and should no longer be used. Consider using\nAES_ENCRYPT() instead.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','mysql> SELECT ENCRYPT(\'hello\');\n -> \'VxuFAJXVARROc\'\n','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(405,'SHOW STATUS',27,'Syntax:\nSHOW [GLOBAL | SESSION] STATUS\n [LIKE \'pattern\' | WHERE expr]\n\n*Note*:\n\nAs of MySQL 5.7.6, the value of the show_compatibility_56 system\nvariable affects the information available from and privileges required\nfor the statement described here. For details, see the description of\nthat variable in\nhttp://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html.\n\nSHOW STATUS provides server status information (see\nhttp://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html).\nThis statement does not require any privilege. It requires only the\nability to connect to the server.\n\nStatus variable information is also available from these sources:\n\no Performance Schema tables. See\n http://dev.mysql.com/doc/refman/5.7/en/performance-schema-status-vari\n able-tables.html.\n\no The GLOBAL_STATUS and SESSION_STATUS tables. See\n http://dev.mysql.com/doc/refman/5.7/en/status-table.html.\n\no The mysqladmin extended-status command. See\n http://dev.mysql.com/doc/refman/5.7/en/mysqladmin.html.\n\nFor SHOW STATUS, a LIKE clause, if present, indicates which variable\nnames to match. A WHERE clause can be given to select rows using more\ngeneral conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html.\n\nSHOW STATUS accepts an optional GLOBAL or SESSION variable scope\nmodifier:\n\no With a GLOBAL modifier, the statement displays the global status\n values. A global status variable may represent status for some aspect\n of the server itself (for example, Aborted_connects), or the\n aggregated status over all connections to MySQL (for example,\n Bytes_received and Bytes_sent). If a variable has no global value,\n the session value is displayed.\n\no With a SESSION modifier, the statement displays the status variable\n values for the current connection. If a variable has no session\n value, the global value is displayed. LOCAL is a synonym for SESSION.\n\no If no modifier is present, the default is SESSION.\n\nThe scope for each status variable is listed at\nhttp://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html.\n\nEach invocation of the SHOW STATUS statement uses an internal temporary\ntable and increments the global Created_tmp_tables value.\nWith a LIKE clause, the statement displays only rows for those\nvariables with names that match the pattern:\n\nmysql> SHOW STATUS LIKE \'Key%\';\n+--------------------+----------+\n| Variable_name | Value |\n+--------------------+----------+\n| Key_blocks_used | 14955 |\n| Key_read_requests | 96854827 |\n| Key_reads | 162040 |\n| Key_write_requests | 7589728 |\n| Key_writes | 3813196 |\n+--------------------+----------+\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-status.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-status.html'),(406,'ST_NUMINTERIORRINGS',2,'ST_NumInteriorRing(poly), ST_NumInteriorRings(poly)\n\nReturns the number of interior rings in the Polygon value poly.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html\n\n','mysql> SET @poly =\n -> \'Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))\';\nmysql> SELECT ST_NumInteriorRings(ST_GeomFromText(@poly));\n+---------------------------------------------+\n| ST_NumInteriorRings(ST_GeomFromText(@poly)) |\n+---------------------------------------------+\n| 1 |\n+---------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html'),(407,'JSON_KEYS',7,'JSON_KEYS(json_doc[, path])\n\nReturns the keys from the top-level value of a JSON object as a JSON\narray, or, if a path argument is given, the top-level keys from the\nselected path. Returns NULL if any argument is NULL, the json_doc\nargument is not an object, or path, if given, does not locate an\nobject. An error occurs if the json_doc argument is not a valid JSON\ndocument or the path argument is not a valid path expression or\ncontains a * or ** wildcard.\n\nThe result array is empty if the selected object is empty. If the\ntop-level value has nested subobjects, the return value does not\ninclude keys from those subobjects.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html\n\n','mysql> SELECT JSON_KEYS(\'{\"a\": 1, \"b\": {\"c\": 30}}\');\n+---------------------------------------+\n| JSON_KEYS(\'{\"a\": 1, \"b\": {\"c\": 30}}\') |\n+---------------------------------------+\n| [\"a\", \"b\"] |\n+---------------------------------------+\nmysql> SELECT JSON_KEYS(\'{\"a\": 1, \"b\": {\"c\": 30}}\', \'$.b\');\n+----------------------------------------------+\n| JSON_KEYS(\'{\"a\": 1, \"b\": {\"c\": 30}}\', \'$.b\') |\n+----------------------------------------------+\n| [\"c\"] |\n+----------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html'),(408,'INET6_ATON',14,'Syntax:\nINET6_ATON(expr)\n\nGiven an IPv6 or IPv4 network address as a string, returns a binary\nstring that represents the numeric value of the address in network byte\norder (big endian). Because numeric-format IPv6 addresses require more\nbytes than the largest integer type, the representation returned by\nthis function has the VARBINARY data type: VARBINARY(16) for IPv6\naddresses and VARBINARY(4) for IPv4 addresses. If the argument is not a\nvalid address, INET6_ATON() returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','mysql> SELECT HEX(INET6_ATON(\'fdfe::5a55:caff:fefa:9089\'));\n -> \'FDFE0000000000005A55CAFFFEFA9089\'\nmysql> SELECT HEX(INET6_ATON(\'10.0.5.9\'));\n -> \'0A000509\'\n','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(409,'SHOW SLAVE HOSTS',27,'Syntax:\nSHOW SLAVE HOSTS\n\nDisplays a list of replication slaves currently registered with the\nmaster.\n\nSHOW SLAVE HOSTS should be executed on a server that acts as a\nreplication master. The statement displays information about servers\nthat are or have been connected as replication slaves, with each row of\nthe result corresponding to one slave server, as shown here:\n\nmysql> SHOW SLAVE HOSTS;\n+-----------+-----------+-------+-----------+--------------------------------------+\n| Server_id | Host | Port | Master_id | Slave_UUID |\n+-----------+-----------+-------+-----------+--------------------------------------+\n| 192168010 | iconnect2 | 3306 | 192168011 | 14cb6624-7f93-11e0-b2c0-c80aa9429562 |\n| 1921680101 | athena | 3306 | 192168011 | 07af4990-f41f-11df-a566-7ac56fdaf645 |\n+------------+-----------+------+-----------+--------------------------------------+\n\no Server_id: The unique server ID of the slave server, as configured in\n the slave server\'s option file, or on the command line with\n --server-id=value.\n\no Host: The host name of the slave server as specified on the slave\n with the --report-host option. This can differ from the machine name\n as configured in the operating system.\n\no User: The slave server user name as, specified on the slave with the\n --report-user option. Statement output includes this column only if\n the master server is started with the --show-slave-auth-info option.\n\no Password: The slave server password as, specified on the slave with\n the --report-password option. Statement output includes this column\n only if the master server is started with the --show-slave-auth-info\n option.\n\no Port: The port on the master to which the slave server is listening,\n as specified on the slave with the --report-port option.\n\n A zero in this column means that the slave port (--report-port) was\n not set.\n\no Master_id: The unique server ID of the master server that the slave\n server is replicating from. This is the server ID of the server on\n which SHOW SLAVE HOSTS is executed, so this same value is listed for\n each row in the result.\n\no Slave_UUID: The globally unique ID of this slave, as generated on the\n slave and found in the slave\'s auto.cnf file.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-slave-hosts.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-slave-hosts.html'),(410,'START TRANSACTION',8,'Syntax:\nSTART TRANSACTION\n [transaction_characteristic [, transaction_characteristic] ...]\n\ntransaction_characteristic:\n WITH CONSISTENT SNAPSHOT\n | READ WRITE\n | READ ONLY\n\nBEGIN [WORK]\nCOMMIT [WORK] [AND [NO] CHAIN] [[NO] RELEASE]\nROLLBACK [WORK] [AND [NO] CHAIN] [[NO] RELEASE]\nSET autocommit = {0 | 1}\n\nThese statements provide control over use of transactions:\n\no START TRANSACTION or BEGIN start a new transaction.\n\no COMMIT commits the current transaction, making its changes permanent.\n\no ROLLBACK rolls back the current transaction, canceling its changes.\n\no SET autocommit disables or enables the default autocommit mode for\n the current session.\n\nBy default, MySQL runs with autocommit mode enabled. This means that as\nsoon as you execute a statement that updates (modifies) a table, MySQL\nstores the update on disk to make it permanent. The change cannot be\nrolled back.\n\nTo disable autocommit mode implicitly for a single series of\nstatements, use the START TRANSACTION statement:\n\nSTART TRANSACTION;\nSELECT @A:=SUM(salary) FROM table1 WHERE type=1;\nUPDATE table2 SET summary=@A WHERE type=1;\nCOMMIT;\n\nWith START TRANSACTION, autocommit remains disabled until you end the\ntransaction with COMMIT or ROLLBACK. The autocommit mode then reverts\nto its previous state.\n\nSTART TRANSACTION permits several modifiers that control transaction\ncharacteristics. To specify multiple modifiers, separate them by\ncommas.\n\no The WITH CONSISTENT SNAPSHOT modifier starts a consistent read for\n storage engines that are capable of it. This applies only to InnoDB.\n The effect is the same as issuing a START TRANSACTION followed by a\n SELECT from any InnoDB table. See\n http://dev.mysql.com/doc/refman/5.7/en/innodb-consistent-read.html.\n The WITH CONSISTENT SNAPSHOT modifier does not change the current\n transaction isolation level, so it provides a consistent snapshot\n only if the current isolation level is one that permits a consistent\n read. The only isolation level that permits a consistent read is\n REPEATABLE READ. For all other isolation levels, the WITH CONSISTENT\n SNAPSHOT clause is ignored. As of MySQL 5.7.2, a warning is generated\n when the WITH CONSISTENT SNAPSHOT clause is ignored.\n\no The READ WRITE and READ ONLY modifiers set the transaction access\n mode. They permit or prohibit changes to tables used in the\n transaction. The READ ONLY restriction prevents the transaction from\n modifying or locking both transactional and nontransactional tables\n that are visible to other transactions; the transaction can still\n modify or lock temporary tables.\n\n MySQL enables extra optimizations for queries on InnoDB tables when\n the transaction is known to be read-only. Specifying READ ONLY\n ensures these optimizations are applied in cases where the read-only\n status cannot be determined automatically. See\n http://dev.mysql.com/doc/refman/5.7/en/innodb-performance-ro-txn.html\n for more information.\n\n If no access mode is specified, the default mode applies. Unless the\n default has been changed, it is read/write. It is not permitted to\n specify both READ WRITE and READ ONLY in the same statement.\n\n In read-only mode, it remains possible to change tables created with\n the TEMPORARY keyword using DML statements. Changes made with DDL\n statements are not permitted, just as with permanent tables.\n\n For additional information about transaction access mode, including\n ways to change the default mode, see [HELP ISOLATION].\n\n If the read_only system variable is enabled, explicitly starting a\n transaction with START TRANSACTION READ WRITE requires the SUPER\n privilege.\n\n*Important*:\n\nMany APIs used for writing MySQL client applications (such as JDBC)\nprovide their own methods for starting transactions that can (and\nsometimes should) be used instead of sending a START TRANSACTION\nstatement from the client. See\nhttp://dev.mysql.com/doc/refman/5.7/en/connectors-apis.html, or the\ndocumentation for your API, for more information.\n\nTo disable autocommit mode explicitly, use the following statement:\n\nSET autocommit=0;\n\nAfter disabling autocommit mode by setting the autocommit variable to\nzero, changes to transaction-safe tables (such as those for InnoDB or\nNDB) are not made permanent immediately. You must use COMMIT to store\nyour changes to disk or ROLLBACK to ignore the changes.\n\nautocommit is a session variable and must be set for each session. To\ndisable autocommit mode for each new connection, see the description of\nthe autocommit system variable at\nhttp://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html.\n\nBEGIN and BEGIN WORK are supported as aliases of START TRANSACTION for\ninitiating a transaction. START TRANSACTION is standard SQL syntax, is\nthe recommended way to start an ad-hoc transaction, and permits\nmodifiers that BEGIN does not.\n\nThe BEGIN statement differs from the use of the BEGIN keyword that\nstarts a BEGIN ... END compound statement. The latter does not begin a\ntransaction. See [HELP BEGIN END].\n\n*Note*:\n\nWithin all stored programs (stored procedures and functions, triggers,\nand events), the parser treats BEGIN [WORK] as the beginning of a BEGIN\n... END block. Begin a transaction in this context with START\nTRANSACTION instead.\n\nThe optional WORK keyword is supported for COMMIT and ROLLBACK, as are\nthe CHAIN and RELEASE clauses. CHAIN and RELEASE can be used for\nadditional control over transaction completion. The value of the\ncompletion_type system variable determines the default completion\nbehavior. See\nhttp://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html.\n\nThe AND CHAIN clause causes a new transaction to begin as soon as the\ncurrent one ends, and the new transaction has the same isolation level\nas the just-terminated transaction. The RELEASE clause causes the\nserver to disconnect the current client session after terminating the\ncurrent transaction. Including the NO keyword suppresses CHAIN or\nRELEASE completion, which can be useful if the completion_type system\nvariable is set to cause chaining or release completion by default.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/commit.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/commit.html'),(411,'TIME_FORMAT',32,'Syntax:\nTIME_FORMAT(time,format)\n\nThis is used like the DATE_FORMAT() function, but the format string may\ncontain format specifiers only for hours, minutes, seconds, and\nmicroseconds. Other specifiers produce a NULL value or 0.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT TIME_FORMAT(\'100:00:00\', \'%H %k %h %I %l\');\n -> \'100 100 04 04 4\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(412,'CREATE DATABASE',40,'Syntax:\nCREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name\n [create_specification] ...\n\ncreate_specification:\n [DEFAULT] CHARACTER SET [=] charset_name\n | [DEFAULT] COLLATE [=] collation_name\n\nCREATE DATABASE creates a database with the given name. To use this\nstatement, you need the CREATE privilege for the database. CREATE\nSCHEMA is a synonym for CREATE DATABASE.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-database.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/create-database.html'),(413,'VAR_POP',16,'Syntax:\nVAR_POP(expr)\n\nReturns the population standard variance of expr. It considers rows as\nthe whole population, not as a sample, so it has the number of rows as\nthe denominator. You can also use VARIANCE(), which is equivalent but\nis not standard SQL.\n\nIf there are no matching rows, VAR_POP() returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(414,'CONCAT_WS',38,'Syntax:\nCONCAT_WS(separator,str1,str2,...)\n\nCONCAT_WS() stands for Concatenate With Separator and is a special form\nof CONCAT(). The first argument is the separator for the rest of the\narguments. The separator is added between the strings to be\nconcatenated. The separator can be a string, as can the rest of the\narguments. If the separator is NULL, the result is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT CONCAT_WS(\',\',\'First name\',\'Second name\',\'Last Name\');\n -> \'First name,Second name,Last Name\'\nmysql> SELECT CONCAT_WS(\',\',\'First name\',NULL,\'Last Name\');\n -> \'First name,Last Name\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(415,'TEXT',23,'TEXT[(M)] [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 65,535 (216 − 1) characters.\nThe effective maximum length is less if the value contains multibyte\ncharacters. Each TEXT value is stored using a 2-byte length prefix that\nindicates the number of bytes in the value.\n\nAn optional length M can be given for this type. If this is done, MySQL\ncreates the column as the smallest TEXT type large enough to hold\nvalues M characters long.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(416,'~',19,'Syntax:\n~\n\nInvert all bits.\n\nThe result is an unsigned 64-bit integer.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html\n\n','mysql> SELECT 5 & ~1;\n -> 4\n','http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html'),(417,'ASIN',3,'Syntax:\nASIN(X)\n\nReturns the arc sine of X, that is, the value whose sine is X. Returns\nNULL if X is not in the range -1 to 1.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT ASIN(0.2);\n -> 0.20135792079033\nmysql> SELECT ASIN(\'foo\');\n\n+-------------+\n| ASIN(\'foo\') |\n+-------------+\n| 0 |\n+-------------+\n1 row in set, 1 warning (0.00 sec)\n\nmysql> SHOW WARNINGS;\n+---------+------+-----------------------------------------+\n| Level | Code | Message |\n+---------+------+-----------------------------------------+\n| Warning | 1292 | Truncated incorrect DOUBLE value: \'foo\' |\n+---------+------+-----------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(418,'ROW_COUNT',17,'Syntax:\nROW_COUNT()\n\nROW_COUNT() returns a value as follows:\n\no DDL statements: 0. This applies to statements such as CREATE TABLE or\n DROP TABLE.\n\no DML statements other than SELECT: The number of affected rows. This\n applies to statements such as UPDATE, INSERT, or DELETE (as before),\n but now also to statements such as ALTER TABLE and LOAD DATA INFILE.\n\no SELECT: -1 if the statement returns a result set, or the number of\n rows \"affected\" if it does not. For example, for SELECT * FROM t1,\n ROW_COUNT() returns -1. For SELECT * FROM t1 INTO OUTFILE\n \'file_name\', ROW_COUNT() returns the number of rows written to the\n file.\n\no SIGNAL statements: 0.\n\nFor UPDATE statements, the affected-rows value by default is the number\nof rows actually changed. If you specify the CLIENT_FOUND_ROWS flag to\nmysql_real_connect() when connecting to mysqld, the affected-rows value\nis the number of rows \"found\"; that is, matched by the WHERE clause.\n\nFor REPLACE statements, the affected-rows value is 2 if the new row\nreplaced an old row, because in this case, one row was inserted after\nthe duplicate was deleted.\n\nFor INSERT ... ON DUPLICATE KEY UPDATE statements, the affected-rows\nvalue per row is 1 if the row is inserted as a new row, 2 if an\nexisting row is updated, and 0 if an existing row is set to its current\nvalues. If you specify the CLIENT_FOUND_ROWS flag, the affected-rows\nvalue is 1 (not 0) if an existing row is set to its current values.\n\nThe ROW_COUNT() value is similar to the value from the\nmysql_affected_rows() C API function and the row count that the mysql\nclient displays following statement execution.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','mysql> INSERT INTO t VALUES(1),(2),(3);\nQuery OK, 3 rows affected (0.00 sec)\nRecords: 3 Duplicates: 0 Warnings: 0\n\nmysql> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n| 3 |\n+-------------+\n1 row in set (0.00 sec)\n\nmysql> DELETE FROM t WHERE i IN(1,2);\nQuery OK, 2 rows affected (0.00 sec)\n\nmysql> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n| 2 |\n+-------------+\n1 row in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(419,'MBRCOVEREDBY',7,'MBRCoveredBy(g1, g2)\n\nReturns 1 or 0 to indicate whether the minimum bounding rectangle of g1\nis covered by the minimum bounding rectangle of g2. This tests the\nopposite relationship as MBRCovers().\n\nMBRCoveredBy() and MBRCovers() handle their arguments and return a\nvalue as follows:\n\no Return NULL if either argument is NULL or an empty geometry\n\no Return ER_GIS_INVALID_DATA if either argument is not a valid geometry\n byte string (SRID plus WKB value)\n\no Otherwise, return non-NULL\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html\n\n','mysql> SET @g1 = ST_GeomFromText(\'Polygon((0 0,0 3,3 3,3 0,0 0))\');\nmysql> SET @g2 = ST_GeomFromText(\'Point(1 1)\');\nmysql> SELECT MBRCovers(@g1,@g2), MBRCoveredby(@g1,@g2);\n+--------------------+-----------------------+\n| MBRCovers(@g1,@g2) | MBRCoveredby(@g1,@g2) |\n+--------------------+-----------------------+\n| 1 | 0 |\n+--------------------+-----------------------+\nmysql> SELECT MBRCovers(@g2,@g1), MBRCoveredby(@g2,@g1);\n+--------------------+-----------------------+\n| MBRCovers(@g2,@g1) | MBRCoveredby(@g2,@g1) |\n+--------------------+-----------------------+\n| 0 | 1 |\n+--------------------+-----------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html'),(420,'SIGN',3,'Syntax:\nSIGN(X)\n\nReturns the sign of the argument as -1, 0, or 1, depending on whether X\nis negative, zero, or positive.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT SIGN(-32);\n -> -1\nmysql> SELECT SIGN(0);\n -> 0\nmysql> SELECT SIGN(234);\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(421,'FLOAT',23,'FLOAT[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA small (single-precision) floating-point number. Permissible values\nare -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to\n3.402823466E+38. These are the theoretical limits, based on the IEEE\nstandard. The actual range might be slightly smaller depending on your\nhardware or operating system.\n\nM is the total number of digits and D is the number of digits following\nthe decimal point. If M and D are omitted, values are stored to the\nlimits permitted by the hardware. A single-precision floating-point\nnumber is accurate to approximately 7 decimal places.\n\nUNSIGNED, if specified, disallows negative values.\n\nUsing FLOAT might give you some unexpected problems because all\ncalculations in MySQL are done with double precision. See\nhttp://dev.mysql.com/doc/refman/5.7/en/no-matching-rows.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(422,'CHARSET',17,'Syntax:\nCHARSET(str)\n\nReturns the character set of the string argument.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','mysql> SELECT CHARSET(\'abc\');\n -> \'latin1\'\nmysql> SELECT CHARSET(CONVERT(\'abc\' USING utf8));\n -> \'utf8\'\nmysql> SELECT CHARSET(USER());\n -> \'utf8\'\n','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(423,'ASYMMETRIC_VERIFY',7,'Syntax:\nASYMMETRIC_VERIFY(algorithm, digest_str, sig_str, pub_key_str,\ndigest_type)\n\nVerifies whether the signature string matches the digest string, and\nreturns 1 or 0 to indicate whether verification succeeded or failed.\n\ndigest_str is the digest string. It can be generated by calling\nCREATE_DIGEST(). digest_type indicates the digest algorithm used to\ngenerate the digest string.\n\nsig_str is the signature string. It can be generated by calling\nASYMMETRIC_SIGN().\n\npub_key_str is the public key string of the signer. It corresponds to\nthe private key passed to ASYMMETRIC_SIGN() to generate the signature\nstring and must be a valid key string in PEM format. algorithm\nindicates the encryption algorithm used to create the key.\n\nSupported algorithm values: \'RSA\', \'DSA\'\n\nSupported digest_type values: \'SHA224\', \'SHA256\', \'SHA384\', \'SHA512\'\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html\n\n','-- Set the encryption algorithm and digest type\nSET @algo = \'RSA\';\nSET @dig_type = \'SHA224\';\n\n-- Create private/public key pair\nSET @priv = CREATE_ASYMMETRIC_PRIV_KEY(@algo, 1024);\nSET @pub = CREATE_ASYMMETRIC_PUB_KEY(@algo, @priv);\n\n-- Generate digest from string\nSET @dig = CREATE_DIGEST(@dig_type, \'The quick brown fox\');\n\n-- Generate signature for digest and verify signature against digest\nSET @sig = ASYMMETRIC_SIGN(@algo, @dig, @priv, @dig_type);\nSET @verf = ASYMMETRIC_VERIFY(@algo, @dig, @sig, @pub, @dig_type);\n','http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html'),(424,'SUBDATE',32,'Syntax:\nSUBDATE(date,INTERVAL expr unit), SUBDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument, SUBDATE()\nis a synonym for DATE_SUB(). For information on the INTERVAL unit\nargument, see the discussion for DATE_ADD().\n\nmysql> SELECT DATE_SUB(\'2008-01-02\', INTERVAL 31 DAY);\n -> \'2007-12-02\'\nmysql> SELECT SUBDATE(\'2008-01-02\', INTERVAL 31 DAY);\n -> \'2007-12-02\'\n\nThe second form enables the use of an integer value for days. In such\ncases, it is interpreted as the number of days to be subtracted from\nthe date or datetime expression expr.\n\nmysql> SELECT SUBDATE(\'2008-01-02 12:00:00\', 31);\n -> \'2007-12-02 12:00:00\'\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(425,'JSON_CONTAINS',7,'JSON_CONTAINS(json_doc, val[, path])\n\nReturns 0 or 1 to indicate whether a specific value is contained in a\ntarget JSON document, or, if a path argument is given, at a specific\npath within the target document. Returns NULL if any argument is NULL\nor the path argument does not identify a section of the target\ndocument. An error occurs if either document argument is not a valid\nJSON document or the path argument is not a valid path expression or\ncontains a * or ** wildcard.\n\nTo check only whether any data exists at the path, use\nJSON_CONTAINS_PATH() instead.\n\nThe following rules define containment:\n\no A candidate scalar is contained in a target scalar if and only if\n they are comparable and are equal. Two scalar values are comparable\n if they have the same JSON_TYPE() types, with the exception that\n values of types INTEGER and DECIMAL are also comparable to each\n other.\n\no A candidate array is contained in a target array if and only if every\n element in the candidate is contained in some element of the target.\n\no A candidate nonarray is contained in a target array if and only if\n the candidate is contained in some element of the target.\n\no A candidate object is contained in a target object if and only if for\n each key in the candidate there is a key with the same name in the\n target and the value associated with the candidate key is contained\n in the value associated with the target key.\n\nOtherwise, the candidate value is not contained in the target document.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html\n\n','mysql> SET @j = \'{\"a\": 1, \"b\": 2, \"c\": {\"d\": 4}}\';\nmysql> SET @j2 = \'1\';\nmysql> SELECT JSON_CONTAINS(@j, @j2, \'$.a\');\n+-------------------------------+\n| JSON_CONTAINS(@j, @j2, \'$.a\') |\n+-------------------------------+\n| 1 |\n+-------------------------------+\nmysql> SELECT JSON_CONTAINS(@j, @j2, \'$.b\');\n+-------------------------------+\n| JSON_CONTAINS(@j, @j2, \'$.b\') |\n+-------------------------------+\n| 0 |\n+-------------------------------+\n\nmysql> SET @j2 = \'{\"d\": 4}\';\nmysql> SELECT JSON_CONTAINS(@j, @j2, \'$.a\');\n+-------------------------------+\n| JSON_CONTAINS(@j, @j2, \'$.a\') |\n+-------------------------------+\n| 0 |\n+-------------------------------+\nmysql> SELECT JSON_CONTAINS(@j, @j2, \'$.c\');\n+-------------------------------+\n| JSON_CONTAINS(@j, @j2, \'$.c\') |\n+-------------------------------+\n| 1 |\n+-------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html'),(426,'DAYOFYEAR',32,'Syntax:\nDAYOFYEAR(date)\n\nReturns the day of the year for date, in the range 1 to 366.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT DAYOFYEAR(\'2007-02-03\');\n -> 34\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(427,'%',3,'Syntax:\nN % M, N MOD M\n\nModulo operation. Returns the remainder of N divided by M. For more\ninformation, see the description for the MOD() function in\nhttp://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html'),(428,'ASTEXT',33,'AsText(g), AsWKT(g)\n\nST_AsText(), ST_AsWKT(), AsText(), and AsWKT() are synonyms. For more\ninformation, see the description of ST_AsText().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-format-conversion-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-format-conversion-functions.html'),(429,'DECLARE CONDITION',24,'Syntax:\nDECLARE condition_name CONDITION FOR condition_value\n\ncondition_value:\n mysql_error_code\n | SQLSTATE [VALUE] sqlstate_value\n\nThe DECLARE ... CONDITION statement declares a named error condition,\nassociating a name with a condition that needs specific handling. The\nname can be referred to in a subsequent DECLARE ... HANDLER statement\n(see [HELP DECLARE HANDLER]).\n\nCondition declarations must appear before cursor or handler\ndeclarations.\n\nThe condition_value for DECLARE ... CONDITION indicates the specific\ncondition or class of conditions to associate with the condition name.\nIt can take the following forms:\n\no mysql_error_code: An integer literal indicating a MySQL error code.\n\n Do not use MySQL error code 0 because that indicates success rather\n than an error condition. For a list of MySQL error codes, see\n http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html.\n\no SQLSTATE [VALUE] sqlstate_value: A 5-character string literal\n indicating an SQLSTATE value.\n\n Do not use SQLSTATE values that begin with \'00\' because those\n indicate success rather than an error condition. For a list of\n SQLSTATE values, see\n http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html.\n\nCondition names referred to in SIGNAL or use RESIGNAL statements must\nbe associated with SQLSTATE values, not MySQL error codes.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/declare-condition.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/declare-condition.html'),(430,'MONTHNAME',32,'Syntax:\nMONTHNAME(date)\n\nReturns the full name of the month for date. The language used for the\nname is controlled by the value of the lc_time_names system variable\n(http://dev.mysql.com/doc/refman/5.7/en/locale-support.html).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT MONTHNAME(\'2008-02-03\');\n -> \'February\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(431,'NUMGEOMETRIES',26,'NumGeometries(gc)\n\nST_NumGeometries() and NumGeometries() are synonyms. For more\ninformation, see the description of ST_NumGeometries().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-geometrycollection-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-geometrycollection-property-functions.html'),(432,'CHANGE MASTER TO',8,'Syntax:\nCHANGE MASTER TO option [, option] ... [ channel_option ]\n\noption:\n MASTER_BIND = \'interface_name\'\n | MASTER_HOST = \'host_name\'\n | MASTER_USER = \'user_name\'\n | MASTER_PASSWORD = \'password\'\n | MASTER_PORT = port_num\n | MASTER_CONNECT_RETRY = interval\n | MASTER_RETRY_COUNT = count\n | MASTER_DELAY = interval\n | MASTER_HEARTBEAT_PERIOD = interval\n | MASTER_LOG_FILE = \'master_log_name\'\n | MASTER_LOG_POS = master_log_pos\n | MASTER_AUTO_POSITION = {0|1}\n | RELAY_LOG_FILE = \'relay_log_name\'\n | RELAY_LOG_POS = relay_log_pos\n | MASTER_SSL = {0|1}\n | MASTER_SSL_CA = \'ca_file_name\'\n | MASTER_SSL_CAPATH = \'ca_directory_name\'\n | MASTER_SSL_CERT = \'cert_file_name\'\n | MASTER_SSL_CRL = \'crl_file_name\'\n | MASTER_SSL_CRLPATH = \'crl_directory_name\'\n | MASTER_SSL_KEY = \'key_file_name\'\n | MASTER_SSL_CIPHER = \'cipher_list\'\n | MASTER_SSL_VERIFY_SERVER_CERT = {0|1}\n | MASTER_TLS_VERSION = \'protocol_list\'\n | IGNORE_SERVER_IDS = (server_id_list)\n\nchannel_option:\n FOR CHANNEL channel\n\nserver_id_list:\n [server_id [, server_id] ... ]\n\nCHANGE MASTER TO changes the parameters that the slave server uses for\nconnecting to the master server, for reading the master binary log, and\nreading the slave relay log. It also updates the contents of the master\ninfo and relay log info repositories (see\nhttp://dev.mysql.com/doc/refman/5.7/en/slave-logs.html). CHANGE MASTER\nTO requires the SUPER privilege.\n\nPrior to MySQL 5.7.4, the slave replication threads must be stopped,\nusing STOP SLAVE if necessary, before issuing this statement. In MySQL\n5.7.4 and later, you can issue CHANGE MASTER TO statements on a running\nslave without doing this, depending on the states of the slave SQL\nthread and slave I/O thread. The rules governing such use are provided\nlater in this section.\n\nWhen using a multi-threaded slave (in other words\nslave_parallel_workers is greater than 0), stopping the slave can cause\n\"gaps\" in the sequence of transactions that have been executed from the\nrelay log, regardless of whether the slave was stopped intentionally or\notherwise. When such gaps exist, issuing CHANGE MASTER TO fails. The\nsolution in this situation is to issue START SLAVE UNTIL\nSQL_AFTER_MTS_GAPS which ensures that the gaps are closed.\n\nThe optional FOR CHANNEL channel clause added in MySQL 5.7.6 enables\nyou to choose which replication channel the statement applies to. If no\nclause is set and no extra channels exist, the statement applies to the\ndefault channel and behaves the same as versions of MySQL prior to\n5.7.6. Providing a FOR CHANNEL channel clause applies the CHANGE MASTER\nTO statement to a specific replication channel, and is used to add a\nnew channel or modify an existing channel. For example, to add a new\nchannel called channel2:\n\nCHANGE MASTER TO MASTER_NAME=host1, MASTER_PORT=3002 FOR CHANNEL channel2\n\nWhen using multiple replication channels, if a CHANGE MASTER TO\nstatement does not have a channel defined using a FOR CHANNEL channel\nclause an error is generated. See\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-channels.html for\nmore information.\n\nOptions not specified retain their value, except as indicated in the\nfollowing discussion. Thus, in most cases, there is no need to specify\noptions that do not change. For example, if the password to connect to\nyour MySQL master has changed, issue this statement to tell the slave\nabout the new password:\n\nCHANGE MASTER TO MASTER_PASSWORD=\'new3cret\';\n\nMASTER_HOST, MASTER_USER, MASTER_PASSWORD, and MASTER_PORT provide\ninformation to the slave about how to connect to its master:\n\no MASTER_HOST and MASTER_PORT are the host name (or IP address) of the\n master host and its TCP/IP port.\n\n *Note*:\n\n Replication cannot use Unix socket files. You must be able to connect\n to the master MySQL server using TCP/IP.\n\n If you specify the MASTER_HOST or MASTER_PORT option, the slave\n assumes that the master server is different from before (even if the\n option value is the same as its current value.) In this case, the old\n values for the master binary log file name and position are\n considered no longer applicable, so if you do not specify\n MASTER_LOG_FILE and MASTER_LOG_POS in the statement,\n MASTER_LOG_FILE=\'\' and MASTER_LOG_POS=4 are silently appended to it.\n\n Setting MASTER_HOST=\'\' (that is, setting its value explicitly to an\n empty string) is not the same as not setting MASTER_HOST at all.\n Beginning with MySQL 5.5, trying to set MASTER_HOST to an empty\n string fails with an error. Previously, setting MASTER_HOST to an\n empty string caused START SLAVE subsequently to fail. (Bug #28796)\n\n Values used for MASTER_HOST and other CHANGE MASTER TO options are\n checked for linefeed (\\n or 0x0A) characters; the presence of such\n characters in these values causes the statement to fail with\n ER_MASTER_INFO. (Bug #11758581, Bug #50801)\n\no MASTER_USER and MASTER_PASSWORD are the user name and password of the\n account to use for connecting to the master.\n\n MASTER_USER cannot be made empty; setting MASTER_USER = \'\' or leaving\n it unset when setting a value for MASTER_PASSWORD causes an error\n (Bug #13427949).\n\n The password used for a MySQL Replication slave account in a CHANGE\n MASTER TO statement is limited to 32 characters in length; prior to\n MySQL 5.7.5, if the password was longer, the statement succeeded, but\n any excess characters were silently truncated. In MySQL 5.7.5 and\n later, trying to use a password of more than 32 characters causes\n CHANGE MASTER TO to fail. (Bug #11752299, Bug #43439)\n\n The text of a running CHANGE MASTER TO statement, including values\n for MASTER_USER and MASTER_PASSWORD, can be seen in the output of a\n concurrent SHOW PROCESSLIST statement. (The complete text of a START\n SLAVE statement is also visible to SHOW PROCESSLIST.)\n\nThe MASTER_SSL_xxx options provide information about using SSL for the\nconnection. They correspond to the --ssl-xxx options described in\nhttp://dev.mysql.com/doc/refman/5.7/en/secure-connection-options.html,\nand\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-solutions-secure-con\nnections.html. These options can be changed even on slaves that are\ncompiled without SSL support. They are saved to the master info\nrepository, but are ignored if the slave does not have SSL support\nenabled.\n\nAs of MySQL 5.7.3, the MASTER_SSL=1 is prescriptive, not advisory. When\ngiven, the slave connection to the master must use SSL or the\nconnection attempt fails. Before 5.7.3, an SSL connection is permitted\nbut not required. This is analogous to the client-side meaning of the\n--ssl command-line option; see\nhttp://dev.mysql.com/doc/refman/5.7/en/secure-connection-options.html.\n\nThe MASTER_TLS_VERSION option specifies the encryption protocols\npermitted by the master for slave connections. The value is like that\nfor the tls_version system variable: A comma-separated list containing\none or more protocol names. The protocols that can be named for this\noption depend on the SSL library used to compile MySQL. For details,\nsee\nhttp://dev.mysql.com/doc/refman/5.7/en/secure-connection-protocols-ciph\ners.html. This option was added in MySQL 5.7.10.\n\nMASTER_CONNECT_RETRY specifies how many seconds to wait between connect\nretries. The default is 60.\n\nMASTER_RETRY_COUNT limits the number of reconnection attempts and\nupdates the value of the Master_Retry_Count column in the output of\nSHOW SLAVE STATUS. The default value is 24 * 3600 = 86400.\nMASTER_RETRY_COUNT is intended to replace the older\n--master-retry-count server option, and is now the preferred method for\nsetting this limit. You are encouraged not to rely on\n--master-retry-count in new applications and, when upgrading to MySQL\n5.7, to update any existing applications that rely on it, so that they\nuse CHANGE MASTER TO ... MASTER_RETRY_COUNT instead.\n\nMASTER_DELAY specifies how many seconds behind the master the slave\nmust lag. An event received from the master is not executed until at\nleast interval seconds later than its execution on the master. The\ndefault is 0. An error occurs if interval is not a nonnegative integer\nin the range from 0 to 231−1. For more information, see\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-delayed.html.\n\nIn MySQL 5.7.4 and later, a CHANGE MASTER TO statement employing the\nMASTER_DELAY option can be executed on a running slave when the slave\nSQL thread is stopped.\n\nMASTER_BIND is for use on replication slaves having multiple network\ninterfaces, and determines which of the slave\'s network interfaces is\nchosen for connecting to the master.\n\nThe address configured with this option, if any, can be seen in the\nMaster_Bind column of the output from SHOW SLAVE STATUS. If you are\nusing slave status log tables (server started with\n--master-info-repository=TABLE), the value can also be seen as the\nMaster_bind column of the mysql.slave_master_info table.\n\nThe ability to bind a replication slave to a specific network interface\nis also supported by MySQL Cluster.\n\nMASTER_HEARTBEAT_PERIOD sets the interval in seconds between\nreplication heartbeats. Whenever the master\'s binary log is updated\nwith an event, the waiting period for the next heartbeat is reset.\ninterval is a decimal value having the range 0 to 4294967 seconds and a\nresolution in milliseconds; the smallest nonzero value is 0.001.\nHeartbeats are sent by the master only if there are no unsent events in\nthe binary log file for a period longer than interval.\n\nPrior to MySQL 5.7.4, not including MASTER_HEARTBEAT_PERIOD caused\nCHANGE MASTER TO to reset the heartbeat period (Slave_heartbeat_period)\nto the default, and Slave_received_heartbeats to 0. (Bug #18185490)\n\nIf you are logging master connection information to tables,\nMASTER_HEARTBEAT_PERIOD can be seen as the value of the Heartbeat\ncolumn of the mysql.slave_master_info table.\n\nSetting interval to 0 disables heartbeats altogether. The default value\nfor interval is equal to the value of slave_net_timeout divided by 2.\n\nSetting @@global.slave_net_timeout to a value less than that of the\ncurrent heartbeat interval results in a warning being issued. The\neffect of issuing RESET SLAVE on the heartbeat interval is to reset it\nto the default value.\n\nMASTER_LOG_FILE and MASTER_LOG_POS are the coordinates at which the\nslave I/O thread should begin reading from the master the next time the\nthread starts. RELAY_LOG_FILE and RELAY_LOG_POS are the coordinates at\nwhich the slave SQL thread should begin reading from the relay log the\nnext time the thread starts. If you specify either of MASTER_LOG_FILE\nor MASTER_LOG_POS, you cannot specify RELAY_LOG_FILE or RELAY_LOG_POS.\nIf you specify either of MASTER_LOG_FILE or MASTER_LOG_POS, you also\ncannot specify MASTER_AUTO_POSITION = 1 (described later in this\nsection). If neither of MASTER_LOG_FILE or MASTER_LOG_POS is specified,\nthe slave uses the last coordinates of the slave SQL thread before\nCHANGE MASTER TO was issued. This ensures that there is no\ndiscontinuity in replication, even if the slave SQL thread was late\ncompared to the slave I/O thread, when you merely want to change, say,\nthe password to use.\n\nIn MySQL 5.7.4 and later, a CHANGE MASTER TO statement employing\nRELAY_LOG_FILE, RELAY_LOG_POS, or both options can be executed on a\nrunning slave when the slave SQL thread is stopped.\n\nIf MASTER_AUTO_POSITION = 1 is used with CHANGE MASTER TO, the slave\nattempts to connect to the master using the GTID-based replication\nprotocol. In MySQL 5.7.4 and later, this option can be employed by\nCHANGE MASTER TO only if both the slave SQL and slave I/O threads are\nstopped.\n\nWhen using GTIDs, the slave tells the master which transactions it has\nalready received, executed, or both. To compute this set, it reads the\nglobal value of gtid_executed and the value of the Retrieved_gtid_set\ncolumn from SHOW SLAVE STATUS. The GTID of the last transmitted\ntransaction is included in Retrieved_gtid_set only when the full\ntransaction is received. The slave computes the following set:\n\nUNION(@@global.gtid_executed, Retrieved_gtid_set)\n\nPrior to MySQL 5.7.5, the GTID of the last transmitted transaction was\nincluded in Retrieved_gtid_set even if the transaction was only\npartially transmitted, and the last received GTID was subtracted from\nthis set. (Bug #17943188) Thus, the slave computed the following set:\n\nUNION(@@global.gtid_executed, Retrieved_gtid_set - last_received_GTID)\n\nThis set is sent to the master as part of the initial handshake, and\nthe master sends back all transactions that it has executed which are\nnot part of the set. If any of these transactions have been already\npurged from the master\'s binary log, the master sends the error\nER_MASTER_HAS_PURGED_REQUIRED_GTIDS to the slave, and replication does\nnot start.\n\nWhen GTID-based replication is employed, the coordinates represented by\nMASTER_LOG_FILE and MASTER_LOG_POS are not used, and global transaction\nidentifiers are used instead. Thus the use of either or both of these\noptions together with MASTER_AUTO_POSITION causes an error.\n\nBeginning with MySQL 5.7.1, you can see whether replication is running\nwith autopositioning enabled by checking the output of SHOW SLAVE\nSTATUS. (Bug #15992220)\n\ngtid_mode must also be enabled before issuing CHANGE MASTER TO ...\nMASTER_AUTO_POSITION = 1. Otherwise, the statement fails with an error.\n\nTo revert to the older file-based replication protocol after using\nGTIDs, you can issue a new CHANGE MASTER TO statement that specifies\nMASTER_AUTO_POSITION = 0, as well as at least one of MASTER_LOG_FILE or\nMASTER_LOG_POS.\n\nPrior to MySQL 5.7.4, CHANGE MASTER TO deletes all relay log files and\nstarts a new one, unless you specify RELAY_LOG_FILE or RELAY_LOG_POS.\nIn that case, relay log files are kept; the relay_log_purge global\nvariable is set silently to 0. In MySQL 5.7.4 and later, relay logs are\npreserved when neither the slave SQL thread nor the slave I/O thread is\nstopped; if both threads are stopped, all relay log files are deleted\nunless you at least one of RELAY_LOG_FILE or RELAY_LOG_POS is\nspecified.\n\nRELAY_LOG_FILE can use either an absolute or relative path, and uses\nthe same base name as MASTER_LOG_FILE. (Bug #12190)\n\nIGNORE_SERVER_IDS takes a comma-separated list of 0 or more server IDs.\nEvents originating from the corresponding servers are ignored, with the\nexception of log rotation and deletion events, which are still recorded\nin the relay log.\n\nIn circular replication, the originating server normally acts as the\nterminator of its own events, so that they are not applied more than\nonce. Thus, this option is useful in circular replication when one of\nthe servers in the circle is removed. Suppose that you have a circular\nreplication setup with 4 servers, having server IDs 1, 2, 3, and 4, and\nserver 3 fails. When bridging the gap by starting replication from\nserver 2 to server 4, you can include IGNORE_SERVER_IDS = (3) in the\nCHANGE MASTER TO statement that you issue on server 4 to tell it to use\nserver 2 as its master instead of server 3. Doing so causes it to\nignore and not to propagate any statements that originated with the\nserver that is no longer in use.\n\nIf a CHANGE MASTER TO statement is issued without any IGNORE_SERVER_IDS\noption, any existing list is preserved. To clear the list of ignored\nservers, it is necessary to use the option with an empty list:\n\nCHANGE MASTER TO IGNORE_SERVER_IDS = ();\n\nPrior to MySQL 5.7.5, RESET SLAVE ALL has no effect on the server ID\nlist. In MySQL 5.7.5 and later, RESET SLAVE ALL clears\nIGNORE_SERVER_IDS. (Bug #18816897)\n\nIf IGNORE_SERVER_IDS contains the server\'s own ID and the server was\nstarted with the --replicate-same-server-id option enabled, an error\nresults.\n\nIn MySQL 5.7, the master info repository and the output of SHOW SLAVE\nSTATUS provide the list of servers that are currently ignored. For more\ninformation, see\nhttp://dev.mysql.com/doc/refman/5.7/en/slave-logs-status.html, and\n[HELP SHOW SLAVE STATUS].\n\nIn MySQL 5.7, invoking CHANGE MASTER TO causes the previous values for\nMASTER_HOST, MASTER_PORT, MASTER_LOG_FILE, and MASTER_LOG_POS to be\nwritten to the error log, along with other information about the\nslave\'s state prior to execution.\n\nIn MySQL 5.7, CHANGE MASTER TO causes an implicit commit of an ongoing\ntransaction. See\nhttp://dev.mysql.com/doc/refman/5.7/en/implicit-commit.html.\n\nIn MySQL 5.7.4 and later, the strict requirement to execute STOP SLAVE\nprior to issuing any CHANGE MASTER TO statement (and START SLAVE\nafterward) is removed. Instead of depending on whether the slave is\nstopped, the behavior of CHANGE MASTER TO depends (in MySQL 5.7.4 and\nlater) on the states of the slave SQL thread and slave I/O threads;\nwhich of these threads is stopped or running now determines the options\nthat can or cannot be used with a CHANGE MASTER TO statement at a given\npoint in time. The rules for making this determination are listed here:\n\no If the SQL thread is stopped, you can execute CHANGE MASTER TO using\n any combination that is otherwise allowed of RELAY_LOG_FILE,\n RELAY_LOG_POS, and MASTER_DELAY options, even if the slave I/O thread\n is running. No other options may be used with this statement when the\n I/O thread is running.\n\no If the I/O thread is stopped, you can execute CHANGE MASTER TO using\n any of the options for this statement (in any allowed combination)\n except RELAY_LOG_FILE, RELAY_LOG_POS, or MASTER_DELAY, even when the\n SQL thread is running. These three options may not be used when the\n I/O thread is running.\n\no Both the SQL thread and the I/O thread must be stopped before issuing\n a CHANGE MASTER TO statement that employs MASTER_AUTO_POSITION = 1.\n\nYou can check the current state of the slave SQL and I/O threads using\nSHOW SLAVE STATUS.\n\nFor more information, see\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-solutions-switch.htm\nl.\n\nIf you are using statement-based replication and temporary tables, it\nis possible for a CHANGE MASTER TO statement following a STOP SLAVE\nstatement to leave behind temporary tables on the slave. In MySQL 5.7.4\nand later, a warning (ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO) is now\nissued whenever this occurs. You can avoid this in such cases by making\nsure that the value of the Slave_open_temp_tables system status\nvariable is equal to 0 prior to executing such a CHANGE MASTER TO\nstatement.\n\nCHANGE MASTER TO is useful for setting up a slave when you have the\nsnapshot of the master and have recorded the master binary log\ncoordinates corresponding to the time of the snapshot. After loading\nthe snapshot into the slave to synchronize it with the master, you can\nrun CHANGE MASTER TO MASTER_LOG_FILE=\'log_name\', MASTER_LOG_POS=log_pos\non the slave to specify the coordinates at which the slave should begin\nreading the master binary log.\n\nThe following example changes the master server the slave uses and\nestablishes the master binary log coordinates from which the slave\nbegins reading. This is used when you want to set up the slave to\nreplicate the master:\n\nCHANGE MASTER TO\n MASTER_HOST=\'master2.mycompany.com\',\n MASTER_USER=\'replication\',\n MASTER_PASSWORD=\'bigs3cret\',\n MASTER_PORT=3306,\n MASTER_LOG_FILE=\'master2-bin.001\',\n MASTER_LOG_POS=4,\n MASTER_CONNECT_RETRY=10;\n\nThe next example shows an operation that is less frequently employed.\nIt is used when the slave has relay log files that you want it to\nexecute again for some reason. To do this, the master need not be\nreachable. You need only use CHANGE MASTER TO and start the SQL thread\n(START SLAVE SQL_THREAD):\n\nCHANGE MASTER TO\n RELAY_LOG_FILE=\'slave-relay-bin.006\',\n RELAY_LOG_POS=4025;\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/change-master-to.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/change-master-to.html'),(433,'TIMESTAMP FUNCTION',32,'Syntax:\nTIMESTAMP(expr), TIMESTAMP(expr1,expr2)\n\nWith a single argument, this function returns the date or datetime\nexpression expr as a datetime value. With two arguments, it adds the\ntime expression expr2 to the date or datetime expression expr1 and\nreturns the result as a datetime value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT TIMESTAMP(\'2003-12-31\');\n -> \'2003-12-31 00:00:00\'\nmysql> SELECT TIMESTAMP(\'2003-12-31 12:00:00\',\'12:00:00\');\n -> \'2004-01-01 00:00:00\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(434,'DROP DATABASE',40,'Syntax:\nDROP {DATABASE | SCHEMA} [IF EXISTS] db_name\n\nDROP DATABASE drops all tables in the database and deletes the\ndatabase. Be very careful with this statement! To use DROP DATABASE,\nyou need the DROP privilege on the database. DROP SCHEMA is a synonym\nfor DROP DATABASE.\n\n*Important*:\n\nWhen a database is dropped, user privileges on the database are not\nautomatically dropped. See [HELP GRANT].\n\nIF EXISTS is used to prevent an error from occurring if the database\ndoes not exist.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/drop-database.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/drop-database.html'),(435,'SHOW GRANTS',27,'Syntax:\nSHOW GRANTS [FOR user]\n\nThis statement displays the privileges that are assigned to a MySQL\nuser account, in the form of GRANT statements that must be executed to\nduplicate the privilege assignments. SHOW GRANTS requires the SELECT\nprivilege for the mysql database, except to see the privileges for the\ncurrent user.\n\nFor output that includes an IDENTIFIED BY PASSWORD clause displaying an\naccount password hash value, the SUPER privilege is required to see the\nactual hash value. Otherwise, the value displays as .\n\nTo name the account, use the same format as for the GRANT statement;\nfor example, \'jeffrey\'@\'localhost\'. If you specify only the user name\npart of the account name, a host name part of \'%\' is used. For\nadditional information about specifying account names, see [HELP\nGRANT].\n\nmysql> SHOW GRANTS FOR \'root\'@\'localhost\';\n+---------------------------------------------------------------------+\n| Grants for root@localhost |\n+---------------------------------------------------------------------+\n| GRANT ALL PRIVILEGES ON *.* TO \'root\'@\'localhost\' WITH GRANT OPTION |\n+---------------------------------------------------------------------+\n\nTo display the privileges granted to the account that you are using to\nconnect to the server, you can use any of the following statements:\n\nSHOW GRANTS;\nSHOW GRANTS FOR CURRENT_USER;\nSHOW GRANTS FOR CURRENT_USER();\n\nIf SHOW GRANTS FOR CURRENT_USER (or any of the equivalent syntaxes) is\nused in DEFINER context, such as within a stored procedure that is\ndefined with SQL SECURITY DEFINER), the grants displayed are those of\nthe definer and not the invoker.\n\nSHOW GRANTS displays only the privileges granted explicitly to the\nnamed account. Other privileges that might be available to the account\nare not displayed. For example, if an anonymous account exists, the\nnamed account might be able to use its privileges, but SHOW GRANTS will\nnot display them.\n\nAs of MySQL 5.7.6, SHOW GRANTS output does not include IDENTIFIED BY\nPASSWORD clauses. Use the SHOW CREATE USER statement instead. See [HELP\nSHOW CREATE USER].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-grants.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-grants.html'),(436,'JSON_CONTAINS_PATH',7,'JSON_CONTAINS_PATH(json_doc, one_or_all, path[, path] ...)\n\nReturns 0 or 1 to indicate whether a JSON document contains data at a\ngiven path or paths. Returns NULL if any argument is NULL. An error\noccurs if the json_doc argument is not a valid JSON document, any path\nargument is not a valid path expression, or one_or_all is not \'one\' or\n\'all\'.\n\nTo check for a specific value at a path, use JSON_CONTAINS() instead.\n\nThe return value is 0 if no specified path exists within the document.\nOtherwise, the return value depends on the one_or_all argument:\n\no \'one\': 1 if at least one path exists within the document, 0\n otherwise.\n\no \'all\': 1 if all paths exist within the document, 0 otherwise.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html\n\n','mysql> SET @j = \'{\"a\": 1, \"b\": 2, \"c\": {\"d\": 4}}\';\nmysql> SELECT JSON_CONTAINS_PATH(@j, \'one\', \'$.a\', \'$.e\');\n+---------------------------------------------+\n| JSON_CONTAINS_PATH(@j, \'one\', \'$.a\', \'$.e\') |\n+---------------------------------------------+\n| 1 |\n+---------------------------------------------+\nmysql> SELECT JSON_CONTAINS_PATH(@j, \'all\', \'$.a\', \'$.e\');\n+---------------------------------------------+\n| JSON_CONTAINS_PATH(@j, \'all\', \'$.a\', \'$.e\') |\n+---------------------------------------------+\n| 0 |\n+---------------------------------------------+\nmysql> SELECT JSON_CONTAINS_PATH(@j, \'one\', \'$.c.d\');\n+----------------------------------------+\n| JSON_CONTAINS_PATH(@j, \'one\', \'$.c.d\') |\n+----------------------------------------+\n| 1 |\n+----------------------------------------+\nmysql> SELECT JSON_CONTAINS_PATH(@j, \'one\', \'$.a.d\');\n+----------------------------------------+\n| JSON_CONTAINS_PATH(@j, \'one\', \'$.a.d\') |\n+----------------------------------------+\n| 0 |\n+----------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html'),(437,'ST_MPOINTFROMWKB',33,'ST_MPointFromWKB(wkb[, srid]), ST_MultiPointFromWKB(wkb[, srid])\n\nConstructs a MultiPoint value using its WKB representation and SRID.\n\nThe result is NULL if the WKB or SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(438,'CRC32',3,'Syntax:\nCRC32(expr)\n\nComputes a cyclic redundancy check value and returns a 32-bit unsigned\nvalue. The result is NULL if the argument is NULL. The argument is\nexpected to be a string and (if possible) is treated as one if it is\nnot.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT CRC32(\'MySQL\');\n -> 3259397556\nmysql> SELECT CRC32(\'mysql\');\n -> 2501908538\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(439,'STARTPOINT',13,'StartPoint(ls)\n\nST_StartPoint() and StartPoint() are synonyms. For more information,\nsee the description of ST_StartPoint().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html'),(440,'DECLARE VARIABLE',24,'Syntax:\nDECLARE var_name [, var_name] ... type [DEFAULT value]\n\nThis statement declares local variables within stored programs. To\nprovide a default value for a variable, include a DEFAULT clause. The\nvalue can be specified as an expression; it need not be a constant. If\nthe DEFAULT clause is missing, the initial value is NULL.\n\nLocal variables are treated like stored routine parameters with respect\nto data type and overflow checking. See [HELP CREATE PROCEDURE].\n\nVariable declarations must appear before cursor or handler\ndeclarations.\n\nLocal variable names are not case sensitive. Permissible characters and\nquoting rules are the same as for other identifiers, as described in\nhttp://dev.mysql.com/doc/refman/5.7/en/identifiers.html.\n\nThe scope of a local variable is the BEGIN ... END block within which\nit is declared. The variable can be referred to in blocks nested within\nthe declaring block, except those blocks that declare a variable with\nthe same name.\n\nFor examples of variable declarations, see\nhttp://dev.mysql.com/doc/refman/5.7/en/local-variable-scope.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/declare-local-variable.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/declare-local-variable.html'),(441,'MPOLYFROMTEXT',4,'MPolyFromText(wkt[, srid]), MultiPolygonFromText(wkt[, srid])\n\nST_MPolyFromText(), ST_MultiPolygonFromText(), MPolyFromText(), and\nMultiPolygonFromText() are synonyms. For more information, see the\ndescription of ST_MPolyFromText().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(442,'NOT BETWEEN',20,'Syntax:\nexpr NOT BETWEEN min AND max\n\nThis is the same as NOT (expr BETWEEN min AND max).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(443,'YEARWEEK',32,'Syntax:\nYEARWEEK(date), YEARWEEK(date,mode)\n\nReturns year and week for a date. The year in the result may be\ndifferent from the year in the date argument for the first and the last\nweek of the year.\n\nThe mode argument works exactly like the mode argument to WEEK(). For\nthe single-argument syntax, a mode value of 0 is used. Unlike WEEK(),\nthe value of default_week_format does not influence YEARWEEK().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT YEARWEEK(\'1987-01-01\');\n -> 198652\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(444,'BIT_OR',16,'Syntax:\nBIT_OR(expr)\n\nReturns the bitwise OR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n\nIf there are no matching rows, BIT_OR() returns a neutral value (all\nbits set to 0).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(445,'LOG10',3,'Syntax:\nLOG10(X)\n\nReturns the base-10 logarithm of X. If X is less than or equal to\n0.0E0, the function returns NULL and (as of MySQL 5.7.4) a warning\n\"Invalid argument for logarithm\" is reported.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT LOG10(2);\n -> 0.30102999566398\nmysql> SELECT LOG10(100);\n -> 2\nmysql> SELECT LOG10(-100);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(446,'DECIMAL',23,'DECIMAL[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nA packed \"exact\" fixed-point number. M is the total number of digits\n(the precision) and D is the number of digits after the decimal point\n(the scale). The decimal point and (for negative numbers) the - sign\nare not counted in M. If D is 0, values have no decimal point or\nfractional part. The maximum number of digits (M) for DECIMAL is 65.\nThe maximum number of supported decimals (D) is 30. If D is omitted,\nthe default is 0. If M is omitted, the default is 10.\n\nUNSIGNED, if specified, disallows negative values.\n\nAll basic calculations (+, -, *, /) with DECIMAL columns are done with\na precision of 65 digits.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(447,'CREATE FUNCTION',40,'The CREATE FUNCTION statement is used to create stored functions and\nuser-defined functions (UDFs):\n\no For information about creating stored functions, see [HELP CREATE\n PROCEDURE].\n\no For information about creating user-defined functions, see [HELP\n CREATE FUNCTION UDF].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-function.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/create-function.html'),(448,'<',20,'Syntax:\n<\n\nLess than:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT 2 < 2;\n -> 0\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(449,'MD5',12,'Syntax:\nMD5(str)\n\nCalculates an MD5 128-bit checksum for the string. The value is\nreturned as a string of 32 hexadecimal digits, or NULL if the argument\nwas NULL. The return value can, for example, be used as a hash key. See\nthe notes at the beginning of this section about storing hash values\nefficiently.\n\nThe return value is a nonbinary string in the connection character set.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','mysql> SELECT MD5(\'testing\');\n -> \'ae2b1fca515949e5d54fb22b8ed95575\'\n','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(450,'DAYOFMONTH',32,'Syntax:\nDAYOFMONTH(date)\n\nReturns the day of the month for date, in the range 1 to 31, or 0 for\ndates such as \'0000-00-00\' or \'2008-00-00\' that have a zero day part.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT DAYOFMONTH(\'2007-02-03\');\n -> 3\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(451,'UNIX_TIMESTAMP',32,'Syntax:\nUNIX_TIMESTAMP(), UNIX_TIMESTAMP(date)\n\nIf called with no argument, returns a Unix timestamp (seconds since\n\'1970-01-01 00:00:00\' UTC). The return value is an integer if no\nargument is given or the argument does not include a fractional seconds\npart, or DECIMAL if an argument is given that includes a fractional\nseconds part.\n\nIf UNIX_TIMESTAMP() is called with a date argument, it returns the\nvalue of the argument as seconds since \'1970-01-01 00:00:00\' UTC. The\ndate argument may be a DATE, DATETIME, or TIMESTAMP string, or a number\nin YYMMDD, YYMMDDHHMMSS, YYYYMMDD, or YYYYMMDDHHMMSS format. If the\nargument includes a time part, it may optionally include a fractional\nseconds part. The server interprets date as a value in the current time\nzone and converts it to an internal value in UTC. Clients can set their\ntime zone as described in\nhttp://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT UNIX_TIMESTAMP();\n -> 1447431666\nmysql> SELECT UNIX_TIMESTAMP(\'2015-11-13 10:20:19\');\n -> 1447431619\nmysql> SELECT UNIX_TIMESTAMP(\'2015-11-13 10:20:19.012\');\n -> 1447431619.012\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(452,'ST_INTERSECTION',26,'ST_Intersection(g1, g2)\n\nReturns a geometry that represents the point set intersection of the\ngeometry values g1 and g2.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html\n\n','mysql> SET @g1 = ST_GeomFromText(\'LineString(1 1, 3 3)\');\nmysql> SET @g2 = ST_GeomFromText(\'LineString(1 3, 3 1)\');\nmysql> SELECT ST_AsText(ST_Intersection(@g1, @g2));\n+--------------------------------------+\n| ST_AsText(ST_Intersection(@g1, @g2)) |\n+--------------------------------------+\n| POINT(2 2) |\n+--------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html'),(453,'RENAME USER',10,'Syntax:\nRENAME USER old_user TO new_user\n [, old_user TO new_user] ...\n\nThe RENAME USER statement renames existing MySQL accounts. An error\noccurs for old accounts that do not exist or new accounts that already\nexist.\n\nTo use RENAME USER, you must have the global CREATE USER privilege, or\nthe UPDATE privilege for the mysql database. When the read_only system\nvariable is enabled, RENAME USER additionally requires the SUPER\nprivilege.\n\nEach account name uses the format described in\nhttp://dev.mysql.com/doc/refman/5.7/en/account-names.html. For example:\n\nRENAME USER \'jeffrey\'@\'localhost\' TO \'jeff\'@\'127.0.0.1\';\n\nThe host name part of the account name, if omitted, defaults to \'%\'.\n\nRENAME USER causes the privileges held by the old user to be those held\nby the new user. However, RENAME USER does not automatically drop or\ninvalidate databases or objects within them that the old user created.\nThis includes stored programs or views for which the DEFINER attribute\nnames the old user. Attempts to access such objects may produce an\nerror if they execute in definer security context. (For information\nabout security context, see\nhttp://dev.mysql.com/doc/refman/5.7/en/stored-programs-security.html.)\n\nThe privilege changes take effect as indicated in\nhttp://dev.mysql.com/doc/refman/5.7/en/privilege-changes.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/rename-user.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/rename-user.html'),(454,'NUMPOINTS',13,'NumPoints(ls)\n\nST_NumPoints() and NumPoints() are synonyms. For more information, see\nthe description of ST_NumPoints().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html'),(455,'ALTER LOGFILE GROUP',40,'Syntax:\nALTER LOGFILE GROUP logfile_group\n ADD UNDOFILE \'file_name\'\n [INITIAL_SIZE [=] size]\n [WAIT]\n ENGINE [=] engine_name\n\nThis statement adds an UNDO file named \'file_name\' to an existing log\nfile group logfile_group. An ALTER LOGFILE GROUP statement has one and\nonly one ADD UNDOFILE clause. No DROP UNDOFILE clause is currently\nsupported.\n\n*Note*:\n\nAll MySQL Cluster Disk Data objects share the same namespace. This\nmeans that each Disk Data object must be uniquely named (and not merely\neach Disk Data object of a given type). For example, you cannot have a\ntablespace and an undo log file with the same name, or an undo log file\nand a data file with the same name.\n\nThe optional INITIAL_SIZE parameter sets the UNDO file\'s initial size\nin bytes; if not specified, the initial size defaults to 134217728 (128\nMB). You may optionally follow size with a one-letter abbreviation for\nan order of magnitude, similar to those used in my.cnf. Generally, this\nis one of the letters M (megabytes) or G (gigabytes). (Bug #13116514,\nBug #16104705, Bug #62858)\n\nOn 32-bit systems, the maximum supported value for INITIAL_SIZE is\n4294967296 (4 GB). (Bug #29186)\n\nThe minimum allowed value for INITIAL_SIZE is 1048576 (1 MB). (Bug\n#29574)\n\n*Note*:\n\nWAIT is parsed but otherwise ignored. This keyword currently has no\neffect, and is intended for future expansion.\n\nThe ENGINE parameter (required) determines the storage engine which is\nused by this log file group, with engine_name being the name of the\nstorage engine. Currently, the only accepted values for engine_name are\n\"NDBCLUSTER\" and \"NDB\". The two values are equivalent.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/alter-logfile-group.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/alter-logfile-group.html'),(456,'LOCALTIMESTAMP',32,'Syntax:\nLOCALTIMESTAMP, LOCALTIMESTAMP([fsp])\n\nLOCALTIMESTAMP and LOCALTIMESTAMP() are synonyms for NOW().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(457,'ADDDATE',32,'Syntax:\nADDDATE(date,INTERVAL expr unit), ADDDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument, ADDDATE()\nis a synonym for DATE_ADD(). The related function SUBDATE() is a\nsynonym for DATE_SUB(). For information on the INTERVAL unit argument,\nsee the discussion for DATE_ADD().\n\nmysql> SELECT DATE_ADD(\'2008-01-02\', INTERVAL 31 DAY);\n -> \'2008-02-02\'\nmysql> SELECT ADDDATE(\'2008-01-02\', INTERVAL 31 DAY);\n -> \'2008-02-02\'\n\nWhen invoked with the days form of the second argument, MySQL treats it\nas an integer number of days to be added to expr.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT ADDDATE(\'2008-01-02\', 31);\n -> \'2008-02-02\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(458,'CREATE_DIGEST',7,'Syntax:\nCREATE_DIGEST(digest_type, str)\n\nCreates a digest from the given string using the given digest type, and\nreturns the digest as a binary string. If digest generation fails, the\nresult is NULL.\n\nSupported digest_type values: \'SHA224\', \'SHA256\', \'SHA384\', \'SHA512\'\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html\n\n','SET @dig = CREATE_DIGEST(\'SHA512\', The quick brown fox\');\n','http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html'),(459,'->',7,'column->path\n\nIn MySQL 5.7.9 and later, the -> operator serves as an alias for the\nJSON_EXTRACT() function when used with two arguments, a column\nidentifier on the left and a JSON path on the right that is evaluated\nagainst the JSON document (the column value). You can use such\nexpressions in place of column identifiers wherever they occur in SQL\nstatements.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html\n\n','mysql> SELECT c, JSON_EXTRACT(c, \"$.id\"), g\n > FROM jemp\n > WHERE JSON_EXTRACT(c, \"$.id\") > 1\n > ORDER BY JSON_EXTRACT(c, \"$.name\");\n+-------------------------------+-----------+------+\n| c | c->\"$.id\" | g |\n+-------------------------------+-----------+------+\n| {\"id\": \"3\", \"name\": \"Barney\"} | \"3\" | 3 |\n| {\"id\": \"4\", \"name\": \"Betty\"} | \"4\" | 4 |\n| {\"id\": \"2\", \"name\": \"Wilma\"} | \"2\" | 2 |\n+-------------------------------+-----------+------+\n3 rows in set (0.00 sec)\n\nmysql> SELECT c, c->\"$.id\", g\n > FROM jemp\n > WHERE c->\"$.id\" > 1\n > ORDER BY c->\"$.name\";\n+-------------------------------+-----------+------+\n| c | c->\"$.id\" | g |\n+-------------------------------+-----------+------+\n| {\"id\": \"3\", \"name\": \"Barney\"} | \"3\" | 3 |\n| {\"id\": \"4\", \"name\": \"Betty\"} | \"4\" | 4 |\n| {\"id\": \"2\", \"name\": \"Wilma\"} | \"2\" | 2 |\n+-------------------------------+-----------+------+\n3 rows in set (0.00 sec)\n\nmysql> ALTER TABLE jemp ADD COLUMN n INT;\nQuery OK, 0 rows affected (0.68 sec)\nRecords: 0 Duplicates: 0 Warnings: 0\n\nmysql> UPDATE jemp SET n=1 WHERE c->\"$.id\" = \"4\";\nQuery OK, 1 row affected (0.04 sec)\nRows matched: 1 Changed: 1 Warnings: 0\n\nmysql> SELECT c, c->\"$.id\", g, n\n > FROM jemp\n > WHERE JSON_EXTRACT(c, \"$.id\") > 1\n > ORDER BY c->\"$.name\";\n+-------------------------------+-----------+------+------+\n| c | c->\"$.id\" | g | n |\n+-------------------------------+-----------+------+------+\n| {\"id\": \"3\", \"name\": \"Barney\"} | \"3\" | 3 | NULL |\n| {\"id\": \"4\", \"name\": \"Betty\"} | \"4\" | 4 | 1 |\n| {\"id\": \"2\", \"name\": \"Wilma\"} | \"2\" | 2 | NULL |\n+-------------------------------+-----------+------+------+\n3 rows in set (0.00 sec)\n\nmysql> DELETE FROM jemp WHERE c->\"$.id\" = \"4\";\nQuery OK, 1 row affected (0.04 sec)\n\nmysql> SELECT c, c->\"$.id\", g, n\n > FROM jemp\n > WHERE JSON_EXTRACT(c, \"$.id\") > 1\n > ORDER BY c->\"$.name\";\n+-------------------------------+-----------+------+------+\n| c | c->\"$.id\" | g | n |\n+-------------------------------+-----------+------+------+\n| {\"id\": \"3\", \"name\": \"Barney\"} | \"3\" | 3 | NULL |\n| {\"id\": \"2\", \"name\": \"Wilma\"} | \"2\" | 2 | NULL |\n+-------------------------------+-----------+------+------+\n2 rows in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html'),(460,'ALTER FUNCTION',40,'Syntax:\nALTER FUNCTION func_name [characteristic ...]\n\ncharacteristic:\n COMMENT \'string\'\n | LANGUAGE SQL\n | { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA }\n | SQL SECURITY { DEFINER | INVOKER }\n\nThis statement can be used to change the characteristics of a stored\nfunction. More than one change may be specified in an ALTER FUNCTION\nstatement. However, you cannot change the parameters or body of a\nstored function using this statement; to make such changes, you must\ndrop and re-create the function using DROP FUNCTION and CREATE\nFUNCTION.\n\nYou must have the ALTER ROUTINE privilege for the function. (That\nprivilege is granted automatically to the function creator.) If binary\nlogging is enabled, the ALTER FUNCTION statement might also require the\nSUPER privilege, as described in\nhttp://dev.mysql.com/doc/refman/5.7/en/stored-programs-logging.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/alter-function.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/alter-function.html'),(461,'DEALLOCATE PREPARE',8,'Syntax:\n{DEALLOCATE | DROP} PREPARE stmt_name\n\nTo deallocate a prepared statement produced with PREPARE, use a\nDEALLOCATE PREPARE statement that refers to the prepared statement\nname. Attempting to execute a prepared statement after deallocating it\nresults in an error. If too many prepared statements are created and\nnot deallocated by either the DEALLOCATE PREPARE statement or the end\nof the session, you might encounter the upper limit enforced by the\nmax_prepared_stmt_count system variable.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/deallocate-prepare.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/deallocate-prepare.html'),(462,'IS_FREE_LOCK',14,'Syntax:\nIS_FREE_LOCK(str)\n\nChecks whether the lock named str is free to use (that is, not locked).\nReturns 1 if the lock is free (no one is using the lock), 0 if the lock\nis in use, and NULL if an error occurs (such as an incorrect argument).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(463,'CONVEXHULL',26,'ConvexHull(g)\n\nST_ConvexHull() and ConvexHull() are synonyms. For more information,\nsee the description of ST_ConvexHull().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html'),(464,'TOUCHES',31,'Touches(g1, g2)\n\nST_Touches() and Touches() are synonyms. For more information, see the\ndescription of ST_Touches().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html'),(465,'AUTO_INCREMENT',23,'The AUTO_INCREMENT attribute can be used to generate a unique identity\nfor new rows:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/example-auto-increment.html\n\n','CREATE TABLE animals (\n id MEDIUMINT NOT NULL AUTO_INCREMENT,\n name CHAR(30) NOT NULL,\n PRIMARY KEY (id)\n);\n\nINSERT INTO animals (name) VALUES\n (\'dog\'),(\'cat\'),(\'penguin\'),\n (\'lax\'),(\'whale\'),(\'ostrich\');\n\nSELECT * FROM animals;\n','http://dev.mysql.com/doc/refman/5.7/en/example-auto-increment.html'),(466,'UNCOMPRESS',12,'Syntax:\nUNCOMPRESS(string_to_uncompress)\n\nUncompresses a string compressed by the COMPRESS() function. If the\nargument is not a compressed value, the result is NULL. This function\nrequires MySQL to have been compiled with a compression library such as\nzlib. Otherwise, the return value is always NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','mysql> SELECT UNCOMPRESS(COMPRESS(\'any string\'));\n -> \'any string\'\nmysql> SELECT UNCOMPRESS(\'any string\');\n -> NULL\n','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(467,'GEOMCOLLFROMTEXT',4,'GeomCollFromText(wkt[, srid]), GeometryCollectionFromText(wkt[, srid])\n\nST_GeomCollFromText(), ST_GeometryCollectionFromText(),\nST_GeomCollFromTxt(), GeomCollFromText(), and\nGeometryCollectionFromText() are synonyms. For more information, see\nthe description of ST_GeomCollFromText().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(468,'ST_INTERIORRINGN',2,'ST_InteriorRingN(poly, N)\n\nReturns the N-th interior ring for the Polygon value poly as a\nLineString. Rings are numbered beginning with 1.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html\n\n','mysql> SET @poly =\n -> \'Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))\';\nmysql> SELECT ST_AsText(ST_InteriorRingN(ST_GeomFromText(@poly),1));\n+-------------------------------------------------------+\n| ST_AsText(ST_InteriorRingN(ST_GeomFromText(@poly),1)) |\n+-------------------------------------------------------+\n| LINESTRING(1 1,1 2,2 2,2 1,1 1) |\n+-------------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html'),(469,'LAST_INSERT_ID',17,'Syntax:\nLAST_INSERT_ID(), LAST_INSERT_ID(expr)\n\nWith no argument, LAST_INSERT_ID() returns a BIGINT UNSIGNED (64-bit)\nvalue representing the first automatically generated value successfully\ninserted for an AUTO_INCREMENT column as a result of the most recently\nexecuted INSERT statement. The value of LAST_INSERT_ID() remains\nunchanged if no rows are successfully inserted.\n\nWith an argument, LAST_INSERT_ID() returns an unsigned integer.\n\nFor example, after inserting a row that generates an AUTO_INCREMENT\nvalue, you can get the value like this:\n\nmysql> SELECT LAST_INSERT_ID();\n -> 195\n\nThe currently executing statement does not affect the value of\nLAST_INSERT_ID(). Suppose that you generate an AUTO_INCREMENT value\nwith one statement, and then refer to LAST_INSERT_ID() in a\nmultiple-row INSERT statement that inserts rows into a table with its\nown AUTO_INCREMENT column. The value of LAST_INSERT_ID() will remain\nstable in the second statement; its value for the second and later rows\nis not affected by the earlier row insertions. (However, if you mix\nreferences to LAST_INSERT_ID() and LAST_INSERT_ID(expr), the effect is\nundefined.)\n\nIf the previous statement returned an error, the value of\nLAST_INSERT_ID() is undefined. For transactional tables, if the\nstatement is rolled back due to an error, the value of LAST_INSERT_ID()\nis left undefined. For manual ROLLBACK, the value of LAST_INSERT_ID()\nis not restored to that before the transaction; it remains as it was at\nthe point of the ROLLBACK.\n\nPrior to MySQL 5.7.3, this function was not replicated correctly if\nreplication filtering rules were in use. (Bug #17234370, Bug #69861)\n\nWithin the body of a stored routine (procedure or function) or a\ntrigger, the value of LAST_INSERT_ID() changes the same way as for\nstatements executed outside the body of these kinds of objects. The\neffect of a stored routine or trigger upon the value of\nLAST_INSERT_ID() that is seen by following statements depends on the\nkind of routine:\n\no If a stored procedure executes statements that change the value of\n LAST_INSERT_ID(), the changed value is seen by statements that follow\n the procedure call.\n\no For stored functions and triggers that change the value, the value is\n restored when the function or trigger ends, so following statements\n will not see a changed value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(470,'FLOOR',3,'Syntax:\nFLOOR(X)\n\nReturns the largest integer value not greater than X.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT FLOOR(1.23), FLOOR(-1.23);\n -> 1, -2\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(471,'COS',3,'Syntax:\nCOS(X)\n\nReturns the cosine of X, where X is given in radians.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT COS(PI());\n -> -1\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(472,'STD',16,'Syntax:\nSTD(expr)\n\nReturns the population standard deviation of expr. This is an extension\nto standard SQL. The standard SQL function STDDEV_POP() can be used\ninstead.\n\nIf there are no matching rows, STD() returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(473,'DATE FUNCTION',32,'Syntax:\nDATE(expr)\n\nExtracts the date part of the date or datetime expression expr.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT DATE(\'2003-12-31 01:02:03\');\n -> \'2003-12-31\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(474,'TAN',3,'Syntax:\nTAN(X)\n\nReturns the tangent of X, where X is given in radians.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT TAN(PI());\n -> -1.2246063538224e-16\nmysql> SELECT TAN(PI()+1);\n -> 1.5574077246549\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(475,'WEEKOFYEAR',32,'Syntax:\nWEEKOFYEAR(date)\n\nReturns the calendar week of the date as a number in the range from 1\nto 53. WEEKOFYEAR() is a compatibility function that is equivalent to\nWEEK(date,3).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT WEEKOFYEAR(\'2008-02-20\');\n -> 8\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(476,'ST_CONVEXHULL',26,'ST_ConvexHull(g)\n\nReturns a geometry that represents the convex hull of the geometry\nvalue g.\n\nThis function computes a geometry\'s convex hull by first checking\nwhether its vertex points are colinear. The function returns a linear\nhull if so, a polygon hull otherwise. This function processes geometry\ncollections by extracting all vertex points of all components of the\ncollection, creating a MultiPoint value from them, and computing its\nconvex hull. If the argument is an empty geometry collection, the\nreturn value is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html\n\n','mysql> SET @g = \'MULTIPOINT(5 0,25 0,15 10,15 25)\';\nmysql> SELECT ST_AsText(ST_ConvexHull(ST_GeomFromText(@g)));\n+-----------------------------------------------+\n| ST_AsText(ST_ConvexHull(ST_GeomFromText(@g))) |\n+-----------------------------------------------+\n| POLYGON((5 0,25 0,15 25,5 0)) |\n+-----------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-operator-functions.html'),(477,'SUBTIME',32,'Syntax:\nSUBTIME(expr1,expr2)\n\nSUBTIME() returns expr1 − expr2 expressed as a value in the same\nformat as expr1. expr1 is a time or datetime expression, and expr2 is a\ntime expression.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT SUBTIME(\'2007-12-31 23:59:59.999999\',\'1 1:1:1.000002\');\n -> \'2007-12-30 22:58:58.999997\'\nmysql> SELECT SUBTIME(\'01:00:00.999999\', \'02:00:00.999998\');\n -> \'-00:59:59.999999\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(478,'LOG2',3,'Syntax:\nLOG2(X)\n\nReturns the base-2 logarithm of X. If X is less than or equal to 0.0E0,\nthe function returns NULL and (as of MySQL 5.7.4) a warning \"Invalid\nargument for logarithm\" is reported.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT LOG2(65536);\n -> 16\nmysql> SELECT LOG2(-100);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(479,'UNCOMPRESSED_LENGTH',12,'Syntax:\nUNCOMPRESSED_LENGTH(compressed_string)\n\nReturns the length that the compressed string had before being\ncompressed.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','mysql> SELECT UNCOMPRESSED_LENGTH(COMPRESS(REPEAT(\'a\',30)));\n -> 30\n','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(480,'POW',3,'Syntax:\nPOW(X,Y)\n\nReturns the value of X raised to the power of Y.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT POW(2,2);\n -> 4\nmysql> SELECT POW(2,-2);\n -> 0.25\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(481,'DROP TABLE',40,'Syntax:\nDROP [TEMPORARY] TABLE [IF EXISTS]\n tbl_name [, tbl_name] ...\n [RESTRICT | CASCADE]\n\nDROP TABLE removes one or more tables. You must have the DROP privilege\nfor each table. All table data and the table definition are removed, so\nbe careful with this statement! If any of the tables named in the\nargument list do not exist, MySQL returns an error indicating by name\nwhich nonexisting tables it was unable to drop, but it also drops all\nof the tables in the list that do exist.\n\n*Important*:\n\nWhen a table is dropped, user privileges on the table are not\nautomatically dropped. See [HELP GRANT].\n\nFor a partitioned table, DROP TABLE permanently removes the table\ndefinition, all of its partitions, and all of the data which was stored\nin those partitions. It also removes partition definitions associated\nwith the dropped table.\n\n*Note*:\n\nPrior to MySQL 5.7.6, DROP TABLE removes partition definitions (.par)\nfiles associated with the dropped table. As of MySQL 5.7.6, partition\ndefinition (.par) files are no longer created. Instead, partition\ndefinitions are stored in the internal data dictionary.\n\nUse IF EXISTS to prevent an error from occurring for tables that do not\nexist. A NOTE is generated for each nonexistent table when using IF\nEXISTS. See [HELP SHOW WARNINGS].\n\nIF EXISTS can be useful for dropping tables in unusual circumstances\nunder which there is an .frm file but no table managed by the storage\nengine. (For example, if an abnormal server exit occurs after removal\nof the table from the storage engine but before .frm file removal.)\n\nRESTRICT and CASCADE are permitted to make porting easier. In MySQL\n5.7, they do nothing.\n\n*Note*:\n\nDROP TABLE automatically commits the current active transaction, unless\nyou use the TEMPORARY keyword.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/drop-table.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/drop-table.html'),(482,'NOW',32,'Syntax:\nNOW([fsp])\n\nReturns the current date and time as a value in \'YYYY-MM-DD HH:MM:SS\'\nor YYYYMMDDHHMMSS format, depending on whether the function is used in\na string or numeric context. The value is expressed in the current time\nzone.\n\nIf the fsp argument is given to specify a fractional seconds precision\nfrom 0 to 6, the return value includes a fractional seconds part of\nthat many digits.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT NOW();\n -> \'2007-12-15 23:50:26\'\nmysql> SELECT NOW() + 0;\n -> 20071215235026.000000\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(483,'SHOW ENGINES',27,'Syntax:\nSHOW [STORAGE] ENGINES\n\nSHOW ENGINES displays status information about the server\'s storage\nengines. This is particularly useful for checking whether a storage\nengine is supported, or to see what the default engine is. This\ninformation can also be obtained from the INFORMATION_SCHEMA ENGINES\ntable. See http://dev.mysql.com/doc/refman/5.7/en/engines-table.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-engines.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-engines.html'),(484,'ST_POINTFROMTEXT',4,'ST_PointFromText(wkt[, srid])\n\nConstructs a Point value using its WKT representation and SRID.\n\nThe result is NULL if the geometry argument is NULL or not a\nsyntactically well-formed geometry, or if the SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(485,'ST_ENDPOINT',13,'ST_EndPoint(ls)\n\nReturns the Point that is the endpoint of the LineString value ls.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html\n\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT ST_AsText(ST_EndPoint(ST_GeomFromText(@ls)));\n+----------------------------------------------+\n| ST_AsText(ST_EndPoint(ST_GeomFromText(@ls))) |\n+----------------------------------------------+\n| POINT(3 3) |\n+----------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html'),(486,'IS_IPV6',14,'Syntax:\nIS_IPV6(expr)\n\nReturns 1 if the argument is a valid IPv6 address specified as a\nstring, 0 otherwise. This function does not consider IPv4 addresses to\nbe valid IPv6 addresses.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','mysql> SELECT IS_IPV6(\'10.0.5.9\'), IS_IPV6(\'::1\');\n -> 0, 1\n','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(487,'LONGBLOB',23,'LONGBLOB\n\nA BLOB column with a maximum length of 4,294,967,295 or 4GB (232 − 1)\nbytes. The effective maximum length of LONGBLOB columns depends on the\nconfigured maximum packet size in the client/server protocol and\navailable memory. Each LONGBLOB value is stored using a 4-byte length\nprefix that indicates the number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(488,'ST_OVERLAPS',31,'ST_Overlaps(g1, g2)\n\nReturns 1 or 0 to indicate whether g1 spatially overlaps g2. The term\nspatially overlaps is used if two geometries intersect and their\nintersection results in a geometry of the same dimension but not equal\nto either of the given geometries.\n\nAs of MySQL 5.7.5, this function returns 0 if called with an\ninapplicable geometry argument type combination. For example, it\nreturns 0 if called with geometries of different dimensions or any\nargument is a Point.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html'),(489,'YEAR DATA TYPE',23,'YEAR[(4)]\n\nA year in four-digit format. MySQL displays YEAR values in YYYY format,\nbut permits assignment of values to YEAR columns using either strings\nor numbers. Values display as 1901 to 2155, and 0000.\n\n*Note*:\n\nThe YEAR(2) data type is deprecated and support for it is removed in\nMySQL 5.7.5. To convert YEAR(2) columns to YEAR(4), see\nhttp://dev.mysql.com/doc/refman/5.7/en/migrating-to-year4.html.\n\nFor additional information about YEAR display format and interpretation\nof input values, see http://dev.mysql.com/doc/refman/5.7/en/year.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-type-overview.html'),(490,'SUM',16,'Syntax:\nSUM([DISTINCT] expr)\n\nReturns the sum of expr. If the return set has no rows, SUM() returns\nNULL. The DISTINCT keyword can be used to sum only the distinct values\nof expr.\n\nIf there are no matching rows, SUM() returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(491,'JSON_SET',7,'JSON_SET(json_doc, path, val[, path, val] ...)\n\nInserts or updates data in a JSON document and returns the result.\nReturns NULL if any argument is NULL or path, if given, does not locate\nan object. An error occurs if the json_doc argument is not a valid JSON\ndocument or the path argument is not a valid path expression or\ncontains a * or ** wildcard.\n\nThe path/value pairs are evaluated left to right. The document produced\nby evaluating one pair becomes the new value against which the next\npair is evaluated.\n\nA path/value pair for an existing path in the document overwrites the\nexisting document value with the new value. A path/value pair for a\nnonexisting path in the document adds the value to the document if the\npath identifies one of these types of values:\n\no A member not present in an existing object. The member is added to\n the object and associated with the new value.\n\no A position past the end of an existing array. The array is extended\n with the new value. If the existing value is not an array, it is\n autowrapped as an array, then extended with the new value.\n\nOtherwise, a path/value pair for a nonexisting path in the document is\nignored and has no effect.\n\nThe JSON_SET(), JSON_INSERT(), and JSON_REPLACE() functions are\nrelated:\n\no JSON_SET() replaces existing values and adds nonexisting values.\n\no JSON_INSERT() inserts values without replacing existing values.\n\no JSON_REPLACE() replaces only existing values.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html\n\n','mysql> SET @j = \'{ \"a\": 1, \"b\": [2, 3]}\';\nmysql> SELECT JSON_SET(@j, \'$.a\', 10, \'$.c\', \'[true, false]\');\n+-------------------------------------------------+\n| JSON_SET(@j, \'$.a\', 10, \'$.c\', \'[true, false]\') |\n+-------------------------------------------------+\n| {\"a\": 10, \"b\": [2, 3], \"c\": \"[true, false]\"} |\n+-------------------------------------------------+\nmysql> SELECT JSON_INSERT(@j, \'$.a\', 10, \'$.c\', \'[true, false]\');\n+----------------------------------------------------+\n| JSON_INSERT(@j, \'$.a\', 10, \'$.c\', \'[true, false]\') |\n+----------------------------------------------------+\n| {\"a\": 1, \"b\": [2, 3], \"c\": \"[true, false]\"} |\n+----------------------------------------------------+\nmysql> SELECT JSON_REPLACE(@j, \'$.a\', 10, \'$.c\', \'[true, false]\');\n+-----------------------------------------------------+\n| JSON_REPLACE(@j, \'$.a\', 10, \'$.c\', \'[true, false]\') |\n+-----------------------------------------------------+\n| {\"a\": 10, \"b\": [2, 3]} |\n+-----------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html'),(492,'REPEAT FUNCTION',38,'Syntax:\nREPEAT(str,count)\n\nReturns a string consisting of the string str repeated count times. If\ncount is less than 1, returns an empty string. Returns NULL if str or\ncount are NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT REPEAT(\'MySQL\', 3);\n -> \'MySQLMySQLMySQL\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(493,'SOUNDEX',38,'Syntax:\nSOUNDEX(str)\n\nReturns a soundex string from str. Two strings that sound almost the\nsame should have identical soundex strings. A standard soundex string\nis four characters long, but the SOUNDEX() function returns an\narbitrarily long string. You can use SUBSTRING() on the result to get a\nstandard soundex string. All nonalphabetic characters in str are\nignored. All international alphabetic characters outside the A-Z range\nare treated as vowels.\n\n*Important*:\n\nWhen using SOUNDEX(), you should be aware of the following limitations:\n\no This function, as currently implemented, is intended to work well\n with strings that are in the English language only. Strings in other\n languages may not produce reliable results.\n\no This function is not guaranteed to provide consistent results with\n strings that use multibyte character sets, including utf-8.\n\n We hope to remove these limitations in a future release. See Bug\n #22638 for more information.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT SOUNDEX(\'Hello\');\n -> \'H400\'\nmysql> SELECT SOUNDEX(\'Quadratically\');\n -> \'Q36324\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(494,'MBRTOUCHES',7,'MBRTouches(g1, g2)\n\nReturns 1 or 0 to indicate whether the minimum bounding rectangles of\nthe two geometries g1 and g2 touch. Two geometries spatially touch if\nthe interiors of the geometries do not intersect, but the boundary of\none of the geometries intersects either the boundary or the interior of\nthe other.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html'),(495,'DROP EVENT',40,'Syntax:\nDROP EVENT [IF EXISTS] event_name\n\nThis statement drops the event named event_name. The event immediately\nceases being active, and is deleted completely from the server.\n\nIf the event does not exist, the error ERROR 1517 (HY000): Unknown\nevent \'event_name\' results. You can override this and cause the\nstatement to generate a warning for nonexistent events instead using IF\nEXISTS.\n\nThis statement requires the EVENT privilege for the schema to which the\nevent to be dropped belongs.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/drop-event.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/drop-event.html'),(496,'VARBINARY',23,'VARBINARY(M)\n\nThe VARBINARY type is similar to the VARCHAR type, but stores binary\nbyte strings rather than nonbinary character strings. M represents the\nmaximum column length in bytes.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(497,'LOAD INDEX',27,'Syntax:\nLOAD INDEX INTO CACHE\n tbl_index_list [, tbl_index_list] ...\n\ntbl_index_list:\n tbl_name\n [PARTITION (partition_list | ALL)]\n [[INDEX|KEY] (index_name[, index_name] ...)]\n [IGNORE LEAVES]\n\npartition_list:\n partition_name[, partition_name][, ...]\n\nThe LOAD INDEX INTO CACHE statement preloads a table index into the key\ncache to which it has been assigned by an explicit CACHE INDEX\nstatement, or into the default key cache otherwise.\n\nLOAD INDEX INTO CACHE is used only for MyISAM tables. In MySQL 5.7, it\nis also supported for partitioned MyISAM tables; in addition, indexes\non partitioned tables can be preloaded for one, several, or all\npartitions.\n\nThe IGNORE LEAVES modifier causes only blocks for the nonleaf nodes of\nthe index to be preloaded.\n\nIGNORE LEAVES is also supported for partitioned MyISAM tables.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/load-index.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/load-index.html'),(498,'UNION',28,'Syntax:\nSELECT ...\nUNION [ALL | DISTINCT] SELECT ...\n[UNION [ALL | DISTINCT] SELECT ...]\n\nUNION is used to combine the result from multiple SELECT statements\ninto a single result set.\n\nThe column names from the first SELECT statement are used as the column\nnames for the results returned. Selected columns listed in\ncorresponding positions of each SELECT statement should have the same\ndata type. (For example, the first column selected by the first\nstatement should have the same type as the first column selected by the\nother statements.)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/union.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/union.html'),(499,'TO_DAYS',32,'Syntax:\nTO_DAYS(date)\n\nGiven a date date, returns a day number (the number of days since year\n0).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT TO_DAYS(950501);\n -> 728779\nmysql> SELECT TO_DAYS(\'2007-10-07\');\n -> 733321\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(500,'SHOW INDEX',27,'Syntax:\nSHOW {INDEX | INDEXES | KEYS}\n {FROM | IN} tbl_name\n [{FROM | IN} db_name]\n [WHERE expr]\n\nSHOW INDEX returns table index information. The format resembles that\nof the SQLStatistics call in ODBC. This statement requires some\nprivilege for any column in the table.\nYou can use db_name.tbl_name as an alternative to the tbl_name FROM\ndb_name syntax. These two statements are equivalent:\n\nSHOW INDEX FROM mytable FROM mydb;\nSHOW INDEX FROM mydb.mytable;\n\nThe WHERE clause can be given to select rows using more general\nconditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html.\n\nYou can also list a table\'s indexes with the mysqlshow -k db_name\ntbl_name command.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-index.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-index.html'),(501,'SHOW CREATE DATABASE',27,'Syntax:\nSHOW CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name\n\nShows the CREATE DATABASE statement that creates the named database. If\nthe SHOW statement includes an IF NOT EXISTS clause, the output too\nincludes such a clause. SHOW CREATE SCHEMA is a synonym for SHOW CREATE\nDATABASE.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-create-database.html\n\n','mysql> SHOW CREATE DATABASE test\\G\n*************************** 1. row ***************************\n Database: test\nCreate Database: CREATE DATABASE `test`\n /*!40100 DEFAULT CHARACTER SET latin1 */\n\nmysql> SHOW CREATE SCHEMA test\\G\n*************************** 1. row ***************************\n Database: test\nCreate Database: CREATE DATABASE `test`\n /*!40100 DEFAULT CHARACTER SET latin1 */\n','http://dev.mysql.com/doc/refman/5.7/en/show-create-database.html'),(502,'!',15,'Syntax:\nNOT, !\n\nLogical NOT. Evaluates to 1 if the operand is 0, to 0 if the operand is\nnonzero, and NOT NULL returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/logical-operators.html\n\n','mysql> SELECT NOT 10;\n -> 0\nmysql> SELECT NOT 0;\n -> 1\nmysql> SELECT NOT NULL;\n -> NULL\nmysql> SELECT ! (1+1);\n -> 0\nmysql> SELECT ! 1+1;\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/logical-operators.html'),(503,'DECLARE HANDLER',24,'Syntax:\nDECLARE handler_action HANDLER\n FOR condition_value [, condition_value] ...\n statement\n\nhandler_action:\n CONTINUE\n | EXIT\n | UNDO\n\ncondition_value:\n mysql_error_code\n | SQLSTATE [VALUE] sqlstate_value\n | condition_name\n | SQLWARNING\n | NOT FOUND\n | SQLEXCEPTION\n\nThe DECLARE ... HANDLER statement specifies a handler that deals with\none or more conditions. If one of these conditions occurs, the\nspecified statement executes. statement can be a simple statement such\nas SET var_name = value, or a compound statement written using BEGIN\nand END (see [HELP BEGIN END]).\n\nHandler declarations must appear after variable or condition\ndeclarations.\n\nThe handler_action value indicates what action the handler takes after\nexecution of the handler statement:\n\no CONTINUE: Execution of the current program continues.\n\no EXIT: Execution terminates for the BEGIN ... END compound statement\n in which the handler is declared. This is true even if the condition\n occurs in an inner block.\n\no UNDO: Not supported.\n\nThe condition_value for DECLARE ... HANDLER indicates the specific\ncondition or class of conditions that activates the handler. It can\ntake the following forms:\n\no mysql_error_code: An integer literal indicating a MySQL error code,\n such as 1051 to specify \"unknown table\":\n\nDECLARE CONTINUE HANDLER FOR 1051\n BEGIN\n -- body of handler\n END;\n\n Do not use MySQL error code 0 because that indicates success rather\n than an error condition. For a list of MySQL error codes, see\n http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html.\n\no SQLSTATE [VALUE] sqlstate_value: A 5-character string literal\n indicating an SQLSTATE value, such as \'42S01\' to specify \"unknown\n table\":\n\nDECLARE CONTINUE HANDLER FOR SQLSTATE \'42S02\'\n BEGIN\n -- body of handler\n END;\n\n Do not use SQLSTATE values that begin with \'00\' because those\n indicate success rather than an error condition. For a list of\n SQLSTATE values, see\n http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html.\n\no condition_name: A condition name previously specified with DECLARE\n ... CONDITION. A condition name can be associated with a MySQL error\n code or SQLSTATE value. See [HELP DECLARE CONDITION].\n\no SQLWARNING: Shorthand for the class of SQLSTATE values that begin\n with \'01\'.\n\nDECLARE CONTINUE HANDLER FOR SQLWARNING\n BEGIN\n -- body of handler\n END;\n\no NOT FOUND: Shorthand for the class of SQLSTATE values that begin with\n \'02\'. This is relevant within the context of cursors and is used to\n control what happens when a cursor reaches the end of a data set. If\n no more rows are available, a No Data condition occurs with SQLSTATE\n value \'02000\'. To detect this condition, you can set up a handler for\n it or for a NOT FOUND condition.\n\nDECLARE CONTINUE HANDLER FOR NOT FOUND\n BEGIN\n -- body of handler\n END;\n\n For another example, see\n http://dev.mysql.com/doc/refman/5.7/en/cursors.html. The NOT FOUND\n condition also occurs for SELECT ... INTO var_list statements that\n retrieve no rows.\n\no SQLEXCEPTION: Shorthand for the class of SQLSTATE values that do not\n begin with \'00\', \'01\', or \'02\'.\n\nDECLARE CONTINUE HANDLER FOR SQLEXCEPTION\n BEGIN\n -- body of handler\n END;\n\nFor information about how the server chooses handlers when a condition\noccurs, see http://dev.mysql.com/doc/refman/5.7/en/handler-scope.html.\n\nIf a condition occurs for which no handler has been declared, the\naction taken depends on the condition class:\n\no For SQLEXCEPTION conditions, the stored program terminates at the\n statement that raised the condition, as if there were an EXIT\n handler. If the program was called by another stored program, the\n calling program handles the condition using the handler selection\n rules applied to its own handlers.\n\no For SQLWARNING conditions, the program continues executing, as if\n there were a CONTINUE handler.\n\no For NOT FOUND conditions, if the condition was raised normally, the\n action is CONTINUE. If it was raised by SIGNAL or RESIGNAL, the\n action is EXIT.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/declare-handler.html\n\n','mysql> CREATE TABLE test.t (s1 INT, PRIMARY KEY (s1));\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> delimiter //\n\nmysql> CREATE PROCEDURE handlerdemo ()\n -> BEGIN\n -> DECLARE CONTINUE HANDLER FOR SQLSTATE \'23000\' SET @x2 = 1;\n -> SET @x = 1;\n -> INSERT INTO test.t VALUES (1);\n -> SET @x = 2;\n -> INSERT INTO test.t VALUES (1);\n -> SET @x = 3;\n -> END;\n -> //\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> CALL handlerdemo()//\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT @x//\n +------+\n | @x |\n +------+\n | 3 |\n +------+\n 1 row in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.7/en/declare-handler.html'),(504,'DOUBLE',23,'DOUBLE[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA normal-size (double-precision) floating-point number. Permissible\nvalues are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and\n2.2250738585072014E-308 to 1.7976931348623157E+308. These are the\ntheoretical limits, based on the IEEE standard. The actual range might\nbe slightly smaller depending on your hardware or operating system.\n\nM is the total number of digits and D is the number of digits following\nthe decimal point. If M and D are omitted, values are stored to the\nlimits permitted by the hardware. A double-precision floating-point\nnumber is accurate to approximately 15 decimal places.\n\nUNSIGNED, if specified, disallows negative values.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(505,'TIME',23,'TIME[(fsp)]\n\nA time. The range is \'-838:59:59.000000\' to \'838:59:59.000000\'. MySQL\ndisplays TIME values in \'HH:MM:SS[.fraction]\' format, but permits\nassignment of values to TIME columns using either strings or numbers.\n\nAn optional fsp value in the range from 0 to 6 may be given to specify\nfractional seconds precision. A value of 0 signifies that there is no\nfractional part. If omitted, the default precision is 0.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-type-overview.html'),(506,'SYSTEM_USER',17,'Syntax:\nSYSTEM_USER()\n\nSYSTEM_USER() is a synonym for USER().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(507,'TRUNCATE TABLE',40,'Syntax:\nTRUNCATE [TABLE] tbl_name\n\nTRUNCATE TABLE empties a table completely. It requires the DROP\nprivilege.\n\nLogically, TRUNCATE TABLE is similar to a DELETE statement that deletes\nall rows, or a sequence of DROP TABLE and CREATE TABLE statements. To\nachieve high performance, it bypasses the DML method of deleting data.\nThus, it cannot be rolled back, it does not cause ON DELETE triggers to\nfire, and it cannot be performed for InnoDB tables with parent-child\nforeign key relationships.\n\nAlthough TRUNCATE TABLE is similar to DELETE, it is classified as a DDL\nstatement rather than a DML statement. It differs from DELETE in the\nfollowing ways in MySQL 5.7:\n\no Truncate operations drop and re-create the table, which is much\n faster than deleting rows one by one, particularly for large tables.\n\no Truncate operations cause an implicit commit, and so cannot be rolled\n back.\n\no Truncation operations cannot be performed if the session holds an\n active table lock.\n\no TRUNCATE TABLE fails for an InnoDB table or NDB table if there are\n any FOREIGN KEY constraints from other tables that reference the\n table. Foreign key constraints between columns of the same table are\n permitted.\n\no Truncation operations do not return a meaningful value for the number\n of deleted rows. The usual result is \"0 rows affected,\" which should\n be interpreted as \"no information.\"\n\no As long as the table format file tbl_name.frm is valid, the table can\n be re-created as an empty table with TRUNCATE TABLE, even if the data\n or index files have become corrupted.\n\no Any AUTO_INCREMENT value is reset to its start value. This is true\n even for MyISAM and InnoDB, which normally do not reuse sequence\n values.\n\no When used with partitioned tables, TRUNCATE TABLE preserves the\n partitioning; that is, the data and index files are dropped and\n re-created, while the partition definitions (.par) file is\n unaffected.\n\n *Note*:\n\n As of MySQL 5.7.6, partition definition (.par) files are no longer\n created. Instead, partition definitions are stored in the internal\n data dictionary.\n\no The TRUNCATE TABLE statement does not invoke ON DELETE triggers.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/truncate-table.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/truncate-table.html'),(508,'CURRENT_DATE',32,'Syntax:\nCURRENT_DATE, CURRENT_DATE()\n\nCURRENT_DATE and CURRENT_DATE() are synonyms for CURDATE().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(509,'START SLAVE',8,'Syntax:\nSTART SLAVE [thread_types] [until_option] [connection_options] [channel_option]\n\nthread_types:\n [thread_type [, thread_type] ... ]\n\nthread_type:\n IO_THREAD | SQL_THREAD\n\nuntil_option:\n UNTIL { {SQL_BEFORE_GTIDS | SQL_AFTER_GTIDS} = gtid_set\n | MASTER_LOG_FILE = \'log_name\', MASTER_LOG_POS = log_pos\n | RELAY_LOG_FILE = \'log_name\', RELAY_LOG_POS = log_pos\n | SQL_AFTER_MTS_GAPS }\n\nconnection_options:\n [USER=\'user_name\'] [PASSWORD=\'user_pass\'] [DEFAULT_AUTH=\'plugin_name\'] [PLUGIN_DIR=\'plugin_dir\']\n\n\nchannel_option:\n FOR CHANNEL channel\n\ngtid_set:\n uuid_set [, uuid_set] ...\n | \'\'\n\nuuid_set:\n uuid:interval[:interval]...\n\nuuid:\n hhhhhhhh-hhhh-hhhh-hhhh-hhhhhhhhhhhh\n\nh:\n [0-9,A-F]\n\ninterval:\n n[-n]\n\n (n >= 1)\n\nSTART SLAVE with no thread_type options starts both of the slave\nthreads. The I/O thread reads events from the master server and stores\nthem in the relay log. The SQL thread reads events from the relay log\nand executes them. START SLAVE requires the SUPER privilege.\n\nIf START SLAVE succeeds in starting the slave threads, it returns\nwithout any error. However, even in that case, it might be that the\nslave threads start and then later stop (for example, because they do\nnot manage to connect to the master or read its binary log, or some\nother problem). START SLAVE does not warn you about this. You must\ncheck the slave\'s error log for error messages generated by the slave\nthreads, or check that they are running satisfactorily with SHOW SLAVE\nSTATUS.\n\nIn MySQL 5.7, START SLAVE causes an implicit commit of an ongoing\ntransaction. See\nhttp://dev.mysql.com/doc/refman/5.7/en/implicit-commit.html.\n\nBeginning with MySQL 5.7.1, gtid_next must be set to AUTOMATIC before\nissuing this statement (Bug #16062608).\n\nThe optional FOR CHANNEL channel clause added in MySQL 5.7.6 enables\nyou to choose which replication channel the statement applies to. If no\nclause is set and no extra channels exist, the statement applies to the\ndefault channel and behaves the same as versions of MySQL prior to\n5.7.6. Providing a FOR CHANNEL channel clause applies the START SLAVE\nstatement to a specific replication channel. If a START SLAVE statement\ndoes not have a channel defined when using multiple channels, this\nstatement starts the specified threads for all channels. Beginning with\nMySQL 5.7.9, this statement is disallowed for the\ngroup_replication_recovery channel. See\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-channels.html for\nmore information.\n\nMySQL 5.7 supports pluggable user-password authentication with START\nSLAVE with the USER, PASSWORD, DEFAULT_AUTH and PLUGIN_DIR options, as\ndescribed in the following list:\n\no USER: User name. Cannot be set to an empty or null string, or left\n unset if PASSWORD is used.\n\no PASSWORD: Password.\n\no DEFAULT_AUTH: Name of plugin; default is MySQL native authentication.\n\no PLUGIN_DIR: Location of plugin.\n\nYou cannot use the SQL_THREAD option when specifying any of USER,\nPASSWORD, DEFAULT_AUTH, or PLUGIN_DIR, unless the IO_THREAD option is\nalso provided.\n\nSee\nhttp://dev.mysql.com/doc/refman/5.7/en/pluggable-authentication.html,\nfor more information.\n\nIf an insecure connection is used with any these options, the server\nissues the warning Sending passwords in plain text without SSL/TLS is\nextremely insecure.\n\nSTART SLAVE ... UNTIL supports two additional options for use with\nglobal transaction identifiers (GTIDs) (see\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-gtids.html). Each of\nthese takes a set of one or more global transaction identifiers\ngtid_set as an argument (see\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-gtids-concepts.html#\nreplication-gtids-concepts-gtid-sets, for more information).\n\nWhen no thread_type is specified, START SLAVE UNTIL SQL_BEFORE_GTIDS\ncauses the slave SQL thread to process transactions until it has\nreached the first transaction whose GTID is listed in the gtid_set.\nSTART SLAVE UNTIL SQL_AFTER_GTIDS causes the slave threads to process\nall transactions until the last transaction in the gtid_set has been\nprocessed by both threads. In other words, START SLAVE UNTIL\nSQL_BEFORE_GTIDS causes the slave SQL thread to process all\ntransactions occurring before the first GTID in the gtid_set is\nreached, and START SLAVE UNTIL SQL_AFTER_GTIDS causes the slave threads\nto handle all transactions, including those whose GTIDs are found in\ngtid_set, until each has encountered a transaction whose GTID is not\npart of the set. SQL_BEFORE_GTIDS and SQL_AFTER_GTIDS each support the\nSQL_THREAD and IO_THREAD options, although using IO_THREAD with them\ncurrently has no effect.\n\nFor example, START SLAVE SQL_THREAD UNTIL SQL_BEFORE_GTIDS =\n3E11FA47-71CA-11E1-9E33-C80AA9429562:11-56 causes the slave SQL thread\nto process all transactions originating from the master whose\nserver_uuid is 3E11FA47-71CA-11E1-9E33-C80AA9429562 until it encounters\nthe transaction having sequence number 11; it then stops without\nprocessing this transaction. In other words, all transactions up to and\nincluding the transaction with sequence number 10 are processed.\nExecuting START SLAVE SQL_THREAD UNTIL SQL_AFTER_GTIDS =\n3E11FA47-71CA-11E1-9E33-C80AA9429562:11-56, on the other hand, would\ncause the slave SQL thread to obtain all transactions just mentioned\nfrom the master, including all of the transactions having the sequence\nnumbers 11 through 56, and then to stop without processing any\nadditional transactions; that is, the transaction having sequence\nnumber 56 would be the last transaction fetched by the slave SQL\nthread.\n\nPrior to MySQL 5.7.3, SQL_AFTER_GTIDS did not stop the slave once the\nindicated transaction was completed, but waited until another GTID\nevent was received (Bug #14767986).\n\nWhen using a multi-threaded slave, there is a chance of gaps in the\nsequence of transactions that have been executed from the relay log in\nthe following cases:\n\no killing the coordinator thread\n\no after an error occurs in the worker threads\n\no mysqld shuts down unexpectedly\n\nUse the START SLAVE UNTIL SQL_AFTER_MTS_GAPS statement to cause a\nmulti-threaded slave\'s worker threads to only run until no more gaps\nare found in the relay log, and then to stop. This statement can take\nan SQL_THREAD option, but the effects of the statement remain\nunchanged. It has no effect on the slave I/O thread (and cannot be used\nwith the IO_THREAD option).\n\nIssuing START SLAVE on a multi-threaded slave with gaps in the sequence\nof transactions executed from the relay log generates a warning. In\nsuch a situation, the solution is to use START SLAVE UNTIL\nSQL_AFTER_MTS_GAPS, then issue RESET SLAVE to remove any remaining\nrelay logs. See\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-features-transaction\n-inconsistencies.html for more information.\n\nTo change a failed multi-threaded slave to single-threaded mode, you\ncan issue the following series of statements, in the order shown:\n\nSTART SLAVE UNTIL SQL_AFTER_MTS_GAPS;\n\nSET @@GLOBAL.slave_parallel_workers = 0;\n\nSTART SLAVE SQL_THREAD;\n\n*Note*:\n\nIt is possible to view the entire text of a running START SLAVE ...\nstatement, including any USER or PASSWORD values used, in the output of\nSHOW PROCESSLIST. This is also true for the text of a running CHANGE\nMASTER TO statement, including any values it employs for MASTER_USER or\nMASTER_PASSWORD.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/start-slave.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/start-slave.html'),(510,'AREA',2,'Area(poly)\n\nST_Area() and Area() are synonyms. For more information, see the\ndescription of ST_Area().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html'),(511,'SHOW WARNINGS',27,'Syntax:\nSHOW WARNINGS [LIMIT [offset,] row_count]\nSHOW COUNT(*) WARNINGS\n\nSHOW WARNINGS is a diagnostic statement that displays information about\nthe conditions (errors, warnings, and notes) resulting from executing a\nstatement in the current session. Warnings are generated for DML\nstatements such as INSERT, UPDATE, and LOAD DATA INFILE as well as DDL\nstatements such as CREATE TABLE and ALTER TABLE.\n\nThe LIMIT clause has the same syntax as for the SELECT statement. See\nhttp://dev.mysql.com/doc/refman/5.7/en/select.html.\n\nSHOW WARNINGS is also used following EXPLAIN, to display the extended\ninformation generated by EXPLAIN. See\nhttp://dev.mysql.com/doc/refman/5.7/en/explain-extended.html.\n\nAs of MySQL 5.7.2, SHOW WARNINGS displays information about the\nconditions resulting from execution of the most recent nondiagnostic\nstatement in the current session. If the most recent statement resulted\nin an error during parsing, SHOW WARNINGS shows the resulting\nconditions, regardless of statement type (diagnostic or nondiagnostic).\n\nBefore MySQL 5.7.2, SHOW WARNINGS displays information about the\nconditions resulting from the most recent statement in the current\nsession that generated messages. It shows nothing if the most recent\nstatement used a table and generated no messages. (That is, statements\nthat use a table but generate no messages clear the message list.)\nStatements that do not use tables and do not generate messages have no\neffect on the message list.\n\nThe SHOW COUNT(*) WARNINGS diagnostic statement displays the total\nnumber of errors, warnings, and notes. You can also retrieve this\nnumber from the warning_count system variable:\n\nSHOW COUNT(*) WARNINGS;\nSELECT @@warning_count;\n\nA difference in these statements is that the first is a diagnostic\nstatement that does not clear the message list. The second, because it\nis a SELECT statement is considered nondiagnostic and, as of MySQL\n5.7.2, does clear the message list.\n\nA related diagnostic statement, SHOW ERRORS, shows only error\nconditions (it excludes warnings and notes), and SHOW COUNT(*) ERRORS\nstatement displays the total number of errors. See [HELP SHOW ERRORS].\nGET DIAGNOSTICS can be used to examine information for individual\nconditions. See [HELP GET DIAGNOSTICS].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-warnings.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-warnings.html'),(512,'ST_LINEFROMTEXT',4,'ST_LineFromText(wkt[, srid]), ST_LineStringFromText(wkt[, srid])\n\nConstructs a LineString value using its WKT representation and SRID.\n\nThe result is NULL if the geometry argument is NULL or not a\nsyntactically well-formed geometry, or if the SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(513,'DROP USER',10,'Syntax:\nDROP USER [IF EXISTS] user [, user] ...\n\nThe DROP USER statement removes one or more MySQL accounts and their\nprivileges. It removes privilege rows for the account from all grant\ntables.\n\nTo use DROP USER, you must have the global CREATE USER privilege, or\nthe DELETE privilege for the mysql database. When the read_only system\nvariable is enabled, DROP USER additionally requires the SUPER\nprivilege.\n\nAn error occurs if you try to drop an account that does not exist.\n\nAs of MySQL 5.7.8, the IF EXISTS clause can be used, which causes the\nstatement to produce a warning for each named account that does not\nexist, rather than an error.\n\nEach account name uses the format described in\nhttp://dev.mysql.com/doc/refman/5.7/en/account-names.html. For example:\n\nDROP USER \'jeffrey\'@\'localhost\';\n\nThe host name part of the account name, if omitted, defaults to \'%\'.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/drop-user.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/drop-user.html'),(514,'SUBSTRING',38,'Syntax:\nSUBSTRING(str,pos), SUBSTRING(str FROM pos), SUBSTRING(str,pos,len),\nSUBSTRING(str FROM pos FOR len)\n\nThe forms without a len argument return a substring from string str\nstarting at position pos. The forms with a len argument return a\nsubstring len characters long from string str, starting at position\npos. The forms that use FROM are standard SQL syntax. It is also\npossible to use a negative value for pos. In this case, the beginning\nof the substring is pos characters from the end of the string, rather\nthan the beginning. A negative value may be used for pos in any of the\nforms of this function.\n\nFor all forms of SUBSTRING(), the position of the first character in\nthe string from which the substring is to be extracted is reckoned as\n1.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT SUBSTRING(\'Quadratically\',5);\n -> \'ratically\'\nmysql> SELECT SUBSTRING(\'foobarbar\' FROM 4);\n -> \'barbar\'\nmysql> SELECT SUBSTRING(\'Quadratically\',5,6);\n -> \'ratica\'\nmysql> SELECT SUBSTRING(\'Sakila\', -3);\n -> \'ila\'\nmysql> SELECT SUBSTRING(\'Sakila\', -5, 3);\n -> \'aki\'\nmysql> SELECT SUBSTRING(\'Sakila\' FROM -4 FOR 2);\n -> \'ki\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(515,'ISEMPTY',37,'IsEmpty(g)\n\nST_IsEmpty() and IsEmpty() are synonyms. For more information, see the\ndescription of ST_IsEmpty().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html'),(516,'SHOW FUNCTION STATUS',27,'Syntax:\nSHOW FUNCTION STATUS\n [LIKE \'pattern\' | WHERE expr]\n\nThis statement is similar to SHOW PROCEDURE STATUS but for stored\nfunctions. See [HELP SHOW PROCEDURE STATUS].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-function-status.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-function-status.html'),(517,'LTRIM',38,'Syntax:\nLTRIM(str)\n\nReturns the string str with leading space characters removed.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT LTRIM(\' barbar\');\n -> \'barbar\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(518,'ST_CROSSES',31,'ST_Crosses(g1, g2)\n\nReturns 1 if g1 spatially crosses g2. Returns NULL if g1 is a Polygon\nor a MultiPolygon, or if g2 is a Point or a MultiPoint. Otherwise,\nreturns 0.\n\nAs of MySQL 5.7.5, this function returns 0 if called with an\ninapplicable geometry argument type combination. For example, it\nreturns 0 if the first argument is a Polygon or MultiPolygon and/or the\nsecond argument is a Point or MultiPoint.\n\nThe term spatially crosses denotes a spatial relation between two given\ngeometries that has the following properties:\n\no The two geometries intersect\n\no Their intersection results in a geometry that has a dimension that is\n one less than the maximum dimension of the two given geometries\n\no Their intersection is not equal to either of the two given geometries\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html'),(519,'ST_MPOLYFROMTEXT',4,'ST_MPolyFromText(wkt[, srid]), ST_MultiPolygonFromText(wkt[, srid])\n\nConstructs a MultiPolygon value using its WKT representation and SRID.\n\nThe result is NULL if the geometry argument is NULL or not a\nsyntactically well-formed geometry, or if the SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(520,'CALL',28,'Syntax:\nCALL sp_name([parameter[,...]])\nCALL sp_name[()]\n\nThe CALL statement invokes a stored procedure that was defined\npreviously with CREATE PROCEDURE.\n\nStored procedures that take no arguments can be invoked without\nparentheses. That is, CALL p() and CALL p are equivalent.\n\nCALL can pass back values to its caller using parameters that are\ndeclared as OUT or INOUT parameters. When the procedure returns, a\nclient program can also obtain the number of rows affected for the\nfinal statement executed within the routine: At the SQL level, call the\nROW_COUNT() function; from the C API, call the mysql_affected_rows()\nfunction.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/call.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/call.html'),(521,'MBRDISJOINT',7,'MBRDisjoint(g1, g2)\n\nReturns 1 or 0 to indicate whether the minimum bounding rectangles of\nthe two geometries g1 and g2 are disjoint (do not intersect).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mysql-specific.html'),(522,'VALUES',14,'Syntax:\nVALUES(col_name)\n\nIn an INSERT ... ON DUPLICATE KEY UPDATE statement, you can use the\nVALUES(col_name) function in the UPDATE clause to refer to column\nvalues from the INSERT portion of the statement. In other words,\nVALUES(col_name) in the UPDATE clause refers to the value of col_name\nthat would be inserted, had no duplicate-key conflict occurred. This\nfunction is especially useful in multiple-row inserts. The VALUES()\nfunction is meaningful only in the ON DUPLICATE KEY UPDATE clause of\nINSERT statements and returns NULL otherwise. See\nhttp://dev.mysql.com/doc/refman/5.7/en/insert-on-duplicate.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','mysql> INSERT INTO table (a,b,c) VALUES (1,2,3),(4,5,6)\n -> ON DUPLICATE KEY UPDATE c=VALUES(a)+VALUES(b);\n','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(523,'ENCODE',12,'Syntax:\nENCODE(str,pass_str)\n\nENCODE() encrypts str using pass_str as the password. The result is a\nbinary string of the same length as str. To decrypt the result, use\nDECODE().\n\n*Note*:\n\nThe ENCODE() and DECODE() functions are deprecated in MySQL 5.7, will\nbe removed in a future MySQL release, and should no longer be used.\n\nIf you still need to use ENCODE(), a salt value must be used with it to\nreduce risk. For example:\n\nENCODE(\'cleartext\', CONCAT(\'my_random_salt\',\'my_secret_password\'))\n\nA new random salt value must be used whenever a password is updated.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(524,'SUBSTRING_INDEX',38,'Syntax:\nSUBSTRING_INDEX(str,delim,count)\n\nReturns the substring from string str before count occurrences of the\ndelimiter delim. If count is positive, everything to the left of the\nfinal delimiter (counting from the left) is returned. If count is\nnegative, everything to the right of the final delimiter (counting from\nthe right) is returned. SUBSTRING_INDEX() performs a case-sensitive\nmatch when searching for delim.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT SUBSTRING_INDEX(\'www.mysql.com\', \'.\', 2);\n -> \'www.mysql\'\nmysql> SELECT SUBSTRING_INDEX(\'www.mysql.com\', \'.\', -2);\n -> \'mysql.com\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(525,'ST_X',11,'ST_X(p)\n\nReturns the X-coordinate value for the Point object p as a\ndouble-precision number.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-point-property-functions.html\n\n','mysql> SELECT ST_X(Point(56.7, 53.34));\n+--------------------------+\n| ST_X(Point(56.7, 53.34)) |\n+--------------------------+\n| 56.7 |\n+--------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-point-property-functions.html'),(526,'TIMESTAMPADD',32,'Syntax:\nTIMESTAMPADD(unit,interval,datetime_expr)\n\nAdds the integer expression interval to the date or datetime expression\ndatetime_expr. The unit for interval is given by the unit argument,\nwhich should be one of the following values: MICROSECOND\n(microseconds), SECOND, MINUTE, HOUR, DAY, WEEK, MONTH, QUARTER, or\nYEAR.\n\nThe unit value may be specified using one of keywords as shown, or with\na prefix of SQL_TSI_. For example, DAY and SQL_TSI_DAY both are legal.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT TIMESTAMPADD(MINUTE,1,\'2003-01-02\');\n -> \'2003-01-02 00:01:00\'\nmysql> SELECT TIMESTAMPADD(WEEK,1,\'2003-01-02\');\n -> \'2003-01-09\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(527,'TRUNCATE',3,'Syntax:\nTRUNCATE(X,D)\n\nReturns the number X, truncated to D decimal places. If D is 0, the\nresult has no decimal point or fractional part. D can be negative to\ncause D digits left of the decimal point of the value X to become zero.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT TRUNCATE(1.223,1);\n -> 1.2\nmysql> SELECT TRUNCATE(1.999,1);\n -> 1.9\nmysql> SELECT TRUNCATE(1.999,0);\n -> 1\nmysql> SELECT TRUNCATE(-1.999,1);\n -> -1.9\nmysql> SELECT TRUNCATE(122,-2);\n -> 100\nmysql> SELECT TRUNCATE(10.28*100,0);\n -> 1028\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(528,'SHOW',27,'SHOW has many forms that provide information about databases, tables,\ncolumns, or status information about the server. This section describes\nthose following:\n\nSHOW {BINARY | MASTER} LOGS\nSHOW BINLOG EVENTS [IN \'log_name\'] [FROM pos] [LIMIT [offset,] row_count]\nSHOW CHARACTER SET [like_or_where]\nSHOW COLLATION [like_or_where]\nSHOW [FULL] COLUMNS FROM tbl_name [FROM db_name] [like_or_where]\nSHOW CREATE DATABASE db_name\nSHOW CREATE EVENT event_name\nSHOW CREATE FUNCTION func_name\nSHOW CREATE PROCEDURE proc_name\nSHOW CREATE TABLE tbl_name\nSHOW CREATE TRIGGER trigger_name\nSHOW CREATE VIEW view_name\nSHOW DATABASES [like_or_where]\nSHOW ENGINE engine_name {STATUS | MUTEX}\nSHOW [STORAGE] ENGINES\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW EVENTS\nSHOW FUNCTION CODE func_name\nSHOW FUNCTION STATUS [like_or_where]\nSHOW GRANTS FOR user\nSHOW INDEX FROM tbl_name [FROM db_name]\nSHOW MASTER STATUS\nSHOW OPEN TABLES [FROM db_name] [like_or_where]\nSHOW PLUGINS\nSHOW PROCEDURE CODE proc_name\nSHOW PROCEDURE STATUS [like_or_where]\nSHOW PRIVILEGES\nSHOW [FULL] PROCESSLIST\nSHOW PROFILE [types] [FOR QUERY n] [OFFSET n] [LIMIT n]\nSHOW PROFILES\nSHOW RELAYLOG EVENTS [IN \'log_name\'] [FROM pos] [LIMIT [offset,] row_count]\nSHOW SLAVE HOSTS\nSHOW SLAVE STATUS [NONBLOCKING]\nSHOW [GLOBAL | SESSION] STATUS [like_or_where]\nSHOW TABLE STATUS [FROM db_name] [like_or_where]\nSHOW [FULL] TABLES [FROM db_name] [like_or_where]\nSHOW TRIGGERS [FROM db_name] [like_or_where]\nSHOW [GLOBAL | SESSION] VARIABLES [like_or_where]\nSHOW WARNINGS [LIMIT [offset,] row_count]\n\nlike_or_where:\n LIKE \'pattern\'\n | WHERE expr\n\nIf the syntax for a given SHOW statement includes a LIKE \'pattern\'\npart, \'pattern\' is a string that can contain the SQL % and _ wildcard\ncharacters. The pattern is useful for restricting statement output to\nmatching values.\n\nSeveral SHOW statements also accept a WHERE clause that provides more\nflexibility in specifying which rows to display. See\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show.html'),(529,'SHOW VARIABLES',27,'Syntax:\nSHOW [GLOBAL | SESSION] VARIABLES\n [LIKE \'pattern\' | WHERE expr]\n\n*Note*:\n\nAs of MySQL 5.7.6, the value of the show_compatibility_56 system\nvariable affects the information available from and privileges required\nfor the statement described here. For details, see the description of\nthat variable in\nhttp://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html.\n\nSHOW VARIABLES shows the values of MySQL system variables (see\nhttp://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html).\nThis statement does not require any privilege. It requires only the\nability to connect to the server.\n\nSystem variable information is also available from these sources:\n\no Performance Schema tables. See\n http://dev.mysql.com/doc/refman/5.7/en/performance-schema-system-vari\n able-tables.html.\n\no The GLOBAL_VARIABLES and SESSION_VARIABLES tables. See\n http://dev.mysql.com/doc/refman/5.7/en/variables-table.html.\n\no The mysqladmin variables command. See\n http://dev.mysql.com/doc/refman/5.7/en/mysqladmin.html.\n\nFor SHOW VARIABLES, a LIKE clause, if present, indicates which variable\nnames to match. A WHERE clause can be given to select rows using more\ngeneral conditions, as discussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html.\n\nSHOW VARIABLES accepts an optional GLOBAL or SESSION variable scope\nmodifier:\n\no With a GLOBAL modifier, the statement displays global system variable\n values. These are the values used to initialize the corresponding\n session variables for new connections to MySQL. If a variable has no\n global value, no value is displayed.\n\no With a SESSION modifier, the statement displays the system varaible\n values that are in effect for the current connection. If a variable\n has no session value, the global value is displayed. LOCAL is a\n synonym for SESSION.\n\no If no modifier is present, the default is SESSION.\n\nThe scope for each system variable is listed at\nhttp://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html.\n\nSHOW VARIABLES is subject to a version-dependent display-width limit.\nFor variables with very long values that are not completely displayed,\nuse SELECT as a workaround. For example:\n\nSELECT @@GLOBAL.innodb_data_file_path;\n\nMost system variables can be set at server startup (read-only variables\nsuch as version_comment are exceptions). Many can be changed at runtime\nwith the SET statement. See\nhttp://dev.mysql.com/doc/refman/5.7/en/using-system-variables.html, and\n[HELP SET].\nWith a LIKE clause, the statement displays only rows for those\nvariables with names that match the pattern. To obtain the row for a\nspecific variable, use a LIKE clause as shown:\n\nSHOW VARIABLES LIKE \'max_join_size\';\nSHOW SESSION VARIABLES LIKE \'max_join_size\';\n\nTo get a list of variables whose name match a pattern, use the %\nwildcard character in a LIKE clause:\n\nSHOW VARIABLES LIKE \'%size%\';\nSHOW GLOBAL VARIABLES LIKE \'%size%\';\n\nWildcard characters can be used in any position within the pattern to\nbe matched. Strictly speaking, because _ is a wildcard that matches any\nsingle character, you should escape it as \\_ to match it literally. In\npractice, this is rarely necessary.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-variables.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-variables.html'),(530,'BINLOG',27,'Syntax:\nBINLOG \'str\'\n\nBINLOG is an internal-use statement. It is generated by the mysqlbinlog\nprogram as the printable representation of certain events in binary log\nfiles. (See http://dev.mysql.com/doc/refman/5.7/en/mysqlbinlog.html.)\nThe \'str\' value is a base 64-encoded string the that server decodes to\ndetermine the data change indicated by the corresponding event. This\nstatement requires the SUPER privilege.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/binlog.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/binlog.html'),(531,'ST_DISJOINT',31,'ST_Disjoint(g1, g2)\n\nReturns 1 or 0 to indicate whether g1 is spatially disjoint from (does\nnot intersect) g2.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html'),(532,'ATAN2',3,'Syntax:\nATAN(Y,X), ATAN2(Y,X)\n\nReturns the arc tangent of the two variables X and Y. It is similar to\ncalculating the arc tangent of Y / X, except that the signs of both\narguments are used to determine the quadrant of the result.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT ATAN(-2,2);\n -> -0.78539816339745\nmysql> SELECT ATAN2(PI(),0);\n -> 1.5707963267949\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(533,'AND',15,'Syntax:\nAND, &&\n\nLogical AND. Evaluates to 1 if all operands are nonzero and not NULL,\nto 0 if one or more operands are 0, otherwise NULL is returned.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/logical-operators.html\n\n','mysql> SELECT 1 AND 1;\n -> 1\nmysql> SELECT 1 AND 0;\n -> 0\nmysql> SELECT 1 AND NULL;\n -> NULL\nmysql> SELECT 0 AND NULL;\n -> 0\nmysql> SELECT NULL AND 0;\n -> 0\n','http://dev.mysql.com/doc/refman/5.7/en/logical-operators.html'),(534,'HOUR',32,'Syntax:\nHOUR(time)\n\nReturns the hour for time. The range of the return value is 0 to 23 for\ntime-of-day values. However, the range of TIME values actually is much\nlarger, so HOUR can return values greater than 23.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT HOUR(\'10:05:03\');\n -> 10\nmysql> SELECT HOUR(\'272:59:59\');\n -> 272\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(535,'SELECT',28,'Syntax:\nSELECT\n [ALL | DISTINCT | DISTINCTROW ]\n [HIGH_PRIORITY]\n [STRAIGHT_JOIN]\n [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT]\n [SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS]\n select_expr [, select_expr ...]\n [FROM table_references\n [PARTITION partition_list]\n [WHERE where_condition]\n [GROUP BY {col_name | expr | position}\n [ASC | DESC], ... [WITH ROLLUP]]\n [HAVING where_condition]\n [ORDER BY {col_name | expr | position}\n [ASC | DESC], ...]\n [LIMIT {[offset,] row_count | row_count OFFSET offset}]\n [PROCEDURE procedure_name(argument_list)]\n [INTO OUTFILE \'file_name\'\n [CHARACTER SET charset_name]\n export_options\n | INTO DUMPFILE \'file_name\'\n | INTO var_name [, var_name]]\n [FOR UPDATE | LOCK IN SHARE MODE]]\n\nSELECT is used to retrieve rows selected from one or more tables, and\ncan include UNION statements and subqueries. See [HELP UNION], and\nhttp://dev.mysql.com/doc/refman/5.7/en/subqueries.html.\n\nThe most commonly used clauses of SELECT statements are these:\n\no Each select_expr indicates a column that you want to retrieve. There\n must be at least one select_expr.\n\no table_references indicates the table or tables from which to retrieve\n rows. Its syntax is described in [HELP JOIN].\n\no SELECT supports explicit partition selection using the PARTITION with\n a list of partitions or subpartitions (or both) following the name of\n the table in a table_reference (see [HELP JOIN]). In this case, rows\n are selected only from the partitions listed, and any other\n partitions of the table are ignored. For more information and\n examples, see\n http://dev.mysql.com/doc/refman/5.7/en/partitioning-selection.html.\n\n SELECT ... PARTITION from tables using storage engines such as MyISAM\n that perform table-level locks (and thus partition locks) lock only\n the partitions or subpartitions named by the PARTITION option.\n\n See\n http://dev.mysql.com/doc/refman/5.7/en/partitioning-limitations-locki\n ng.html, for more information.\n\no The WHERE clause, if given, indicates the condition or conditions\n that rows must satisfy to be selected. where_condition is an\n expression that evaluates to true for each row to be selected. The\n statement selects all rows if there is no WHERE clause.\n\n In the WHERE expression, you can use any of the functions and\n operators that MySQL supports, except for aggregate (summary)\n functions. See\n http://dev.mysql.com/doc/refman/5.7/en/expressions.html, and\n http://dev.mysql.com/doc/refman/5.7/en/functions.html.\n\nSELECT can also be used to retrieve rows computed without reference to\nany table.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/select.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/select.html'),(536,'GROUP_CONCAT',16,'Syntax:\nGROUP_CONCAT(expr)\n\nThis function returns a string result with the concatenated non-NULL\nvalues from a group. It returns NULL if there are no non-NULL values.\nThe full syntax is as follows:\n\nGROUP_CONCAT([DISTINCT] expr [,expr ...]\n [ORDER BY {unsigned_integer | col_name | expr}\n [ASC | DESC] [,col_name ...]]\n [SEPARATOR str_val])\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','mysql> SELECT student_name,\n -> GROUP_CONCAT(test_score)\n -> FROM student\n -> GROUP BY student_name;\n','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(537,'BENCHMARK',17,'Syntax:\nBENCHMARK(count,expr)\n\nThe BENCHMARK() function executes the expression expr repeatedly count\ntimes. It may be used to time how quickly MySQL processes the\nexpression. The result value is always 0. The intended use is from\nwithin the mysql client, which reports query execution times:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','mysql> SELECT BENCHMARK(1000000,ENCODE(\'hello\',\'goodbye\'));\n+----------------------------------------------+\n| BENCHMARK(1000000,ENCODE(\'hello\',\'goodbye\')) |\n+----------------------------------------------+\n| 0 |\n+----------------------------------------------+\n1 row in set (4.74 sec)\n','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(538,'FROM_BASE64',38,'Syntax:\nFROM_BASE64(str)\n\nTakes a string encoded with the base-64 encoded rules used by\nTO_BASE64() and returns the decoded result as a binary string. The\nresult is NULL if the argument is NULL or not a valid base-64 string.\nSee the description of TO_BASE64() for details about the encoding and\ndecoding rules.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT TO_BASE64(\'abc\'), FROM_BASE64(TO_BASE64(\'abc\'));\n -> \'JWJj\', \'abc\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(539,'SHOW ENGINE',27,'Syntax:\nSHOW ENGINE engine_name {STATUS | MUTEX}\n\nSHOW ENGINE displays operational information about a storage engine. It\nrequires the PROCESS privilege. The statement has these variants:\n\nSHOW ENGINE INNODB STATUS\nSHOW ENGINE INNODB MUTEX\nSHOW ENGINE PERFORMANCE_SCHEMA STATUS\n\nSHOW ENGINE INNODB STATUS displays extensive information from the\nstandard InnoDB Monitor about the state of the InnoDB storage engine.\nFor information about the standard monitor and other InnoDB Monitors\nthat provide information about InnoDB processing, see\nhttp://dev.mysql.com/doc/refman/5.7/en/innodb-monitors.html.\n\nSHOW ENGINE INNODB MUTEX displays InnoDB mutex and rw-lock statistics.\n\n*Note*:\n\nInnoDB mutexes and rwlocks can also be monitored using Performance\nSchema tables. See\nhttp://dev.mysql.com/doc/refman/5.7/en/monitor-innodb-mutex-waits-perfo\nrmance-schema.html.\n\nSHOW ENGINE INNODB MUTEX output was removed in MySQL 5.7.2. It was\nrevised and reintroduced in MySQL 5.7.8.\n\nIn MySQL 5.7.8, mutex statistics collection is configured dynamically\nusing the following options:\n\no To enable the collection of mutex statistics, run:\n\nSET GLOBAL innodb_monitor_enable=\'latch\';\n\no To reset mutex statistics, run:\n\nSET GLOBAL innodb_monitor_reset=\'latch\';\n\no To disable the collection of mutex statistics, run:\n\nSET GLOBAL innodb_monitor_disable=\'latch\';\n\nCollection of mutex statistics for SHOW ENGINE INNODB MUTEX can also be\nenabled by setting innodb_monitor_enable=\'all\', or disabled by setting\ninnodb_monitor_disable=\'all\'.\n\nSHOW ENGINE INNODB MUTEX output has the following columns:\n\no Type\n\n Always InnoDB.\n\no Name\n\n Prior to MySQL 5.7.8, the Name field reports the source file where\n the mutex is implemented, and the line number in the file where the\n mutex is created. The line number is specific to your version of\n MySQL. As of MySQL 5.7.8, only the mutex name is reported. File name\n and line number are still reported for rwlocks.\n\no Status\n\n The mutex status.\n\n Prior to MySQL 5.7.8, the Status field displays several values if\n WITH_DEBUG was defined at MySQL compilation time. If WITH_DEBUG was\n not defined, the statement displays only the os_waits value. In the\n latter case (without WITH_DEBUG), the information on which the output\n is based is insufficient to distinguish regular mutexes and mutexes\n that protect rwlocks (which permit multiple readers or a single\n writer). Consequently, the output may appear to contain multiple rows\n for the same mutex. Pre-MySQL 5.7.8 Status field values include:\n\n o count indicates how many times the mutex was requested.\n\n o spin_waits indicates how many times the spinlock had to run.\n\n o spin_rounds indicates the number of spinlock rounds. (spin_rounds\n divided by spin_waits provides the average round count.)\n\n o os_waits indicates the number of operating system waits. This\n occurs when the spinlock did not work (the mutex was not locked\n during the spinlock and it was necessary to yield to the operating\n system and wait).\n\n o os_yields indicates the number of times a thread trying to lock a\n mutex gave up its timeslice and yielded to the operating system (on\n the presumption that permitting other threads to run will free the\n mutex so that it can be locked).\n\n o os_wait_times indicates the amount of time (in ms) spent in\n operating system waits. In MySQL 5.7 timing is disabled and this\n value is always 0.\n\n As of MySQL 5.7.8, the Status field reports the number of spins,\n waits, and calls. Statistics for low-level operating system mutexes,\n which are implemented outside of InnoDB, are not reported.\n\n o spins indicates the number of spins.\n\n o waits indicates the number of mutex waits.\n\n o calls indicates how many times the mutex was requested.\n\nSHOW ENGINE INNODB MUTEX skips the mutexes and rw-locks of buffer pool\nblocks, as the amount of output can be overwhelming on systems with a\nlarge buffer pool. (There is one mutex and one rw-lock in each 16K\nbuffer pool block, and there are 65,536 blocks per gigabyte.) SHOW\nENGINE INNODB MUTEX also does not list any mutexes or rw-locks that\nhave never been waited on (os_waits=0). Thus, SHOW ENGINE INNODB MUTEX\nonly displays information about mutexes and rw-locks outside of the\nbuffer pool that have caused at least one OS-level wait.\n\nUse SHOW ENGINE PERFORMANCE_SCHEMA STATUS to inspect the internal\noperation of the Performance Schema code:\n\nmysql> SHOW ENGINE PERFORMANCE_SCHEMA STATUS\\G\n...\n*************************** 3. row ***************************\n Type: performance_schema\n Name: events_waits_history.size\nStatus: 76\n*************************** 4. row ***************************\n Type: performance_schema\n Name: events_waits_history.count\nStatus: 10000\n*************************** 5. row ***************************\n Type: performance_schema\n Name: events_waits_history.memory\nStatus: 760000\n...\n*************************** 57. row ***************************\n Type: performance_schema\n Name: performance_schema.memory\nStatus: 26459600\n...\n\nThis statement is intended to help the DBA understand the effects that\ndifferent Performance Schema options have on memory requirements.\n\nName values consist of two parts, which name an internal buffer and a\nbuffer attribute, respectively. Interpret buffer names as follows:\n\no An internal buffer that is not exposed as a table is named within\n parentheses. Examples: (pfs_cond_class).size,\n (pfs_mutex_class).memory.\n\no An internal buffer that is exposed as a table in the\n performance_schema database is named after the table, without\n parentheses. Examples: events_waits_history.size,\n mutex_instances.count.\n\no A value that applies to the Performance Schema as a whole begins with\n performance_schema. Example: performance_schema.memory.\n\nBuffer attributes have these meanings:\n\no size is the size of the internal record used by the implementation,\n such as the size of a row in a table. size values cannot be changed.\n\no count is the number of internal records, such as the number of rows\n in a table. count values can be changed using Performance Schema\n configuration options.\n\no For a table, tbl_name.memory is the product of size and count. For\n the Performance Schema as a whole, performance_schema.memory is the\n sum of all the memory used (the sum of all other memory values).\n\nSome size and count attributes were named row_size and row_count before\nMySQL 5.7.1.\n\nIn some cases, there is a direct relationship between a Performance\nSchema configuration parameter and a SHOW ENGINE value. For example,\nevents_waits_history_long.count corresponds to\nperformance_schema_events_waits_history_long_size. In other cases, the\nrelationship is more complex. For example, events_waits_history.count\ncorresponds to performance_schema_events_waits_history_size (the number\nof rows per thread) multiplied by\nperformance_schema_max_thread_instances ( the number of threads).\n\nSHOW ENGINE NDB STATUS If the server has the NDB storage engine\nenabled, SHOW ENGINE NDB STATUS displays cluster status information\nsuch as the number of connected data nodes, the cluster connectstring,\nand cluster binary log epochs, as well as counts of various Cluster API\nobjects created by the MySQL Server when connected to the cluster.\nSample output from this statement is shown here:\n\nmysql> SHOW ENGINE NDB STATUS;\n+------------+-----------------------+--------------------------------------------------+\n| Type | Name | Status |\n+------------+-----------------------+--------------------------------------------------+\n| ndbcluster | connection | cluster_node_id=7,\n connected_host=192.168.0.103, connected_port=1186, number_of_data_nodes=4,\n number_of_ready_data_nodes=3, connect_count=0 |\n| ndbcluster | NdbTransaction | created=6, free=0, sizeof=212 |\n| ndbcluster | NdbOperation | created=8, free=8, sizeof=660 |\n| ndbcluster | NdbIndexScanOperation | created=1, free=1, sizeof=744 |\n| ndbcluster | NdbIndexOperation | created=0, free=0, sizeof=664 |\n| ndbcluster | NdbRecAttr | created=1285, free=1285, sizeof=60 |\n| ndbcluster | NdbApiSignal | created=16, free=16, sizeof=136 |\n| ndbcluster | NdbLabel | created=0, free=0, sizeof=196 |\n| ndbcluster | NdbBranch | created=0, free=0, sizeof=24 |\n| ndbcluster | NdbSubroutine | created=0, free=0, sizeof=68 |\n| ndbcluster | NdbCall | created=0, free=0, sizeof=16 |\n| ndbcluster | NdbBlob | created=1, free=1, sizeof=264 |\n| ndbcluster | NdbReceiver | created=4, free=0, sizeof=68 |\n| ndbcluster | binlog | latest_epoch=155467, latest_trans_epoch=148126,\n latest_received_binlog_epoch=0, latest_handled_binlog_epoch=0,\n latest_applied_binlog_epoch=0 |\n+------------+-----------------------+--------------------------------------------------+\n\nThe Status column in each of these rows provides information about the\nMySQL server\'s connection to the cluster and about the cluster binary\nlog\'s status, respectively. The Status information is in the form of\ncomma-delimited set of name/value pairs.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-engine.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-engine.html'),(540,'NAME_CONST',14,'Syntax:\nNAME_CONST(name,value)\n\nReturns the given value. When used to produce a result set column,\nNAME_CONST() causes the column to have the given name. The arguments\nshould be constants.\n\nmysql> SELECT NAME_CONST(\'myname\', 14);\n+--------+\n| myname |\n+--------+\n| 14 |\n+--------+\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(541,'RELEASE_LOCK',14,'Syntax:\nRELEASE_LOCK(str)\n\nReleases the lock named by the string str that was obtained with\nGET_LOCK(). Returns 1 if the lock was released, 0 if the lock was not\nestablished by this thread (in which case the lock is not released),\nand NULL if the named lock did not exist. The lock does not exist if it\nwas never obtained by a call to GET_LOCK() or if it has previously been\nreleased.\n\nThe DO statement is convenient to use with RELEASE_LOCK(). See [HELP\nDO].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(542,'WEEKDAY',32,'Syntax:\nWEEKDAY(date)\n\nReturns the weekday index for date (0 = Monday, 1 = Tuesday, ... 6 =\nSunday).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT WEEKDAY(\'2008-02-03 22:23:00\');\n -> 6\nmysql> SELECT WEEKDAY(\'2007-11-06\');\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(543,'TIME_TO_SEC',32,'Syntax:\nTIME_TO_SEC(time)\n\nReturns the time argument, converted to seconds.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT TIME_TO_SEC(\'22:23:00\');\n -> 80580\nmysql> SELECT TIME_TO_SEC(\'00:39:38\');\n -> 2378\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(544,'CONVERT_TZ',32,'Syntax:\nCONVERT_TZ(dt,from_tz,to_tz)\n\nCONVERT_TZ() converts a datetime value dt from the time zone given by\nfrom_tz to the time zone given by to_tz and returns the resulting\nvalue. Time zones are specified as described in\nhttp://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html. This\nfunction returns NULL if the arguments are invalid.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT CONVERT_TZ(\'2004-01-01 12:00:00\',\'GMT\',\'MET\');\n -> \'2004-01-01 13:00:00\'\nmysql> SELECT CONVERT_TZ(\'2004-01-01 12:00:00\',\'+00:00\',\'+10:00\');\n -> \'2004-01-01 22:00:00\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(545,'EXPORT_SET',38,'Syntax:\nEXPORT_SET(bits,on,off[,separator[,number_of_bits]])\n\nReturns a string such that for every bit set in the value bits, you get\nan on string and for every bit not set in the value, you get an off\nstring. Bits in bits are examined from right to left (from low-order to\nhigh-order bits). Strings are added to the result from left to right,\nseparated by the separator string (the default being the comma\ncharacter ,). The number of bits examined is given by number_of_bits,\nwhich has a default of 64 if not specified. number_of_bits is silently\nclipped to 64 if larger than 64. It is treated as an unsigned integer,\nso a value of −1 is effectively the same as 64.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT EXPORT_SET(5,\'Y\',\'N\',\',\',4);\n -> \'Y,N,Y,N\'\nmysql> SELECT EXPORT_SET(6,\'1\',\'0\',\',\',10);\n -> \'0,1,1,0,0,0,0,0,0,0\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(546,'CAST',38,'Syntax:\nCAST(expr AS type)\n\nThe CAST() function takes an expression of any type and produces a\nresult value of the specified type, similar to CONVERT(). For more\ninformation, see the description of CONVERT().\n\nCAST() is standard SQL syntax.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/cast-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/cast-functions.html'),(547,'SOUNDS LIKE',38,'Syntax:\nexpr1 SOUNDS LIKE expr2\n\nThis is the same as SOUNDEX(expr1) = SOUNDEX(expr2).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(548,'PERIOD_DIFF',32,'Syntax:\nPERIOD_DIFF(P1,P2)\n\nReturns the number of months between periods P1 and P2. P1 and P2\nshould be in the format YYMM or YYYYMM. Note that the period arguments\nP1 and P2 are not date values.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT PERIOD_DIFF(200802,200703);\n -> 11\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(549,'AVG',16,'Syntax:\nAVG([DISTINCT] expr)\n\nReturns the average value of expr. The DISTINCT option can be used to\nreturn the average of the distinct values of expr.\n\nIf there are no matching rows, AVG() returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html\n\n','mysql> SELECT student_name, AVG(test_score)\n -> FROM student\n -> GROUP BY student_name;\n','http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html'),(550,'QUOTE',38,'Syntax:\nQUOTE(str)\n\nQuotes a string to produce a result that can be used as a properly\nescaped data value in an SQL statement. The string is returned enclosed\nby single quotation marks and with each instance of backslash (\\),\nsingle quote (\'), ASCII NUL, and Control+Z preceded by a backslash. If\nthe argument is NULL, the return value is the word \"NULL\" without\nenclosing single quotation marks.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT QUOTE(\'Don\\\'t!\');\n -> \'Don\\\'t!\'\nmysql> SELECT QUOTE(NULL);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(551,'IN',20,'Syntax:\nexpr IN (value,...)\n\nReturns 1 if expr is equal to any of the values in the IN list, else\nreturns 0. If all values are constants, they are evaluated according to\nthe type of expr and sorted. The search for the item then is done using\na binary search. This means IN is very quick if the IN value list\nconsists entirely of constants. Otherwise, type conversion takes place\naccording to the rules described in\nhttp://dev.mysql.com/doc/refman/5.7/en/type-conversion.html, but\napplied to all the arguments.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT 2 IN (0,3,5,7);\n -> 0\nmysql> SELECT \'wefwf\' IN (\'wee\',\'wefwf\',\'weg\');\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(552,'QUARTER',32,'Syntax:\nQUARTER(date)\n\nReturns the quarter of the year for date, in the range 1 to 4.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT QUARTER(\'2008-04-01\');\n -> 2\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(553,'HELP COMMAND',27,'Syntax:\nmysql> help search_string\n\nIf you provide an argument to the help command, mysql uses it as a\nsearch string to access server-side help from the contents of the MySQL\nReference Manual. The proper operation of this command requires that\nthe help tables in the mysql database be initialized with help topic\ninformation (see\nhttp://dev.mysql.com/doc/refman/5.7/en/server-side-help-support.html).\n\nIf there is no match for the search string, the search fails:\n\nmysql> help me\n\nNothing found\nPlease try to run \'help contents\' for a list of all accessible topics\n\nUse help contents to see a list of the help categories:\n\nmysql> help contents\nYou asked for help about help category: \"Contents\"\nFor more information, type \'help \', where is one of the\nfollowing categories:\n Account Management\n Administration\n Data Definition\n Data Manipulation\n Data Types\n Functions\n Functions and Modifiers for Use with GROUP BY\n Geographic Features\n Language Structure\n Plugins\n Storage Engines\n Stored Routines\n Table Maintenance\n Transactions\n Triggers\n\nIf the search string matches multiple items, mysql shows a list of\nmatching topics:\n\nmysql> help logs\nMany help items for your request exist.\nTo make a more specific request, please type \'help \',\nwhere is one of the following topics:\n SHOW\n SHOW BINARY LOGS\n SHOW ENGINE\n SHOW LOGS\n\nUse a topic as the search string to see the help entry for that topic:\n\nmysql> help show binary logs\nName: \'SHOW BINARY LOGS\'\nDescription:\nSyntax:\nSHOW BINARY LOGS\nSHOW MASTER LOGS\n\nLists the binary log files on the server. This statement is used as\npart of the procedure described in [purge-binary-logs], that shows how\nto determine which logs can be purged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+\n| Log_name | File_size |\n+---------------+-----------+\n| binlog.000015 | 724935 |\n| binlog.000016 | 733481 |\n+---------------+-----------+\n\nThe search string can contain the wildcard characters % and _. These\nhave the same meaning as for pattern-matching operations performed with\nthe LIKE operator. For example, HELP rep% returns a list of topics that\nbegin with rep:\n\nmysql> HELP rep%\nMany help items for your request exist.\nTo make a more specific request, please type \'help \',\nwhere is one of the following\ntopics:\n REPAIR TABLE\n REPEAT FUNCTION\n REPEAT LOOP\n REPLACE\n REPLACE FUNCTION\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mysql-server-side-help.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/mysql-server-side-help.html'),(554,'JSON_REPLACE',7,'JSON_REPLACE(json_doc, path, val[, path, val] ...)\n\nReplaces existing values in a JSON document and returns the result.\nReturns NULL if any argument is NULL. An error occurs if the json_doc\nargument is not a valid JSON document or any path argument is not a\nvalid path expression or contains a * or ** wildcard.\n\nThe path/value pairs are evaluated left to right. The document produced\nby evaluating one pair becomes the new value against which the next\npair is evaluated.\n\nA path/value pair for an existing path in the document overwrites the\nexisting document value with the new value. A path/value pair for a\nnonexisting path in the document is ignored and has no effect.\n\nFor a comparison of JSON_INSERT(), JSON_REPLACE(), and JSON_SET(), see\nthe discussion of JSON_SET().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html\n\n','mysql> SET @j = \'{ \"a\": 1, \"b\": [2, 3]}\';\nmysql> SELECT JSON_REPLACE(@j, \'$.a\', 10, \'$.c\', \'[true, false]\');\n+-----------------------------------------------------+\n| JSON_REPLACE(@j, \'$.a\', 10, \'$.c\', \'[true, false]\') |\n+-----------------------------------------------------+\n| {\"a\": 10, \"b\": [2, 3]} |\n+-----------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html'),(555,'POSITION',38,'Syntax:\nPOSITION(substr IN str)\n\nPOSITION(substr IN str) is a synonym for LOCATE(substr,str).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(556,'IS_USED_LOCK',14,'Syntax:\nIS_USED_LOCK(str)\n\nChecks whether the lock named str is in use (that is, locked). If so,\nit returns the connection identifier of the client session that holds\nthe lock. Otherwise, it returns NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(557,'POLYFROMTEXT',4,'PolyFromText(wkt[, srid]), PolygonFromText(wkt[, srid])\n\nST_PolyFromText(), ST_PolygonFromText(), PolyFromText(), and\nPolygonFromText() are synonyms. For more information, see the\ndescription of ST_PolyFromText().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(558,'ST_SRID',37,'ST_SRID(g)\n\nReturns an integer indicating the spatial reference system ID\nassociated with the geometry value g, or NULL if the argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html\n\n','mysql> SELECT ST_SRID(ST_GeomFromText(\'LineString(1 1,2 2)\',101));\n+-----------------------------------------------------+\n| ST_SRID(ST_GeomFromText(\'LineString(1 1,2 2)\',101)) |\n+-----------------------------------------------------+\n| 101 |\n+-----------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html'),(559,'ALTER USER',10,'Syntax:\nALTER USER syntax for MySQL 5.7.6 and higher:\n\nThe ALTER USER statement modifies MySQL accounts. It provides control\nover account password expiration. As of MySQL 5.7.6, it also provides\ncontrol over authentication, SSL/TLS, and resource-limit properties,\nand account locking and unlocking.\n\nTo use ALTER USER, you must have the global CREATE USER privilege or\nthe UPDATE privilege for the mysql database. When the read_only system\nvariable is enabled, ALTER USER additionally requires the SUPER\nprivilege.\n\nAn error occurs if you try to modify an account that does not exist.\n\nAs of MySQL 5.7.8, the IF EXISTS clause can be used, which causes the\nstatement to produce a warning for each named account that does not\nexist, rather than an error.\n\nALTER USER modifies the mysql.user table row for each affected account\naccording to the options specified in the statement. Unspecified\nproperties retain their current values.\n\nExample 1: Change an account\'s password and expire it. As a result, the\nuser must connect with the named password and choose a new one at the\nnext connection:\n\nALTER USER \'jeffrey\'@\'localhost\'\n IDENTIFIED BY \'new_password\' PASSWORD EXPIRE;\n\nExample 2: Modify an account to use the sha256_password authentication\nplugin and the given password. Require that a new password be chosen\nevery 180 days:\n\nALTER USER \'jeffrey\'@\'localhost\'\n IDENTIFIED WITH sha256_password BY \'new_password\'\n PASSWORD EXPIRE INTERVAL 180 DAY;\n\nExample 3: Lock or unlock an account:\n\nALTER USER \'jeffrey\'@\'localhost\' ACCOUNT LOCK;\nALTER USER \'jeffrey\'@\'localhost\' ACCOUNT UNLOCK;\n\nExample 4: Require an account to connect using SSL and establish a\nlimit of 20 connections per hour:\n\nALTER USER \'jeffrey\'@\'localhost\'\n REQUIRE SSL WITH MAX_CONNECTIONS_PER_HOUR 20;\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/alter-user.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/alter-user.html'),(560,'DES_ENCRYPT',12,'Syntax:\nDES_ENCRYPT(str[,{key_num|key_str}])\n\nEncrypts the string with the given key using the Triple-DES algorithm.\n\nThis function works only if MySQL has been configured with SSL support.\nSee http://dev.mysql.com/doc/refman/5.7/en/secure-connections.html.\n\nThe encryption key to use is chosen based on the second argument to\nDES_ENCRYPT(), if one was given. With no argument, the first key from\nthe DES key file is used. With a key_num argument, the given key number\n(0 to 9) from the DES key file is used. With a key_str argument, the\ngiven key string is used to encrypt str.\n\nThe key file can be specified with the --des-key-file server option.\n\nThe return string is a binary string where the first character is\nCHAR(128 | key_num). If an error occurs, DES_ENCRYPT() returns NULL.\n\nThe 128 is added to make it easier to recognize an encrypted key. If\nyou use a string key, key_num is 127.\n\nThe string length for the result is given by this formula:\n\nnew_len = orig_len + (8 - (orig_len % 8)) + 1\n\nEach line in the DES key file has the following format:\n\nkey_num des_key_str\n\nEach key_num value must be a number in the range from 0 to 9. Lines in\nthe file may be in any order. des_key_str is the string that is used to\nencrypt the message. There should be at least one space between the\nnumber and the key. The first key is the default key that is used if\nyou do not specify any key argument to DES_ENCRYPT().\n\nYou can tell MySQL to read new key values from the key file with the\nFLUSH DES_KEY_FILE statement. This requires the RELOAD privilege.\n\nOne benefit of having a set of default keys is that it gives\napplications a way to check for the existence of encrypted column\nvalues, without giving the end user the right to decrypt those values.\n\n*Note*:\n\nThe DES_ENCRYPT() and DES_DECRYPT() functions are deprecated as of\nMySQL 5.7.6, will be removed in a future MySQL release, and should no\nlonger be used. Consider using AES_ENCRYPT() and AES_DECRYPT() instead.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','mysql> SELECT customer_address FROM customer_table \n > WHERE crypted_credit_card = DES_ENCRYPT(\'credit_card_number\');\n','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(561,'CEIL',3,'Syntax:\nCEIL(X)\n\nCEIL() is a synonym for CEILING().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(562,'WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS',7,'Syntax:\nWAIT_UNTIL_SQL_THREAD_AFTER_GTIDS(gtid_set[, timeout][,channel])\n\nWait until the slave SQL thread has executed all of the transactions\nwhose global transaction identifiers are contained in gtid_set (see\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-gtids-concepts.html,\nfor a definition of \"GTID sets\"), or until timeout seconds have\nelapsed, whichever occurs first. timeout is optional; the default\ntimeout is 0 seconds, in which case the function waits until all of the\ntransactions in the GTID set have been executed.\n\nFor more information, see\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-gtids.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gtid-functions.html\n\n','mysql> SELECT WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:1-5\');\n -> 5\n','http://dev.mysql.com/doc/refman/5.7/en/gtid-functions.html'),(563,'LENGTH',38,'Syntax:\nLENGTH(str)\n\nReturns the length of the string str, measured in bytes. A multibyte\ncharacter counts as multiple bytes. This means that for a string\ncontaining five 2-byte characters, LENGTH() returns 10, whereas\nCHAR_LENGTH() returns 5.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT LENGTH(\'text\');\n -> 4\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(564,'WEIGHT_STRING',38,'Syntax:\nWEIGHT_STRING(str [AS {CHAR|BINARY}(N)] [LEVEL levels] [flags])\n\nlevels: N [ASC|DESC|REVERSE] [, N [ASC|DESC|REVERSE]] ...\n\nThis function returns the weight string for the input string. The\nreturn value is a binary string that represents the comparison and\nsorting value of the string. It has these properties:\n\no If WEIGHT_STRING(str1) = WEIGHT_STRING(str2), then str1 = str2 (str1\n and str2 are considered equal)\n\no If WEIGHT_STRING(str1) < WEIGHT_STRING(str2), then str1 < str2 (str1\n sorts before str2)\n\nWEIGHT_STRING() is a debugging function intended for internal use. Its\nbehavior can change without notice between MySQL versions. It can be\nused for testing and debugging of collations, especially if you are\nadding a new collation. See\nhttp://dev.mysql.com/doc/refman/5.7/en/adding-collation.html.\n\nThis list briefly summarizes the arguments. More details are given in\nthe discussion following the list.\n\no str: The input string expression.\n\no AS clause: Optional; cast the input string to a given type and\n length.\n\no LEVEL clause: Optional; specify weight levels for the return value.\n\no flags: Optional; unused.\n\nThe input string, str, is a string expression. If the input is a\nnonbinary (character) string such as a CHAR, VARCHAR, or TEXT value,\nthe return value contains the collation weights for the string. If the\ninput is a binary (byte) string such as a BINARY, VARBINARY, or BLOB\nvalue, the return value is the same as the input (the weight for each\nbyte in a binary string is the byte value). If the input is NULL,\nWEIGHT_STRING() returns NULL.\n\nExamples:\n\nmysql> SET @s = _latin1 \'AB\' COLLATE latin1_swedish_ci;\nmysql> SELECT @s, HEX(@s), HEX(WEIGHT_STRING(@s));\n+------+---------+------------------------+\n| @s | HEX(@s) | HEX(WEIGHT_STRING(@s)) |\n+------+---------+------------------------+\n| AB | 4142 | 4142 |\n+------+---------+------------------------+\n\nmysql> SET @s = _latin1 \'ab\' COLLATE latin1_swedish_ci;\nmysql> SELECT @s, HEX(@s), HEX(WEIGHT_STRING(@s));\n+------+---------+------------------------+\n| @s | HEX(@s) | HEX(WEIGHT_STRING(@s)) |\n+------+---------+------------------------+\n| ab | 6162 | 4142 |\n+------+---------+------------------------+\n\nmysql> SET @s = CAST(\'AB\' AS BINARY);\nmysql> SELECT @s, HEX(@s), HEX(WEIGHT_STRING(@s));\n+------+---------+------------------------+\n| @s | HEX(@s) | HEX(WEIGHT_STRING(@s)) |\n+------+---------+------------------------+\n| AB | 4142 | 4142 |\n+------+---------+------------------------+\n\nmysql> SET @s = CAST(\'ab\' AS BINARY);\nmysql> SELECT @s, HEX(@s), HEX(WEIGHT_STRING(@s));\n+------+---------+------------------------+\n| @s | HEX(@s) | HEX(WEIGHT_STRING(@s)) |\n+------+---------+------------------------+\n| ab | 6162 | 6162 |\n+------+---------+------------------------+\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(565,'ST_EQUALS',31,'ST_Equals(g1, g2)\n\nReturns 1 or 0 to indicate whether g1 is spatially equal to g2.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html\n\n','mysql> SET @g1 = Point(1,1), @g2 = Point(2,2);\nmysql> SELECT ST_Equals(@g1, @g1), ST_Equals(@g1, @g2);\n+---------------------+---------------------+\n| ST_Equals(@g1, @g1) | ST_Equals(@g1, @g2) |\n+---------------------+---------------------+\n| 1 | 0 |\n+---------------------+---------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html'),(566,'ALTER EVENT',40,'Syntax:\nALTER\n [DEFINER = { user | CURRENT_USER }]\n EVENT event_name\n [ON SCHEDULE schedule]\n [ON COMPLETION [NOT] PRESERVE]\n [RENAME TO new_event_name]\n [ENABLE | DISABLE | DISABLE ON SLAVE]\n [COMMENT \'comment\']\n [DO event_body]\n\nThe ALTER EVENT statement changes one or more of the characteristics of\nan existing event without the need to drop and recreate it. The syntax\nfor each of the DEFINER, ON SCHEDULE, ON COMPLETION, COMMENT, ENABLE /\nDISABLE, and DO clauses is exactly the same as when used with CREATE\nEVENT. (See [HELP CREATE EVENT].)\n\nAny user can alter an event defined on a database for which that user\nhas the EVENT privilege. When a user executes a successful ALTER EVENT\nstatement, that user becomes the definer for the affected event.\n\nALTER EVENT works only with an existing event:\n\nmysql> ALTER EVENT no_such_event \n > ON SCHEDULE \n > EVERY \'2:3\' DAY_HOUR;\nERROR 1517 (HY000): Unknown event \'no_such_event\'\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/alter-event.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/alter-event.html'),(567,'DATE_SUB',32,'Syntax:\nDATE_SUB(date,INTERVAL expr unit)\n\nSee the description for DATE_ADD().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(568,'|',19,'Syntax:\n|\n\nBitwise OR.\n\nThe result is an unsigned 64-bit integer.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html\n\n','mysql> SELECT 29 | 15;\n -> 31\n','http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html'),(569,'ASYMMETRIC_SIGN',7,'Syntax:\nASYMMETRIC_SIGN(algorithm, digest_str, priv_key_str, digest_type)\n\nSigns a digest string using a private key string, and returns the\nsignature as a binary string. If signing fails, the result is NULL.\n\ndigest_str is the digest string. It can be generated by calling\nCREATE_DIGEST(). digest_type indicates the digest algorithm used to\ngenerate the digest string.\n\npriv_key_str is the private key string to use for signing the digest\nstring. It must be a valid key string in PEM format. algorithm\nindicates the encryption algorithm used to create the key.\n\nSupported algorithm values: \'RSA\', \'DSA\'\n\nSupported digest_type values: \'SHA224\', \'SHA256\', \'SHA384\', \'SHA512\'\n\nFor a usage example, see the description of ASYMMETRIC_VERIFY().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html'),(570,'GEOMFROMTEXT',4,'GeomFromText(wkt[, srid]), GeometryFromText(wkt[, srid])\n\nST_GeomFromText(), ST_GeometryFromText(), GeomFromText(), and\nGeometryFromText() are synonyms. For more information, see the\ndescription of ST_GeomFromText().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(571,'UUID_SHORT',14,'Syntax:\nUUID_SHORT()\n\nReturns a \"short\" universal identifier as a 64-bit unsigned integer.\nValues returned by UUID_SHORT() differ from the string-format 128-bit\nidentifiers returned by the UUID() function and have different\nuniqueness properties. The value of UUID_SHORT() is guaranteed to be\nunique if the following conditions hold:\n\no The server_id value of the current server is between 0 and 255 and is\n unique among your set of master and slave servers\n\no You do not set back the system time for your server host between\n mysqld restarts\n\no You invoke UUID_SHORT() on average fewer than 16 million times per\n second between mysqld restarts\n\nThe UUID_SHORT() return value is constructed this way:\n\n (server_id & 255) << 56\n+ (server_startup_time_in_seconds << 24)\n+ incremented_variable++;\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','mysql> SELECT UUID_SHORT();\n -> 92395783831158784\n','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(572,'DATEDIFF',32,'Syntax:\nDATEDIFF(expr1,expr2)\n\nDATEDIFF() returns expr1 − expr2 expressed as a value in days from\none date to the other. expr1 and expr2 are date or date-and-time\nexpressions. Only the date parts of the values are used in the\ncalculation.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT DATEDIFF(\'2007-12-31 23:59:59\',\'2007-12-30\');\n -> 1\nmysql> SELECT DATEDIFF(\'2010-11-30 23:59:59\',\'2010-12-31\');\n -> -31\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(573,'DROP PROCEDURE',40,'Syntax:\nDROP {PROCEDURE | FUNCTION} [IF EXISTS] sp_name\n\nThis statement is used to drop a stored procedure or function. That is,\nthe specified routine is removed from the server. You must have the\nALTER ROUTINE privilege for the routine. (If the\nautomatic_sp_privileges system variable is enabled, that privilege and\nEXECUTE are granted automatically to the routine creator when the\nroutine is created and dropped from the creator when the routine is\ndropped. See\nhttp://dev.mysql.com/doc/refman/5.7/en/stored-routines-privileges.html.\n)\n\nThe IF EXISTS clause is a MySQL extension. It prevents an error from\noccurring if the procedure or function does not exist. A warning is\nproduced that can be viewed with SHOW WARNINGS.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/drop-procedure.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/drop-procedure.html'),(574,'ST_LATFROMGEOHASH',7,'ST_LatFromGeoHash(geohash_str)\n\nReturns the latitude from a geohash string value, as a DOUBLE value in\nthe range [−90, 90]. The result is NULL if any argument is NULL. An\nerror occurs if the argument is invalid.\n\nThe ST_LatFromGeoHash() decoding function reads no more than 433\ncharacters from the geohash_str argument. That represents the upper\nlimit on information in the internal representation of coordinate\nvalues. Characters past the 433rd are ignored, even if they are\notherwise illegal and produce an error.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-geohash-functions.html\n\n','mysql> SELECT ST_LatFromGeoHash(ST_GeoHash(45,-20,10));\n+------------------------------------------+\n| ST_LatFromGeoHash(ST_GeoHash(45,-20,10)) |\n+------------------------------------------+\n| -20 |\n+------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-geohash-functions.html'),(575,'ST_GEOMFROMGEOJSON',7,'ST_GeomFromGeoJSON(str [, options [, srid]])\n\nParses a string str representing a GeoJSON object and returns a\ngeometry.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-geojson-functions.html\n\n','mysql> SET @json = \'{ \"type\": \"Point\", \"coordinates\": [102.0, 0.0]}\';\nmysql> SELECT ST_AsText(ST_GeomFromGeoJSON(@json));\n+--------------------------------------+\n| ST_AsText(ST_GeomFromGeoJSON(@json)) |\n+--------------------------------------+\n| POINT(102 0) |\n+--------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/spatial-geojson-functions.html'),(576,'INSTALL PLUGIN',5,'Syntax:\nINSTALL PLUGIN plugin_name SONAME \'shared_library_name\'\n\nThis statement installs a server plugin. It requires the INSERT\nprivilege for the mysql.plugin system table.\n\nplugin_name is the name of the plugin as defined in the plugin\ndescriptor structure contained in the library file (see\nhttp://dev.mysql.com/doc/refman/5.7/en/plugin-data-structures.html).\nPlugin names are not case sensitive. For maximal compatibility, plugin\nnames should be limited to ASCII letters, digits, and underscore\nbecause they are used in C source files, shell command lines, M4 and\nBourne shell scripts, and SQL environments.\n\nshared_library_name is the name of the shared library that contains the\nplugin code. The name includes the file name extension (for example,\nlibmyplugin.so, libmyplugin.dll, or libmyplugin.dylib).\n\nThe shared library must be located in the plugin directory (the\ndirectory named by the plugin_dir system variable). The library must be\nin the plugin directory itself, not in a subdirectory. By default,\nplugin_dir is the plugin directory under the directory named by the\npkglibdir configuration variable, but it can be changed by setting the\nvalue of plugin_dir at server startup. For example, set its value in a\nmy.cnf file:\n\n[mysqld]\nplugin_dir=/path/to/plugin/directory\n\nIf the value of plugin_dir is a relative path name, it is taken to be\nrelative to the MySQL base directory (the value of the basedir system\nvariable).\n\nINSTALL PLUGIN loads and initializes the plugin code to make the plugin\navailable for use. A plugin is initialized by executing its\ninitialization function, which handles any setup that the plugin must\nperform before it can be used. When the server shuts down, it executes\nthe deinitialization function for each plugin that is loaded so that\nthe plugin has a chance to perform any final cleanup.\n\nINSTALL PLUGIN also registers the plugin by adding a line that\nindicates the plugin name and library file name to the mysql.plugin\ntable. At server startup, the server loads and initializes any plugin\nthat is listed in the mysql.plugin table. This means that a plugin is\ninstalled with INSTALL PLUGIN only once, not every time the server\nstarts. Plugin loading at startup does not occur if the server is\nstarted with the --skip-grant-tables option.\n\nA plugin library can contain multiple plugins. For each of them to be\ninstalled, use a separate INSTALL PLUGIN statement. Each statement\nnames a different plugin, but all of them specify the same library\nname.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/install-plugin.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/install-plugin.html'),(577,'DECLARE CURSOR',24,'Syntax:\nDECLARE cursor_name CURSOR FOR select_statement\n\nThis statement declares a cursor and associates it with a SELECT\nstatement that retrieves the rows to be traversed by the cursor. To\nfetch the rows later, use a FETCH statement. The number of columns\nretrieved by the SELECT statement must match the number of output\nvariables specified in the FETCH statement.\n\nThe SELECT statement cannot have an INTO clause.\n\nCursor declarations must appear before handler declarations and after\nvariable and condition declarations.\n\nA stored program may contain multiple cursor declarations, but each\ncursor declared in a given block must have a unique name. For an\nexample, see http://dev.mysql.com/doc/refman/5.7/en/cursors.html.\n\nFor information available through SHOW statements, it is possible in\nmany cases to obtain equivalent information by using a cursor with an\nINFORMATION_SCHEMA table.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/declare-cursor.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/declare-cursor.html'),(578,'LOAD DATA',28,'Syntax:\nLOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE \'file_name\'\n [REPLACE | IGNORE]\n INTO TABLE tbl_name\n [PARTITION (partition_name,...)]\n [CHARACTER SET charset_name]\n [{FIELDS | COLUMNS}\n [TERMINATED BY \'string\']\n [[OPTIONALLY] ENCLOSED BY \'char\']\n [ESCAPED BY \'char\']\n ]\n [LINES\n [STARTING BY \'string\']\n [TERMINATED BY \'string\']\n ]\n [IGNORE number {LINES | ROWS}]\n [(col_name_or_user_var,...)]\n [SET col_name = expr,...]\n\nThe LOAD DATA INFILE statement reads rows from a text file into a table\nat a very high speed. LOAD DATA INFILE is the complement of SELECT ...\nINTO OUTFILE. (See\nhttp://dev.mysql.com/doc/refman/5.7/en/select-into.html.) To write data\nfrom a table to a file, use SELECT ... INTO OUTFILE. To read the file\nback into a table, use LOAD DATA INFILE. The syntax of the FIELDS and\nLINES clauses is the same for both statements. Both clauses are\noptional, but FIELDS must precede LINES if both are specified.\n\nYou can also load data files by using the mysqlimport utility; it\noperates by sending a LOAD DATA INFILE statement to the server. The\n--local option causes mysqlimport to read data files from the client\nhost. You can specify the --compress option to get better performance\nover slow networks if the client and server support the compressed\nprotocol. See http://dev.mysql.com/doc/refman/5.7/en/mysqlimport.html.\n\nFor more information about the efficiency of INSERT versus LOAD DATA\nINFILE and speeding up LOAD DATA INFILE, see\nhttp://dev.mysql.com/doc/refman/5.7/en/insert-optimization.html.\n\nThe file name must be given as a literal string. On Windows, specify\nbackslashes in path names as forward slashes or doubled backslashes.\nThe character_set_filesystem system variable controls the\ninterpretation of the file name.\n\nLOAD DATA supports explicit partition selection using the PARTITION\noption with a comma-separated list of one or more names of partitions,\nsubpartitions, or both. When this option is used, if any rows from the\nfile cannot be inserted into any of the partitions or subpartitions\nnamed in the list, the statement fails with the error Found a row not\nmatching the given partition set. For more information, see\nhttp://dev.mysql.com/doc/refman/5.7/en/partitioning-selection.html.\n\nFor partitioned tables using storage engines that employ table locks,\nsuch as MyISAM, LOAD DATA cannot prune any partition locks. This does\nnot apply to tables using storage engines which employ row-level\nlocking, such as InnoDB. For more information, see\nhttp://dev.mysql.com/doc/refman/5.7/en/partitioning-limitations-locking\n.html.\n\nThe server uses the character set indicated by the\ncharacter_set_database system variable to interpret the information in\nthe file. SET NAMES and the setting of character_set_client do not\naffect interpretation of input. If the contents of the input file use a\ncharacter set that differs from the default, it is usually preferable\nto specify the character set of the file by using the CHARACTER SET\nclause. A character set of binary specifies \"no conversion.\"\n\nLOAD DATA INFILE interprets all fields in the file as having the same\ncharacter set, regardless of the data types of the columns into which\nfield values are loaded. For proper interpretation of file contents,\nyou must ensure that it was written with the correct character set. For\nexample, if you write a data file with mysqldump -T or by issuing a\nSELECT ... INTO OUTFILE statement in mysql, be sure to use a\n--default-character-set option so that output is written in the\ncharacter set to be used when the file is loaded with LOAD DATA INFILE.\n\n*Note*:\n\nIt is not possible to load data files that use the ucs2, utf16,\nutf16le, or utf32 character set.\n\nIf you use LOW_PRIORITY, execution of the LOAD DATA statement is\ndelayed until no other clients are reading from the table. This affects\nonly storage engines that use only table-level locking (such as MyISAM,\nMEMORY, and MERGE).\n\nIf you specify CONCURRENT with a MyISAM table that satisfies the\ncondition for concurrent inserts (that is, it contains no free blocks\nin the middle), other threads can retrieve data from the table while\nLOAD DATA is executing. This option affects the performance of LOAD\nDATA a bit, even if no other thread is using the table at the same\ntime.\n\nWith row-based replication, CONCURRENT is replicated regardless of\nMySQL version. With statement-based replication CONCURRENT is not\nreplicated prior to MySQL 5.5.1 (see Bug #34628). For more information,\nsee\nhttp://dev.mysql.com/doc/refman/5.7/en/replication-features-load-data.h\ntml.\n\nThe LOCAL keyword affects expected location of the file and error\nhandling, as described later. LOCAL works only if your server and your\nclient both have been configured to permit it. For example, if mysqld\nwas started with --local-infile=0, LOCAL does not work. See\nhttp://dev.mysql.com/doc/refman/5.7/en/load-data-local.html.\n\nThe LOCAL keyword affects where the file is expected to be found:\n\no If LOCAL is specified, the file is read by the client program on the\n client host and sent to the server. The file can be given as a full\n path name to specify its exact location. If given as a relative path\n name, the name is interpreted relative to the directory in which the\n client program was started.\n\n When using LOCAL with LOAD DATA, a copy of the file is created in the\n server\'s temporary directory. This is not the directory determined by\n the value of tmpdir or slave_load_tmpdir, but rather the operating\n system\'s temporary directory, and is not configurable in the MySQL\n Server. (Typically the system temporary directory is /tmp on Linux\n systems and C:\\WINDOWS\\TEMP on Windows.) Lack of sufficient space for\n the copy in this directory can cause the LOAD DATA LOCAL statement to\n fail.\n\no If LOCAL is not specified, the file must be located on the server\n host and is read directly by the server. The server uses the\n following rules to locate the file:\n\n o If the file name is an absolute path name, the server uses it as\n given.\n\n o If the file name is a relative path name with one or more leading\n components, the server searches for the file relative to the\n server\'s data directory.\n\n o If a file name with no leading components is given, the server\n looks for the file in the database directory of the default\n database.\n\nIn the non-LOCAL case, these rules mean that a file named as\n./myfile.txt is read from the server\'s data directory, whereas the file\nnamed as myfile.txt is read from the database directory of the default\ndatabase. For example, if db1 is the default database, the following\nLOAD DATA statement reads the file data.txt from the database directory\nfor db1, even though the statement explicitly loads the file into a\ntable in the db2 database:\n\nLOAD DATA INFILE \'data.txt\' INTO TABLE db2.my_table;\n\nFor security reasons, when reading text files located on the server,\nthe files must either reside in the database directory or be readable\nby the user account used to run the server. Also, to use LOAD DATA\nINFILE on server files, you must have the FILE privilege. See\nhttp://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html. For\nnon-LOCAL load operations, if the secure_file_priv system variable is\nset to a nonempty directory name, the file to be loaded must be located\nin that directory.\n\nUsing LOCAL is a bit slower than letting the server access the files\ndirectly, because the contents of the file must be sent over the\nconnection by the client to the server. On the other hand, you do not\nneed the FILE privilege to load local files.\n\nLOCAL also affects error handling:\n\no With LOAD DATA INFILE, data-interpretation and duplicate-key errors\n terminate the operation.\n\no With LOAD DATA LOCAL INFILE, data-interpretation and duplicate-key\n errors become warnings and the operation continues because the server\n has no way to stop transmission of the file in the middle of the\n operation. For duplicate-key errors, this is the same as if IGNORE is\n specified. IGNORE is explained further later in this section.\n\nThe REPLACE and IGNORE keywords control handling of input rows that\nduplicate existing rows on unique key values:\n\no If you specify REPLACE, input rows replace existing rows. In other\n words, rows that have the same value for a primary key or unique\n index as an existing row. See [HELP REPLACE].\n\no If you specify IGNORE, rows that duplicate an existing row on a\n unique key value are discarded. For more information, see\n http://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#ignore-strict-co\n mparison.\n\no If you do not specify either option, the behavior depends on whether\n the LOCAL keyword is specified. Without LOCAL, an error occurs when a\n duplicate key value is found, and the rest of the text file is\n ignored. With LOCAL, the default behavior is the same as if IGNORE is\n specified; this is because the server has no way to stop transmission\n of the file in the middle of the operation.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/load-data.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/load-data.html'),(579,'LOCALTIME',32,'Syntax:\nLOCALTIME, LOCALTIME([fsp])\n\nLOCALTIME and LOCALTIME() are synonyms for NOW().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(580,'ST_GEOMFROMWKB',33,'ST_GeomFromWKB(wkb[, srid]), ST_GeometryFromWKB(wkb[, srid])\n\nConstructs a geometry value of any type using its WKB representation\nand SRID.\n\nThe result is NULL if the WKB or SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(581,'SHA1',12,'Syntax:\nSHA1(str), SHA(str)\n\nCalculates an SHA-1 160-bit checksum for the string, as described in\nRFC 3174 (Secure Hash Algorithm). The value is returned as a string of\n40 hexadecimal digits, or NULL if the argument was NULL. One of the\npossible uses for this function is as a hash key. See the notes at the\nbeginning of this section about storing hash values efficiently. You\ncan also use SHA1() as a cryptographic function for storing passwords.\nSHA() is synonymous with SHA1().\n\nThe return value is a nonbinary string in the connection character set.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','mysql> SELECT SHA1(\'abc\');\n -> \'a9993e364706816aba3e25717850c26c9cd0d89d\'\n','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(582,'BLOB',23,'BLOB[(M)]\n\nA BLOB column with a maximum length of 65,535 (216 − 1) bytes. Each\nBLOB value is stored using a 2-byte length prefix that indicates the\nnumber of bytes in the value.\n\nAn optional length M can be given for this type. If this is done, MySQL\ncreates the column as the smallest BLOB type large enough to hold\nvalues M bytes long.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(583,'PASSWORD',12,'Syntax:\nPASSWORD(str)\n\n*Note*:\n\nThis function is deprecated as of MySQL 5.7.6 and will be removed in a\nfuture MySQL release.\n\nReturns a hashed password string calculated from the cleartext password\nstr. The return value is a nonbinary string in the connection character\nset, or NULL if the argument is NULL. This function is the SQL\ninterface to the algorithm used by the server to encrypt MySQL\npasswords for storage in the mysql.user grant table.\n\nThe old_passwords system variable controls the password hashing method\nused by the PASSWORD() function. It also influences password hashing\nperformed by CREATE USER and GRANT statements that specify a password\nusing an IDENTIFIED BY clause.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','mysql> SET old_passwords = 0;\nmysql> SELECT PASSWORD(\'mypass\'), OLD_PASSWORD(\'mypass\');\n+-------------------------------------------+------------------------+\n| PASSWORD(\'mypass\') | OLD_PASSWORD(\'mypass\') |\n+-------------------------------------------+------------------------+\n| *6C8989366EAF75BB670AD8EA7A7FC1176A95CEF4 | 6f8c114b58f2ce9e |\n+-------------------------------------------+------------------------+\n\nmysql> SET old_passwords = 1;\nmysql> SELECT PASSWORD(\'mypass\'), OLD_PASSWORD(\'mypass\');\n+--------------------+------------------------+\n| PASSWORD(\'mypass\') | OLD_PASSWORD(\'mypass\') |\n+--------------------+------------------------+\n| 6f8c114b58f2ce9e | 6f8c114b58f2ce9e |\n+--------------------+------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(584,'UTC_DATE',32,'Syntax:\nUTC_DATE, UTC_DATE()\n\nReturns the current UTC date as a value in \'YYYY-MM-DD\' or YYYYMMDD\nformat, depending on whether the function is used in a string or\nnumeric context.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT UTC_DATE(), UTC_DATE() + 0;\n -> \'2003-08-14\', 20030814\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(585,'DIMENSION',37,'Dimension(g)\n\nST_Dimension() and Dimension() are synonyms. For more information, see\nthe description of ST_Dimension().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html'),(586,'BIT',23,'BIT[(M)]\n\nA bit-value type. M indicates the number of bits per value, from 1 to\n64. The default is 1 if M is omitted.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/numeric-type-overview.html'),(587,'XA',8,'Syntax:\nXA {START|BEGIN} xid [JOIN|RESUME]\n\nXA END xid [SUSPEND [FOR MIGRATE]]\n\nXA PREPARE xid\n\nXA COMMIT xid [ONE PHASE]\n\nXA ROLLBACK xid\n\nXA RECOVER [CONVERT XID]\n\nFor XA START, the JOIN and RESUME clauses are not supported.\n\nFor XA END the SUSPEND [FOR MIGRATE] clause is not supported.\n\nEach XA statement begins with the XA keyword, and most of them require\nan xid value. An xid is an XA transaction identifier. It indicates\nwhich transaction the statement applies to. xid values are supplied by\nthe client, or generated by the MySQL server. An xid value has from one\nto three parts:\n\nxid: gtrid [, bqual [, formatID ]]\n\ngtrid is a global transaction identifier, bqual is a branch qualifier,\nand formatID is a number that identifies the format used by the gtrid\nand bqual values. As indicated by the syntax, bqual and formatID are\noptional. The default bqual value is \'\' if not given. The default\nformatID value is 1 if not given.\n\ngtrid and bqual must be string literals, each up to 64 bytes (not\ncharacters) long. gtrid and bqual can be specified in several ways. You\ncan use a quoted string (\'ab\'), hex string (X\'6162\', 0x6162), or bit\nvalue (b\'nnnn\').\n\nformatID is an unsigned integer.\n\nThe gtrid and bqual values are interpreted in bytes by the MySQL\nserver\'s underlying XA support routines. However, while an SQL\nstatement containing an XA statement is being parsed, the server works\nwith some specific character set. To be safe, write gtrid and bqual as\nhex strings.\n\nxid values typically are generated by the Transaction Manager. Values\ngenerated by one TM must be different from values generated by other\nTMs. A given TM must be able to recognize its own xid values in a list\nof values returned by the XA RECOVER statement.\n\nFor XA START xid starts an XA transaction with the given xid value.\nEach XA transaction must have a unique xid value, so the value must not\ncurrently be used by another XA transaction. Uniqueness is assessed\nusing the gtrid and bqual values. All following XA statements for the\nXA transaction must be specified using the same xid value as that given\nin the XA START statement. If you use any of those statements but\nspecify an xid value that does not correspond to some existing XA\ntransaction, an error occurs.\n\nOne or more XA transactions can be part of the same global transaction.\nAll XA transactions within a given global transaction must use the same\ngtrid value in the xid value. For this reason, gtrid values must be\nglobally unique so that there is no ambiguity about which global\ntransaction a given XA transaction is part of. The bqual part of the\nxid value must be different for each XA transaction within a global\ntransaction. (The requirement that bqual values be different is a\nlimitation of the current MySQL XA implementation. It is not part of\nthe XA specification.)\n\nThe XA RECOVER statement returns information for those XA transactions\non the MySQL server that are in the PREPARED state. (See\nhttp://dev.mysql.com/doc/refman/5.7/en/xa-states.html.) The output\nincludes a row for each such XA transaction on the server, regardless\nof which client started it.\n\nXA RECOVER output rows look like this (for an example xid value\nconsisting of the parts \'abc\', \'def\', and 7):\n\nmysql> XA RECOVER;\n+----------+--------------+--------------+--------+\n| formatID | gtrid_length | bqual_length | data |\n+----------+--------------+--------------+--------+\n| 7 | 3 | 3 | abcdef |\n+----------+--------------+--------------+--------+\n\nThe output columns have the following meanings:\n\no formatID is the formatID part of the transaction xid\n\no gtrid_length is the length in bytes of the gtrid part of the xid\n\no bqual_length is the length in bytes of the bqual part of the xid\n\no data is the concatenation of the gtrid and bqual parts of the xid\n\nXID values may contain nonprintable characters. As of MySQL 5.7.5, XA\nRECOVER permits an optional CONVERT XID clause so that clients can\nrequest XID values in hexadecimal.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/xa-statements.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/xa-statements.html'),(588,'EQUALS',31,'Equals(g1, g2)\n\nMBREquals() and Equals() are synonyms. For more information, see the\ndescription of MBREquals().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mbr.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-mbr.html'),(589,'CENTROID',2,'Centroid(mpoly)\n\nST_Centroid() and Centroid() are synonyms. For more information, see\nthe description of ST_Centroid().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html'),(590,'OCTET_LENGTH',38,'Syntax:\nOCTET_LENGTH(str)\n\nOCTET_LENGTH() is a synonym for LENGTH().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(591,'UTC_TIMESTAMP',32,'Syntax:\nUTC_TIMESTAMP, UTC_TIMESTAMP([fsp])\n\nReturns the current UTC date and time as a value in \'YYYY-MM-DD\nHH:MM:SS\' or YYYYMMDDHHMMSS format, depending on whether the function\nis used in a string or numeric context.\n\nIf the fsp argument is given to specify a fractional seconds precision\nfrom 0 to 6, the return value includes a fractional seconds part of\nthat many digits.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT UTC_TIMESTAMP(), UTC_TIMESTAMP() + 0;\n -> \'2003-08-14 18:08:04\', 20030814180804.000000\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(592,'AES_ENCRYPT',12,'Syntax:\nAES_ENCRYPT(str,key_str[,init_vector])\n\nAES_ENCRYPT() and AES_DECRYPT() implement encryption and decryption of\ndata using the official AES (Advanced Encryption Standard) algorithm,\npreviously known as \"Rijndael.\" The AES standard permits various key\nlengths. By default these functions implement AES with a 128-bit key\nlength. As of MySQL 5.7.4, key lengths of 196 or 256 bits can be used,\nas described later. The key length is a trade off between performance\nand security.\n\nAES_ENCRYPT() encrypts the string str using the key string key_str and\nreturns a binary string containing the encrypted output. AES_DECRYPT()\ndecrypts the encrypted string crypt_str using the key string key_str\nand returns the original cleartext string. If either function argument\nis NULL, the function returns NULL.\n\nThe str and crypt_str arguments can be any length, and padding is\nautomatically added to str so it is a multiple of a block as required\nby block-based algorithms such as AES. This padding is automatically\nremoved by the AES_DECRYPT() function. The length of crypt_str can be\ncalculated using this formula:\n\n16 * (trunc(string_length / 16) + 1)\n\nFor a key length of 128 bits, the most secure way to pass a key to the\nkey_str argument is to create a truly random 128-bit value and pass it\nas a binary value. For example:\n\nINSERT INTO t\nVALUES (1,AES_ENCRYPT(\'text\',UNHEX(\'F3229A0B371ED2D9441B830D21A390C3\')));\n\nA passphrase can be used to generate an AES key by hashing the\npassphrase. For example:\n\nINSERT INTO t\nVALUES (1,AES_ENCRYPT(\'text\', UNHEX(SHA2(\'My secret passphrase\',512))));\n\nDo not pass a password or passphrase directly to crypt_str, hash it\nfirst. Previous versions of this documentation suggested the former\napproach, but it is no longer recommended as the examples shown here\nare more secure.\n\nIf AES_DECRYPT() detects invalid data or incorrect padding, it returns\nNULL. However, it is possible for AES_DECRYPT() to return a non-NULL\nvalue (possibly garbage) if the input data or the key is invalid.\n\nAs of MySQL 5.7.4, AES_ENCRYPT() and AES_DECRYPT() permit control of\nthe block encryption mode and take an optional init_vector\ninitialization vector argument:\n\no The block_encryption_mode system variable controls the mode for\n block-based encryption algorithms. Its default value is aes-128-ecb,\n which signifies encryption using a key length of 128 bits and ECB\n mode. For a description of the permitted values of this variable, see\n http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html.\n\no The optional init_vector argument provides an initialization vector\n for block encryption modes that require it.\n\nFor modes that require the optional init_vector argument, it must be 16\nbytes or longer (bytes in excess of 16 are ignored). An error occurs if\ninit_vector is missing.\n\nFor modes that do not require init_vector, it is ignored and a warning\nis generated if it is specified.\n\nA random string of bytes to use for the initialization vector can be\nproduced by calling RANDOM_BYTES(16). For encryption modes that require\nan initialization vector, the same vector must be used for encryption\nand decryption.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html\n\n','mysql> SET block_encryption_mode = \'aes-256-cbc\';\nmysql> SET @key_str = SHA2(\'My secret passphrase\',512);\nmysql> SET @init_vector = RANDOM_BYTES(16);\nmysql> SET @crypt_str = AES_ENCRYPT(\'text\',@key_str,@init_vector);\nmysql> SELECT AES_DECRYPT(@crypt_str,@key_str,@init_vector);\n+-----------------------------------------------+\n| AES_DECRYPT(@crypt_str,@key_str,@init_vector) |\n+-----------------------------------------------+\n| text |\n+-----------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html'),(593,'+',3,'Syntax:\n+\n\nAddition:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html\n\n','mysql> SELECT 3+5;\n -> 8\n','http://dev.mysql.com/doc/refman/5.7/en/arithmetic-functions.html'),(594,'GTID_SUBTRACT',7,'Syntax:\nGTID_SUBTRACT(set,subset)\n\nGiven two sets of global transaction IDs subset and set, returns only\nthose GTIDs from set that are not in subset.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gtid-functions.html\n\n','mysql> SELECT GTID_SUBTRACT(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57\',\n -> \'3E11FA47-71CA-11E1-9E33-C80AA9429562:21\')\\G\n*************************** 1. row ***************************\nGTID_SUBTRACT(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57\',\n \'3E11FA47-71CA-11E1-9E33-C80AA9429562:21\'): 3e11fa47-71ca-11e1-9e33-c80aa9429562:22-57\n1 row in set (0.00 sec)\n\nmysql> SELECT GTID_SUBTRACT(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57\',\n -> \'3E11FA47-71CA-11E1-9E33-C80AA9429562:20-25\')\\G\n*************************** 1. row ***************************\nGTID_SUBTRACT(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57\',\n \'3E11FA47-71CA-11E1-9E33-C80AA9429562:20-25\'): 3e11fa47-71ca-11e1-9e33-c80aa9429562:26-57\n1 row in set (0.00 sec)\n\nmysql> SELECT GTID_SUBTRACT(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57\',\n -> \'3E11FA47-71CA-11E1-9E33-C80AA9429562:23-24\')\\G\n*************************** 1. row ***************************\nGTID_SUBTRACT(\'3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57\',\n \'3E11FA47-71CA-11E1-9E33-C80AA9429562:23-24\'): 3e11fa47-71ca-11e1-9e33-c80aa9429562:21-22:25-57\n1 row in set (0.01 sec)\n','http://dev.mysql.com/doc/refman/5.7/en/gtid-functions.html'),(595,'INET_NTOA',14,'Syntax:\nINET_NTOA(expr)\n\nGiven a numeric IPv4 network address in network byte order, returns the\ndotted-quad string representation of the address as a nonbinary string\nin the connection character set. INET_NTOA() returns NULL if it does\nnot understand its argument.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','mysql> SELECT INET_NTOA(167773449);\n -> \'10.0.5.9\'\n','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(596,'DAYOFWEEK',32,'Syntax:\nDAYOFWEEK(date)\n\nReturns the weekday index for date (1 = Sunday, 2 = Monday, ..., 7 =\nSaturday). These index values correspond to the ODBC standard.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT DAYOFWEEK(\'2007-02-03\');\n -> 7\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(597,'CEILING',3,'Syntax:\nCEILING(X)\n\nReturns the smallest integer value not less than X.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT CEILING(1.23);\n -> 2\nmysql> SELECT CEILING(-1.23);\n -> -1\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(598,'SHOW PROCESSLIST',27,'Syntax:\nSHOW [FULL] PROCESSLIST\n\nSHOW PROCESSLIST shows you which threads are running. You can also get\nthis information from the INFORMATION_SCHEMA PROCESSLIST table or the\nmysqladmin processlist command. If you have the PROCESS privilege, you\ncan see all threads. Otherwise, you can see only your own threads (that\nis, threads associated with the MySQL account that you are using). If\nyou do not use the FULL keyword, only the first 100 characters of each\nstatement are shown in the Info field.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-processlist.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-processlist.html'),(599,'LINEFROMWKB',33,'LineFromWKB(wkb[, srid]), LineStringFromWKB(wkb[, srid])\n\nST_LineFromWKB(), ST_LineStringFromWKB(), LineFromWKB(), and\nLineStringFromWKB() are synonyms. For more information, see the\ndescription of ST_LineFromWKB().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(600,'GEOMETRYTYPE',37,'GeometryType(g)\n\nST_GeometryType() and GeometryType() are synonyms. For more\ninformation, see the description of ST_GeometryType().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-general-property-functions.html'),(601,'CREATE VIEW',40,'Syntax:\nCREATE\n [OR REPLACE]\n [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]\n [DEFINER = { user | CURRENT_USER }]\n [SQL SECURITY { DEFINER | INVOKER }]\n VIEW view_name [(column_list)]\n AS select_statement\n [WITH [CASCADED | LOCAL] CHECK OPTION]\n\nThe CREATE VIEW statement creates a new view, or replaces an existing\nview if the OR REPLACE clause is given. If the view does not exist,\nCREATE OR REPLACE VIEW is the same as CREATE VIEW. If the view does\nexist, CREATE OR REPLACE VIEW is the same as ALTER VIEW.\n\nFor information about restrictions on view use, see\nhttp://dev.mysql.com/doc/refman/5.7/en/view-restrictions.html.\n\nThe select_statement is a SELECT statement that provides the definition\nof the view. (Selecting from the view selects, in effect, using the\nSELECT statement.) The select_statement can select from base tables or\nother views.\n\nThe view definition is \"frozen\" at creation time and is not affected by\nsubsequent changes to the definitions of the underlying tables. For\nexample, if a view is defined as SELECT * on a table, new columns added\nto the table later do not become part of the view, and columns dropped\nfrom the table will result in an error when selecting from the view.\n\nThe ALGORITHM clause affects how MySQL processes the view. The DEFINER\nand SQL SECURITY clauses specify the security context to be used when\nchecking access privileges at view invocation time. The WITH CHECK\nOPTION clause can be given to constrain inserts or updates to rows in\ntables referenced by the view. These clauses are described later in\nthis section.\n\nThe CREATE VIEW statement requires the CREATE VIEW privilege for the\nview, and some privilege for each column selected by the SELECT\nstatement. For columns used elsewhere in the SELECT statement, you must\nhave the SELECT privilege. If the OR REPLACE clause is present, you\nmust also have the DROP privilege for the view. CREATE VIEW might also\nrequire the SUPER privilege, depending on the DEFINER value, as\ndescribed later in this section.\n\nWhen a view is referenced, privilege checking occurs as described later\nin this section.\n\nA view belongs to a database. By default, a new view is created in the\ndefault database. To create the view explicitly in a given database,\nuse db_name.view_name syntax to qualify the view name with the database\nname:\n\nCREATE VIEW test.v AS SELECT * FROM t;\n\nUnqualified table or view names in the SELECT statement are also\ninterpreted with respect to the default database. A view can refer to\ntables or views in other databases by qualifying the table or view name\nwith the appropriate database name.\n\nWithin a database, base tables and views share the same namespace, so a\nbase table and a view cannot have the same name.\n\nColumns retrieved by the SELECT statement can be simple references to\ntable columns, or expressions that use functions, constant values,\noperators, and so forth.\n\nA view must have unique column names with no duplicates, just like a\nbase table. By default, the names of the columns retrieved by the\nSELECT statement are used for the view column names. To define explicit\nnames for the view columns, specify the optional column_list clause as\na list of comma-separated identifiers. The number of names in\ncolumn_list must be the same as the number of columns retrieved by the\nSELECT statement.\n\nA view can be created from many kinds of SELECT statements. It can\nrefer to base tables or other views. It can use joins, UNION, and\nsubqueries. The SELECT need not even refer to any tables:\n\nCREATE VIEW v_today (today) AS SELECT CURRENT_DATE;\n\nThe following example defines a view that selects two columns from\nanother table as well as an expression calculated from those columns:\n\nmysql> CREATE TABLE t (qty INT, price INT);\nmysql> INSERT INTO t VALUES(3, 50);\nmysql> CREATE VIEW v AS SELECT qty, price, qty*price AS value FROM t;\nmysql> SELECT * FROM v;\n+------+-------+-------+\n| qty | price | value |\n+------+-------+-------+\n| 3 | 50 | 150 |\n+------+-------+-------+\n\nA view definition is subject to the following restrictions:\n\no Before MySQL 5.7.7, the SELECT statement cannot contain a subquery in\n the FROM clause.\n\no The SELECT statement cannot refer to system variables or user-defined\n variables.\n\no Within a stored program, the SELECT statement cannot refer to program\n parameters or local variables.\n\no The SELECT statement cannot refer to prepared statement parameters.\n\no Any table or view referred to in the definition must exist. If, after\n the view has been created, a table or view that the definition refers\n to is dropped, use of the view results in an error. To check a view\n definition for problems of this kind, use the CHECK TABLE statement.\n\no The definition cannot refer to a TEMPORARY table, and you cannot\n create a TEMPORARY view.\n\no You cannot associate a trigger with a view.\n\no Aliases for column names in the SELECT statement are checked against\n the maximum column length of 64 characters (not the maximum alias\n length of 256 characters).\n\nORDER BY is permitted in a view definition, but it is ignored if you\nselect from a view using a statement that has its own ORDER BY.\n\nFor other options or clauses in the definition, they are added to the\noptions or clauses of the statement that references the view, but the\neffect is undefined. For example, if a view definition includes a LIMIT\nclause, and you select from the view using a statement that has its own\nLIMIT clause, it is undefined which limit applies. This same principle\napplies to options such as ALL, DISTINCT, or SQL_SMALL_RESULT that\nfollow the SELECT keyword, and to clauses such as INTO, FOR UPDATE,\nLOCK IN SHARE MODE, and PROCEDURE.\n\nThe results obtained from a view may be affected if you change the\nquery processing environment by changing system variables:\n\nmysql> CREATE VIEW v (mycol) AS SELECT \'abc\';\nQuery OK, 0 rows affected (0.01 sec)\n\nmysql> SET sql_mode = \'\';\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT \"mycol\" FROM v;\n+-------+\n| mycol |\n+-------+\n| mycol |\n+-------+\n1 row in set (0.01 sec)\n\nmysql> SET sql_mode = \'ANSI_QUOTES\';\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SELECT \"mycol\" FROM v;\n+-------+\n| mycol |\n+-------+\n| abc |\n+-------+\n1 row in set (0.00 sec)\n\nThe DEFINER and SQL SECURITY clauses determine which MySQL account to\nuse when checking access privileges for the view when a statement is\nexecuted that references the view. The valid SQL SECURITY\ncharacteristic values are DEFINER (the default) and INVOKER. These\nindicate that the required privileges must be held by the user who\ndefined or invoked the view, respectively.\n\nIf a user value is given for the DEFINER clause, it should be a MySQL\naccount specified as \'user_name\'@\'host_name\', CURRENT_USER, or\nCURRENT_USER(). The default DEFINER value is the user who executes the\nCREATE VIEW statement. This is the same as specifying DEFINER =\nCURRENT_USER explicitly.\n\nIf the DEFINER clause is present, these rules determine the valid\nDEFINER user values:\n\no If you do not have the SUPER privilege, the only valid user value is\n your own account, either specified literally or by using\n CURRENT_USER. You cannot set the definer to some other account.\n\no If you have the SUPER privilege, you can specify any syntactically\n valid account name. If the account does not exist, a warning is\n generated.\n\no Although it is possible to create a view with a nonexistent DEFINER\n account, an error occurs when the view is referenced if the SQL\n SECURITY value is DEFINER but the definer account does not exist.\n\nFor more information about view security, see\nhttp://dev.mysql.com/doc/refman/5.7/en/stored-programs-security.html.\n\nWithin a view definition, CURRENT_USER returns the view\'s DEFINER value\nby default. For views defined with the SQL SECURITY INVOKER\ncharacteristic, CURRENT_USER returns the account for the view\'s\ninvoker. For information about user auditing within views, see\nhttp://dev.mysql.com/doc/refman/5.7/en/account-activity-auditing.html.\n\nWithin a stored routine that is defined with the SQL SECURITY DEFINER\ncharacteristic, CURRENT_USER returns the routine\'s DEFINER value. This\nalso affects a view defined within such a routine, if the view\ndefinition contains a DEFINER value of CURRENT_USER.\n\nMySQL checks view privileges like this:\n\no At view definition time, the view creator must have the privileges\n needed to use the top-level objects accessed by the view. For\n example, if the view definition refers to table columns, the creator\n must have some privilege for each column in the select list of the\n definition, and the SELECT privilege for each column used elsewhere\n in the definition. If the definition refers to a stored function,\n only the privileges needed to invoke the function can be checked. The\n privileges required at function invocation time can be checked only\n as it executes: For different invocations, different execution paths\n within the function might be taken.\n\no The user who references a view must have appropriate privileges to\n access it (SELECT to select from it, INSERT to insert into it, and so\n forth.)\n\no When a view has been referenced, privileges for objects accessed by\n the view are checked against the privileges held by the view DEFINER\n account or invoker, depending on whether the SQL SECURITY\n characteristic is DEFINER or INVOKER, respectively.\n\no If reference to a view causes execution of a stored function,\n privilege checking for statements executed within the function depend\n on whether the function SQL SECURITY characteristic is DEFINER or\n INVOKER. If the security characteristic is DEFINER, the function runs\n with the privileges of the DEFINER account. If the characteristic is\n INVOKER, the function runs with the privileges determined by the\n view\'s SQL SECURITY characteristic.\n\nExample: A view might depend on a stored function, and that function\nmight invoke other stored routines. For example, the following view\ninvokes a stored function f():\n\nCREATE VIEW v AS SELECT * FROM t WHERE t.id = f(t.name);\n\nSuppose that f() contains a statement such as this:\n\nIF name IS NULL then\n CALL p1();\nELSE\n CALL p2();\nEND IF;\n\nThe privileges required for executing statements within f() need to be\nchecked when f() executes. This might mean that privileges are needed\nfor p1() or p2(), depending on the execution path within f(). Those\nprivileges must be checked at runtime, and the user who must possess\nthe privileges is determined by the SQL SECURITY values of the view v\nand the function f().\n\nThe DEFINER and SQL SECURITY clauses for views are extensions to\nstandard SQL. In standard SQL, views are handled using the rules for\nSQL SECURITY DEFINER. The standard says that the definer of the view,\nwhich is the same as the owner of the view\'s schema, gets applicable\nprivileges on the view (for example, SELECT) and may grant them. MySQL\nhas no concept of a schema \"owner\", so MySQL adds a clause to identify\nthe definer. The DEFINER clause is an extension where the intent is to\nhave what the standard has; that is, a permanent record of who defined\nthe view. This is why the default DEFINER value is the account of the\nview creator.\n\nThe optional ALGORITHM clause is a MySQL extension to standard SQL. It\naffects how MySQL processes the view. ALGORITHM takes three values:\nMERGE, TEMPTABLE, or UNDEFINED. For more information, see\nhttp://dev.mysql.com/doc/refman/5.7/en/view-algorithms.html, as well as\nhttp://dev.mysql.com/doc/refman/5.7/en/derived-table-optimization.html.\n\nSome views are updatable. That is, you can use them in statements such\nas UPDATE, DELETE, or INSERT to update the contents of the underlying\ntable. For a view to be updatable, there must be a one-to-one\nrelationship between the rows in the view and the rows in the\nunderlying table. There are also certain other constructs that make a\nview nonupdatable.\n\nA generated column in a view is considered updatable because it is\npossible to assign to it. However, if such a column is updated\nexplicitly, the only permitted value is DEFAULT. For information about\ngenerated columns, see\nhttp://dev.mysql.com/doc/refman/5.7/en/create-table-generated-columns.h\ntml.\n\nThe WITH CHECK OPTION clause can be given for an updatable view to\nprevent inserts or updates to rows except those for which the WHERE\nclause in the select_statement is true.\n\nIn a WITH CHECK OPTION clause for an updatable view, the LOCAL and\nCASCADED keywords determine the scope of check testing when the view is\ndefined in terms of another view. The LOCAL keyword restricts the CHECK\nOPTION only to the view being defined. CASCADED causes the checks for\nunderlying views to be evaluated as well. When neither keyword is\ngiven, the default is CASCADED.\n\nFor more information about updatable views and the WITH CHECK OPTION\nclause, see\nhttp://dev.mysql.com/doc/refman/5.7/en/view-updatability.html, and\nhttp://dev.mysql.com/doc/refman/5.7/en/view-check-option.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-view.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/create-view.html'),(602,'TRIM',38,'Syntax:\nTRIM([{BOTH | LEADING | TRAILING} [remstr] FROM] str), TRIM([remstr\nFROM] str)\n\nReturns the string str with all remstr prefixes or suffixes removed. If\nnone of the specifiers BOTH, LEADING, or TRAILING is given, BOTH is\nassumed. remstr is optional and, if not specified, spaces are removed.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT TRIM(\' bar \');\n -> \'bar\'\nmysql> SELECT TRIM(LEADING \'x\' FROM \'xxxbarxxx\');\n -> \'barxxx\'\nmysql> SELECT TRIM(BOTH \'x\' FROM \'xxxbarxxx\');\n -> \'bar\'\nmysql> SELECT TRIM(TRAILING \'xyz\' FROM \'barxxyz\');\n -> \'barx\'\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(603,'INET6_NTOA',14,'Syntax:\nINET6_NTOA(expr)\n\nGiven an IPv6 or IPv4 network address represented in numeric form as a\nbinary string, returns the string representation of the address as a\nnonbinary string in the connection character set. If the argument is\nnot a valid address, INET6_NTOA() returns NULL.\n\nINET6_NTOA() has these properties:\n\no It does not use operating system functions to perform conversions,\n thus the output string is platform independent.\n\no The return string has a maximum length of 39 (4 x 8 + 7). Given this\n statement:\n\nCREATE TABLE t AS SELECT INET6_NTOA(expr) AS c1;\n\n The resulting table would have this definition:\n\nCREATE TABLE t (c1 VARCHAR(39) CHARACTER SET utf8 DEFAULT NULL);\n\no The return string uses lowercase letters for IPv6 addresses.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html\n\n','mysql> SELECT INET6_NTOA(INET6_ATON(\'fdfe::5a55:caff:fefa:9089\'));\n -> \'fdfe::5a55:caff:fefa:9089\'\nmysql> SELECT INET6_NTOA(INET6_ATON(\'10.0.5.9\'));\n -> \'10.0.5.9\'\n\nmysql> SELECT INET6_NTOA(UNHEX(\'FDFE0000000000005A55CAFFFEFA9089\'));\n -> \'fdfe::5a55:caff:fefa:9089\'\nmysql> SELECT INET6_NTOA(UNHEX(\'0A000509\'));\n -> \'10.0.5.9\'\n','http://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html'),(604,'SIGNAL',24,'Syntax:\nSIGNAL condition_value\n [SET signal_information_item\n [, signal_information_item] ...]\n\ncondition_value:\n SQLSTATE [VALUE] sqlstate_value\n | condition_name\n\nsignal_information_item:\n condition_information_item_name = simple_value_specification\n\ncondition_information_item_name:\n CLASS_ORIGIN\n | SUBCLASS_ORIGIN\n | MESSAGE_TEXT\n | MYSQL_ERRNO\n | CONSTRAINT_CATALOG\n | CONSTRAINT_SCHEMA\n | CONSTRAINT_NAME\n | CATALOG_NAME\n | SCHEMA_NAME\n | TABLE_NAME\n | COLUMN_NAME\n | CURSOR_NAME\n\ncondition_name, simple_value_specification:\n (see following discussion)\n\nSIGNAL is the way to \"return\" an error. SIGNAL provides error\ninformation to a handler, to an outer portion of the application, or to\nthe client. Also, it provides control over the error\'s characteristics\n(error number, SQLSTATE value, message). Without SIGNAL, it is\nnecessary to resort to workarounds such as deliberately referring to a\nnonexistent table to cause a routine to return an error.\n\nNo special privileges are required to execute the SIGNAL statement.\n\nTo retrieve information from the diagnostics area, use the GET\nDIAGNOSTICS statement (see [HELP GET DIAGNOSTICS]). For information\nabout the diagnostics area, see\nhttp://dev.mysql.com/doc/refman/5.7/en/diagnostics-area.html.\n\nThe condition_value in a SIGNAL statement indicates the error value to\nbe returned. It can be an SQLSTATE value (a 5-character string literal)\nor a condition_name that refers to a named condition previously defined\nwith DECLARE ... CONDITION (see [HELP DECLARE CONDITION]).\n\nAn SQLSTATE value can indicate errors, warnings, or \"not found.\" The\nfirst two characters of the value indicate its error class, as\ndiscussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/signal.html#signal-condition-inf\normation-items. Some signal values cause statement termination; see\nhttp://dev.mysql.com/doc/refman/5.7/en/signal.html#signal-effects.\n\nThe SQLSTATE value for a SIGNAL statement should not start with \'00\'\nbecause such values indicate success and are not valid for signaling an\nerror. This is true whether the SQLSTATE value is specified directly in\nthe SIGNAL statement or in a named condition referred to in the\nstatement. If the value is invalid, a Bad SQLSTATE error occurs.\n\nTo signal a generic SQLSTATE value, use \'45000\', which means \"unhandled\nuser-defined exception.\"\n\nThe SIGNAL statement optionally includes a SET clause that contains\nmultiple signal items, in a comma-separated list of\ncondition_information_item_name = simple_value_specification\nassignments.\n\nEach condition_information_item_name may be specified only once in the\nSET clause. Otherwise, a Duplicate condition information item error\noccurs.\n\nValid simple_value_specification designators can be specified using\nstored procedure or function parameters, stored program local variables\ndeclared with DECLARE, user-defined variables, system variables, or\nliterals. A character literal may include a _charset introducer.\n\nFor information about permissible condition_information_item_name\nvalues, see\nhttp://dev.mysql.com/doc/refman/5.7/en/signal.html#signal-condition-inf\normation-items.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/signal.html\n\n','CREATE PROCEDURE p (pval INT)\nBEGIN\n DECLARE specialty CONDITION FOR SQLSTATE \'45000\';\n IF pval = 0 THEN\n SIGNAL SQLSTATE \'01000\';\n ELSEIF pval = 1 THEN\n SIGNAL SQLSTATE \'45000\'\n SET MESSAGE_TEXT = \'An error occurred\';\n ELSEIF pval = 2 THEN\n SIGNAL specialty\n SET MESSAGE_TEXT = \'An error occurred\';\n ELSE\n SIGNAL SQLSTATE \'01000\'\n SET MESSAGE_TEXT = \'A warning occurred\', MYSQL_ERRNO = 1000;\n SIGNAL SQLSTATE \'45000\'\n SET MESSAGE_TEXT = \'An error occurred\', MYSQL_ERRNO = 1001;\n END IF;\nEND;\n','http://dev.mysql.com/doc/refman/5.7/en/signal.html'),(605,'SAVEPOINT',8,'Syntax:\nSAVEPOINT identifier\nROLLBACK [WORK] TO [SAVEPOINT] identifier\nRELEASE SAVEPOINT identifier\n\nInnoDB supports the SQL statements SAVEPOINT, ROLLBACK TO SAVEPOINT,\nRELEASE SAVEPOINT and the optional WORK keyword for ROLLBACK.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/savepoint.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/savepoint.html'),(606,'ST_NUMGEOMETRIES',26,'ST_NumGeometries(gc)\n\nReturns the number of geometries in the GeometryCollection value gc.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-geometrycollection-property-functions.html\n\n','mysql> SET @gc = \'GeometryCollection(Point(1 1),LineString(2 2, 3 3))\';\nmysql> SELECT ST_NumGeometries(ST_GeomFromText(@gc));\n+----------------------------------------+\n| ST_NumGeometries(ST_GeomFromText(@gc)) |\n+----------------------------------------+\n| 2 |\n+----------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-geometrycollection-property-functions.html'),(607,'JSON_DEPTH',7,'JSON_DEPTH(json_doc)\n\nReturns the maximum depth of a JSON document. Returns NULL if the\nargument is NULL. An error occurs if the argument is not a valid JSON\ndocument.\n\nAn empty array, empty object, or scalar value has depth 1. A nonempty\narray containing only elements of depth 1 or nonempty object containing\nonly member values of depth 1 has depth 2. Otherwise, a JSON document\nhas depth greater than 2.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-attribute-functions.html\n\n','mysql> SELECT JSON_DEPTH(\'{}\'), JSON_DEPTH(\'[]\'), JSON_DEPTH(\'true\');\n+------------------+------------------+--------------------+\n| JSON_DEPTH(\'{}\') | JSON_DEPTH(\'[]\') | JSON_DEPTH(\'true\') |\n+------------------+------------------+--------------------+\n| 1 | 1 | 1 |\n+------------------+------------------+--------------------+\nmysql> SELECT JSON_DEPTH(\'[10, 20]\'), JSON_DEPTH(\'[[], {}]\');\n+------------------------+------------------------+\n| JSON_DEPTH(\'[10, 20]\') | JSON_DEPTH(\'[[], {}]\') |\n+------------------------+------------------------+\n| 2 | 2 |\n+------------------------+------------------------+\nmysql> SELECT JSON_DEPTH(\'[10, {\"a\": 20}]\');\n+-------------------------------+\n| JSON_DEPTH(\'[10, {\"a\": 20}]\') |\n+-------------------------------+\n| 3 |\n+-------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-attribute-functions.html'),(608,'LABELS',24,'Syntax:\n[begin_label:] BEGIN\n [statement_list]\nEND [end_label]\n\n[begin_label:] LOOP\n statement_list\nEND LOOP [end_label]\n\n[begin_label:] REPEAT\n statement_list\nUNTIL search_condition\nEND REPEAT [end_label]\n\n[begin_label:] WHILE search_condition DO\n statement_list\nEND WHILE [end_label]\n\nLabels are permitted for BEGIN ... END blocks and for the LOOP, REPEAT,\nand WHILE statements. Label use for those statements follows these\nrules:\n\no begin_label must be followed by a colon.\n\no begin_label can be given without end_label. If end_label is present,\n it must be the same as begin_label.\n\no end_label cannot be given without begin_label.\n\no Labels at the same nesting level must be distinct.\n\no Labels can be up to 16 characters long.\n\nTo refer to a label within the labeled construct, use an ITERATE or\nLEAVE statement. The following example uses those statements to\ncontinue iterating or terminate the loop:\n\nCREATE PROCEDURE doiterate(p1 INT)\nBEGIN\n label1: LOOP\n SET p1 = p1 + 1;\n IF p1 < 10 THEN ITERATE label1; END IF;\n LEAVE label1;\n END LOOP label1;\nEND;\n\nThe scope of a block label does not include the code for handlers\ndeclared within the block. For details, see [HELP DECLARE HANDLER].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/statement-labels.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/statement-labels.html'),(609,'MPOINTFROMWKB',33,'MPointFromWKB(wkb[, srid]), MultiPointFromWKB(wkb[, srid])\n\nST_MPointFromWKB(), ST_MultiPointFromWKB(), MPointFromWKB(), and\nMultiPointFromWKB() are synonyms. For more information, see the\ndescription of ST_MPointFromWKB().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkb-functions.html'),(610,'ALTER TABLE',40,'Syntax:\nALTER TABLE tbl_name\n [alter_specification [, alter_specification] ...]\n [partition_options]\n\nalter_specification:\n table_options\n | ADD [COLUMN] col_name column_definition\n [FIRST | AFTER col_name ]\n | ADD [COLUMN] (col_name column_definition,...)\n | ADD {INDEX|KEY} [index_name]\n [index_type] (index_col_name,...) [index_option] ...\n | ADD [CONSTRAINT [symbol]] PRIMARY KEY\n [index_type] (index_col_name,...) [index_option] ...\n | ADD [CONSTRAINT [symbol]]\n UNIQUE [INDEX|KEY] [index_name]\n [index_type] (index_col_name,...) [index_option] ...\n | ADD FULLTEXT [INDEX|KEY] [index_name]\n (index_col_name,...) [index_option] ...\n | ADD SPATIAL [INDEX|KEY] [index_name]\n (index_col_name,...) [index_option] ...\n | ADD [CONSTRAINT [symbol]]\n FOREIGN KEY [index_name] (index_col_name,...)\n reference_definition\n | ALGORITHM [=] {DEFAULT|INPLACE|COPY}\n | ALTER [COLUMN] col_name {SET DEFAULT literal | DROP DEFAULT}\n | CHANGE [COLUMN] old_col_name new_col_name column_definition\n [FIRST|AFTER col_name]\n | LOCK [=] {DEFAULT|NONE|SHARED|EXCLUSIVE}\n | MODIFY [COLUMN] col_name column_definition\n [FIRST | AFTER col_name]\n | DROP [COLUMN] col_name\n | DROP PRIMARY KEY\n | DROP {INDEX|KEY} index_name\n | DROP FOREIGN KEY fk_symbol\n | DISABLE KEYS\n | ENABLE KEYS\n | RENAME [TO|AS] new_tbl_name\n | RENAME {INDEX|KEY} old_index_name TO new_index_name\n | ORDER BY col_name [, col_name] ...\n | CONVERT TO CHARACTER SET charset_name [COLLATE collation_name]\n | [DEFAULT] CHARACTER SET [=] charset_name [COLLATE [=] collation_name]\n | DISCARD TABLESPACE\n | IMPORT TABLESPACE\n | FORCE\n | {WITHOUT|WITH} VALIDATION\n | ADD PARTITION (partition_definition)\n | DROP PARTITION partition_names\n | DISCARD PARTITION {partition_names | ALL} TABLESPACE\n | IMPORT PARTITION {partition_names | ALL} TABLESPACE\n | TRUNCATE PARTITION {partition_names | ALL}\n | COALESCE PARTITION number\n | REORGANIZE PARTITION partition_names INTO (partition_definitions)\n | EXCHANGE PARTITION partition_name WITH TABLE tbl_name [{WITH|WITHOUT} VALIDATION]\n | ANALYZE PARTITION {partition_names | ALL}\n | CHECK PARTITION {partition_names | ALL}\n | OPTIMIZE PARTITION {partition_names | ALL}\n | REBUILD PARTITION {partition_names | ALL}\n | REPAIR PARTITION {partition_names | ALL}\n | REMOVE PARTITIONING\n | UPGRADE PARTITIONING\n\nindex_col_name:\n col_name [(length)] [ASC | DESC]\n\nindex_type:\n USING {BTREE | HASH}\n\nindex_option:\n KEY_BLOCK_SIZE [=] value\n | index_type\n | WITH PARSER parser_name\n | COMMENT \'string\'\n\ntable_options:\n table_option [[,] table_option] ... (see CREATE TABLE options)\n\npartition_options:\n (see CREATE TABLE options)\n\nALTER TABLE changes the structure of a table. For example, you can add\nor delete columns, create or destroy indexes, change the type of\nexisting columns, or rename columns or the table itself. You can also\nchange characteristics such as the storage engine used for the table or\nthe table comment.\n\no To use ALTER TABLE, you need ALTER, CREATE, and INSERT privileges for\n the table. Renaming a table requires ALTER and DROP on the old table,\n ALTER, CREATE, and INSERT on the new table.\n\no Following the table name, specify the alterations to be made. If none\n are given, ALTER TABLE does nothing.\n\no The syntax for many of the permissible alterations is similar to\n clauses of the CREATE TABLE statement. column_definition clauses use\n the same syntax for ADD and CHANGE as for CREATE TABLE. See [HELP\n CREATE TABLE], for more information.\n\no The word COLUMN is optional and can be omitted.\n\no You can issue multiple ADD, ALTER, DROP, and CHANGE clauses in a\n single ALTER TABLE statement, separated by commas. This is a MySQL\n extension to standard SQL, which permits only one of each clause per\n ALTER TABLE statement. For example, to drop multiple columns in a\n single statement, do this:\n\nALTER TABLE t2 DROP COLUMN c, DROP COLUMN d;\n\no Some operations may result in warnings if attempted on a table for\n which the storage engine does not support the operation. These\n warnings can be displayed with SHOW WARNINGS. See [HELP SHOW\n WARNINGS]. For information on troubleshooting ALTER TABLE, see\n http://dev.mysql.com/doc/refman/5.7/en/alter-table-problems.html.\n\no For usage examples, see\n http://dev.mysql.com/doc/refman/5.7/en/alter-table-examples.html.\n\no For information about generated columns, see\n http://dev.mysql.com/doc/refman/5.7/en/alter-table-generated-columns.\n html.\n\no With the mysql_info() C API function, you can find out how many rows\n were copied by ALTER TABLE. See\n http://dev.mysql.com/doc/refman/5.7/en/mysql-info.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/alter-table.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/alter-table.html'),(611,'CHAR BYTE',23,'The CHAR BYTE data type is an alias for the BINARY data type. This is a\ncompatibility feature.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(612,'ST_MLINEFROMTEXT',4,'ST_MLineFromText(wkt[, srid]), ST_MultiLineStringFromText(wkt[, srid])\n\nConstructs a MultiLineString value using its WKT representation and\nSRID.\n\nThe result is NULL if the geometry argument is NULL or not a\nsyntactically well-formed geometry, or if the SRID argument is NULL.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html'),(613,'>',20,'Syntax:\n>\n\nGreater than:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT 2 > 2;\n -> 0\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(614,'ANALYZE TABLE',21,'Syntax:\nANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE\n tbl_name [, tbl_name] ...\n\nANALYZE TABLE analyzes and stores the key distribution for a table.\nDuring the analysis, the table is locked with a read lock for InnoDB\nand MyISAM. This statement works with InnoDB, NDB, and MyISAM tables.\nFor MyISAM tables, this statement is equivalent to using myisamchk\n--analyze. This statement does not work with views.\n\nFor more information on how the analysis works within InnoDB, see\nhttp://dev.mysql.com/doc/refman/5.7/en/innodb-persistent-stats.html and\nhttp://dev.mysql.com/doc/refman/5.7/en/innodb-analyze-table-complexity.\nhtml. Also see\nhttp://dev.mysql.com/doc/refman/5.7/en/innodb-restrictions.html. In\nparticular, when you enable the innodb_stats_persistent option, you\nmust run ANALYZE TABLE after loading substantial data into an InnoDB\ntable, or creating a new index for one.\n\nMySQL uses the stored key distribution to decide the order in which\ntables should be joined when you perform a join on something other than\na constant. In addition, key distributions can be used when deciding\nwhich indexes to use for a specific table within a query.\n\nThis statement requires SELECT and INSERT privileges for the table.\n\nANALYZE TABLE is supported for partitioned tables, and you can use\nALTER TABLE ... ANALYZE PARTITION to analyze one or more partitions;\nfor more information, see [HELP ALTER TABLE], and\nhttp://dev.mysql.com/doc/refman/5.7/en/partitioning-maintenance.html.\n\nIn MySQL 5.7.1, gtid_next must be set to AUTOMATIC before issuing this\nstatement. This restriction does not apply in MySQL 5.7.2 or later.\n(Bug #16062608, Bug #16715809, Bug #69045)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/analyze-table.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/analyze-table.html'),(615,'ST_EXTERIORRING',2,'ST_ExteriorRing(poly)\n\nReturns the exterior ring of the Polygon value poly as a LineString.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html\n\n','mysql> SET @poly =\n -> \'Polygon((0 0,0 3,3 3,3 0,0 0),(1 1,1 2,2 2,2 1,1 1))\';\nmysql> SELECT ST_AsText(ST_ExteriorRing(ST_GeomFromText(@poly)));\n+----------------------------------------------------+\n| ST_AsText(ST_ExteriorRing(ST_GeomFromText(@poly))) |\n+----------------------------------------------------+\n| LINESTRING(0 0,0 3,3 3,3 0,0 0) |\n+----------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-polygon-property-functions.html'),(616,'FIELD',38,'Syntax:\nFIELD(str,str1,str2,str3,...)\n\nReturns the index (position) of str in the str1, str2, str3, ... list.\nReturns 0 if str is not found.\n\nIf all arguments to FIELD() are strings, all arguments are compared as\nstrings. If all arguments are numbers, they are compared as numbers.\nOtherwise, the arguments are compared as double.\n\nIf str is NULL, the return value is 0 because NULL fails equality\ncomparison with any value. FIELD() is the complement of ELT().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-functions.html\n\n','mysql> SELECT FIELD(\'ej\', \'Hej\', \'ej\', \'Heja\', \'hej\', \'foo\');\n -> 2\nmysql> SELECT FIELD(\'fo\', \'Hej\', \'ej\', \'Heja\', \'hej\', \'foo\');\n -> 0\n','http://dev.mysql.com/doc/refman/5.7/en/string-functions.html'),(617,'CONSTRAINT',40,'MySQL supports foreign keys, which let you cross-reference related data\nacross tables, and foreign key constraints, which help keep this\nspread-out data consistent. The essential syntax for a foreign key\nconstraint definition in a CREATE TABLE or ALTER TABLE statement looks\nlike this:\n\n[CONSTRAINT [symbol]] FOREIGN KEY\n [index_name] (index_col_name, ...)\n REFERENCES tbl_name (index_col_name,...)\n [ON DELETE reference_option]\n [ON UPDATE reference_option]\n\nreference_option:\n RESTRICT | CASCADE | SET NULL | NO ACTION | SET DEFAULT\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/create-table-foreign-keys.html\n\n','CREATE TABLE product (\n category INT NOT NULL, id INT NOT NULL,\n price DECIMAL,\n PRIMARY KEY(category, id)\n) ENGINE=INNODB;\n\nCREATE TABLE customer (\n id INT NOT NULL,\n PRIMARY KEY (id)\n) ENGINE=INNODB;\n\nCREATE TABLE product_order (\n no INT NOT NULL AUTO_INCREMENT,\n product_category INT NOT NULL,\n product_id INT NOT NULL,\n customer_id INT NOT NULL,\n\n PRIMARY KEY(no),\n INDEX (product_category, product_id),\n INDEX (customer_id),\n\n FOREIGN KEY (product_category, product_id)\n REFERENCES product(category, id)\n ON UPDATE CASCADE ON DELETE RESTRICT,\n\n FOREIGN KEY (customer_id)\n REFERENCES customer(id)\n) ENGINE=INNODB;\n','http://dev.mysql.com/doc/refman/5.7/en/create-table-foreign-keys.html'),(618,'CREATE_ASYMMETRIC_PRIV_KEY',7,'Syntax:\nCREATE_ASYMMETRIC_PRIV_KEY(algorithm, {key_len|dh_secret})\n\nCreates a private key using the given algorithm and key length or DH\nsecret, and returns the key as a binary string in PEM format. If key\ngeneration fails, the result is NULL.\n\nSupported algorithm values: \'RSA\', \'DSA\', \'DH\'\n\nSupported key_len values: The minimum key length in bits is 1,024. The\nmaximum key length depends on the algorithm: 16,384 for RSA and 10,000\nfor DSA. These key-length limits are constraints imposed by OpenSSL.\nServer administrators can impose additional limits on maximum key\nlength by setting environment variables. See\nhttp://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-usage.html\n.\n\nFor DH keys, pass a shared DH secret instead of a key length. To create\nthe secret, pass the key length to CREATE_DH_PARAMETERS().\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html\n\n','SET @priv = CREATE_ASYMMETRIC_PRIV_KEY(\'DSA\', 2048);\nSET @pub = CREATE_ASYMMETRIC_PUB_KEY(\'DSA\', @priv);\n','http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-functions.html'),(619,'ALTER TABLESPACE',40,'Syntax:\nALTER TABLESPACE tablespace_name\n {ADD|DROP} DATAFILE \'file_name\'\n [INITIAL_SIZE [=] size]\n [WAIT]\n ENGINE [=] engine_name\n\nThis statement can be used either to add a new data file, or to drop a\ndata file from a tablespace.\n\nThe ADD DATAFILE variant enables you to specify an initial size using\nan INITIAL_SIZE clause, where size is measured in bytes; the default\nvalue is 134217728 (128 MB). You may optionally follow size with a\none-letter abbreviation for an order of magnitude, similar to those\nused in my.cnf. Generally, this is one of the letters M (megabytes) or\nG (gigabytes).\n\n*Note*:\n\nAll MySQL Cluster Disk Data objects share the same namespace. This\nmeans that each Disk Data object must be uniquely named (and not merely\neach Disk Data object of a given type). For example, you cannot have a\ntablespace and an data file with the same name, or an undo log file and\na tablespace with the same name.\n\nOn 32-bit systems, the maximum supported value for INITIAL_SIZE is\n4294967296 (4 GB). (Bug #29186)\n\nINITIAL_SIZE is rounded, explicitly, as for CREATE TABLESPACE.\n\nOnce a data file has been created, its size cannot be changed; however,\nyou can add more data files to the tablespace using additional ALTER\nTABLESPACE ... ADD DATAFILE statements.\n\nUsing DROP DATAFILE with ALTER TABLESPACE drops the data file\n\'file_name\' from the tablespace. You cannot drop a data file from a\ntablespace which is in use by any table; in other words, the data file\nmust be empty (no extents used). See\nhttp://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-disk-data-objects.\nhtml. In addition, any data file to be dropped must previously have\nbeen added to the tablespace with CREATE TABLESPACE or ALTER\nTABLESPACE.\n\nBoth ALTER TABLESPACE ... ADD DATAFILE and ALTER TABLESPACE ... DROP\nDATAFILE require an ENGINE clause which specifies the storage engine\nused by the tablespace. Currently, the only accepted values for\nengine_name are NDB and NDBCLUSTER.\n\nWAIT is parsed but otherwise ignored, and so has no effect in MySQL\n5.7. It is intended for future expansion.\n\nWhen ALTER TABLESPACE ... ADD DATAFILE is used with ENGINE = NDB, a\ndata file is created on each Cluster data node. You can verify that the\ndata files were created and obtain information about them by querying\nthe INFORMATION_SCHEMA.FILES table. For example, the following query\nshows all data files belonging to the tablespace named newts:\n\nmysql> SELECT LOGFILE_GROUP_NAME, FILE_NAME, EXTRA\n -> FROM INFORMATION_SCHEMA.FILES\n -> WHERE TABLESPACE_NAME = \'newts\' AND FILE_TYPE = \'DATAFILE\';\n+--------------------+--------------+----------------+\n| LOGFILE_GROUP_NAME | FILE_NAME | EXTRA |\n+--------------------+--------------+----------------+\n| lg_3 | newdata.dat | CLUSTER_NODE=3 |\n| lg_3 | newdata.dat | CLUSTER_NODE=4 |\n| lg_3 | newdata2.dat | CLUSTER_NODE=3 |\n| lg_3 | newdata2.dat | CLUSTER_NODE=4 |\n+--------------------+--------------+----------------+\n2 rows in set (0.03 sec)\n\nSee http://dev.mysql.com/doc/refman/5.7/en/files-table.html.\n\nALTER TABLESPACE is useful only with Disk Data storage for MySQL\nCluster. See\nhttp://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-disk-data.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/alter-tablespace.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/alter-tablespace.html'),(620,'ENUM',23,'ENUM(\'value1\',\'value2\',...) [CHARACTER SET charset_name] [COLLATE\ncollation_name]\n\nAn enumeration. A string object that can have only one value, chosen\nfrom the list of values \'value1\', \'value2\', ..., NULL or the special \'\'\nerror value. ENUM values are represented internally as integers.\n\nAn ENUM column can have a maximum of 65,535 distinct elements. (The\npractical limit is less than 3000.) A table can have no more than 255\nunique element list definitions among its ENUM and SET columns\nconsidered as a group. For more information on these limits, see\nhttp://dev.mysql.com/doc/refman/5.7/en/limits-frm-file.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(621,'ST_LENGTH',13,'ST_Length(ls)\n\nReturns a double-precision number indicating the length of the\nLineString or MultiLineString value ls in its associated spatial\nreference. The length of a MultiLineString value is equal to the sum of\nthe lengths of its elements.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html\n\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT ST_Length(ST_GeomFromText(@ls));\n+---------------------------------+\n| ST_Length(ST_GeomFromText(@ls)) |\n+---------------------------------+\n| 2.8284271247461903 |\n+---------------------------------+\n\nmysql> SET @mls = \'MultiLineString((1 1,2 2,3 3),(4 4,5 5))\';\nmysql> SELECT ST_Length(ST_GeomFromText(@mls));\n+----------------------------------+\n| ST_Length(ST_GeomFromText(@mls)) |\n+----------------------------------+\n| 4.242640687119286 |\n+----------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/gis-linestring-property-functions.html'),(622,'STRCMP',38,'Syntax:\nSTRCMP(expr1,expr2)\n\nSTRCMP() returns 0 if the strings are the same, -1 if the first\nargument is smaller than the second according to the current sort\norder, and 1 otherwise.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-comparison-functions.html\n\n','mysql> SELECT STRCMP(\'text\', \'text2\');\n -> -1\nmysql> SELECT STRCMP(\'text2\', \'text\');\n -> 1\nmysql> SELECT STRCMP(\'text\', \'text\');\n -> 0\n','http://dev.mysql.com/doc/refman/5.7/en/string-comparison-functions.html'),(623,'INSERT DELAYED',28,'Syntax:\nINSERT DELAYED ...\n\nThe DELAYED option for the INSERT statement is a MySQL extension to\nstandard SQL. In previous versions of MySQL, it can be used for certain\nkinds of tables (such as MyISAM), such that when a client uses INSERT\nDELAYED, it gets an okay from the server at once, and the row is queued\nto be inserted when the table is not in use by any other thread.\n\nDELAYED inserts and replaces were deprecated in MySQL 5.6.6. In MySQL\n5.7, DELAYED is not supported. The server recognizes but ignores the\nDELAYED keyword, handles the insert as a nondelayed insert, and\ngenerates an ER_WARN_LEGACY_SYNTAX_CONVERTED warning (\"INSERT DELAYED\nis no longer supported. The statement was converted to INSERT\"). The\nDELAYED keyword is scheduled for removal in a future release.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/insert-delayed.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/insert-delayed.html'),(624,'SHOW PROCEDURE CODE',27,'Syntax:\nSHOW PROCEDURE CODE proc_name\n\nThis statement is a MySQL extension that is available only for servers\nthat have been built with debugging support. It displays a\nrepresentation of the internal implementation of the named stored\nprocedure. A similar statement, SHOW FUNCTION CODE, displays\ninformation about stored functions (see [HELP SHOW FUNCTION CODE]).\n\nTo use either statement, you must be the owner of the routine or have\nSELECT access to the mysql.proc table.\n\nIf the named routine is available, each statement produces a result\nset. Each row in the result set corresponds to one \"instruction\" in the\nroutine. The first column is Pos, which is an ordinal number beginning\nwith 0. The second column is Instruction, which contains an SQL\nstatement (usually changed from the original source), or a directive\nwhich has meaning only to the stored-routine handler.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-procedure-code.html\n\n','mysql> DELIMITER //\nmysql> CREATE PROCEDURE p1 ()\n -> BEGIN\n -> DECLARE fanta INT DEFAULT 55;\n -> DROP TABLE t2;\n -> LOOP\n -> INSERT INTO t3 VALUES (fanta);\n -> END LOOP;\n -> END//\nQuery OK, 0 rows affected (0.00 sec)\n\nmysql> SHOW PROCEDURE CODE p1//\n+-----+----------------------------------------+\n| Pos | Instruction |\n+-----+----------------------------------------+\n| 0 | set fanta@0 55 |\n| 1 | stmt 9 \"DROP TABLE t2\" |\n| 2 | stmt 5 \"INSERT INTO t3 VALUES (fanta)\" |\n| 3 | jump 2 |\n+-----+----------------------------------------+\n4 rows in set (0.00 sec)\n','http://dev.mysql.com/doc/refman/5.7/en/show-procedure-code.html'),(625,'MEDIUMTEXT',23,'MEDIUMTEXT [CHARACTER SET charset_name] [COLLATE collation_name]\n\nA TEXT column with a maximum length of 16,777,215 (224 − 1)\ncharacters. The effective maximum length is less if the value contains\nmultibyte characters. Each MEDIUMTEXT value is stored using a 3-byte\nlength prefix that indicates the number of bytes in the value.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html'),(626,'SHOW COLLATION',27,'Syntax:\nSHOW COLLATION\n [LIKE \'pattern\' | WHERE expr]\n\nThis statement lists collations supported by the server. By default,\nthe output from SHOW COLLATION includes all available collations. The\nLIKE clause, if present, indicates which collation names to match. The\nWHERE clause can be given to select rows using more general conditions,\nas discussed in\nhttp://dev.mysql.com/doc/refman/5.7/en/extended-show.html. For example:\n\nmysql> SHOW COLLATION WHERE Charset = \'latin1\';\n+-------------------+---------+----+---------+----------+---------+\n| Collation | Charset | Id | Default | Compiled | Sortlen |\n+-------------------+---------+----+---------+----------+---------+\n| latin1_german1_ci | latin1 | 5 | | Yes | 1 |\n| latin1_swedish_ci | latin1 | 8 | Yes | Yes | 1 |\n| latin1_danish_ci | latin1 | 15 | | Yes | 1 |\n| latin1_german2_ci | latin1 | 31 | | Yes | 2 |\n| latin1_bin | latin1 | 47 | | Yes | 1 |\n| latin1_general_ci | latin1 | 48 | | Yes | 1 |\n| latin1_general_cs | latin1 | 49 | | Yes | 1 |\n| latin1_spanish_ci | latin1 | 94 | | Yes | 1 |\n+-------------------+---------+----+---------+----------+---------+\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/show-collation.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/show-collation.html'),(627,'LOG',3,'Syntax:\nLOG(X), LOG(B,X)\n\nIf called with one parameter, this function returns the natural\nlogarithm of X. If X is less than or equal to 0.0E0, the function\nreturns NULL and (as of MySQL 5.7.4) a warning \"Invalid argument for\nlogarithm\" is reported.\n\nThe inverse of this function (when called with a single argument) is\nthe EXP() function.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT LOG(2);\n -> 0.69314718055995\nmysql> SELECT LOG(-2);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(628,'!=',20,'Syntax:\n<>, !=\n\nNot equal:\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT \'.01\' <> \'0.01\';\n -> 1\nmysql> SELECT .01 <> \'0.01\';\n -> 0\nmysql> SELECT \'zapp\' <> \'zappp\';\n -> 1\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(629,'WHILE',24,'Syntax:\n[begin_label:] WHILE search_condition DO\n statement_list\nEND WHILE [end_label]\n\nThe statement list within a WHILE statement is repeated as long as the\nsearch_condition expression is true. statement_list consists of one or\nmore SQL statements, each terminated by a semicolon (;) statement\ndelimiter.\n\nA WHILE statement can be labeled. For the rules regarding label use,\nsee [HELP labels].\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/while.html\n\n','CREATE PROCEDURE dowhile()\nBEGIN\n DECLARE v1 INT DEFAULT 5;\n\n WHILE v1 > 0 DO\n ...\n SET v1 = v1 - 1;\n END WHILE;\nEND;\n','http://dev.mysql.com/doc/refman/5.7/en/while.html'),(630,'JSON_APPEND',7,'JSON_APPEND(json_doc, path, val[, path, val] ...)\n\nAppends values to the end of the indicated arrays within a JSON\ndocument and returns the result. This function was renamed to\nJSON_ARRAY_APPEND() in MySQL 5.7.9.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html\n\n','','http://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html'),(631,'JSON_LENGTH',7,'JSON_LENGTH(json_doc[, path])\n\nReturns the length of JSON document, or, if a path argument is given,\nthe length of the value within the document identified by the path.\nReturns NULL if any argument is NULL or the path argument does not\nidentify a value in the document. An error occurs if the json_doc\nargument is not a valid JSON document or the path argument is not a\nvalid path expression or contains a * or ** wildcard.\n\nThe length of a document is determined as follows:\n\no The length of a scalar is 1.\n\no The length of an array is the number of array elements.\n\no The length of an object is the number of object members.\n\no The length does not count the length of nested arrays or objects.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/json-attribute-functions.html\n\n','mysql> SELECT JSON_LENGTH(\'[1, 2, {\"a\": 3}]\');\n+---------------------------------+\n| JSON_LENGTH(\'[1, 2, {\"a\": 3}]\') |\n+---------------------------------+\n| 3 |\n+---------------------------------+\nmysql> SELECT JSON_LENGTH(\'{\"a\": 1, \"b\": {\"c\": 30}}\');\n+-----------------------------------------+\n| JSON_LENGTH(\'{\"a\": 1, \"b\": {\"c\": 30}}\') |\n+-----------------------------------------+\n| 2 |\n+-----------------------------------------+\nmysql> SELECT JSON_LENGTH(\'{\"a\": 1, \"b\": {\"c\": 30}}\', \'$.b\');\n+------------------------------------------------+\n| JSON_LENGTH(\'{\"a\": 1, \"b\": {\"c\": 30}}\', \'$.b\') |\n+------------------------------------------------+\n| 1 |\n+------------------------------------------------+\n','http://dev.mysql.com/doc/refman/5.7/en/json-attribute-functions.html'),(632,'DAYNAME',32,'Syntax:\nDAYNAME(date)\n\nReturns the name of the weekday for date. The language used for the\nname is controlled by the value of the lc_time_names system variable\n(http://dev.mysql.com/doc/refman/5.7/en/locale-support.html).\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html\n\n','mysql> SELECT DAYNAME(\'2007-02-03\');\n -> \'Saturday\'\n','http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html'),(633,'RADIANS',3,'Syntax:\nRADIANS(X)\n\nReturns the argument X, converted from degrees to radians. (Note that\nπ radians equals 180 degrees.)\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html\n\n','mysql> SELECT RADIANS(90);\n -> 1.5707963267949\n','http://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html'),(634,'COLLATION',17,'Syntax:\nCOLLATION(str)\n\nReturns the collation of the string argument.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','mysql> SELECT COLLATION(\'abc\');\n -> \'latin1_swedish_ci\'\nmysql> SELECT COLLATION(_utf8\'abc\');\n -> \'utf8_general_ci\'\n','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'),(635,'COALESCE',20,'Syntax:\nCOALESCE(value,...)\n\nReturns the first non-NULL value in the list, or NULL if there are no\nnon-NULL values.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html\n\n','mysql> SELECT COALESCE(NULL,1);\n -> 1\nmysql> SELECT COALESCE(NULL,NULL,NULL);\n -> NULL\n','http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html'),(636,'VERSION',17,'Syntax:\nVERSION()\n\nReturns a string that indicates the MySQL server version. The string\nuses the utf8 character set. The value might have a suffix in addition\nto the version number. See the description of the version system\nvariable in\nhttp://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html.\n\nURL: http://dev.mysql.com/doc/refman/5.7/en/information-functions.html\n\n','mysql> SELECT VERSION();\n -> \'5.7.19-standard\'\n','http://dev.mysql.com/doc/refman/5.7/en/information-functions.html'); /*!40000 ALTER TABLE `help_topic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `innodb_index_stats` -- DROP TABLE IF EXISTS `innodb_index_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `innodb_index_stats` ( `database_name` varchar(64) COLLATE utf8_bin NOT NULL, `table_name` varchar(64) COLLATE utf8_bin NOT NULL, `index_name` varchar(64) COLLATE utf8_bin NOT NULL, `last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `stat_name` varchar(64) COLLATE utf8_bin NOT NULL, `stat_value` bigint(20) unsigned NOT NULL, `sample_size` bigint(20) unsigned DEFAULT NULL, `stat_description` varchar(1024) COLLATE utf8_bin NOT NULL, PRIMARY KEY (`database_name`,`table_name`,`index_name`,`stat_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin STATS_PERSISTENT=0; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `innodb_index_stats` -- LOCK TABLES `innodb_index_stats` WRITE; /*!40000 ALTER TABLE `innodb_index_stats` DISABLE KEYS */; INSERT INTO `innodb_index_stats` VALUES ('mysql','gtid_executed','PRIMARY','2017-07-16 22:58:19','n_diff_pfx01',0,1,'source_uuid'),('mysql','gtid_executed','PRIMARY','2017-07-16 22:58:19','n_diff_pfx02',0,1,'source_uuid,interval_start'),('mysql','gtid_executed','PRIMARY','2017-07-16 22:58:19','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('mysql','gtid_executed','PRIMARY','2017-07-16 22:58:19','size',1,NULL,'Number of pages in the index'),('openmrs','allergy','PRIMARY','2017-07-16 23:39:40','n_diff_pfx01',0,1,'allergy_id'),('openmrs','allergy','PRIMARY','2017-07-16 23:39:40','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','allergy','PRIMARY','2017-07-16 23:39:40','size',1,NULL,'Number of pages in the index'),('openmrs','allergy','allergy_changed_by_fk','2017-07-16 23:39:40','n_diff_pfx01',0,1,'changed_by'),('openmrs','allergy','allergy_changed_by_fk','2017-07-16 23:39:40','n_diff_pfx02',0,1,'changed_by,allergy_id'),('openmrs','allergy','allergy_changed_by_fk','2017-07-16 23:39:40','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','allergy','allergy_changed_by_fk','2017-07-16 23:39:40','size',1,NULL,'Number of pages in the index'),('openmrs','allergy','allergy_coded_allergen_fk','2017-07-16 23:39:40','n_diff_pfx01',0,1,'coded_allergen'),('openmrs','allergy','allergy_coded_allergen_fk','2017-07-16 23:39:40','n_diff_pfx02',0,1,'coded_allergen,allergy_id'),('openmrs','allergy','allergy_coded_allergen_fk','2017-07-16 23:39:40','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','allergy','allergy_coded_allergen_fk','2017-07-16 23:39:40','size',1,NULL,'Number of pages in the index'),('openmrs','allergy','allergy_creator_fk','2017-07-16 23:39:40','n_diff_pfx01',0,1,'creator'),('openmrs','allergy','allergy_creator_fk','2017-07-16 23:39:40','n_diff_pfx02',0,1,'creator,allergy_id'),('openmrs','allergy','allergy_creator_fk','2017-07-16 23:39:40','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','allergy','allergy_creator_fk','2017-07-16 23:39:40','size',1,NULL,'Number of pages in the index'),('openmrs','allergy','allergy_id','2017-07-16 23:39:40','n_diff_pfx01',0,1,'allergy_id'),('openmrs','allergy','allergy_id','2017-07-16 23:39:40','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','allergy','allergy_id','2017-07-16 23:39:40','size',1,NULL,'Number of pages in the index'),('openmrs','allergy','allergy_patient_id_fk','2017-07-16 23:39:40','n_diff_pfx01',0,1,'patient_id'),('openmrs','allergy','allergy_patient_id_fk','2017-07-16 23:39:40','n_diff_pfx02',0,1,'patient_id,allergy_id'),('openmrs','allergy','allergy_patient_id_fk','2017-07-16 23:39:40','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','allergy','allergy_patient_id_fk','2017-07-16 23:39:40','size',1,NULL,'Number of pages in the index'),('openmrs','allergy','allergy_severity_concept_id_fk','2017-07-16 23:39:40','n_diff_pfx01',0,1,'severity_concept_id'),('openmrs','allergy','allergy_severity_concept_id_fk','2017-07-16 23:39:40','n_diff_pfx02',0,1,'severity_concept_id,allergy_id'),('openmrs','allergy','allergy_severity_concept_id_fk','2017-07-16 23:39:40','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','allergy','allergy_severity_concept_id_fk','2017-07-16 23:39:40','size',1,NULL,'Number of pages in the index'),('openmrs','allergy','allergy_voided_by_fk','2017-07-16 23:39:40','n_diff_pfx01',0,1,'voided_by'),('openmrs','allergy','allergy_voided_by_fk','2017-07-16 23:39:40','n_diff_pfx02',0,1,'voided_by,allergy_id'),('openmrs','allergy','allergy_voided_by_fk','2017-07-16 23:39:40','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','allergy','allergy_voided_by_fk','2017-07-16 23:39:40','size',1,NULL,'Number of pages in the index'),('openmrs','allergy_reaction','PRIMARY','2017-07-16 23:39:41','n_diff_pfx01',0,1,'allergy_reaction_id'),('openmrs','allergy_reaction','PRIMARY','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','allergy_reaction','PRIMARY','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','allergy_reaction','allergy_reaction_allergy_id_fk','2017-07-16 23:39:41','n_diff_pfx01',0,1,'allergy_id'),('openmrs','allergy_reaction','allergy_reaction_allergy_id_fk','2017-07-16 23:39:41','n_diff_pfx02',0,1,'allergy_id,allergy_reaction_id'),('openmrs','allergy_reaction','allergy_reaction_allergy_id_fk','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','allergy_reaction','allergy_reaction_allergy_id_fk','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','allergy_reaction','allergy_reaction_id','2017-07-16 23:39:41','n_diff_pfx01',0,1,'allergy_reaction_id'),('openmrs','allergy_reaction','allergy_reaction_id','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','allergy_reaction','allergy_reaction_id','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','allergy_reaction','allergy_reaction_reaction_concept_id_fk','2017-07-16 23:39:41','n_diff_pfx01',0,1,'reaction_concept_id'),('openmrs','allergy_reaction','allergy_reaction_reaction_concept_id_fk','2017-07-16 23:39:41','n_diff_pfx02',0,1,'reaction_concept_id,allergy_reaction_id'),('openmrs','allergy_reaction','allergy_reaction_reaction_concept_id_fk','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','allergy_reaction','allergy_reaction_reaction_concept_id_fk','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','care_setting','PRIMARY','2017-07-16 23:39:26','n_diff_pfx01',2,1,'care_setting_id'),('openmrs','care_setting','PRIMARY','2017-07-16 23:39:26','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','care_setting','PRIMARY','2017-07-16 23:39:26','size',1,NULL,'Number of pages in the index'),('openmrs','care_setting','care_setting_changed_by','2017-07-16 23:39:26','n_diff_pfx01',1,1,'changed_by'),('openmrs','care_setting','care_setting_changed_by','2017-07-16 23:39:26','n_diff_pfx02',2,1,'changed_by,care_setting_id'),('openmrs','care_setting','care_setting_changed_by','2017-07-16 23:39:26','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','care_setting','care_setting_changed_by','2017-07-16 23:39:26','size',1,NULL,'Number of pages in the index'),('openmrs','care_setting','care_setting_creator','2017-07-16 23:39:26','n_diff_pfx01',1,1,'creator'),('openmrs','care_setting','care_setting_creator','2017-07-16 23:39:26','n_diff_pfx02',2,1,'creator,care_setting_id'),('openmrs','care_setting','care_setting_creator','2017-07-16 23:39:26','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','care_setting','care_setting_creator','2017-07-16 23:39:26','size',1,NULL,'Number of pages in the index'),('openmrs','care_setting','care_setting_retired_by','2017-07-16 23:39:26','n_diff_pfx01',1,1,'retired_by'),('openmrs','care_setting','care_setting_retired_by','2017-07-16 23:39:26','n_diff_pfx02',2,1,'retired_by,care_setting_id'),('openmrs','care_setting','care_setting_retired_by','2017-07-16 23:39:26','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','care_setting','care_setting_retired_by','2017-07-16 23:39:26','size',1,NULL,'Number of pages in the index'),('openmrs','care_setting','name','2017-07-16 23:39:26','n_diff_pfx01',2,1,'name'),('openmrs','care_setting','name','2017-07-16 23:39:26','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','care_setting','name','2017-07-16 23:39:26','size',1,NULL,'Number of pages in the index'),('openmrs','care_setting','uuid','2017-07-16 23:39:26','n_diff_pfx01',2,1,'uuid'),('openmrs','care_setting','uuid','2017-07-16 23:39:26','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','care_setting','uuid','2017-07-16 23:39:26','size',1,NULL,'Number of pages in the index'),('openmrs','clob_datatype_storage','PRIMARY','2017-07-16 23:38:45','n_diff_pfx01',0,1,'id'),('openmrs','clob_datatype_storage','PRIMARY','2017-07-16 23:38:45','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','clob_datatype_storage','PRIMARY','2017-07-16 23:38:45','size',1,NULL,'Number of pages in the index'),('openmrs','clob_datatype_storage','clob_datatype_storage_uuid_index','2017-07-16 23:38:45','n_diff_pfx01',0,1,'uuid'),('openmrs','clob_datatype_storage','clob_datatype_storage_uuid_index','2017-07-16 23:38:45','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','clob_datatype_storage','clob_datatype_storage_uuid_index','2017-07-16 23:38:45','size',1,NULL,'Number of pages in the index'),('openmrs','clob_datatype_storage','uuid','2017-07-16 23:38:45','n_diff_pfx01',0,1,'uuid'),('openmrs','clob_datatype_storage','uuid','2017-07-16 23:38:45','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','clob_datatype_storage','uuid','2017-07-16 23:38:45','size',1,NULL,'Number of pages in the index'),('openmrs','cohort','PRIMARY','2017-07-16 23:39:49','n_diff_pfx01',0,1,'cohort_id'),('openmrs','cohort','PRIMARY','2017-07-16 23:39:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','cohort','PRIMARY','2017-07-16 23:39:49','size',1,NULL,'Number of pages in the index'),('openmrs','cohort','cohort_creator','2017-07-16 23:39:49','n_diff_pfx01',0,1,'creator'),('openmrs','cohort','cohort_creator','2017-07-16 23:39:49','n_diff_pfx02',0,1,'creator,cohort_id'),('openmrs','cohort','cohort_creator','2017-07-16 23:39:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','cohort','cohort_creator','2017-07-16 23:39:49','size',1,NULL,'Number of pages in the index'),('openmrs','cohort','cohort_uuid_index','2017-07-16 23:39:49','n_diff_pfx01',0,1,'uuid'),('openmrs','cohort','cohort_uuid_index','2017-07-16 23:39:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','cohort','cohort_uuid_index','2017-07-16 23:39:49','size',1,NULL,'Number of pages in the index'),('openmrs','cohort','user_who_changed_cohort','2017-07-16 23:39:49','n_diff_pfx01',0,1,'changed_by'),('openmrs','cohort','user_who_changed_cohort','2017-07-16 23:39:49','n_diff_pfx02',0,1,'changed_by,cohort_id'),('openmrs','cohort','user_who_changed_cohort','2017-07-16 23:39:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','cohort','user_who_changed_cohort','2017-07-16 23:39:49','size',1,NULL,'Number of pages in the index'),('openmrs','cohort','user_who_voided_cohort','2017-07-16 23:39:49','n_diff_pfx01',0,1,'voided_by'),('openmrs','cohort','user_who_voided_cohort','2017-07-16 23:39:49','n_diff_pfx02',0,1,'voided_by,cohort_id'),('openmrs','cohort','user_who_voided_cohort','2017-07-16 23:39:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','cohort','user_who_voided_cohort','2017-07-16 23:39:49','size',1,NULL,'Number of pages in the index'),('openmrs','cohort_member','PRIMARY','2017-07-16 23:40:27','n_diff_pfx01',0,1,'cohort_member_id'),('openmrs','cohort_member','PRIMARY','2017-07-16 23:40:27','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','cohort_member','PRIMARY','2017-07-16 23:40:27','size',1,NULL,'Number of pages in the index'),('openmrs','cohort_member','cohort_member_creator','2017-07-16 23:40:27','n_diff_pfx01',0,1,'creator'),('openmrs','cohort_member','cohort_member_creator','2017-07-16 23:40:27','n_diff_pfx02',0,1,'creator,cohort_member_id'),('openmrs','cohort_member','cohort_member_creator','2017-07-16 23:40:27','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','cohort_member','cohort_member_creator','2017-07-16 23:40:27','size',1,NULL,'Number of pages in the index'),('openmrs','cohort_member','member_patient','2017-07-16 23:40:27','n_diff_pfx01',0,1,'patient_id'),('openmrs','cohort_member','member_patient','2017-07-16 23:40:27','n_diff_pfx02',0,1,'patient_id,cohort_member_id'),('openmrs','cohort_member','member_patient','2017-07-16 23:40:27','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','cohort_member','member_patient','2017-07-16 23:40:27','size',1,NULL,'Number of pages in the index'),('openmrs','cohort_member','parent_cohort','2017-07-16 23:40:27','n_diff_pfx01',0,1,'cohort_id'),('openmrs','cohort_member','parent_cohort','2017-07-16 23:40:27','n_diff_pfx02',0,1,'cohort_id,cohort_member_id'),('openmrs','cohort_member','parent_cohort','2017-07-16 23:40:27','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','cohort_member','parent_cohort','2017-07-16 23:40:27','size',1,NULL,'Number of pages in the index'),('openmrs','cohort_member','uuid','2017-07-16 23:40:27','n_diff_pfx01',0,1,'uuid'),('openmrs','cohort_member','uuid','2017-07-16 23:40:27','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','cohort_member','uuid','2017-07-16 23:40:27','size',1,NULL,'Number of pages in the index'),('openmrs','concept','PRIMARY','2017-07-16 23:39:51','n_diff_pfx01',2449,15,'concept_id'),('openmrs','concept','PRIMARY','2017-07-16 23:39:51','n_leaf_pages',15,NULL,'Number of leaf pages in the index'),('openmrs','concept','PRIMARY','2017-07-16 23:39:51','size',16,NULL,'Number of pages in the index'),('openmrs','concept','concept_classes','2017-07-16 23:39:51','n_diff_pfx01',15,3,'class_id'),('openmrs','concept','concept_classes','2017-07-16 23:39:51','n_diff_pfx02',2449,3,'class_id,concept_id'),('openmrs','concept','concept_classes','2017-07-16 23:39:51','n_leaf_pages',3,NULL,'Number of leaf pages in the index'),('openmrs','concept','concept_classes','2017-07-16 23:39:51','size',4,NULL,'Number of pages in the index'),('openmrs','concept','concept_creator','2017-07-16 23:39:51','n_diff_pfx01',1,3,'creator'),('openmrs','concept','concept_creator','2017-07-16 23:39:51','n_diff_pfx02',2449,3,'creator,concept_id'),('openmrs','concept','concept_creator','2017-07-16 23:39:51','n_leaf_pages',3,NULL,'Number of leaf pages in the index'),('openmrs','concept','concept_creator','2017-07-16 23:39:51','size',4,NULL,'Number of pages in the index'),('openmrs','concept','concept_datatypes','2017-07-16 23:39:51','n_diff_pfx01',7,3,'datatype_id'),('openmrs','concept','concept_datatypes','2017-07-16 23:39:51','n_diff_pfx02',2449,3,'datatype_id,concept_id'),('openmrs','concept','concept_datatypes','2017-07-16 23:39:51','n_leaf_pages',3,NULL,'Number of leaf pages in the index'),('openmrs','concept','concept_datatypes','2017-07-16 23:39:51','size',4,NULL,'Number of pages in the index'),('openmrs','concept','concept_uuid_index','2017-07-16 23:39:51','n_diff_pfx01',2449,8,'uuid'),('openmrs','concept','concept_uuid_index','2017-07-16 23:39:51','n_leaf_pages',8,NULL,'Number of leaf pages in the index'),('openmrs','concept','concept_uuid_index','2017-07-16 23:39:51','size',9,NULL,'Number of pages in the index'),('openmrs','concept','user_who_changed_concept','2017-07-16 23:39:51','n_diff_pfx01',2,2,'changed_by'),('openmrs','concept','user_who_changed_concept','2017-07-16 23:39:51','n_diff_pfx02',2449,2,'changed_by,concept_id'),('openmrs','concept','user_who_changed_concept','2017-07-16 23:39:51','n_leaf_pages',2,NULL,'Number of leaf pages in the index'),('openmrs','concept','user_who_changed_concept','2017-07-16 23:39:51','size',3,NULL,'Number of pages in the index'),('openmrs','concept','user_who_retired_concept','2017-07-16 23:39:51','n_diff_pfx01',1,2,'retired_by'),('openmrs','concept','user_who_retired_concept','2017-07-16 23:39:51','n_diff_pfx02',2449,2,'retired_by,concept_id'),('openmrs','concept','user_who_retired_concept','2017-07-16 23:39:51','n_leaf_pages',2,NULL,'Number of leaf pages in the index'),('openmrs','concept','user_who_retired_concept','2017-07-16 23:39:51','size',3,NULL,'Number of pages in the index'),('openmrs','concept_answer','PRIMARY','2017-07-16 23:39:51','n_diff_pfx01',843,5,'concept_answer_id'),('openmrs','concept_answer','PRIMARY','2017-07-16 23:39:51','n_leaf_pages',5,NULL,'Number of leaf pages in the index'),('openmrs','concept_answer','PRIMARY','2017-07-16 23:39:51','size',6,NULL,'Number of pages in the index'),('openmrs','concept_answer','answer','2017-07-16 23:39:51','n_diff_pfx01',424,1,'answer_concept'),('openmrs','concept_answer','answer','2017-07-16 23:39:51','n_diff_pfx02',843,1,'answer_concept,concept_answer_id'),('openmrs','concept_answer','answer','2017-07-16 23:39:51','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_answer','answer','2017-07-16 23:39:51','size',1,NULL,'Number of pages in the index'),('openmrs','concept_answer','answer_answer_drug_fk','2017-07-16 23:39:51','n_diff_pfx01',7,1,'answer_drug'),('openmrs','concept_answer','answer_answer_drug_fk','2017-07-16 23:39:51','n_diff_pfx02',843,1,'answer_drug,concept_answer_id'),('openmrs','concept_answer','answer_answer_drug_fk','2017-07-16 23:39:51','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_answer','answer_answer_drug_fk','2017-07-16 23:39:51','size',1,NULL,'Number of pages in the index'),('openmrs','concept_answer','answer_creator','2017-07-16 23:39:51','n_diff_pfx01',1,1,'creator'),('openmrs','concept_answer','answer_creator','2017-07-16 23:39:51','n_diff_pfx02',843,1,'creator,concept_answer_id'),('openmrs','concept_answer','answer_creator','2017-07-16 23:39:51','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_answer','answer_creator','2017-07-16 23:39:51','size',1,NULL,'Number of pages in the index'),('openmrs','concept_answer','answers_for_concept','2017-07-16 23:39:51','n_diff_pfx01',140,1,'concept_id'),('openmrs','concept_answer','answers_for_concept','2017-07-16 23:39:51','n_diff_pfx02',843,1,'concept_id,concept_answer_id'),('openmrs','concept_answer','answers_for_concept','2017-07-16 23:39:51','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_answer','answers_for_concept','2017-07-16 23:39:51','size',1,NULL,'Number of pages in the index'),('openmrs','concept_answer','concept_answer_uuid_index','2017-07-16 23:39:51','n_diff_pfx01',843,3,'uuid'),('openmrs','concept_answer','concept_answer_uuid_index','2017-07-16 23:39:51','n_leaf_pages',3,NULL,'Number of leaf pages in the index'),('openmrs','concept_answer','concept_answer_uuid_index','2017-07-16 23:39:51','size',4,NULL,'Number of pages in the index'),('openmrs','concept_attribute','PRIMARY','2017-07-16 23:40:22','n_diff_pfx01',0,1,'concept_attribute_id'),('openmrs','concept_attribute','PRIMARY','2017-07-16 23:40:22','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_attribute','PRIMARY','2017-07-16 23:40:22','size',1,NULL,'Number of pages in the index'),('openmrs','concept_attribute','concept_attribute_attribute_type_id_fk','2017-07-16 23:40:22','n_diff_pfx01',0,1,'attribute_type_id'),('openmrs','concept_attribute','concept_attribute_attribute_type_id_fk','2017-07-16 23:40:22','n_diff_pfx02',0,1,'attribute_type_id,concept_attribute_id'),('openmrs','concept_attribute','concept_attribute_attribute_type_id_fk','2017-07-16 23:40:22','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_attribute','concept_attribute_attribute_type_id_fk','2017-07-16 23:40:22','size',1,NULL,'Number of pages in the index'),('openmrs','concept_attribute','concept_attribute_changed_by_fk','2017-07-16 23:40:22','n_diff_pfx01',0,1,'changed_by'),('openmrs','concept_attribute','concept_attribute_changed_by_fk','2017-07-16 23:40:22','n_diff_pfx02',0,1,'changed_by,concept_attribute_id'),('openmrs','concept_attribute','concept_attribute_changed_by_fk','2017-07-16 23:40:22','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_attribute','concept_attribute_changed_by_fk','2017-07-16 23:40:22','size',1,NULL,'Number of pages in the index'),('openmrs','concept_attribute','concept_attribute_concept_fk','2017-07-16 23:40:22','n_diff_pfx01',0,1,'concept_id'),('openmrs','concept_attribute','concept_attribute_concept_fk','2017-07-16 23:40:22','n_diff_pfx02',0,1,'concept_id,concept_attribute_id'),('openmrs','concept_attribute','concept_attribute_concept_fk','2017-07-16 23:40:22','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_attribute','concept_attribute_concept_fk','2017-07-16 23:40:22','size',1,NULL,'Number of pages in the index'),('openmrs','concept_attribute','concept_attribute_creator_fk','2017-07-16 23:40:22','n_diff_pfx01',0,1,'creator'),('openmrs','concept_attribute','concept_attribute_creator_fk','2017-07-16 23:40:22','n_diff_pfx02',0,1,'creator,concept_attribute_id'),('openmrs','concept_attribute','concept_attribute_creator_fk','2017-07-16 23:40:22','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_attribute','concept_attribute_creator_fk','2017-07-16 23:40:22','size',1,NULL,'Number of pages in the index'),('openmrs','concept_attribute','concept_attribute_voided_by_fk','2017-07-16 23:40:22','n_diff_pfx01',0,1,'voided_by'),('openmrs','concept_attribute','concept_attribute_voided_by_fk','2017-07-16 23:40:22','n_diff_pfx02',0,1,'voided_by,concept_attribute_id'),('openmrs','concept_attribute','concept_attribute_voided_by_fk','2017-07-16 23:40:22','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_attribute','concept_attribute_voided_by_fk','2017-07-16 23:40:22','size',1,NULL,'Number of pages in the index'),('openmrs','concept_attribute','uuid','2017-07-16 23:40:22','n_diff_pfx01',0,1,'uuid'),('openmrs','concept_attribute','uuid','2017-07-16 23:40:22','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_attribute','uuid','2017-07-16 23:40:22','size',1,NULL,'Number of pages in the index'),('openmrs','concept_attribute_type','PRIMARY','2017-07-16 23:40:21','n_diff_pfx01',0,1,'concept_attribute_type_id'),('openmrs','concept_attribute_type','PRIMARY','2017-07-16 23:40:21','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_attribute_type','PRIMARY','2017-07-16 23:40:21','size',1,NULL,'Number of pages in the index'),('openmrs','concept_attribute_type','concept_attribute_type_changed_by_fk','2017-07-16 23:40:21','n_diff_pfx01',0,1,'changed_by'),('openmrs','concept_attribute_type','concept_attribute_type_changed_by_fk','2017-07-16 23:40:21','n_diff_pfx02',0,1,'changed_by,concept_attribute_type_id'),('openmrs','concept_attribute_type','concept_attribute_type_changed_by_fk','2017-07-16 23:40:21','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_attribute_type','concept_attribute_type_changed_by_fk','2017-07-16 23:40:21','size',1,NULL,'Number of pages in the index'),('openmrs','concept_attribute_type','concept_attribute_type_creator_fk','2017-07-16 23:40:21','n_diff_pfx01',0,1,'creator'),('openmrs','concept_attribute_type','concept_attribute_type_creator_fk','2017-07-16 23:40:21','n_diff_pfx02',0,1,'creator,concept_attribute_type_id'),('openmrs','concept_attribute_type','concept_attribute_type_creator_fk','2017-07-16 23:40:21','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_attribute_type','concept_attribute_type_creator_fk','2017-07-16 23:40:21','size',1,NULL,'Number of pages in the index'),('openmrs','concept_attribute_type','concept_attribute_type_retired_by_fk','2017-07-16 23:40:21','n_diff_pfx01',0,1,'retired_by'),('openmrs','concept_attribute_type','concept_attribute_type_retired_by_fk','2017-07-16 23:40:21','n_diff_pfx02',0,1,'retired_by,concept_attribute_type_id'),('openmrs','concept_attribute_type','concept_attribute_type_retired_by_fk','2017-07-16 23:40:21','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_attribute_type','concept_attribute_type_retired_by_fk','2017-07-16 23:40:21','size',1,NULL,'Number of pages in the index'),('openmrs','concept_attribute_type','uuid','2017-07-16 23:40:21','n_diff_pfx01',0,1,'uuid'),('openmrs','concept_attribute_type','uuid','2017-07-16 23:40:21','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_attribute_type','uuid','2017-07-16 23:40:21','size',1,NULL,'Number of pages in the index'),('openmrs','concept_class','PRIMARY','2017-07-16 23:40:41','n_diff_pfx01',16,1,'concept_class_id'),('openmrs','concept_class','PRIMARY','2017-07-16 23:40:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_class','PRIMARY','2017-07-16 23:40:41','size',1,NULL,'Number of pages in the index'),('openmrs','concept_class','concept_class_changed_by','2017-07-16 23:40:41','n_diff_pfx01',1,1,'changed_by'),('openmrs','concept_class','concept_class_changed_by','2017-07-16 23:40:41','n_diff_pfx02',16,1,'changed_by,concept_class_id'),('openmrs','concept_class','concept_class_changed_by','2017-07-16 23:40:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_class','concept_class_changed_by','2017-07-16 23:40:41','size',1,NULL,'Number of pages in the index'),('openmrs','concept_class','concept_class_creator','2017-07-16 23:40:41','n_diff_pfx01',1,1,'creator'),('openmrs','concept_class','concept_class_creator','2017-07-16 23:40:41','n_diff_pfx02',16,1,'creator,concept_class_id'),('openmrs','concept_class','concept_class_creator','2017-07-16 23:40:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_class','concept_class_creator','2017-07-16 23:40:41','size',1,NULL,'Number of pages in the index'),('openmrs','concept_class','concept_class_name_index','2017-07-16 23:40:41','n_diff_pfx01',16,1,'name'),('openmrs','concept_class','concept_class_name_index','2017-07-16 23:40:41','n_diff_pfx02',16,1,'name,concept_class_id'),('openmrs','concept_class','concept_class_name_index','2017-07-16 23:40:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_class','concept_class_name_index','2017-07-16 23:40:41','size',1,NULL,'Number of pages in the index'),('openmrs','concept_class','concept_class_retired_status','2017-07-16 23:40:41','n_diff_pfx01',1,1,'retired'),('openmrs','concept_class','concept_class_retired_status','2017-07-16 23:40:41','n_diff_pfx02',16,1,'retired,concept_class_id'),('openmrs','concept_class','concept_class_retired_status','2017-07-16 23:40:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_class','concept_class_retired_status','2017-07-16 23:40:41','size',1,NULL,'Number of pages in the index'),('openmrs','concept_class','concept_class_uuid_index','2017-07-16 23:40:41','n_diff_pfx01',16,1,'uuid'),('openmrs','concept_class','concept_class_uuid_index','2017-07-16 23:40:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_class','concept_class_uuid_index','2017-07-16 23:40:41','size',1,NULL,'Number of pages in the index'),('openmrs','concept_class','user_who_retired_concept_class','2017-07-16 23:40:41','n_diff_pfx01',1,1,'retired_by'),('openmrs','concept_class','user_who_retired_concept_class','2017-07-16 23:40:41','n_diff_pfx02',16,1,'retired_by,concept_class_id'),('openmrs','concept_class','user_who_retired_concept_class','2017-07-16 23:40:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_class','user_who_retired_concept_class','2017-07-16 23:40:41','size',1,NULL,'Number of pages in the index'),('openmrs','concept_complex','PRIMARY','2017-07-16 23:36:32','n_diff_pfx01',0,1,'concept_id'),('openmrs','concept_complex','PRIMARY','2017-07-16 23:36:32','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_complex','PRIMARY','2017-07-16 23:36:32','size',1,NULL,'Number of pages in the index'),('openmrs','concept_datatype','PRIMARY','2017-07-16 23:39:52','n_diff_pfx01',12,1,'concept_datatype_id'),('openmrs','concept_datatype','PRIMARY','2017-07-16 23:39:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_datatype','PRIMARY','2017-07-16 23:39:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_datatype','concept_datatype_creator','2017-07-16 23:39:52','n_diff_pfx01',1,1,'creator'),('openmrs','concept_datatype','concept_datatype_creator','2017-07-16 23:39:52','n_diff_pfx02',12,1,'creator,concept_datatype_id'),('openmrs','concept_datatype','concept_datatype_creator','2017-07-16 23:39:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_datatype','concept_datatype_creator','2017-07-16 23:39:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_datatype','concept_datatype_name_index','2017-07-16 23:39:52','n_diff_pfx01',12,1,'name'),('openmrs','concept_datatype','concept_datatype_name_index','2017-07-16 23:39:52','n_diff_pfx02',12,1,'name,concept_datatype_id'),('openmrs','concept_datatype','concept_datatype_name_index','2017-07-16 23:39:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_datatype','concept_datatype_name_index','2017-07-16 23:39:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_datatype','concept_datatype_retired_status','2017-07-16 23:39:52','n_diff_pfx01',1,1,'retired'),('openmrs','concept_datatype','concept_datatype_retired_status','2017-07-16 23:39:52','n_diff_pfx02',12,1,'retired,concept_datatype_id'),('openmrs','concept_datatype','concept_datatype_retired_status','2017-07-16 23:39:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_datatype','concept_datatype_retired_status','2017-07-16 23:39:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_datatype','concept_datatype_uuid_index','2017-07-16 23:39:52','n_diff_pfx01',12,1,'uuid'),('openmrs','concept_datatype','concept_datatype_uuid_index','2017-07-16 23:39:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_datatype','concept_datatype_uuid_index','2017-07-16 23:39:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_datatype','user_who_retired_concept_datatype','2017-07-16 23:39:52','n_diff_pfx01',1,1,'retired_by'),('openmrs','concept_datatype','user_who_retired_concept_datatype','2017-07-16 23:39:52','n_diff_pfx02',12,1,'retired_by,concept_datatype_id'),('openmrs','concept_datatype','user_who_retired_concept_datatype','2017-07-16 23:39:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_datatype','user_who_retired_concept_datatype','2017-07-16 23:39:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_description','PRIMARY','2017-07-16 23:39:54','n_diff_pfx01',2406,20,'concept_description_id'),('openmrs','concept_description','PRIMARY','2017-07-16 23:39:54','n_leaf_pages',22,NULL,'Number of leaf pages in the index'),('openmrs','concept_description','PRIMARY','2017-07-16 23:39:54','size',23,NULL,'Number of pages in the index'),('openmrs','concept_description','concept_description_uuid_index','2017-07-16 23:39:54','n_diff_pfx01',2425,8,'uuid'),('openmrs','concept_description','concept_description_uuid_index','2017-07-16 23:39:54','n_leaf_pages',8,NULL,'Number of leaf pages in the index'),('openmrs','concept_description','concept_description_uuid_index','2017-07-16 23:39:54','size',9,NULL,'Number of pages in the index'),('openmrs','concept_description','description_for_concept','2017-07-16 23:39:54','n_diff_pfx01',2425,3,'concept_id'),('openmrs','concept_description','description_for_concept','2017-07-16 23:39:54','n_diff_pfx02',2425,3,'concept_id,concept_description_id'),('openmrs','concept_description','description_for_concept','2017-07-16 23:39:54','n_leaf_pages',3,NULL,'Number of leaf pages in the index'),('openmrs','concept_description','description_for_concept','2017-07-16 23:39:54','size',4,NULL,'Number of pages in the index'),('openmrs','concept_description','user_who_changed_description','2017-07-16 23:39:54','n_diff_pfx01',1,2,'changed_by'),('openmrs','concept_description','user_who_changed_description','2017-07-16 23:39:54','n_diff_pfx02',2425,2,'changed_by,concept_description_id'),('openmrs','concept_description','user_who_changed_description','2017-07-16 23:39:54','n_leaf_pages',2,NULL,'Number of leaf pages in the index'),('openmrs','concept_description','user_who_changed_description','2017-07-16 23:39:54','size',3,NULL,'Number of pages in the index'),('openmrs','concept_description','user_who_created_description','2017-07-16 23:39:54','n_diff_pfx01',1,3,'creator'),('openmrs','concept_description','user_who_created_description','2017-07-16 23:39:54','n_diff_pfx02',2425,3,'creator,concept_description_id'),('openmrs','concept_description','user_who_created_description','2017-07-16 23:39:54','n_leaf_pages',3,NULL,'Number of leaf pages in the index'),('openmrs','concept_description','user_who_created_description','2017-07-16 23:39:54','size',4,NULL,'Number of pages in the index'),('openmrs','concept_map_type','PRIMARY','2017-07-16 23:37:09','n_diff_pfx01',70,1,'concept_map_type_id'),('openmrs','concept_map_type','PRIMARY','2017-07-16 23:37:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_map_type','PRIMARY','2017-07-16 23:37:09','size',1,NULL,'Number of pages in the index'),('openmrs','concept_map_type','mapped_user_changed_concept_map_type','2017-07-16 23:37:09','n_diff_pfx01',1,1,'changed_by'),('openmrs','concept_map_type','mapped_user_changed_concept_map_type','2017-07-16 23:37:09','n_diff_pfx02',70,1,'changed_by,concept_map_type_id'),('openmrs','concept_map_type','mapped_user_changed_concept_map_type','2017-07-16 23:37:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_map_type','mapped_user_changed_concept_map_type','2017-07-16 23:37:09','size',1,NULL,'Number of pages in the index'),('openmrs','concept_map_type','mapped_user_creator_concept_map_type','2017-07-16 23:37:09','n_diff_pfx01',1,1,'creator'),('openmrs','concept_map_type','mapped_user_creator_concept_map_type','2017-07-16 23:37:09','n_diff_pfx02',70,1,'creator,concept_map_type_id'),('openmrs','concept_map_type','mapped_user_creator_concept_map_type','2017-07-16 23:37:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_map_type','mapped_user_creator_concept_map_type','2017-07-16 23:37:09','size',1,NULL,'Number of pages in the index'),('openmrs','concept_map_type','mapped_user_retired_concept_map_type','2017-07-16 23:37:09','n_diff_pfx01',1,1,'retired_by'),('openmrs','concept_map_type','mapped_user_retired_concept_map_type','2017-07-16 23:37:09','n_diff_pfx02',70,1,'retired_by,concept_map_type_id'),('openmrs','concept_map_type','mapped_user_retired_concept_map_type','2017-07-16 23:37:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_map_type','mapped_user_retired_concept_map_type','2017-07-16 23:37:09','size',1,NULL,'Number of pages in the index'),('openmrs','concept_map_type','name','2017-07-16 23:37:09','n_diff_pfx01',70,1,'name'),('openmrs','concept_map_type','name','2017-07-16 23:37:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_map_type','name','2017-07-16 23:37:09','size',1,NULL,'Number of pages in the index'),('openmrs','concept_map_type','uuid','2017-07-16 23:37:09','n_diff_pfx01',70,1,'uuid'),('openmrs','concept_map_type','uuid','2017-07-16 23:37:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_map_type','uuid','2017-07-16 23:37:09','size',1,NULL,'Number of pages in the index'),('openmrs','concept_name','PRIMARY','2017-07-16 23:40:40','n_diff_pfx01',3542,20,'concept_name_id'),('openmrs','concept_name','PRIMARY','2017-07-16 23:40:40','n_leaf_pages',26,NULL,'Number of leaf pages in the index'),('openmrs','concept_name','PRIMARY','2017-07-16 23:40:40','size',27,NULL,'Number of pages in the index'),('openmrs','concept_name','concept_name_changed_by','2017-07-16 23:40:40','n_diff_pfx01',1,3,'changed_by'),('openmrs','concept_name','concept_name_changed_by','2017-07-16 23:40:40','n_diff_pfx02',3459,3,'changed_by,concept_name_id'),('openmrs','concept_name','concept_name_changed_by','2017-07-16 23:40:40','n_leaf_pages',3,NULL,'Number of leaf pages in the index'),('openmrs','concept_name','concept_name_changed_by','2017-07-16 23:40:40','size',4,NULL,'Number of pages in the index'),('openmrs','concept_name','concept_name_uuid_index','2017-07-16 23:40:40','n_diff_pfx01',3459,11,'uuid'),('openmrs','concept_name','concept_name_uuid_index','2017-07-16 23:40:40','n_leaf_pages',11,NULL,'Number of leaf pages in the index'),('openmrs','concept_name','concept_name_uuid_index','2017-07-16 23:40:40','size',12,NULL,'Number of pages in the index'),('openmrs','concept_name','name_for_concept','2017-07-16 23:40:40','n_diff_pfx01',2449,4,'concept_id'),('openmrs','concept_name','name_for_concept','2017-07-16 23:40:40','n_diff_pfx02',3459,4,'concept_id,concept_name_id'),('openmrs','concept_name','name_for_concept','2017-07-16 23:40:40','n_leaf_pages',4,NULL,'Number of leaf pages in the index'),('openmrs','concept_name','name_for_concept','2017-07-16 23:40:40','size',5,NULL,'Number of pages in the index'),('openmrs','concept_name','name_of_concept','2017-07-16 23:40:40','n_diff_pfx01',2905,9,'name'),('openmrs','concept_name','name_of_concept','2017-07-16 23:40:40','n_diff_pfx02',3459,9,'name,concept_name_id'),('openmrs','concept_name','name_of_concept','2017-07-16 23:40:40','n_leaf_pages',9,NULL,'Number of leaf pages in the index'),('openmrs','concept_name','name_of_concept','2017-07-16 23:40:40','size',10,NULL,'Number of pages in the index'),('openmrs','concept_name','user_who_created_name','2017-07-16 23:40:40','n_diff_pfx01',1,4,'creator'),('openmrs','concept_name','user_who_created_name','2017-07-16 23:40:40','n_diff_pfx02',3459,4,'creator,concept_name_id'),('openmrs','concept_name','user_who_created_name','2017-07-16 23:40:40','n_leaf_pages',4,NULL,'Number of leaf pages in the index'),('openmrs','concept_name','user_who_created_name','2017-07-16 23:40:40','size',5,NULL,'Number of pages in the index'),('openmrs','concept_name','user_who_voided_this_name','2017-07-16 23:40:40','n_diff_pfx01',1,3,'voided_by'),('openmrs','concept_name','user_who_voided_this_name','2017-07-16 23:40:40','n_diff_pfx02',3459,3,'voided_by,concept_name_id'),('openmrs','concept_name','user_who_voided_this_name','2017-07-16 23:40:40','n_leaf_pages',3,NULL,'Number of leaf pages in the index'),('openmrs','concept_name','user_who_voided_this_name','2017-07-16 23:40:40','size',4,NULL,'Number of pages in the index'),('openmrs','concept_name_tag','PRIMARY','2017-07-16 23:40:39','n_diff_pfx01',0,1,'concept_name_tag_id'),('openmrs','concept_name_tag','PRIMARY','2017-07-16 23:40:39','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_name_tag','PRIMARY','2017-07-16 23:40:39','size',1,NULL,'Number of pages in the index'),('openmrs','concept_name_tag','concept_name_tag_changed_by','2017-07-16 23:40:39','n_diff_pfx01',0,1,'changed_by'),('openmrs','concept_name_tag','concept_name_tag_changed_by','2017-07-16 23:40:39','n_diff_pfx02',0,1,'changed_by,concept_name_tag_id'),('openmrs','concept_name_tag','concept_name_tag_changed_by','2017-07-16 23:40:39','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_name_tag','concept_name_tag_changed_by','2017-07-16 23:40:39','size',1,NULL,'Number of pages in the index'),('openmrs','concept_name_tag','concept_name_tag_unique_tags','2017-07-16 23:40:39','n_diff_pfx01',0,1,'tag'),('openmrs','concept_name_tag','concept_name_tag_unique_tags','2017-07-16 23:40:39','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_name_tag','concept_name_tag_unique_tags','2017-07-16 23:40:39','size',1,NULL,'Number of pages in the index'),('openmrs','concept_name_tag','concept_name_tag_uuid_index','2017-07-16 23:40:39','n_diff_pfx01',0,1,'uuid'),('openmrs','concept_name_tag','concept_name_tag_uuid_index','2017-07-16 23:40:39','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_name_tag','concept_name_tag_uuid_index','2017-07-16 23:40:39','size',1,NULL,'Number of pages in the index'),('openmrs','concept_name_tag','user_who_created_name_tag','2017-07-16 23:40:39','n_diff_pfx01',0,1,'creator'),('openmrs','concept_name_tag','user_who_created_name_tag','2017-07-16 23:40:39','n_diff_pfx02',0,1,'creator,concept_name_tag_id'),('openmrs','concept_name_tag','user_who_created_name_tag','2017-07-16 23:40:39','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_name_tag','user_who_created_name_tag','2017-07-16 23:40:39','size',1,NULL,'Number of pages in the index'),('openmrs','concept_name_tag','user_who_voided_name_tag','2017-07-16 23:40:39','n_diff_pfx01',0,1,'voided_by'),('openmrs','concept_name_tag','user_who_voided_name_tag','2017-07-16 23:40:39','n_diff_pfx02',0,1,'voided_by,concept_name_tag_id'),('openmrs','concept_name_tag','user_who_voided_name_tag','2017-07-16 23:40:39','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_name_tag','user_who_voided_name_tag','2017-07-16 23:40:39','size',1,NULL,'Number of pages in the index'),('openmrs','concept_name_tag_map','GEN_CLUST_INDEX','2017-07-16 23:38:29','n_diff_pfx01',0,1,'DB_ROW_ID'),('openmrs','concept_name_tag_map','GEN_CLUST_INDEX','2017-07-16 23:38:29','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_name_tag_map','GEN_CLUST_INDEX','2017-07-16 23:38:29','size',1,NULL,'Number of pages in the index'),('openmrs','concept_name_tag_map','mapped_concept_name','2017-07-16 23:38:29','n_diff_pfx01',0,1,'concept_name_id'),('openmrs','concept_name_tag_map','mapped_concept_name','2017-07-16 23:38:29','n_diff_pfx02',0,1,'concept_name_id,DB_ROW_ID'),('openmrs','concept_name_tag_map','mapped_concept_name','2017-07-16 23:38:29','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_name_tag_map','mapped_concept_name','2017-07-16 23:38:29','size',1,NULL,'Number of pages in the index'),('openmrs','concept_name_tag_map','mapped_concept_name_tag','2017-07-16 23:38:29','n_diff_pfx01',0,1,'concept_name_tag_id'),('openmrs','concept_name_tag_map','mapped_concept_name_tag','2017-07-16 23:38:29','n_diff_pfx02',0,1,'concept_name_tag_id,DB_ROW_ID'),('openmrs','concept_name_tag_map','mapped_concept_name_tag','2017-07-16 23:38:29','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_name_tag_map','mapped_concept_name_tag','2017-07-16 23:38:29','size',1,NULL,'Number of pages in the index'),('openmrs','concept_numeric','PRIMARY','2017-07-16 23:37:43','n_diff_pfx01',764,2,'concept_id'),('openmrs','concept_numeric','PRIMARY','2017-07-16 23:37:43','n_leaf_pages',2,NULL,'Number of leaf pages in the index'),('openmrs','concept_numeric','PRIMARY','2017-07-16 23:37:43','size',3,NULL,'Number of pages in the index'),('openmrs','concept_proposal','PRIMARY','2017-07-16 23:39:57','n_diff_pfx01',0,1,'concept_proposal_id'),('openmrs','concept_proposal','PRIMARY','2017-07-16 23:39:57','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_proposal','PRIMARY','2017-07-16 23:39:57','size',1,NULL,'Number of pages in the index'),('openmrs','concept_proposal','concept_for_proposal','2017-07-16 23:39:57','n_diff_pfx01',0,1,'concept_id'),('openmrs','concept_proposal','concept_for_proposal','2017-07-16 23:39:57','n_diff_pfx02',0,1,'concept_id,concept_proposal_id'),('openmrs','concept_proposal','concept_for_proposal','2017-07-16 23:39:57','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_proposal','concept_for_proposal','2017-07-16 23:39:57','size',1,NULL,'Number of pages in the index'),('openmrs','concept_proposal','concept_proposal_uuid_index','2017-07-16 23:39:57','n_diff_pfx01',0,1,'uuid'),('openmrs','concept_proposal','concept_proposal_uuid_index','2017-07-16 23:39:57','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_proposal','concept_proposal_uuid_index','2017-07-16 23:39:57','size',1,NULL,'Number of pages in the index'),('openmrs','concept_proposal','encounter_for_proposal','2017-07-16 23:39:57','n_diff_pfx01',0,1,'encounter_id'),('openmrs','concept_proposal','encounter_for_proposal','2017-07-16 23:39:57','n_diff_pfx02',0,1,'encounter_id,concept_proposal_id'),('openmrs','concept_proposal','encounter_for_proposal','2017-07-16 23:39:57','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_proposal','encounter_for_proposal','2017-07-16 23:39:57','size',1,NULL,'Number of pages in the index'),('openmrs','concept_proposal','proposal_obs_concept_id','2017-07-16 23:39:57','n_diff_pfx01',0,1,'obs_concept_id'),('openmrs','concept_proposal','proposal_obs_concept_id','2017-07-16 23:39:57','n_diff_pfx02',0,1,'obs_concept_id,concept_proposal_id'),('openmrs','concept_proposal','proposal_obs_concept_id','2017-07-16 23:39:57','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_proposal','proposal_obs_concept_id','2017-07-16 23:39:57','size',1,NULL,'Number of pages in the index'),('openmrs','concept_proposal','proposal_obs_id','2017-07-16 23:39:57','n_diff_pfx01',0,1,'obs_id'),('openmrs','concept_proposal','proposal_obs_id','2017-07-16 23:39:57','n_diff_pfx02',0,1,'obs_id,concept_proposal_id'),('openmrs','concept_proposal','proposal_obs_id','2017-07-16 23:39:57','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_proposal','proposal_obs_id','2017-07-16 23:39:57','size',1,NULL,'Number of pages in the index'),('openmrs','concept_proposal','user_who_changed_proposal','2017-07-16 23:39:57','n_diff_pfx01',0,1,'changed_by'),('openmrs','concept_proposal','user_who_changed_proposal','2017-07-16 23:39:57','n_diff_pfx02',0,1,'changed_by,concept_proposal_id'),('openmrs','concept_proposal','user_who_changed_proposal','2017-07-16 23:39:57','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_proposal','user_who_changed_proposal','2017-07-16 23:39:57','size',1,NULL,'Number of pages in the index'),('openmrs','concept_proposal','user_who_created_proposal','2017-07-16 23:39:57','n_diff_pfx01',0,1,'creator'),('openmrs','concept_proposal','user_who_created_proposal','2017-07-16 23:39:57','n_diff_pfx02',0,1,'creator,concept_proposal_id'),('openmrs','concept_proposal','user_who_created_proposal','2017-07-16 23:39:57','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_proposal','user_who_created_proposal','2017-07-16 23:39:57','size',1,NULL,'Number of pages in the index'),('openmrs','concept_proposal_tag_map','GEN_CLUST_INDEX','2017-07-16 23:35:58','n_diff_pfx01',0,1,'DB_ROW_ID'),('openmrs','concept_proposal_tag_map','GEN_CLUST_INDEX','2017-07-16 23:35:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_proposal_tag_map','GEN_CLUST_INDEX','2017-07-16 23:35:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_proposal_tag_map','mapped_concept_proposal','2017-07-16 23:35:58','n_diff_pfx01',0,1,'concept_proposal_id'),('openmrs','concept_proposal_tag_map','mapped_concept_proposal','2017-07-16 23:35:58','n_diff_pfx02',0,1,'concept_proposal_id,DB_ROW_ID'),('openmrs','concept_proposal_tag_map','mapped_concept_proposal','2017-07-16 23:35:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_proposal_tag_map','mapped_concept_proposal','2017-07-16 23:35:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_proposal_tag_map','mapped_concept_proposal_tag','2017-07-16 23:35:58','n_diff_pfx01',0,1,'concept_name_tag_id'),('openmrs','concept_proposal_tag_map','mapped_concept_proposal_tag','2017-07-16 23:35:58','n_diff_pfx02',0,1,'concept_name_tag_id,DB_ROW_ID'),('openmrs','concept_proposal_tag_map','mapped_concept_proposal_tag','2017-07-16 23:35:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_proposal_tag_map','mapped_concept_proposal_tag','2017-07-16 23:35:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_map','PRIMARY','2017-07-16 23:39:58','n_diff_pfx01',0,1,'concept_map_id'),('openmrs','concept_reference_map','PRIMARY','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_map','PRIMARY','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_map','concept_reference_map_uuid_id','2017-07-16 23:40:23','n_diff_pfx01',0,1,'uuid'),('openmrs','concept_reference_map','concept_reference_map_uuid_id','2017-07-16 23:40:23','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_map','concept_reference_map_uuid_id','2017-07-16 23:40:23','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_map','map_creator','2017-07-16 23:39:58','n_diff_pfx01',0,1,'creator'),('openmrs','concept_reference_map','map_creator','2017-07-16 23:39:58','n_diff_pfx02',0,1,'creator,concept_map_id'),('openmrs','concept_reference_map','map_creator','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_map','map_creator','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_map','map_for_concept','2017-07-16 23:39:58','n_diff_pfx01',0,1,'concept_id'),('openmrs','concept_reference_map','map_for_concept','2017-07-16 23:39:58','n_diff_pfx02',0,1,'concept_id,concept_map_id'),('openmrs','concept_reference_map','map_for_concept','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_map','map_for_concept','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_map','mapped_concept_map_type','2017-07-16 23:39:58','n_diff_pfx01',0,1,'concept_map_type_id'),('openmrs','concept_reference_map','mapped_concept_map_type','2017-07-16 23:39:58','n_diff_pfx02',0,1,'concept_map_type_id,concept_map_id'),('openmrs','concept_reference_map','mapped_concept_map_type','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_map','mapped_concept_map_type','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_map','mapped_concept_reference_term','2017-07-16 23:39:58','n_diff_pfx01',0,1,'concept_reference_term_id'),('openmrs','concept_reference_map','mapped_concept_reference_term','2017-07-16 23:39:58','n_diff_pfx02',0,1,'concept_reference_term_id,concept_map_id'),('openmrs','concept_reference_map','mapped_concept_reference_term','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_map','mapped_concept_reference_term','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_map','mapped_user_changed_ref_term','2017-07-16 23:39:58','n_diff_pfx01',0,1,'changed_by'),('openmrs','concept_reference_map','mapped_user_changed_ref_term','2017-07-16 23:39:58','n_diff_pfx02',0,1,'changed_by,concept_map_id'),('openmrs','concept_reference_map','mapped_user_changed_ref_term','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_map','mapped_user_changed_ref_term','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_source','PRIMARY','2017-07-16 23:40:30','n_diff_pfx01',0,1,'concept_source_id'),('openmrs','concept_reference_source','PRIMARY','2017-07-16 23:40:30','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_source','PRIMARY','2017-07-16 23:40:30','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_source','concept_reference_source_changed_by','2017-07-16 23:40:30','n_diff_pfx01',0,1,'changed_by'),('openmrs','concept_reference_source','concept_reference_source_changed_by','2017-07-16 23:40:30','n_diff_pfx02',0,1,'changed_by,concept_source_id'),('openmrs','concept_reference_source','concept_reference_source_changed_by','2017-07-16 23:40:30','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_source','concept_reference_source_changed_by','2017-07-16 23:40:30','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_source','concept_reference_source_unique_id_unique','2017-07-16 23:40:30','n_diff_pfx01',0,1,'unique_id'),('openmrs','concept_reference_source','concept_reference_source_unique_id_unique','2017-07-16 23:40:30','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_source','concept_reference_source_unique_id_unique','2017-07-16 23:40:30','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_source','concept_reference_source_uuid_id','2017-07-16 23:40:30','n_diff_pfx01',0,1,'uuid'),('openmrs','concept_reference_source','concept_reference_source_uuid_id','2017-07-16 23:40:30','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_source','concept_reference_source_uuid_id','2017-07-16 23:40:30','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_source','concept_source_creator','2017-07-16 23:40:30','n_diff_pfx01',0,1,'creator'),('openmrs','concept_reference_source','concept_source_creator','2017-07-16 23:40:30','n_diff_pfx02',0,1,'creator,concept_source_id'),('openmrs','concept_reference_source','concept_source_creator','2017-07-16 23:40:30','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_source','concept_source_creator','2017-07-16 23:40:30','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_source','concept_source_unique_hl7_codes','2017-07-16 23:40:30','n_diff_pfx01',0,1,'hl7_code'),('openmrs','concept_reference_source','concept_source_unique_hl7_codes','2017-07-16 23:40:30','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_source','concept_source_unique_hl7_codes','2017-07-16 23:40:30','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_source','unique_hl7_code','2017-07-16 23:40:30','n_diff_pfx01',0,1,'hl7_code'),('openmrs','concept_reference_source','unique_hl7_code','2017-07-16 23:40:30','n_diff_pfx02',0,1,'hl7_code,concept_source_id'),('openmrs','concept_reference_source','unique_hl7_code','2017-07-16 23:40:30','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_source','unique_hl7_code','2017-07-16 23:40:30','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_source','user_who_retired_concept_source','2017-07-16 23:40:30','n_diff_pfx01',0,1,'retired_by'),('openmrs','concept_reference_source','user_who_retired_concept_source','2017-07-16 23:40:30','n_diff_pfx02',0,1,'retired_by,concept_source_id'),('openmrs','concept_reference_source','user_who_retired_concept_source','2017-07-16 23:40:30','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_source','user_who_retired_concept_source','2017-07-16 23:40:30','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term','PRIMARY','2017-07-16 23:36:49','n_diff_pfx01',0,1,'concept_reference_term_id'),('openmrs','concept_reference_term','PRIMARY','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term','PRIMARY','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term','idx_code_concept_reference_term','2017-07-16 23:38:58','n_diff_pfx01',0,1,'code'),('openmrs','concept_reference_term','idx_code_concept_reference_term','2017-07-16 23:38:58','n_diff_pfx02',0,1,'code,concept_reference_term_id'),('openmrs','concept_reference_term','idx_code_concept_reference_term','2017-07-16 23:38:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term','idx_code_concept_reference_term','2017-07-16 23:38:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term','mapped_concept_source','2017-07-16 23:36:49','n_diff_pfx01',0,1,'concept_source_id'),('openmrs','concept_reference_term','mapped_concept_source','2017-07-16 23:36:49','n_diff_pfx02',0,1,'concept_source_id,concept_reference_term_id'),('openmrs','concept_reference_term','mapped_concept_source','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term','mapped_concept_source','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term','mapped_user_changed','2017-07-16 23:36:49','n_diff_pfx01',0,1,'changed_by'),('openmrs','concept_reference_term','mapped_user_changed','2017-07-16 23:36:49','n_diff_pfx02',0,1,'changed_by,concept_reference_term_id'),('openmrs','concept_reference_term','mapped_user_changed','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term','mapped_user_changed','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term','mapped_user_creator','2017-07-16 23:36:49','n_diff_pfx01',0,1,'creator'),('openmrs','concept_reference_term','mapped_user_creator','2017-07-16 23:36:49','n_diff_pfx02',0,1,'creator,concept_reference_term_id'),('openmrs','concept_reference_term','mapped_user_creator','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term','mapped_user_creator','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term','mapped_user_retired','2017-07-16 23:36:49','n_diff_pfx01',0,1,'retired_by'),('openmrs','concept_reference_term','mapped_user_retired','2017-07-16 23:36:49','n_diff_pfx02',0,1,'retired_by,concept_reference_term_id'),('openmrs','concept_reference_term','mapped_user_retired','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term','mapped_user_retired','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term','uuid','2017-07-16 23:36:49','n_diff_pfx01',0,1,'uuid'),('openmrs','concept_reference_term','uuid','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term','uuid','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term_map','PRIMARY','2017-07-16 23:36:52','n_diff_pfx01',0,1,'concept_reference_term_map_id'),('openmrs','concept_reference_term_map','PRIMARY','2017-07-16 23:36:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term_map','PRIMARY','2017-07-16 23:36:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term_map','mapped_concept_map_type_ref_term_map','2017-07-16 23:36:52','n_diff_pfx01',0,1,'a_is_to_b_id'),('openmrs','concept_reference_term_map','mapped_concept_map_type_ref_term_map','2017-07-16 23:36:52','n_diff_pfx02',0,1,'a_is_to_b_id,concept_reference_term_map_id'),('openmrs','concept_reference_term_map','mapped_concept_map_type_ref_term_map','2017-07-16 23:36:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term_map','mapped_concept_map_type_ref_term_map','2017-07-16 23:36:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term_map','mapped_term_a','2017-07-16 23:36:52','n_diff_pfx01',0,1,'term_a_id'),('openmrs','concept_reference_term_map','mapped_term_a','2017-07-16 23:36:52','n_diff_pfx02',0,1,'term_a_id,concept_reference_term_map_id'),('openmrs','concept_reference_term_map','mapped_term_a','2017-07-16 23:36:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term_map','mapped_term_a','2017-07-16 23:36:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term_map','mapped_term_b','2017-07-16 23:36:52','n_diff_pfx01',0,1,'term_b_id'),('openmrs','concept_reference_term_map','mapped_term_b','2017-07-16 23:36:52','n_diff_pfx02',0,1,'term_b_id,concept_reference_term_map_id'),('openmrs','concept_reference_term_map','mapped_term_b','2017-07-16 23:36:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term_map','mapped_term_b','2017-07-16 23:36:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term_map','mapped_user_changed_ref_term_map','2017-07-16 23:36:52','n_diff_pfx01',0,1,'changed_by'),('openmrs','concept_reference_term_map','mapped_user_changed_ref_term_map','2017-07-16 23:36:52','n_diff_pfx02',0,1,'changed_by,concept_reference_term_map_id'),('openmrs','concept_reference_term_map','mapped_user_changed_ref_term_map','2017-07-16 23:36:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term_map','mapped_user_changed_ref_term_map','2017-07-16 23:36:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term_map','mapped_user_creator_ref_term_map','2017-07-16 23:36:52','n_diff_pfx01',0,1,'creator'),('openmrs','concept_reference_term_map','mapped_user_creator_ref_term_map','2017-07-16 23:36:52','n_diff_pfx02',0,1,'creator,concept_reference_term_map_id'),('openmrs','concept_reference_term_map','mapped_user_creator_ref_term_map','2017-07-16 23:36:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term_map','mapped_user_creator_ref_term_map','2017-07-16 23:36:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_reference_term_map','uuid','2017-07-16 23:36:52','n_diff_pfx01',0,1,'uuid'),('openmrs','concept_reference_term_map','uuid','2017-07-16 23:36:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_reference_term_map','uuid','2017-07-16 23:36:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_set','PRIMARY','2017-07-16 23:39:58','n_diff_pfx01',237,2,'concept_set_id'),('openmrs','concept_set','PRIMARY','2017-07-16 23:39:58','n_leaf_pages',2,NULL,'Number of leaf pages in the index'),('openmrs','concept_set','PRIMARY','2017-07-16 23:39:58','size',3,NULL,'Number of pages in the index'),('openmrs','concept_set','concept_set_uuid_index','2017-07-16 23:39:58','n_diff_pfx01',237,1,'uuid'),('openmrs','concept_set','concept_set_uuid_index','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_set','concept_set_uuid_index','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_set','has_a','2017-07-16 23:39:58','n_diff_pfx01',30,1,'concept_set'),('openmrs','concept_set','has_a','2017-07-16 23:39:58','n_diff_pfx02',237,1,'concept_set,concept_set_id'),('openmrs','concept_set','has_a','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_set','has_a','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_set','idx_concept_set_concept','2017-07-16 23:39:58','n_diff_pfx01',193,1,'concept_id'),('openmrs','concept_set','idx_concept_set_concept','2017-07-16 23:39:58','n_diff_pfx02',237,1,'concept_id,concept_set_id'),('openmrs','concept_set','idx_concept_set_concept','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_set','idx_concept_set_concept','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_set','user_who_created','2017-07-16 23:39:58','n_diff_pfx01',1,1,'creator'),('openmrs','concept_set','user_who_created','2017-07-16 23:39:58','n_diff_pfx02',237,1,'creator,concept_set_id'),('openmrs','concept_set','user_who_created','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_set','user_who_created','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_state_conversion','PRIMARY','2017-07-16 23:39:58','n_diff_pfx01',0,1,'concept_state_conversion_id'),('openmrs','concept_state_conversion','PRIMARY','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_state_conversion','PRIMARY','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_state_conversion','concept_state_conversion_uuid_index','2017-07-16 23:39:58','n_diff_pfx01',0,1,'uuid'),('openmrs','concept_state_conversion','concept_state_conversion_uuid_index','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_state_conversion','concept_state_conversion_uuid_index','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_state_conversion','concept_triggers_conversion','2017-07-16 23:39:58','n_diff_pfx01',0,1,'concept_id'),('openmrs','concept_state_conversion','concept_triggers_conversion','2017-07-16 23:39:58','n_diff_pfx02',0,1,'concept_id,concept_state_conversion_id'),('openmrs','concept_state_conversion','concept_triggers_conversion','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_state_conversion','concept_triggers_conversion','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_state_conversion','conversion_to_state','2017-07-16 23:39:58','n_diff_pfx01',0,1,'program_workflow_state_id'),('openmrs','concept_state_conversion','conversion_to_state','2017-07-16 23:39:58','n_diff_pfx02',0,1,'program_workflow_state_id,concept_state_conversion_id'),('openmrs','concept_state_conversion','conversion_to_state','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_state_conversion','conversion_to_state','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_state_conversion','unique_workflow_concept_in_conversion','2017-07-16 23:39:58','n_diff_pfx01',0,1,'program_workflow_id'),('openmrs','concept_state_conversion','unique_workflow_concept_in_conversion','2017-07-16 23:39:58','n_diff_pfx02',0,1,'program_workflow_id,concept_id'),('openmrs','concept_state_conversion','unique_workflow_concept_in_conversion','2017-07-16 23:39:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_state_conversion','unique_workflow_concept_in_conversion','2017-07-16 23:39:58','size',1,NULL,'Number of pages in the index'),('openmrs','concept_stop_word','PRIMARY','2017-07-16 23:38:52','n_diff_pfx01',10,1,'concept_stop_word_id'),('openmrs','concept_stop_word','PRIMARY','2017-07-16 23:38:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_stop_word','PRIMARY','2017-07-16 23:38:52','size',1,NULL,'Number of pages in the index'),('openmrs','concept_stop_word','Unique_StopWord_Key','2017-07-16 23:38:52','n_diff_pfx01',10,1,'word'),('openmrs','concept_stop_word','Unique_StopWord_Key','2017-07-16 23:38:52','n_diff_pfx02',10,1,'word,locale'),('openmrs','concept_stop_word','Unique_StopWord_Key','2017-07-16 23:38:52','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','concept_stop_word','Unique_StopWord_Key','2017-07-16 23:38:52','size',1,NULL,'Number of pages in the index'),('openmrs','drug','PRIMARY','2017-07-16 23:39:59','n_diff_pfx01',6,1,'drug_id'),('openmrs','drug','PRIMARY','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug','PRIMARY','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','drug','dosage_form_concept','2017-07-16 23:39:59','n_diff_pfx01',1,1,'dosage_form'),('openmrs','drug','dosage_form_concept','2017-07-16 23:39:59','n_diff_pfx02',6,1,'dosage_form,drug_id'),('openmrs','drug','dosage_form_concept','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug','dosage_form_concept','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','drug','drug_changed_by','2017-07-16 23:39:59','n_diff_pfx01',1,1,'changed_by'),('openmrs','drug','drug_changed_by','2017-07-16 23:39:59','n_diff_pfx02',6,1,'changed_by,drug_id'),('openmrs','drug','drug_changed_by','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug','drug_changed_by','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','drug','drug_creator','2017-07-16 23:39:59','n_diff_pfx01',1,1,'creator'),('openmrs','drug','drug_creator','2017-07-16 23:39:59','n_diff_pfx02',6,1,'creator,drug_id'),('openmrs','drug','drug_creator','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug','drug_creator','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','drug','drug_retired_by','2017-07-16 23:39:59','n_diff_pfx01',1,1,'retired_by'),('openmrs','drug','drug_retired_by','2017-07-16 23:39:59','n_diff_pfx02',6,1,'retired_by,drug_id'),('openmrs','drug','drug_retired_by','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug','drug_retired_by','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','drug','drug_uuid_index','2017-07-16 23:39:59','n_diff_pfx01',6,1,'uuid'),('openmrs','drug','drug_uuid_index','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug','drug_uuid_index','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','drug','primary_drug_concept','2017-07-16 23:39:59','n_diff_pfx01',3,1,'concept_id'),('openmrs','drug','primary_drug_concept','2017-07-16 23:39:59','n_diff_pfx02',6,1,'concept_id,drug_id'),('openmrs','drug','primary_drug_concept','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug','primary_drug_concept','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','drug','route_concept','2017-07-16 23:39:59','n_diff_pfx01',1,1,'route'),('openmrs','drug','route_concept','2017-07-16 23:39:59','n_diff_pfx02',6,1,'route,drug_id'),('openmrs','drug','route_concept','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug','route_concept','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','drug_ingredient','PRIMARY','2017-07-16 23:38:49','n_diff_pfx01',0,1,'drug_id'),('openmrs','drug_ingredient','PRIMARY','2017-07-16 23:38:49','n_diff_pfx02',0,1,'drug_id,ingredient_id'),('openmrs','drug_ingredient','PRIMARY','2017-07-16 23:38:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_ingredient','PRIMARY','2017-07-16 23:38:49','size',1,NULL,'Number of pages in the index'),('openmrs','drug_ingredient','drug_ingredient_ingredient_id_fk','2017-07-16 23:38:49','n_diff_pfx01',0,1,'ingredient_id'),('openmrs','drug_ingredient','drug_ingredient_ingredient_id_fk','2017-07-16 23:38:49','n_diff_pfx02',0,1,'ingredient_id,drug_id'),('openmrs','drug_ingredient','drug_ingredient_ingredient_id_fk','2017-07-16 23:38:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_ingredient','drug_ingredient_ingredient_id_fk','2017-07-16 23:38:49','size',1,NULL,'Number of pages in the index'),('openmrs','drug_ingredient','drug_ingredient_units_fk','2017-07-16 23:38:49','n_diff_pfx01',0,1,'units'),('openmrs','drug_ingredient','drug_ingredient_units_fk','2017-07-16 23:38:49','n_diff_pfx02',0,1,'units,drug_id'),('openmrs','drug_ingredient','drug_ingredient_units_fk','2017-07-16 23:38:49','n_diff_pfx03',0,1,'units,drug_id,ingredient_id'),('openmrs','drug_ingredient','drug_ingredient_units_fk','2017-07-16 23:38:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_ingredient','drug_ingredient_units_fk','2017-07-16 23:38:49','size',1,NULL,'Number of pages in the index'),('openmrs','drug_ingredient','uuid','2017-07-16 23:38:49','n_diff_pfx01',0,1,'uuid'),('openmrs','drug_ingredient','uuid','2017-07-16 23:38:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_ingredient','uuid','2017-07-16 23:38:49','size',1,NULL,'Number of pages in the index'),('openmrs','drug_order','PRIMARY','2017-07-16 23:39:41','n_diff_pfx01',0,1,'order_id'),('openmrs','drug_order','PRIMARY','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_order','PRIMARY','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','drug_order','drug_order_dose_units','2017-07-16 23:39:41','n_diff_pfx01',0,1,'dose_units'),('openmrs','drug_order','drug_order_dose_units','2017-07-16 23:39:41','n_diff_pfx02',0,1,'dose_units,order_id'),('openmrs','drug_order','drug_order_dose_units','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_order','drug_order_dose_units','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','drug_order','drug_order_duration_units_fk','2017-07-16 23:39:41','n_diff_pfx01',0,1,'duration_units'),('openmrs','drug_order','drug_order_duration_units_fk','2017-07-16 23:39:41','n_diff_pfx02',0,1,'duration_units,order_id'),('openmrs','drug_order','drug_order_duration_units_fk','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_order','drug_order_duration_units_fk','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','drug_order','drug_order_frequency_fk','2017-07-16 23:39:41','n_diff_pfx01',0,1,'frequency'),('openmrs','drug_order','drug_order_frequency_fk','2017-07-16 23:39:41','n_diff_pfx02',0,1,'frequency,order_id'),('openmrs','drug_order','drug_order_frequency_fk','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_order','drug_order_frequency_fk','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','drug_order','drug_order_quantity_units','2017-07-16 23:39:41','n_diff_pfx01',0,1,'quantity_units'),('openmrs','drug_order','drug_order_quantity_units','2017-07-16 23:39:41','n_diff_pfx02',0,1,'quantity_units,order_id'),('openmrs','drug_order','drug_order_quantity_units','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_order','drug_order_quantity_units','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','drug_order','drug_order_route_fk','2017-07-16 23:39:41','n_diff_pfx01',0,1,'route'),('openmrs','drug_order','drug_order_route_fk','2017-07-16 23:39:41','n_diff_pfx02',0,1,'route,order_id'),('openmrs','drug_order','drug_order_route_fk','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_order','drug_order_route_fk','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','drug_order','inventory_item','2017-07-16 23:39:41','n_diff_pfx01',0,1,'drug_inventory_id'),('openmrs','drug_order','inventory_item','2017-07-16 23:39:41','n_diff_pfx02',0,1,'drug_inventory_id,order_id'),('openmrs','drug_order','inventory_item','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_order','inventory_item','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','drug_reference_map','PRIMARY','2017-07-16 23:39:20','n_diff_pfx01',0,1,'drug_reference_map_id'),('openmrs','drug_reference_map','PRIMARY','2017-07-16 23:39:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_reference_map','PRIMARY','2017-07-16 23:39:20','size',1,NULL,'Number of pages in the index'),('openmrs','drug_reference_map','concept_map_type_for_drug_reference_map','2017-07-16 23:39:20','n_diff_pfx01',0,1,'concept_map_type'),('openmrs','drug_reference_map','concept_map_type_for_drug_reference_map','2017-07-16 23:39:20','n_diff_pfx02',0,1,'concept_map_type,drug_reference_map_id'),('openmrs','drug_reference_map','concept_map_type_for_drug_reference_map','2017-07-16 23:39:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_reference_map','concept_map_type_for_drug_reference_map','2017-07-16 23:39:20','size',1,NULL,'Number of pages in the index'),('openmrs','drug_reference_map','concept_reference_term_for_drug_reference_map','2017-07-16 23:39:20','n_diff_pfx01',0,1,'term_id'),('openmrs','drug_reference_map','concept_reference_term_for_drug_reference_map','2017-07-16 23:39:20','n_diff_pfx02',0,1,'term_id,drug_reference_map_id'),('openmrs','drug_reference_map','concept_reference_term_for_drug_reference_map','2017-07-16 23:39:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_reference_map','concept_reference_term_for_drug_reference_map','2017-07-16 23:39:20','size',1,NULL,'Number of pages in the index'),('openmrs','drug_reference_map','drug_for_drug_reference_map','2017-07-16 23:39:20','n_diff_pfx01',0,1,'drug_id'),('openmrs','drug_reference_map','drug_for_drug_reference_map','2017-07-16 23:39:20','n_diff_pfx02',0,1,'drug_id,drug_reference_map_id'),('openmrs','drug_reference_map','drug_for_drug_reference_map','2017-07-16 23:39:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_reference_map','drug_for_drug_reference_map','2017-07-16 23:39:20','size',1,NULL,'Number of pages in the index'),('openmrs','drug_reference_map','drug_reference_map_creator','2017-07-16 23:39:20','n_diff_pfx01',0,1,'creator'),('openmrs','drug_reference_map','drug_reference_map_creator','2017-07-16 23:39:20','n_diff_pfx02',0,1,'creator,drug_reference_map_id'),('openmrs','drug_reference_map','drug_reference_map_creator','2017-07-16 23:39:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_reference_map','drug_reference_map_creator','2017-07-16 23:39:20','size',1,NULL,'Number of pages in the index'),('openmrs','drug_reference_map','user_who_changed_drug_reference_map','2017-07-16 23:39:20','n_diff_pfx01',0,1,'changed_by'),('openmrs','drug_reference_map','user_who_changed_drug_reference_map','2017-07-16 23:39:20','n_diff_pfx02',0,1,'changed_by,drug_reference_map_id'),('openmrs','drug_reference_map','user_who_changed_drug_reference_map','2017-07-16 23:39:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_reference_map','user_who_changed_drug_reference_map','2017-07-16 23:39:20','size',1,NULL,'Number of pages in the index'),('openmrs','drug_reference_map','user_who_retired_drug_reference_map','2017-07-16 23:39:20','n_diff_pfx01',0,1,'retired_by'),('openmrs','drug_reference_map','user_who_retired_drug_reference_map','2017-07-16 23:39:20','n_diff_pfx02',0,1,'retired_by,drug_reference_map_id'),('openmrs','drug_reference_map','user_who_retired_drug_reference_map','2017-07-16 23:39:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_reference_map','user_who_retired_drug_reference_map','2017-07-16 23:39:20','size',1,NULL,'Number of pages in the index'),('openmrs','drug_reference_map','uuid','2017-07-16 23:39:20','n_diff_pfx01',0,1,'uuid'),('openmrs','drug_reference_map','uuid','2017-07-16 23:39:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','drug_reference_map','uuid','2017-07-16 23:39:20','size',1,NULL,'Number of pages in the index'),('openmrs','encounter','PRIMARY','2017-07-16 23:39:59','n_diff_pfx01',0,1,'encounter_id'),('openmrs','encounter','PRIMARY','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter','PRIMARY','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','encounter','encounter_changed_by','2017-07-16 23:39:59','n_diff_pfx01',0,1,'changed_by'),('openmrs','encounter','encounter_changed_by','2017-07-16 23:39:59','n_diff_pfx02',0,1,'changed_by,encounter_id'),('openmrs','encounter','encounter_changed_by','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter','encounter_changed_by','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','encounter','encounter_datetime_idx','2017-07-16 23:39:59','n_diff_pfx01',0,1,'encounter_datetime'),('openmrs','encounter','encounter_datetime_idx','2017-07-16 23:39:59','n_diff_pfx02',0,1,'encounter_datetime,encounter_id'),('openmrs','encounter','encounter_datetime_idx','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter','encounter_datetime_idx','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','encounter','encounter_form','2017-07-16 23:39:59','n_diff_pfx01',0,1,'form_id'),('openmrs','encounter','encounter_form','2017-07-16 23:39:59','n_diff_pfx02',0,1,'form_id,encounter_id'),('openmrs','encounter','encounter_form','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter','encounter_form','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','encounter','encounter_ibfk_1','2017-07-16 23:39:59','n_diff_pfx01',0,1,'creator'),('openmrs','encounter','encounter_ibfk_1','2017-07-16 23:39:59','n_diff_pfx02',0,1,'creator,encounter_id'),('openmrs','encounter','encounter_ibfk_1','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter','encounter_ibfk_1','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','encounter','encounter_location','2017-07-16 23:39:59','n_diff_pfx01',0,1,'location_id'),('openmrs','encounter','encounter_location','2017-07-16 23:39:59','n_diff_pfx02',0,1,'location_id,encounter_id'),('openmrs','encounter','encounter_location','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter','encounter_location','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','encounter','encounter_patient','2017-07-16 23:39:59','n_diff_pfx01',0,1,'patient_id'),('openmrs','encounter','encounter_patient','2017-07-16 23:39:59','n_diff_pfx02',0,1,'patient_id,encounter_id'),('openmrs','encounter','encounter_patient','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter','encounter_patient','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','encounter','encounter_type_id','2017-07-16 23:39:59','n_diff_pfx01',0,1,'encounter_type'),('openmrs','encounter','encounter_type_id','2017-07-16 23:39:59','n_diff_pfx02',0,1,'encounter_type,encounter_id'),('openmrs','encounter','encounter_type_id','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter','encounter_type_id','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','encounter','encounter_uuid_index','2017-07-16 23:39:59','n_diff_pfx01',0,1,'uuid'),('openmrs','encounter','encounter_uuid_index','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter','encounter_uuid_index','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','encounter','encounter_visit_id_fk','2017-07-16 23:39:59','n_diff_pfx01',0,1,'visit_id'),('openmrs','encounter','encounter_visit_id_fk','2017-07-16 23:39:59','n_diff_pfx02',0,1,'visit_id,encounter_id'),('openmrs','encounter','encounter_visit_id_fk','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter','encounter_visit_id_fk','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','encounter','user_who_voided_encounter','2017-07-16 23:39:59','n_diff_pfx01',0,1,'voided_by'),('openmrs','encounter','user_who_voided_encounter','2017-07-16 23:39:59','n_diff_pfx02',0,1,'voided_by,encounter_id'),('openmrs','encounter','user_who_voided_encounter','2017-07-16 23:39:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter','user_who_voided_encounter','2017-07-16 23:39:59','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_provider','PRIMARY','2017-07-16 23:38:58','n_diff_pfx01',0,1,'encounter_provider_id'),('openmrs','encounter_provider','PRIMARY','2017-07-16 23:38:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_provider','PRIMARY','2017-07-16 23:38:58','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_provider','encounter_id_fk','2017-07-16 23:38:58','n_diff_pfx01',0,1,'encounter_id'),('openmrs','encounter_provider','encounter_id_fk','2017-07-16 23:38:58','n_diff_pfx02',0,1,'encounter_id,encounter_provider_id'),('openmrs','encounter_provider','encounter_id_fk','2017-07-16 23:38:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_provider','encounter_id_fk','2017-07-16 23:38:58','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_provider','encounter_provider_changed_by','2017-07-16 23:38:58','n_diff_pfx01',0,1,'changed_by'),('openmrs','encounter_provider','encounter_provider_changed_by','2017-07-16 23:38:58','n_diff_pfx02',0,1,'changed_by,encounter_provider_id'),('openmrs','encounter_provider','encounter_provider_changed_by','2017-07-16 23:38:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_provider','encounter_provider_changed_by','2017-07-16 23:38:58','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_provider','encounter_provider_creator','2017-07-16 23:38:58','n_diff_pfx01',0,1,'creator'),('openmrs','encounter_provider','encounter_provider_creator','2017-07-16 23:38:58','n_diff_pfx02',0,1,'creator,encounter_provider_id'),('openmrs','encounter_provider','encounter_provider_creator','2017-07-16 23:38:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_provider','encounter_provider_creator','2017-07-16 23:38:58','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_provider','encounter_provider_voided_by','2017-07-16 23:38:58','n_diff_pfx01',0,1,'voided_by'),('openmrs','encounter_provider','encounter_provider_voided_by','2017-07-16 23:38:58','n_diff_pfx02',0,1,'voided_by,encounter_provider_id'),('openmrs','encounter_provider','encounter_provider_voided_by','2017-07-16 23:38:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_provider','encounter_provider_voided_by','2017-07-16 23:38:58','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_provider','encounter_role_id_fk','2017-07-16 23:38:58','n_diff_pfx01',0,1,'encounter_role_id'),('openmrs','encounter_provider','encounter_role_id_fk','2017-07-16 23:38:58','n_diff_pfx02',0,1,'encounter_role_id,encounter_provider_id'),('openmrs','encounter_provider','encounter_role_id_fk','2017-07-16 23:38:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_provider','encounter_role_id_fk','2017-07-16 23:38:58','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_provider','provider_id_fk','2017-07-16 23:38:58','n_diff_pfx01',0,1,'provider_id'),('openmrs','encounter_provider','provider_id_fk','2017-07-16 23:38:58','n_diff_pfx02',0,1,'provider_id,encounter_provider_id'),('openmrs','encounter_provider','provider_id_fk','2017-07-16 23:38:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_provider','provider_id_fk','2017-07-16 23:38:58','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_provider','uuid','2017-07-16 23:38:58','n_diff_pfx01',0,1,'uuid'),('openmrs','encounter_provider','uuid','2017-07-16 23:38:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_provider','uuid','2017-07-16 23:38:58','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_role','PRIMARY','2017-07-16 23:37:46','n_diff_pfx01',2,1,'encounter_role_id'),('openmrs','encounter_role','PRIMARY','2017-07-16 23:37:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_role','PRIMARY','2017-07-16 23:37:46','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_role','encounter_role_changed_by_fk','2017-07-16 23:37:46','n_diff_pfx01',1,1,'changed_by'),('openmrs','encounter_role','encounter_role_changed_by_fk','2017-07-16 23:37:46','n_diff_pfx02',2,1,'changed_by,encounter_role_id'),('openmrs','encounter_role','encounter_role_changed_by_fk','2017-07-16 23:37:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_role','encounter_role_changed_by_fk','2017-07-16 23:37:46','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_role','encounter_role_creator_fk','2017-07-16 23:37:46','n_diff_pfx01',1,1,'creator'),('openmrs','encounter_role','encounter_role_creator_fk','2017-07-16 23:37:46','n_diff_pfx02',2,1,'creator,encounter_role_id'),('openmrs','encounter_role','encounter_role_creator_fk','2017-07-16 23:37:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_role','encounter_role_creator_fk','2017-07-16 23:37:46','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_role','encounter_role_retired_by_fk','2017-07-16 23:37:46','n_diff_pfx01',1,1,'retired_by'),('openmrs','encounter_role','encounter_role_retired_by_fk','2017-07-16 23:37:46','n_diff_pfx02',2,1,'retired_by,encounter_role_id'),('openmrs','encounter_role','encounter_role_retired_by_fk','2017-07-16 23:37:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_role','encounter_role_retired_by_fk','2017-07-16 23:37:46','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_role','encounter_role_unique_name','2017-07-16 23:38:59','n_diff_pfx01',3,1,'name'),('openmrs','encounter_role','encounter_role_unique_name','2017-07-16 23:38:59','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_role','encounter_role_unique_name','2017-07-16 23:38:59','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_role','uuid','2017-07-16 23:37:46','n_diff_pfx01',2,1,'uuid'),('openmrs','encounter_role','uuid','2017-07-16 23:37:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_role','uuid','2017-07-16 23:37:46','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_type','PRIMARY','2017-07-16 23:40:00','n_diff_pfx01',4,1,'encounter_type_id'),('openmrs','encounter_type','PRIMARY','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_type','PRIMARY','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_type','encounter_type_changed_by','2017-07-16 23:40:00','n_diff_pfx01',1,1,'changed_by'),('openmrs','encounter_type','encounter_type_changed_by','2017-07-16 23:40:00','n_diff_pfx02',4,1,'changed_by,encounter_type_id'),('openmrs','encounter_type','encounter_type_changed_by','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_type','encounter_type_changed_by','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_type','encounter_type_retired_status','2017-07-16 23:40:00','n_diff_pfx01',1,1,'retired'),('openmrs','encounter_type','encounter_type_retired_status','2017-07-16 23:40:00','n_diff_pfx02',4,1,'retired,encounter_type_id'),('openmrs','encounter_type','encounter_type_retired_status','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_type','encounter_type_retired_status','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_type','encounter_type_unique_name','2017-07-16 23:40:00','n_diff_pfx01',4,1,'name'),('openmrs','encounter_type','encounter_type_unique_name','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_type','encounter_type_unique_name','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_type','encounter_type_uuid_index','2017-07-16 23:40:00','n_diff_pfx01',4,1,'uuid'),('openmrs','encounter_type','encounter_type_uuid_index','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_type','encounter_type_uuid_index','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_type','privilege_which_can_edit_encounter_type','2017-07-16 23:40:00','n_diff_pfx01',1,1,'edit_privilege'),('openmrs','encounter_type','privilege_which_can_edit_encounter_type','2017-07-16 23:40:00','n_diff_pfx02',4,1,'edit_privilege,encounter_type_id'),('openmrs','encounter_type','privilege_which_can_edit_encounter_type','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_type','privilege_which_can_edit_encounter_type','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_type','privilege_which_can_view_encounter_type','2017-07-16 23:40:00','n_diff_pfx01',1,1,'view_privilege'),('openmrs','encounter_type','privilege_which_can_view_encounter_type','2017-07-16 23:40:00','n_diff_pfx02',4,1,'view_privilege,encounter_type_id'),('openmrs','encounter_type','privilege_which_can_view_encounter_type','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_type','privilege_which_can_view_encounter_type','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_type','user_who_created_type','2017-07-16 23:40:00','n_diff_pfx01',1,1,'creator'),('openmrs','encounter_type','user_who_created_type','2017-07-16 23:40:00','n_diff_pfx02',4,1,'creator,encounter_type_id'),('openmrs','encounter_type','user_who_created_type','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_type','user_who_created_type','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','encounter_type','user_who_retired_encounter_type','2017-07-16 23:40:00','n_diff_pfx01',1,1,'retired_by'),('openmrs','encounter_type','user_who_retired_encounter_type','2017-07-16 23:40:00','n_diff_pfx02',4,1,'retired_by,encounter_type_id'),('openmrs','encounter_type','user_who_retired_encounter_type','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','encounter_type','user_who_retired_encounter_type','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','field','PRIMARY','2017-07-16 23:40:00','n_diff_pfx01',23,1,'field_id'),('openmrs','field','PRIMARY','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field','PRIMARY','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','field','concept_for_field','2017-07-16 23:40:00','n_diff_pfx01',7,1,'concept_id'),('openmrs','field','concept_for_field','2017-07-16 23:40:00','n_diff_pfx02',23,1,'concept_id,field_id'),('openmrs','field','concept_for_field','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field','concept_for_field','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','field','field_retired_status','2017-07-16 23:40:00','n_diff_pfx01',1,1,'retired'),('openmrs','field','field_retired_status','2017-07-16 23:40:00','n_diff_pfx02',23,1,'retired,field_id'),('openmrs','field','field_retired_status','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field','field_retired_status','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','field','field_uuid_index','2017-07-16 23:40:00','n_diff_pfx01',23,1,'uuid'),('openmrs','field','field_uuid_index','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field','field_uuid_index','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','field','type_of_field','2017-07-16 23:40:00','n_diff_pfx01',3,1,'field_type'),('openmrs','field','type_of_field','2017-07-16 23:40:00','n_diff_pfx02',23,1,'field_type,field_id'),('openmrs','field','type_of_field','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field','type_of_field','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','field','user_who_changed_field','2017-07-16 23:40:00','n_diff_pfx01',1,1,'changed_by'),('openmrs','field','user_who_changed_field','2017-07-16 23:40:00','n_diff_pfx02',23,1,'changed_by,field_id'),('openmrs','field','user_who_changed_field','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field','user_who_changed_field','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','field','user_who_created_field','2017-07-16 23:40:00','n_diff_pfx01',1,1,'creator'),('openmrs','field','user_who_created_field','2017-07-16 23:40:00','n_diff_pfx02',23,1,'creator,field_id'),('openmrs','field','user_who_created_field','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field','user_who_created_field','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','field','user_who_retired_field','2017-07-16 23:40:00','n_diff_pfx01',1,1,'retired_by'),('openmrs','field','user_who_retired_field','2017-07-16 23:40:00','n_diff_pfx02',23,1,'retired_by,field_id'),('openmrs','field','user_who_retired_field','2017-07-16 23:40:00','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field','user_who_retired_field','2017-07-16 23:40:00','size',1,NULL,'Number of pages in the index'),('openmrs','field_answer','PRIMARY','2017-07-16 23:40:01','n_diff_pfx01',0,1,'field_id'),('openmrs','field_answer','PRIMARY','2017-07-16 23:40:01','n_diff_pfx02',0,1,'field_id,answer_id'),('openmrs','field_answer','PRIMARY','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field_answer','PRIMARY','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','field_answer','field_answer_concept','2017-07-16 23:40:01','n_diff_pfx01',0,1,'answer_id'),('openmrs','field_answer','field_answer_concept','2017-07-16 23:40:01','n_diff_pfx02',0,1,'answer_id,field_id'),('openmrs','field_answer','field_answer_concept','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field_answer','field_answer_concept','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','field_answer','field_answer_uuid_index','2017-07-16 23:40:01','n_diff_pfx01',0,1,'uuid'),('openmrs','field_answer','field_answer_uuid_index','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field_answer','field_answer_uuid_index','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','field_answer','user_who_created_field_answer','2017-07-16 23:40:01','n_diff_pfx01',0,1,'creator'),('openmrs','field_answer','user_who_created_field_answer','2017-07-16 23:40:01','n_diff_pfx02',0,1,'creator,field_id'),('openmrs','field_answer','user_who_created_field_answer','2017-07-16 23:40:01','n_diff_pfx03',0,1,'creator,field_id,answer_id'),('openmrs','field_answer','user_who_created_field_answer','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field_answer','user_who_created_field_answer','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','field_type','PRIMARY','2017-07-16 23:40:01','n_diff_pfx01',5,1,'field_type_id'),('openmrs','field_type','PRIMARY','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field_type','PRIMARY','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','field_type','field_type_uuid_index','2017-07-16 23:40:01','n_diff_pfx01',5,1,'uuid'),('openmrs','field_type','field_type_uuid_index','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field_type','field_type_uuid_index','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','field_type','user_who_created_field_type','2017-07-16 23:40:01','n_diff_pfx01',1,1,'creator'),('openmrs','field_type','user_who_created_field_type','2017-07-16 23:40:01','n_diff_pfx02',5,1,'creator,field_type_id'),('openmrs','field_type','user_who_created_field_type','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','field_type','user_who_created_field_type','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','form','PRIMARY','2017-07-16 23:40:01','n_diff_pfx01',1,1,'form_id'),('openmrs','form','PRIMARY','2017-07-16 23:40:01','n_leaf_pages',2,NULL,'Number of leaf pages in the index'),('openmrs','form','PRIMARY','2017-07-16 23:40:01','size',3,NULL,'Number of pages in the index'),('openmrs','form','form_encounter_type','2017-07-16 23:40:01','n_diff_pfx01',1,1,'encounter_type'),('openmrs','form','form_encounter_type','2017-07-16 23:40:01','n_diff_pfx02',1,1,'encounter_type,form_id'),('openmrs','form','form_encounter_type','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form','form_encounter_type','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','form','form_published_and_retired_index','2017-07-16 23:40:01','n_diff_pfx01',1,1,'published'),('openmrs','form','form_published_and_retired_index','2017-07-16 23:40:01','n_diff_pfx02',1,1,'published,retired'),('openmrs','form','form_published_and_retired_index','2017-07-16 23:40:01','n_diff_pfx03',1,1,'published,retired,form_id'),('openmrs','form','form_published_and_retired_index','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form','form_published_and_retired_index','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','form','form_published_index','2017-07-16 23:40:01','n_diff_pfx01',1,1,'published'),('openmrs','form','form_published_index','2017-07-16 23:40:01','n_diff_pfx02',1,1,'published,form_id'),('openmrs','form','form_published_index','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form','form_published_index','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','form','form_retired_index','2017-07-16 23:40:01','n_diff_pfx01',1,1,'retired'),('openmrs','form','form_retired_index','2017-07-16 23:40:01','n_diff_pfx02',1,1,'retired,form_id'),('openmrs','form','form_retired_index','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form','form_retired_index','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','form','form_uuid_index','2017-07-16 23:40:01','n_diff_pfx01',1,1,'uuid'),('openmrs','form','form_uuid_index','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form','form_uuid_index','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','form','user_who_created_form','2017-07-16 23:40:01','n_diff_pfx01',1,1,'creator'),('openmrs','form','user_who_created_form','2017-07-16 23:40:01','n_diff_pfx02',1,1,'creator,form_id'),('openmrs','form','user_who_created_form','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form','user_who_created_form','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','form','user_who_last_changed_form','2017-07-16 23:40:01','n_diff_pfx01',1,1,'changed_by'),('openmrs','form','user_who_last_changed_form','2017-07-16 23:40:01','n_diff_pfx02',1,1,'changed_by,form_id'),('openmrs','form','user_who_last_changed_form','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form','user_who_last_changed_form','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','form','user_who_retired_form','2017-07-16 23:40:01','n_diff_pfx01',1,1,'retired_by'),('openmrs','form','user_who_retired_form','2017-07-16 23:40:01','n_diff_pfx02',1,1,'retired_by,form_id'),('openmrs','form','user_who_retired_form','2017-07-16 23:40:01','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form','user_who_retired_form','2017-07-16 23:40:01','size',1,NULL,'Number of pages in the index'),('openmrs','form_field','PRIMARY','2017-07-16 23:40:04','n_diff_pfx01',21,1,'form_field_id'),('openmrs','form_field','PRIMARY','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form_field','PRIMARY','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','form_field','field_within_form','2017-07-16 23:40:04','n_diff_pfx01',21,1,'field_id'),('openmrs','form_field','field_within_form','2017-07-16 23:40:04','n_diff_pfx02',21,1,'field_id,form_field_id'),('openmrs','form_field','field_within_form','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form_field','field_within_form','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','form_field','form_containing_field','2017-07-16 23:40:04','n_diff_pfx01',1,1,'form_id'),('openmrs','form_field','form_containing_field','2017-07-16 23:40:04','n_diff_pfx02',21,1,'form_id,form_field_id'),('openmrs','form_field','form_containing_field','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form_field','form_containing_field','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','form_field','form_field_hierarchy','2017-07-16 23:40:04','n_diff_pfx01',5,1,'parent_form_field'),('openmrs','form_field','form_field_hierarchy','2017-07-16 23:40:04','n_diff_pfx02',21,1,'parent_form_field,form_field_id'),('openmrs','form_field','form_field_hierarchy','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form_field','form_field_hierarchy','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','form_field','form_field_uuid_index','2017-07-16 23:40:04','n_diff_pfx01',21,1,'uuid'),('openmrs','form_field','form_field_uuid_index','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form_field','form_field_uuid_index','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','form_field','user_who_created_form_field','2017-07-16 23:40:04','n_diff_pfx01',1,1,'creator'),('openmrs','form_field','user_who_created_form_field','2017-07-16 23:40:04','n_diff_pfx02',21,1,'creator,form_field_id'),('openmrs','form_field','user_who_created_form_field','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form_field','user_who_created_form_field','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','form_field','user_who_last_changed_form_field','2017-07-16 23:40:04','n_diff_pfx01',1,1,'changed_by'),('openmrs','form_field','user_who_last_changed_form_field','2017-07-16 23:40:04','n_diff_pfx02',21,1,'changed_by,form_field_id'),('openmrs','form_field','user_who_last_changed_form_field','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form_field','user_who_last_changed_form_field','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','form_resource','PRIMARY','2017-07-16 23:40:39','n_diff_pfx01',0,1,'form_resource_id'),('openmrs','form_resource','PRIMARY','2017-07-16 23:40:39','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form_resource','PRIMARY','2017-07-16 23:40:39','size',1,NULL,'Number of pages in the index'),('openmrs','form_resource','form_resource_changed_by','2017-07-16 23:40:39','n_diff_pfx01',0,1,'changed_by'),('openmrs','form_resource','form_resource_changed_by','2017-07-16 23:40:39','n_diff_pfx02',0,1,'changed_by,form_resource_id'),('openmrs','form_resource','form_resource_changed_by','2017-07-16 23:40:39','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form_resource','form_resource_changed_by','2017-07-16 23:40:39','size',1,NULL,'Number of pages in the index'),('openmrs','form_resource','unique_form_and_name','2017-07-16 23:40:39','n_diff_pfx01',0,1,'form_id'),('openmrs','form_resource','unique_form_and_name','2017-07-16 23:40:39','n_diff_pfx02',0,1,'form_id,name'),('openmrs','form_resource','unique_form_and_name','2017-07-16 23:40:39','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form_resource','unique_form_and_name','2017-07-16 23:40:39','size',1,NULL,'Number of pages in the index'),('openmrs','form_resource','uuid','2017-07-16 23:40:39','n_diff_pfx01',0,1,'uuid'),('openmrs','form_resource','uuid','2017-07-16 23:40:39','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','form_resource','uuid','2017-07-16 23:40:39','size',1,NULL,'Number of pages in the index'),('openmrs','global_property','PRIMARY','2017-07-16 23:40:58','n_diff_pfx01',140,2,'property'),('openmrs','global_property','PRIMARY','2017-07-16 23:40:58','n_leaf_pages',2,NULL,'Number of leaf pages in the index'),('openmrs','global_property','PRIMARY','2017-07-16 23:40:58','size',3,NULL,'Number of pages in the index'),('openmrs','global_property','global_property_changed_by','2017-07-16 23:40:58','n_diff_pfx01',1,1,'changed_by'),('openmrs','global_property','global_property_changed_by','2017-07-16 23:40:58','n_diff_pfx02',140,1,'changed_by,property'),('openmrs','global_property','global_property_changed_by','2017-07-16 23:40:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','global_property','global_property_changed_by','2017-07-16 23:40:58','size',1,NULL,'Number of pages in the index'),('openmrs','global_property','global_property_property_index','2017-07-16 23:40:58','n_diff_pfx01',140,1,'property'),('openmrs','global_property','global_property_property_index','2017-07-16 23:40:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','global_property','global_property_property_index','2017-07-16 23:40:58','size',1,NULL,'Number of pages in the index'),('openmrs','global_property','global_property_uuid_index','2017-07-16 23:40:58','n_diff_pfx01',140,1,'uuid'),('openmrs','global_property','global_property_uuid_index','2017-07-16 23:40:58','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','global_property','global_property_uuid_index','2017-07-16 23:40:58','size',1,NULL,'Number of pages in the index'),('openmrs','hl7_in_archive','PRIMARY','2017-07-16 23:40:04','n_diff_pfx01',0,1,'hl7_in_archive_id'),('openmrs','hl7_in_archive','PRIMARY','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','hl7_in_archive','PRIMARY','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','hl7_in_archive','hl7_in_archive_message_state_idx','2017-07-16 23:40:04','n_diff_pfx01',0,1,'message_state'),('openmrs','hl7_in_archive','hl7_in_archive_message_state_idx','2017-07-16 23:40:04','n_diff_pfx02',0,1,'message_state,hl7_in_archive_id'),('openmrs','hl7_in_archive','hl7_in_archive_message_state_idx','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','hl7_in_archive','hl7_in_archive_message_state_idx','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','hl7_in_archive','hl7_in_archive_uuid_index','2017-07-16 23:40:04','n_diff_pfx01',0,1,'uuid'),('openmrs','hl7_in_archive','hl7_in_archive_uuid_index','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','hl7_in_archive','hl7_in_archive_uuid_index','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','hl7_in_error','PRIMARY','2017-07-16 23:40:04','n_diff_pfx01',0,1,'hl7_in_error_id'),('openmrs','hl7_in_error','PRIMARY','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','hl7_in_error','PRIMARY','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','hl7_in_error','hl7_in_error_uuid_index','2017-07-16 23:40:04','n_diff_pfx01',0,1,'uuid'),('openmrs','hl7_in_error','hl7_in_error_uuid_index','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','hl7_in_error','hl7_in_error_uuid_index','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','hl7_in_queue','PRIMARY','2017-07-16 23:40:04','n_diff_pfx01',0,1,'hl7_in_queue_id'),('openmrs','hl7_in_queue','PRIMARY','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','hl7_in_queue','PRIMARY','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','hl7_in_queue','hl7_in_queue_uuid_index','2017-07-16 23:40:04','n_diff_pfx01',0,1,'uuid'),('openmrs','hl7_in_queue','hl7_in_queue_uuid_index','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','hl7_in_queue','hl7_in_queue_uuid_index','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','hl7_in_queue','hl7_source_with_queue','2017-07-16 23:40:04','n_diff_pfx01',0,1,'hl7_source'),('openmrs','hl7_in_queue','hl7_source_with_queue','2017-07-16 23:40:04','n_diff_pfx02',0,1,'hl7_source,hl7_in_queue_id'),('openmrs','hl7_in_queue','hl7_source_with_queue','2017-07-16 23:40:04','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','hl7_in_queue','hl7_source_with_queue','2017-07-16 23:40:04','size',1,NULL,'Number of pages in the index'),('openmrs','hl7_source','PRIMARY','2017-07-16 23:40:05','n_diff_pfx01',1,1,'hl7_source_id'),('openmrs','hl7_source','PRIMARY','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','hl7_source','PRIMARY','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','hl7_source','hl7_source_uuid_index','2017-07-16 23:40:05','n_diff_pfx01',1,1,'uuid'),('openmrs','hl7_source','hl7_source_uuid_index','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','hl7_source','hl7_source_uuid_index','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','hl7_source','user_who_created_hl7_source','2017-07-16 23:40:05','n_diff_pfx01',1,1,'creator'),('openmrs','hl7_source','user_who_created_hl7_source','2017-07-16 23:40:05','n_diff_pfx02',1,1,'creator,hl7_source_id'),('openmrs','hl7_source','user_who_created_hl7_source','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','hl7_source','user_who_created_hl7_source','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','liquibasechangelog','PRIMARY','2017-07-16 23:40:27','n_diff_pfx01',1132,25,'ID'),('openmrs','liquibasechangelog','PRIMARY','2017-07-16 23:40:27','n_diff_pfx02',1132,25,'ID,AUTHOR'),('openmrs','liquibasechangelog','PRIMARY','2017-07-16 23:40:27','n_diff_pfx03',1135,25,'ID,AUTHOR,FILENAME'),('openmrs','liquibasechangelog','PRIMARY','2017-07-16 23:40:27','n_leaf_pages',25,NULL,'Number of leaf pages in the index'),('openmrs','liquibasechangelog','PRIMARY','2017-07-16 23:40:27','size',26,NULL,'Number of pages in the index'),('openmrs','liquibasechangeloglock','PRIMARY','2017-07-16 23:35:42','n_diff_pfx01',0,1,'ID'),('openmrs','liquibasechangeloglock','PRIMARY','2017-07-16 23:35:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','liquibasechangeloglock','PRIMARY','2017-07-16 23:35:42','size',1,NULL,'Number of pages in the index'),('openmrs','location','PRIMARY','2017-07-16 23:40:05','n_diff_pfx01',1,1,'location_id'),('openmrs','location','PRIMARY','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location','PRIMARY','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location','location_changed_by','2017-07-16 23:40:05','n_diff_pfx01',1,1,'changed_by'),('openmrs','location','location_changed_by','2017-07-16 23:40:05','n_diff_pfx02',1,1,'changed_by,location_id'),('openmrs','location','location_changed_by','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location','location_changed_by','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location','location_retired_status','2017-07-16 23:40:05','n_diff_pfx01',1,1,'retired'),('openmrs','location','location_retired_status','2017-07-16 23:40:05','n_diff_pfx02',1,1,'retired,location_id'),('openmrs','location','location_retired_status','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location','location_retired_status','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location','location_uuid_index','2017-07-16 23:40:05','n_diff_pfx01',1,1,'uuid'),('openmrs','location','location_uuid_index','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location','location_uuid_index','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location','name_of_location','2017-07-16 23:40:05','n_diff_pfx01',1,1,'name'),('openmrs','location','name_of_location','2017-07-16 23:40:05','n_diff_pfx02',1,1,'name,location_id'),('openmrs','location','name_of_location','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location','name_of_location','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location','parent_location','2017-07-16 23:40:05','n_diff_pfx01',1,1,'parent_location'),('openmrs','location','parent_location','2017-07-16 23:40:05','n_diff_pfx02',1,1,'parent_location,location_id'),('openmrs','location','parent_location','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location','parent_location','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location','user_who_created_location','2017-07-16 23:40:05','n_diff_pfx01',1,1,'creator'),('openmrs','location','user_who_created_location','2017-07-16 23:40:05','n_diff_pfx02',1,1,'creator,location_id'),('openmrs','location','user_who_created_location','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location','user_who_created_location','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location','user_who_retired_location','2017-07-16 23:40:05','n_diff_pfx01',1,1,'retired_by'),('openmrs','location','user_who_retired_location','2017-07-16 23:40:05','n_diff_pfx02',1,1,'retired_by,location_id'),('openmrs','location','user_who_retired_location','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location','user_who_retired_location','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute','PRIMARY','2017-07-16 23:36:49','n_diff_pfx01',0,1,'location_attribute_id'),('openmrs','location_attribute','PRIMARY','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute','PRIMARY','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute','location_attribute_attribute_type_id_fk','2017-07-16 23:36:49','n_diff_pfx01',0,1,'attribute_type_id'),('openmrs','location_attribute','location_attribute_attribute_type_id_fk','2017-07-16 23:36:49','n_diff_pfx02',0,1,'attribute_type_id,location_attribute_id'),('openmrs','location_attribute','location_attribute_attribute_type_id_fk','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute','location_attribute_attribute_type_id_fk','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute','location_attribute_changed_by_fk','2017-07-16 23:36:49','n_diff_pfx01',0,1,'changed_by'),('openmrs','location_attribute','location_attribute_changed_by_fk','2017-07-16 23:36:49','n_diff_pfx02',0,1,'changed_by,location_attribute_id'),('openmrs','location_attribute','location_attribute_changed_by_fk','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute','location_attribute_changed_by_fk','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute','location_attribute_creator_fk','2017-07-16 23:36:49','n_diff_pfx01',0,1,'creator'),('openmrs','location_attribute','location_attribute_creator_fk','2017-07-16 23:36:49','n_diff_pfx02',0,1,'creator,location_attribute_id'),('openmrs','location_attribute','location_attribute_creator_fk','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute','location_attribute_creator_fk','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute','location_attribute_location_fk','2017-07-16 23:36:49','n_diff_pfx01',0,1,'location_id'),('openmrs','location_attribute','location_attribute_location_fk','2017-07-16 23:36:49','n_diff_pfx02',0,1,'location_id,location_attribute_id'),('openmrs','location_attribute','location_attribute_location_fk','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute','location_attribute_location_fk','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute','location_attribute_voided_by_fk','2017-07-16 23:36:49','n_diff_pfx01',0,1,'voided_by'),('openmrs','location_attribute','location_attribute_voided_by_fk','2017-07-16 23:36:49','n_diff_pfx02',0,1,'voided_by,location_attribute_id'),('openmrs','location_attribute','location_attribute_voided_by_fk','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute','location_attribute_voided_by_fk','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute','uuid','2017-07-16 23:36:49','n_diff_pfx01',0,1,'uuid'),('openmrs','location_attribute','uuid','2017-07-16 23:36:49','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute','uuid','2017-07-16 23:36:49','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute_type','PRIMARY','2017-07-16 23:36:47','n_diff_pfx01',0,1,'location_attribute_type_id'),('openmrs','location_attribute_type','PRIMARY','2017-07-16 23:36:47','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute_type','PRIMARY','2017-07-16 23:36:47','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute_type','location_attribute_type_changed_by_fk','2017-07-16 23:36:47','n_diff_pfx01',0,1,'changed_by'),('openmrs','location_attribute_type','location_attribute_type_changed_by_fk','2017-07-16 23:36:47','n_diff_pfx02',0,1,'changed_by,location_attribute_type_id'),('openmrs','location_attribute_type','location_attribute_type_changed_by_fk','2017-07-16 23:36:47','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute_type','location_attribute_type_changed_by_fk','2017-07-16 23:36:47','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute_type','location_attribute_type_creator_fk','2017-07-16 23:36:47','n_diff_pfx01',0,1,'creator'),('openmrs','location_attribute_type','location_attribute_type_creator_fk','2017-07-16 23:36:47','n_diff_pfx02',0,1,'creator,location_attribute_type_id'),('openmrs','location_attribute_type','location_attribute_type_creator_fk','2017-07-16 23:36:47','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute_type','location_attribute_type_creator_fk','2017-07-16 23:36:47','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute_type','location_attribute_type_retired_by_fk','2017-07-16 23:36:47','n_diff_pfx01',0,1,'retired_by'),('openmrs','location_attribute_type','location_attribute_type_retired_by_fk','2017-07-16 23:36:47','n_diff_pfx02',0,1,'retired_by,location_attribute_type_id'),('openmrs','location_attribute_type','location_attribute_type_retired_by_fk','2017-07-16 23:36:47','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute_type','location_attribute_type_retired_by_fk','2017-07-16 23:36:47','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute_type','location_attribute_type_unique_name','2017-07-16 23:39:27','n_diff_pfx01',0,1,'name'),('openmrs','location_attribute_type','location_attribute_type_unique_name','2017-07-16 23:39:27','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute_type','location_attribute_type_unique_name','2017-07-16 23:39:27','size',1,NULL,'Number of pages in the index'),('openmrs','location_attribute_type','uuid','2017-07-16 23:36:47','n_diff_pfx01',0,1,'uuid'),('openmrs','location_attribute_type','uuid','2017-07-16 23:36:47','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_attribute_type','uuid','2017-07-16 23:36:47','size',1,NULL,'Number of pages in the index'),('openmrs','location_tag','PRIMARY','2017-07-16 23:40:05','n_diff_pfx01',0,1,'location_tag_id'),('openmrs','location_tag','PRIMARY','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_tag','PRIMARY','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location_tag','location_tag_changed_by','2017-07-16 23:40:05','n_diff_pfx01',0,1,'changed_by'),('openmrs','location_tag','location_tag_changed_by','2017-07-16 23:40:05','n_diff_pfx02',0,1,'changed_by,location_tag_id'),('openmrs','location_tag','location_tag_changed_by','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_tag','location_tag_changed_by','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location_tag','location_tag_creator','2017-07-16 23:40:05','n_diff_pfx01',0,1,'creator'),('openmrs','location_tag','location_tag_creator','2017-07-16 23:40:05','n_diff_pfx02',0,1,'creator,location_tag_id'),('openmrs','location_tag','location_tag_creator','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_tag','location_tag_creator','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location_tag','location_tag_retired_by','2017-07-16 23:40:05','n_diff_pfx01',0,1,'retired_by'),('openmrs','location_tag','location_tag_retired_by','2017-07-16 23:40:05','n_diff_pfx02',0,1,'retired_by,location_tag_id'),('openmrs','location_tag','location_tag_retired_by','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_tag','location_tag_retired_by','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location_tag','location_tag_uuid_index','2017-07-16 23:40:05','n_diff_pfx01',0,1,'uuid'),('openmrs','location_tag','location_tag_uuid_index','2017-07-16 23:40:05','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_tag','location_tag_uuid_index','2017-07-16 23:40:05','size',1,NULL,'Number of pages in the index'),('openmrs','location_tag_map','PRIMARY','2017-07-16 23:36:33','n_diff_pfx01',0,1,'location_id'),('openmrs','location_tag_map','PRIMARY','2017-07-16 23:36:33','n_diff_pfx02',0,1,'location_id,location_tag_id'),('openmrs','location_tag_map','PRIMARY','2017-07-16 23:36:33','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_tag_map','PRIMARY','2017-07-16 23:36:33','size',1,NULL,'Number of pages in the index'),('openmrs','location_tag_map','location_tag_map_tag','2017-07-16 23:36:33','n_diff_pfx01',0,1,'location_tag_id'),('openmrs','location_tag_map','location_tag_map_tag','2017-07-16 23:36:33','n_diff_pfx02',0,1,'location_tag_id,location_id'),('openmrs','location_tag_map','location_tag_map_tag','2017-07-16 23:36:33','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','location_tag_map','location_tag_map_tag','2017-07-16 23:36:33','size',1,NULL,'Number of pages in the index'),('openmrs','note','PRIMARY','2017-07-16 23:40:06','n_diff_pfx01',0,1,'note_id'),('openmrs','note','PRIMARY','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','note','PRIMARY','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','note','encounter_note','2017-07-16 23:40:06','n_diff_pfx01',0,1,'encounter_id'),('openmrs','note','encounter_note','2017-07-16 23:40:06','n_diff_pfx02',0,1,'encounter_id,note_id'),('openmrs','note','encounter_note','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','note','encounter_note','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','note','note_hierarchy','2017-07-16 23:40:06','n_diff_pfx01',0,1,'parent'),('openmrs','note','note_hierarchy','2017-07-16 23:40:06','n_diff_pfx02',0,1,'parent,note_id'),('openmrs','note','note_hierarchy','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','note','note_hierarchy','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','note','note_uuid_index','2017-07-16 23:40:06','n_diff_pfx01',0,1,'uuid'),('openmrs','note','note_uuid_index','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','note','note_uuid_index','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','note','obs_note','2017-07-16 23:40:06','n_diff_pfx01',0,1,'obs_id'),('openmrs','note','obs_note','2017-07-16 23:40:06','n_diff_pfx02',0,1,'obs_id,note_id'),('openmrs','note','obs_note','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','note','obs_note','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','note','patient_note','2017-07-16 23:40:06','n_diff_pfx01',0,1,'patient_id'),('openmrs','note','patient_note','2017-07-16 23:40:06','n_diff_pfx02',0,1,'patient_id,note_id'),('openmrs','note','patient_note','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','note','patient_note','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','note','user_who_changed_note','2017-07-16 23:40:06','n_diff_pfx01',0,1,'changed_by'),('openmrs','note','user_who_changed_note','2017-07-16 23:40:06','n_diff_pfx02',0,1,'changed_by,note_id'),('openmrs','note','user_who_changed_note','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','note','user_who_changed_note','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','note','user_who_created_note','2017-07-16 23:40:06','n_diff_pfx01',0,1,'creator'),('openmrs','note','user_who_created_note','2017-07-16 23:40:06','n_diff_pfx02',0,1,'creator,note_id'),('openmrs','note','user_who_created_note','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','note','user_who_created_note','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','notification_alert','PRIMARY','2017-07-16 23:40:06','n_diff_pfx01',0,1,'alert_id'),('openmrs','notification_alert','PRIMARY','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','notification_alert','PRIMARY','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','notification_alert','alert_creator','2017-07-16 23:40:06','n_diff_pfx01',0,1,'creator'),('openmrs','notification_alert','alert_creator','2017-07-16 23:40:06','n_diff_pfx02',0,1,'creator,alert_id'),('openmrs','notification_alert','alert_creator','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','notification_alert','alert_creator','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','notification_alert','alert_date_to_expire_idx','2017-07-16 23:40:06','n_diff_pfx01',0,1,'date_to_expire'),('openmrs','notification_alert','alert_date_to_expire_idx','2017-07-16 23:40:06','n_diff_pfx02',0,1,'date_to_expire,alert_id'),('openmrs','notification_alert','alert_date_to_expire_idx','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','notification_alert','alert_date_to_expire_idx','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','notification_alert','notification_alert_uuid_index','2017-07-16 23:40:06','n_diff_pfx01',0,1,'uuid'),('openmrs','notification_alert','notification_alert_uuid_index','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','notification_alert','notification_alert_uuid_index','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','notification_alert','user_who_changed_alert','2017-07-16 23:40:06','n_diff_pfx01',0,1,'changed_by'),('openmrs','notification_alert','user_who_changed_alert','2017-07-16 23:40:06','n_diff_pfx02',0,1,'changed_by,alert_id'),('openmrs','notification_alert','user_who_changed_alert','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','notification_alert','user_who_changed_alert','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','notification_alert_recipient','PRIMARY','2017-07-16 23:38:25','n_diff_pfx01',0,1,'alert_id'),('openmrs','notification_alert_recipient','PRIMARY','2017-07-16 23:38:25','n_diff_pfx02',0,1,'alert_id,user_id'),('openmrs','notification_alert_recipient','PRIMARY','2017-07-16 23:38:25','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','notification_alert_recipient','PRIMARY','2017-07-16 23:38:25','size',1,NULL,'Number of pages in the index'),('openmrs','notification_alert_recipient','alert_read_by_user','2017-07-16 23:38:25','n_diff_pfx01',0,1,'user_id'),('openmrs','notification_alert_recipient','alert_read_by_user','2017-07-16 23:38:25','n_diff_pfx02',0,1,'user_id,alert_id'),('openmrs','notification_alert_recipient','alert_read_by_user','2017-07-16 23:38:25','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','notification_alert_recipient','alert_read_by_user','2017-07-16 23:38:25','size',1,NULL,'Number of pages in the index'),('openmrs','notification_template','PRIMARY','2017-07-16 23:40:06','n_diff_pfx01',0,1,'template_id'),('openmrs','notification_template','PRIMARY','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','notification_template','PRIMARY','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','notification_template','notification_template_uuid_index','2017-07-16 23:40:06','n_diff_pfx01',0,1,'uuid'),('openmrs','notification_template','notification_template_uuid_index','2017-07-16 23:40:06','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','notification_template','notification_template_uuid_index','2017-07-16 23:40:06','size',1,NULL,'Number of pages in the index'),('openmrs','obs','PRIMARY','2017-07-16 23:40:43','n_diff_pfx01',0,1,'obs_id'),('openmrs','obs','PRIMARY','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','PRIMARY','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','answer_concept','2017-07-16 23:40:43','n_diff_pfx01',0,1,'value_coded'),('openmrs','obs','answer_concept','2017-07-16 23:40:43','n_diff_pfx02',0,1,'value_coded,obs_id'),('openmrs','obs','answer_concept','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','answer_concept','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','answer_concept_drug','2017-07-16 23:40:43','n_diff_pfx01',0,1,'value_drug'),('openmrs','obs','answer_concept_drug','2017-07-16 23:40:43','n_diff_pfx02',0,1,'value_drug,obs_id'),('openmrs','obs','answer_concept_drug','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','answer_concept_drug','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','encounter_observations','2017-07-16 23:40:43','n_diff_pfx01',0,1,'encounter_id'),('openmrs','obs','encounter_observations','2017-07-16 23:40:43','n_diff_pfx02',0,1,'encounter_id,obs_id'),('openmrs','obs','encounter_observations','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','encounter_observations','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','obs_concept','2017-07-16 23:40:43','n_diff_pfx01',0,1,'concept_id'),('openmrs','obs','obs_concept','2017-07-16 23:40:43','n_diff_pfx02',0,1,'concept_id,obs_id'),('openmrs','obs','obs_concept','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','obs_concept','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','obs_datetime_idx','2017-07-16 23:40:43','n_diff_pfx01',0,1,'obs_datetime'),('openmrs','obs','obs_datetime_idx','2017-07-16 23:40:43','n_diff_pfx02',0,1,'obs_datetime,obs_id'),('openmrs','obs','obs_datetime_idx','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','obs_datetime_idx','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','obs_enterer','2017-07-16 23:40:43','n_diff_pfx01',0,1,'creator'),('openmrs','obs','obs_enterer','2017-07-16 23:40:43','n_diff_pfx02',0,1,'creator,obs_id'),('openmrs','obs','obs_enterer','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','obs_enterer','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','obs_grouping_id','2017-07-16 23:40:43','n_diff_pfx01',0,1,'obs_group_id'),('openmrs','obs','obs_grouping_id','2017-07-16 23:40:43','n_diff_pfx02',0,1,'obs_group_id,obs_id'),('openmrs','obs','obs_grouping_id','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','obs_grouping_id','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','obs_location','2017-07-16 23:40:43','n_diff_pfx01',0,1,'location_id'),('openmrs','obs','obs_location','2017-07-16 23:40:43','n_diff_pfx02',0,1,'location_id,obs_id'),('openmrs','obs','obs_location','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','obs_location','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','obs_name_of_coded_value','2017-07-16 23:40:43','n_diff_pfx01',0,1,'value_coded_name_id'),('openmrs','obs','obs_name_of_coded_value','2017-07-16 23:40:43','n_diff_pfx02',0,1,'value_coded_name_id,obs_id'),('openmrs','obs','obs_name_of_coded_value','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','obs_name_of_coded_value','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','obs_order','2017-07-16 23:40:43','n_diff_pfx01',0,1,'order_id'),('openmrs','obs','obs_order','2017-07-16 23:40:43','n_diff_pfx02',0,1,'order_id,obs_id'),('openmrs','obs','obs_order','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','obs_order','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','obs_uuid_index','2017-07-16 23:40:43','n_diff_pfx01',0,1,'uuid'),('openmrs','obs','obs_uuid_index','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','obs_uuid_index','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','person_obs','2017-07-16 23:40:43','n_diff_pfx01',0,1,'person_id'),('openmrs','obs','person_obs','2017-07-16 23:40:43','n_diff_pfx02',0,1,'person_id,obs_id'),('openmrs','obs','person_obs','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','person_obs','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','previous_version','2017-07-16 23:40:43','n_diff_pfx01',0,1,'previous_version'),('openmrs','obs','previous_version','2017-07-16 23:40:43','n_diff_pfx02',0,1,'previous_version,obs_id'),('openmrs','obs','previous_version','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','previous_version','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','obs','user_who_voided_obs','2017-07-16 23:40:43','n_diff_pfx01',0,1,'voided_by'),('openmrs','obs','user_who_voided_obs','2017-07-16 23:40:43','n_diff_pfx02',0,1,'voided_by,obs_id'),('openmrs','obs','user_who_voided_obs','2017-07-16 23:40:43','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','obs','user_who_voided_obs','2017-07-16 23:40:43','size',1,NULL,'Number of pages in the index'),('openmrs','order_frequency','PRIMARY','2017-07-16 23:39:08','n_diff_pfx01',0,1,'order_frequency_id'),('openmrs','order_frequency','PRIMARY','2017-07-16 23:39:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_frequency','PRIMARY','2017-07-16 23:39:08','size',1,NULL,'Number of pages in the index'),('openmrs','order_frequency','concept_id','2017-07-16 23:39:08','n_diff_pfx01',0,1,'concept_id'),('openmrs','order_frequency','concept_id','2017-07-16 23:39:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_frequency','concept_id','2017-07-16 23:39:08','size',1,NULL,'Number of pages in the index'),('openmrs','order_frequency','order_frequency_changed_by_fk','2017-07-16 23:39:08','n_diff_pfx01',0,1,'changed_by'),('openmrs','order_frequency','order_frequency_changed_by_fk','2017-07-16 23:39:08','n_diff_pfx02',0,1,'changed_by,order_frequency_id'),('openmrs','order_frequency','order_frequency_changed_by_fk','2017-07-16 23:39:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_frequency','order_frequency_changed_by_fk','2017-07-16 23:39:08','size',1,NULL,'Number of pages in the index'),('openmrs','order_frequency','order_frequency_creator_fk','2017-07-16 23:39:08','n_diff_pfx01',0,1,'creator'),('openmrs','order_frequency','order_frequency_creator_fk','2017-07-16 23:39:08','n_diff_pfx02',0,1,'creator,order_frequency_id'),('openmrs','order_frequency','order_frequency_creator_fk','2017-07-16 23:39:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_frequency','order_frequency_creator_fk','2017-07-16 23:39:08','size',1,NULL,'Number of pages in the index'),('openmrs','order_frequency','order_frequency_retired_by_fk','2017-07-16 23:39:08','n_diff_pfx01',0,1,'retired_by'),('openmrs','order_frequency','order_frequency_retired_by_fk','2017-07-16 23:39:08','n_diff_pfx02',0,1,'retired_by,order_frequency_id'),('openmrs','order_frequency','order_frequency_retired_by_fk','2017-07-16 23:39:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_frequency','order_frequency_retired_by_fk','2017-07-16 23:39:08','size',1,NULL,'Number of pages in the index'),('openmrs','order_frequency','uuid','2017-07-16 23:39:08','n_diff_pfx01',0,1,'uuid'),('openmrs','order_frequency','uuid','2017-07-16 23:39:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_frequency','uuid','2017-07-16 23:39:08','size',1,NULL,'Number of pages in the index'),('openmrs','order_group','PRIMARY','2017-07-16 23:40:18','n_diff_pfx01',0,1,'order_group_id'),('openmrs','order_group','PRIMARY','2017-07-16 23:40:18','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_group','PRIMARY','2017-07-16 23:40:18','size',1,NULL,'Number of pages in the index'),('openmrs','order_group','order_group_changed_by_fk','2017-07-16 23:40:18','n_diff_pfx01',0,1,'changed_by'),('openmrs','order_group','order_group_changed_by_fk','2017-07-16 23:40:18','n_diff_pfx02',0,1,'changed_by,order_group_id'),('openmrs','order_group','order_group_changed_by_fk','2017-07-16 23:40:18','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_group','order_group_changed_by_fk','2017-07-16 23:40:18','size',1,NULL,'Number of pages in the index'),('openmrs','order_group','order_group_creator_fk','2017-07-16 23:40:18','n_diff_pfx01',0,1,'creator'),('openmrs','order_group','order_group_creator_fk','2017-07-16 23:40:18','n_diff_pfx02',0,1,'creator,order_group_id'),('openmrs','order_group','order_group_creator_fk','2017-07-16 23:40:18','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_group','order_group_creator_fk','2017-07-16 23:40:18','size',1,NULL,'Number of pages in the index'),('openmrs','order_group','order_group_encounter_id_fk','2017-07-16 23:40:18','n_diff_pfx01',0,1,'encounter_id'),('openmrs','order_group','order_group_encounter_id_fk','2017-07-16 23:40:18','n_diff_pfx02',0,1,'encounter_id,order_group_id'),('openmrs','order_group','order_group_encounter_id_fk','2017-07-16 23:40:18','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_group','order_group_encounter_id_fk','2017-07-16 23:40:18','size',1,NULL,'Number of pages in the index'),('openmrs','order_group','order_group_patient_id_fk','2017-07-16 23:40:18','n_diff_pfx01',0,1,'patient_id'),('openmrs','order_group','order_group_patient_id_fk','2017-07-16 23:40:18','n_diff_pfx02',0,1,'patient_id,order_group_id'),('openmrs','order_group','order_group_patient_id_fk','2017-07-16 23:40:18','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_group','order_group_patient_id_fk','2017-07-16 23:40:18','size',1,NULL,'Number of pages in the index'),('openmrs','order_group','order_group_set_id_fk','2017-07-16 23:40:18','n_diff_pfx01',0,1,'order_set_id'),('openmrs','order_group','order_group_set_id_fk','2017-07-16 23:40:18','n_diff_pfx02',0,1,'order_set_id,order_group_id'),('openmrs','order_group','order_group_set_id_fk','2017-07-16 23:40:18','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_group','order_group_set_id_fk','2017-07-16 23:40:18','size',1,NULL,'Number of pages in the index'),('openmrs','order_group','order_group_voided_by_fk','2017-07-16 23:40:18','n_diff_pfx01',0,1,'voided_by'),('openmrs','order_group','order_group_voided_by_fk','2017-07-16 23:40:18','n_diff_pfx02',0,1,'voided_by,order_group_id'),('openmrs','order_group','order_group_voided_by_fk','2017-07-16 23:40:18','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_group','order_group_voided_by_fk','2017-07-16 23:40:18','size',1,NULL,'Number of pages in the index'),('openmrs','order_group','uuid','2017-07-16 23:40:18','n_diff_pfx01',0,1,'uuid'),('openmrs','order_group','uuid','2017-07-16 23:40:18','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_group','uuid','2017-07-16 23:40:18','size',1,NULL,'Number of pages in the index'),('openmrs','order_set','PRIMARY','2017-07-16 23:40:15','n_diff_pfx01',0,1,'order_set_id'),('openmrs','order_set','PRIMARY','2017-07-16 23:40:15','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set','PRIMARY','2017-07-16 23:40:15','size',1,NULL,'Number of pages in the index'),('openmrs','order_set','order_set_changed_by_fk','2017-07-16 23:40:15','n_diff_pfx01',0,1,'changed_by'),('openmrs','order_set','order_set_changed_by_fk','2017-07-16 23:40:15','n_diff_pfx02',0,1,'changed_by,order_set_id'),('openmrs','order_set','order_set_changed_by_fk','2017-07-16 23:40:15','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set','order_set_changed_by_fk','2017-07-16 23:40:15','size',1,NULL,'Number of pages in the index'),('openmrs','order_set','order_set_creator_fk','2017-07-16 23:40:15','n_diff_pfx01',0,1,'creator'),('openmrs','order_set','order_set_creator_fk','2017-07-16 23:40:15','n_diff_pfx02',0,1,'creator,order_set_id'),('openmrs','order_set','order_set_creator_fk','2017-07-16 23:40:15','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set','order_set_creator_fk','2017-07-16 23:40:15','size',1,NULL,'Number of pages in the index'),('openmrs','order_set','order_set_retired_by_fk','2017-07-16 23:40:15','n_diff_pfx01',0,1,'retired_by'),('openmrs','order_set','order_set_retired_by_fk','2017-07-16 23:40:15','n_diff_pfx02',0,1,'retired_by,order_set_id'),('openmrs','order_set','order_set_retired_by_fk','2017-07-16 23:40:15','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set','order_set_retired_by_fk','2017-07-16 23:40:15','size',1,NULL,'Number of pages in the index'),('openmrs','order_set','uuid','2017-07-16 23:40:15','n_diff_pfx01',0,1,'uuid'),('openmrs','order_set','uuid','2017-07-16 23:40:15','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set','uuid','2017-07-16 23:40:15','size',1,NULL,'Number of pages in the index'),('openmrs','order_set_member','PRIMARY','2017-07-16 23:40:16','n_diff_pfx01',0,1,'order_set_member_id'),('openmrs','order_set_member','PRIMARY','2017-07-16 23:40:16','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set_member','PRIMARY','2017-07-16 23:40:16','size',1,NULL,'Number of pages in the index'),('openmrs','order_set_member','order_set_member_changed_by_fk','2017-07-16 23:40:16','n_diff_pfx01',0,1,'changed_by'),('openmrs','order_set_member','order_set_member_changed_by_fk','2017-07-16 23:40:16','n_diff_pfx02',0,1,'changed_by,order_set_member_id'),('openmrs','order_set_member','order_set_member_changed_by_fk','2017-07-16 23:40:16','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set_member','order_set_member_changed_by_fk','2017-07-16 23:40:16','size',1,NULL,'Number of pages in the index'),('openmrs','order_set_member','order_set_member_concept_id_fk','2017-07-16 23:40:16','n_diff_pfx01',0,1,'concept_id'),('openmrs','order_set_member','order_set_member_concept_id_fk','2017-07-16 23:40:16','n_diff_pfx02',0,1,'concept_id,order_set_member_id'),('openmrs','order_set_member','order_set_member_concept_id_fk','2017-07-16 23:40:16','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set_member','order_set_member_concept_id_fk','2017-07-16 23:40:16','size',1,NULL,'Number of pages in the index'),('openmrs','order_set_member','order_set_member_creator_fk','2017-07-16 23:40:16','n_diff_pfx01',0,1,'creator'),('openmrs','order_set_member','order_set_member_creator_fk','2017-07-16 23:40:16','n_diff_pfx02',0,1,'creator,order_set_member_id'),('openmrs','order_set_member','order_set_member_creator_fk','2017-07-16 23:40:16','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set_member','order_set_member_creator_fk','2017-07-16 23:40:16','size',1,NULL,'Number of pages in the index'),('openmrs','order_set_member','order_set_member_order_set_id_fk','2017-07-16 23:40:16','n_diff_pfx01',0,1,'order_set_id'),('openmrs','order_set_member','order_set_member_order_set_id_fk','2017-07-16 23:40:16','n_diff_pfx02',0,1,'order_set_id,order_set_member_id'),('openmrs','order_set_member','order_set_member_order_set_id_fk','2017-07-16 23:40:16','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set_member','order_set_member_order_set_id_fk','2017-07-16 23:40:16','size',1,NULL,'Number of pages in the index'),('openmrs','order_set_member','order_set_member_order_type_fk','2017-07-16 23:40:16','n_diff_pfx01',0,1,'order_type'),('openmrs','order_set_member','order_set_member_order_type_fk','2017-07-16 23:40:16','n_diff_pfx02',0,1,'order_type,order_set_member_id'),('openmrs','order_set_member','order_set_member_order_type_fk','2017-07-16 23:40:16','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set_member','order_set_member_order_type_fk','2017-07-16 23:40:16','size',1,NULL,'Number of pages in the index'),('openmrs','order_set_member','order_set_member_retired_by_fk','2017-07-16 23:40:16','n_diff_pfx01',0,1,'retired_by'),('openmrs','order_set_member','order_set_member_retired_by_fk','2017-07-16 23:40:16','n_diff_pfx02',0,1,'retired_by,order_set_member_id'),('openmrs','order_set_member','order_set_member_retired_by_fk','2017-07-16 23:40:16','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set_member','order_set_member_retired_by_fk','2017-07-16 23:40:16','size',1,NULL,'Number of pages in the index'),('openmrs','order_set_member','uuid','2017-07-16 23:40:16','n_diff_pfx01',0,1,'uuid'),('openmrs','order_set_member','uuid','2017-07-16 23:40:16','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_set_member','uuid','2017-07-16 23:40:16','size',1,NULL,'Number of pages in the index'),('openmrs','order_type','PRIMARY','2017-07-16 23:40:07','n_diff_pfx01',2,1,'order_type_id'),('openmrs','order_type','PRIMARY','2017-07-16 23:40:07','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_type','PRIMARY','2017-07-16 23:40:07','size',1,NULL,'Number of pages in the index'),('openmrs','order_type','name','2017-07-16 23:40:07','n_diff_pfx01',2,1,'name'),('openmrs','order_type','name','2017-07-16 23:40:07','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_type','name','2017-07-16 23:40:07','size',1,NULL,'Number of pages in the index'),('openmrs','order_type','order_type_changed_by','2017-07-16 23:40:07','n_diff_pfx01',1,1,'changed_by'),('openmrs','order_type','order_type_changed_by','2017-07-16 23:40:07','n_diff_pfx02',2,1,'changed_by,order_type_id'),('openmrs','order_type','order_type_changed_by','2017-07-16 23:40:07','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_type','order_type_changed_by','2017-07-16 23:40:07','size',1,NULL,'Number of pages in the index'),('openmrs','order_type','order_type_parent_order_type','2017-07-16 23:40:07','n_diff_pfx01',1,1,'parent'),('openmrs','order_type','order_type_parent_order_type','2017-07-16 23:40:07','n_diff_pfx02',2,1,'parent,order_type_id'),('openmrs','order_type','order_type_parent_order_type','2017-07-16 23:40:07','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_type','order_type_parent_order_type','2017-07-16 23:40:07','size',1,NULL,'Number of pages in the index'),('openmrs','order_type','order_type_retired_status','2017-07-16 23:40:07','n_diff_pfx01',1,1,'retired'),('openmrs','order_type','order_type_retired_status','2017-07-16 23:40:07','n_diff_pfx02',2,1,'retired,order_type_id'),('openmrs','order_type','order_type_retired_status','2017-07-16 23:40:07','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_type','order_type_retired_status','2017-07-16 23:40:07','size',1,NULL,'Number of pages in the index'),('openmrs','order_type','order_type_uuid_index','2017-07-16 23:40:07','n_diff_pfx01',2,1,'uuid'),('openmrs','order_type','order_type_uuid_index','2017-07-16 23:40:07','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_type','order_type_uuid_index','2017-07-16 23:40:07','size',1,NULL,'Number of pages in the index'),('openmrs','order_type','type_created_by','2017-07-16 23:40:07','n_diff_pfx01',1,1,'creator'),('openmrs','order_type','type_created_by','2017-07-16 23:40:07','n_diff_pfx02',2,1,'creator,order_type_id'),('openmrs','order_type','type_created_by','2017-07-16 23:40:07','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_type','type_created_by','2017-07-16 23:40:07','size',1,NULL,'Number of pages in the index'),('openmrs','order_type','user_who_retired_order_type','2017-07-16 23:40:07','n_diff_pfx01',1,1,'retired_by'),('openmrs','order_type','user_who_retired_order_type','2017-07-16 23:40:07','n_diff_pfx02',2,1,'retired_by,order_type_id'),('openmrs','order_type','user_who_retired_order_type','2017-07-16 23:40:07','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_type','user_who_retired_order_type','2017-07-16 23:40:07','size',1,NULL,'Number of pages in the index'),('openmrs','order_type_class_map','PRIMARY','2017-07-16 23:39:24','n_diff_pfx01',0,1,'order_type_id'),('openmrs','order_type_class_map','PRIMARY','2017-07-16 23:39:24','n_diff_pfx02',0,1,'order_type_id,concept_class_id'),('openmrs','order_type_class_map','PRIMARY','2017-07-16 23:39:24','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_type_class_map','PRIMARY','2017-07-16 23:39:24','size',1,NULL,'Number of pages in the index'),('openmrs','order_type_class_map','concept_class_id','2017-07-16 23:39:24','n_diff_pfx01',0,1,'concept_class_id'),('openmrs','order_type_class_map','concept_class_id','2017-07-16 23:39:24','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','order_type_class_map','concept_class_id','2017-07-16 23:39:24','size',1,NULL,'Number of pages in the index'),('openmrs','orders','PRIMARY','2017-07-16 23:40:20','n_diff_pfx01',0,1,'order_id'),('openmrs','orders','PRIMARY','2017-07-16 23:40:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','orders','PRIMARY','2017-07-16 23:40:20','size',1,NULL,'Number of pages in the index'),('openmrs','orders','discontinued_because','2017-07-16 23:40:20','n_diff_pfx01',0,1,'order_reason'),('openmrs','orders','discontinued_because','2017-07-16 23:40:20','n_diff_pfx02',0,1,'order_reason,order_id'),('openmrs','orders','discontinued_because','2017-07-16 23:40:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','orders','discontinued_because','2017-07-16 23:40:20','size',1,NULL,'Number of pages in the index'),('openmrs','orders','fk_orderer_provider','2017-07-16 23:40:20','n_diff_pfx01',0,1,'orderer'),('openmrs','orders','fk_orderer_provider','2017-07-16 23:40:20','n_diff_pfx02',0,1,'orderer,order_id'),('openmrs','orders','fk_orderer_provider','2017-07-16 23:40:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','orders','fk_orderer_provider','2017-07-16 23:40:20','size',1,NULL,'Number of pages in the index'),('openmrs','orders','order_creator','2017-07-16 23:40:20','n_diff_pfx01',0,1,'creator'),('openmrs','orders','order_creator','2017-07-16 23:40:20','n_diff_pfx02',0,1,'creator,order_id'),('openmrs','orders','order_creator','2017-07-16 23:40:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','orders','order_creator','2017-07-16 23:40:20','size',1,NULL,'Number of pages in the index'),('openmrs','orders','order_for_patient','2017-07-16 23:40:20','n_diff_pfx01',0,1,'patient_id'),('openmrs','orders','order_for_patient','2017-07-16 23:40:20','n_diff_pfx02',0,1,'patient_id,order_id'),('openmrs','orders','order_for_patient','2017-07-16 23:40:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','orders','order_for_patient','2017-07-16 23:40:20','size',1,NULL,'Number of pages in the index'),('openmrs','orders','orders_care_setting','2017-07-16 23:40:20','n_diff_pfx01',0,1,'care_setting'),('openmrs','orders','orders_care_setting','2017-07-16 23:40:20','n_diff_pfx02',0,1,'care_setting,order_id'),('openmrs','orders','orders_care_setting','2017-07-16 23:40:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','orders','orders_care_setting','2017-07-16 23:40:20','size',1,NULL,'Number of pages in the index'),('openmrs','orders','orders_in_encounter','2017-07-16 23:40:20','n_diff_pfx01',0,1,'encounter_id'),('openmrs','orders','orders_in_encounter','2017-07-16 23:40:20','n_diff_pfx02',0,1,'encounter_id,order_id'),('openmrs','orders','orders_in_encounter','2017-07-16 23:40:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','orders','orders_in_encounter','2017-07-16 23:40:20','size',1,NULL,'Number of pages in the index'),('openmrs','orders','orders_order_group_id_fk','2017-07-16 23:40:20','n_diff_pfx01',0,1,'order_group_id'),('openmrs','orders','orders_order_group_id_fk','2017-07-16 23:40:20','n_diff_pfx02',0,1,'order_group_id,order_id'),('openmrs','orders','orders_order_group_id_fk','2017-07-16 23:40:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','orders','orders_order_group_id_fk','2017-07-16 23:40:20','size',1,NULL,'Number of pages in the index'),('openmrs','orders','orders_uuid_index','2017-07-16 23:40:20','n_diff_pfx01',0,1,'uuid'),('openmrs','orders','orders_uuid_index','2017-07-16 23:40:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','orders','orders_uuid_index','2017-07-16 23:40:20','size',1,NULL,'Number of pages in the index'),('openmrs','orders','previous_order_id_order_id','2017-07-16 23:40:20','n_diff_pfx01',0,1,'previous_order_id'),('openmrs','orders','previous_order_id_order_id','2017-07-16 23:40:20','n_diff_pfx02',0,1,'previous_order_id,order_id'),('openmrs','orders','previous_order_id_order_id','2017-07-16 23:40:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','orders','previous_order_id_order_id','2017-07-16 23:40:20','size',1,NULL,'Number of pages in the index'),('openmrs','orders','type_of_order','2017-07-16 23:40:20','n_diff_pfx01',0,1,'order_type_id'),('openmrs','orders','type_of_order','2017-07-16 23:40:20','n_diff_pfx02',0,1,'order_type_id,order_id'),('openmrs','orders','type_of_order','2017-07-16 23:40:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','orders','type_of_order','2017-07-16 23:40:20','size',1,NULL,'Number of pages in the index'),('openmrs','orders','user_who_voided_order','2017-07-16 23:40:20','n_diff_pfx01',0,1,'voided_by'),('openmrs','orders','user_who_voided_order','2017-07-16 23:40:20','n_diff_pfx02',0,1,'voided_by,order_id'),('openmrs','orders','user_who_voided_order','2017-07-16 23:40:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','orders','user_who_voided_order','2017-07-16 23:40:20','size',1,NULL,'Number of pages in the index'),('openmrs','patient','PRIMARY','2017-07-16 23:39:41','n_diff_pfx01',2,1,'patient_id'),('openmrs','patient','PRIMARY','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient','PRIMARY','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','patient','user_who_changed_pat','2017-07-16 23:39:41','n_diff_pfx01',1,1,'changed_by'),('openmrs','patient','user_who_changed_pat','2017-07-16 23:39:41','n_diff_pfx02',2,1,'changed_by,patient_id'),('openmrs','patient','user_who_changed_pat','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient','user_who_changed_pat','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','patient','user_who_created_patient','2017-07-16 23:39:41','n_diff_pfx01',1,1,'creator'),('openmrs','patient','user_who_created_patient','2017-07-16 23:39:41','n_diff_pfx02',2,1,'creator,patient_id'),('openmrs','patient','user_who_created_patient','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient','user_who_created_patient','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','patient','user_who_voided_patient','2017-07-16 23:39:41','n_diff_pfx01',1,1,'voided_by'),('openmrs','patient','user_who_voided_patient','2017-07-16 23:39:41','n_diff_pfx02',2,1,'voided_by,patient_id'),('openmrs','patient','user_who_voided_patient','2017-07-16 23:39:41','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient','user_who_voided_patient','2017-07-16 23:39:41','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier','PRIMARY','2017-07-16 23:40:08','n_diff_pfx01',4,1,'patient_identifier_id'),('openmrs','patient_identifier','PRIMARY','2017-07-16 23:40:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier','PRIMARY','2017-07-16 23:40:08','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier','defines_identifier_type','2017-07-16 23:40:08','n_diff_pfx01',2,1,'identifier_type'),('openmrs','patient_identifier','defines_identifier_type','2017-07-16 23:40:08','n_diff_pfx02',4,1,'identifier_type,patient_identifier_id'),('openmrs','patient_identifier','defines_identifier_type','2017-07-16 23:40:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier','defines_identifier_type','2017-07-16 23:40:08','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier','identifier_creator','2017-07-16 23:40:08','n_diff_pfx01',1,1,'creator'),('openmrs','patient_identifier','identifier_creator','2017-07-16 23:40:08','n_diff_pfx02',4,1,'creator,patient_identifier_id'),('openmrs','patient_identifier','identifier_creator','2017-07-16 23:40:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier','identifier_creator','2017-07-16 23:40:08','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier','identifier_name','2017-07-16 23:40:08','n_diff_pfx01',4,1,'identifier'),('openmrs','patient_identifier','identifier_name','2017-07-16 23:40:08','n_diff_pfx02',4,1,'identifier,patient_identifier_id'),('openmrs','patient_identifier','identifier_name','2017-07-16 23:40:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier','identifier_name','2017-07-16 23:40:08','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier','identifier_voider','2017-07-16 23:40:08','n_diff_pfx01',1,1,'voided_by'),('openmrs','patient_identifier','identifier_voider','2017-07-16 23:40:08','n_diff_pfx02',4,1,'voided_by,patient_identifier_id'),('openmrs','patient_identifier','identifier_voider','2017-07-16 23:40:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier','identifier_voider','2017-07-16 23:40:08','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier','idx_patient_identifier_patient','2017-07-16 23:40:08','n_diff_pfx01',2,1,'patient_id'),('openmrs','patient_identifier','idx_patient_identifier_patient','2017-07-16 23:40:08','n_diff_pfx02',4,1,'patient_id,patient_identifier_id'),('openmrs','patient_identifier','idx_patient_identifier_patient','2017-07-16 23:40:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier','idx_patient_identifier_patient','2017-07-16 23:40:08','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier','patient_identifier_changed_by','2017-07-16 23:40:08','n_diff_pfx01',1,1,'changed_by'),('openmrs','patient_identifier','patient_identifier_changed_by','2017-07-16 23:40:08','n_diff_pfx02',4,1,'changed_by,patient_identifier_id'),('openmrs','patient_identifier','patient_identifier_changed_by','2017-07-16 23:40:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier','patient_identifier_changed_by','2017-07-16 23:40:08','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier','patient_identifier_ibfk_2','2017-07-16 23:40:08','n_diff_pfx01',1,1,'location_id'),('openmrs','patient_identifier','patient_identifier_ibfk_2','2017-07-16 23:40:08','n_diff_pfx02',4,1,'location_id,patient_identifier_id'),('openmrs','patient_identifier','patient_identifier_ibfk_2','2017-07-16 23:40:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier','patient_identifier_ibfk_2','2017-07-16 23:40:08','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier','patient_identifier_uuid_index','2017-07-16 23:40:08','n_diff_pfx01',4,1,'uuid'),('openmrs','patient_identifier','patient_identifier_uuid_index','2017-07-16 23:40:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier','patient_identifier_uuid_index','2017-07-16 23:40:08','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier_type','PRIMARY','2017-07-16 23:40:51','n_diff_pfx01',2,1,'patient_identifier_type_id'),('openmrs','patient_identifier_type','PRIMARY','2017-07-16 23:40:51','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier_type','PRIMARY','2017-07-16 23:40:51','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier_type','patient_identifier_type_changed_by','2017-07-16 23:40:51','n_diff_pfx01',1,1,'changed_by'),('openmrs','patient_identifier_type','patient_identifier_type_changed_by','2017-07-16 23:40:51','n_diff_pfx02',2,1,'changed_by,patient_identifier_type_id'),('openmrs','patient_identifier_type','patient_identifier_type_changed_by','2017-07-16 23:40:51','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier_type','patient_identifier_type_changed_by','2017-07-16 23:40:51','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier_type','patient_identifier_type_retired_status','2017-07-16 23:40:51','n_diff_pfx01',1,1,'retired'),('openmrs','patient_identifier_type','patient_identifier_type_retired_status','2017-07-16 23:40:51','n_diff_pfx02',2,1,'retired,patient_identifier_type_id'),('openmrs','patient_identifier_type','patient_identifier_type_retired_status','2017-07-16 23:40:51','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier_type','patient_identifier_type_retired_status','2017-07-16 23:40:51','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier_type','patient_identifier_type_uuid_index','2017-07-16 23:40:51','n_diff_pfx01',2,1,'uuid'),('openmrs','patient_identifier_type','patient_identifier_type_uuid_index','2017-07-16 23:40:51','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier_type','patient_identifier_type_uuid_index','2017-07-16 23:40:51','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier_type','type_creator','2017-07-16 23:40:51','n_diff_pfx01',1,1,'creator'),('openmrs','patient_identifier_type','type_creator','2017-07-16 23:40:51','n_diff_pfx02',2,1,'creator,patient_identifier_type_id'),('openmrs','patient_identifier_type','type_creator','2017-07-16 23:40:51','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier_type','type_creator','2017-07-16 23:40:51','size',1,NULL,'Number of pages in the index'),('openmrs','patient_identifier_type','user_who_retired_patient_identifier_type','2017-07-16 23:40:51','n_diff_pfx01',1,1,'retired_by'),('openmrs','patient_identifier_type','user_who_retired_patient_identifier_type','2017-07-16 23:40:51','n_diff_pfx02',2,1,'retired_by,patient_identifier_type_id'),('openmrs','patient_identifier_type','user_who_retired_patient_identifier_type','2017-07-16 23:40:51','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_identifier_type','user_who_retired_patient_identifier_type','2017-07-16 23:40:51','size',1,NULL,'Number of pages in the index'),('openmrs','patient_program','PRIMARY','2017-07-16 23:40:09','n_diff_pfx01',0,1,'patient_program_id'),('openmrs','patient_program','PRIMARY','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_program','PRIMARY','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_program','patient_in_program','2017-07-16 23:40:09','n_diff_pfx01',0,1,'patient_id'),('openmrs','patient_program','patient_in_program','2017-07-16 23:40:09','n_diff_pfx02',0,1,'patient_id,patient_program_id'),('openmrs','patient_program','patient_in_program','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_program','patient_in_program','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_program','patient_program_creator','2017-07-16 23:40:09','n_diff_pfx01',0,1,'creator'),('openmrs','patient_program','patient_program_creator','2017-07-16 23:40:09','n_diff_pfx02',0,1,'creator,patient_program_id'),('openmrs','patient_program','patient_program_creator','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_program','patient_program_creator','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_program','patient_program_location_id','2017-07-16 23:40:09','n_diff_pfx01',0,1,'location_id'),('openmrs','patient_program','patient_program_location_id','2017-07-16 23:40:09','n_diff_pfx02',0,1,'location_id,patient_program_id'),('openmrs','patient_program','patient_program_location_id','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_program','patient_program_location_id','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_program','patient_program_outcome_concept_id_fk','2017-07-16 23:40:09','n_diff_pfx01',0,1,'outcome_concept_id'),('openmrs','patient_program','patient_program_outcome_concept_id_fk','2017-07-16 23:40:09','n_diff_pfx02',0,1,'outcome_concept_id,patient_program_id'),('openmrs','patient_program','patient_program_outcome_concept_id_fk','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_program','patient_program_outcome_concept_id_fk','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_program','patient_program_uuid_index','2017-07-16 23:40:09','n_diff_pfx01',0,1,'uuid'),('openmrs','patient_program','patient_program_uuid_index','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_program','patient_program_uuid_index','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_program','program_for_patient','2017-07-16 23:40:09','n_diff_pfx01',0,1,'program_id'),('openmrs','patient_program','program_for_patient','2017-07-16 23:40:09','n_diff_pfx02',0,1,'program_id,patient_program_id'),('openmrs','patient_program','program_for_patient','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_program','program_for_patient','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_program','user_who_changed','2017-07-16 23:40:09','n_diff_pfx01',0,1,'changed_by'),('openmrs','patient_program','user_who_changed','2017-07-16 23:40:09','n_diff_pfx02',0,1,'changed_by,patient_program_id'),('openmrs','patient_program','user_who_changed','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_program','user_who_changed','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_program','user_who_voided_patient_program','2017-07-16 23:40:09','n_diff_pfx01',0,1,'voided_by'),('openmrs','patient_program','user_who_voided_patient_program','2017-07-16 23:40:09','n_diff_pfx02',0,1,'voided_by,patient_program_id'),('openmrs','patient_program','user_who_voided_patient_program','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_program','user_who_voided_patient_program','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_state','PRIMARY','2017-07-16 23:40:09','n_diff_pfx01',0,1,'patient_state_id'),('openmrs','patient_state','PRIMARY','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_state','PRIMARY','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_state','patient_program_for_state','2017-07-16 23:40:09','n_diff_pfx01',0,1,'patient_program_id'),('openmrs','patient_state','patient_program_for_state','2017-07-16 23:40:09','n_diff_pfx02',0,1,'patient_program_id,patient_state_id'),('openmrs','patient_state','patient_program_for_state','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_state','patient_program_for_state','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_state','patient_state_changer','2017-07-16 23:40:09','n_diff_pfx01',0,1,'changed_by'),('openmrs','patient_state','patient_state_changer','2017-07-16 23:40:09','n_diff_pfx02',0,1,'changed_by,patient_state_id'),('openmrs','patient_state','patient_state_changer','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_state','patient_state_changer','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_state','patient_state_creator','2017-07-16 23:40:09','n_diff_pfx01',0,1,'creator'),('openmrs','patient_state','patient_state_creator','2017-07-16 23:40:09','n_diff_pfx02',0,1,'creator,patient_state_id'),('openmrs','patient_state','patient_state_creator','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_state','patient_state_creator','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_state','patient_state_uuid_index','2017-07-16 23:40:09','n_diff_pfx01',0,1,'uuid'),('openmrs','patient_state','patient_state_uuid_index','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_state','patient_state_uuid_index','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_state','patient_state_voider','2017-07-16 23:40:09','n_diff_pfx01',0,1,'voided_by'),('openmrs','patient_state','patient_state_voider','2017-07-16 23:40:09','n_diff_pfx02',0,1,'voided_by,patient_state_id'),('openmrs','patient_state','patient_state_voider','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_state','patient_state_voider','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','patient_state','state_for_patient','2017-07-16 23:40:09','n_diff_pfx01',0,1,'state'),('openmrs','patient_state','state_for_patient','2017-07-16 23:40:09','n_diff_pfx02',0,1,'state,patient_state_id'),('openmrs','patient_state','state_for_patient','2017-07-16 23:40:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','patient_state','state_for_patient','2017-07-16 23:40:09','size',1,NULL,'Number of pages in the index'),('openmrs','person','PRIMARY','2017-07-16 23:40:10','n_diff_pfx01',3,1,'person_id'),('openmrs','person','PRIMARY','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person','PRIMARY','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person','person_birthdate','2017-07-16 23:40:10','n_diff_pfx01',3,1,'birthdate'),('openmrs','person','person_birthdate','2017-07-16 23:40:10','n_diff_pfx02',3,1,'birthdate,person_id'),('openmrs','person','person_birthdate','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person','person_birthdate','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person','person_death_date','2017-07-16 23:40:10','n_diff_pfx01',1,1,'death_date'),('openmrs','person','person_death_date','2017-07-16 23:40:10','n_diff_pfx02',3,1,'death_date,person_id'),('openmrs','person','person_death_date','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person','person_death_date','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person','person_died_because','2017-07-16 23:40:10','n_diff_pfx01',1,1,'cause_of_death'),('openmrs','person','person_died_because','2017-07-16 23:40:10','n_diff_pfx02',3,1,'cause_of_death,person_id'),('openmrs','person','person_died_because','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person','person_died_because','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person','person_uuid_index','2017-07-16 23:40:10','n_diff_pfx01',3,1,'uuid'),('openmrs','person','person_uuid_index','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person','person_uuid_index','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person','user_who_changed_person','2017-07-16 23:40:10','n_diff_pfx01',1,1,'changed_by'),('openmrs','person','user_who_changed_person','2017-07-16 23:40:10','n_diff_pfx02',3,1,'changed_by,person_id'),('openmrs','person','user_who_changed_person','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person','user_who_changed_person','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person','user_who_created_person','2017-07-16 23:40:10','n_diff_pfx01',2,1,'creator'),('openmrs','person','user_who_created_person','2017-07-16 23:40:10','n_diff_pfx02',3,1,'creator,person_id'),('openmrs','person','user_who_created_person','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person','user_who_created_person','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person','user_who_voided_person','2017-07-16 23:40:10','n_diff_pfx01',1,1,'voided_by'),('openmrs','person','user_who_voided_person','2017-07-16 23:40:10','n_diff_pfx02',3,1,'voided_by,person_id'),('openmrs','person','user_who_voided_person','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person','user_who_voided_person','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_address','PRIMARY','2017-07-16 23:40:10','n_diff_pfx01',2,1,'person_address_id'),('openmrs','person_address','PRIMARY','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_address','PRIMARY','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_address','address_for_person','2017-07-16 23:40:10','n_diff_pfx01',2,1,'person_id'),('openmrs','person_address','address_for_person','2017-07-16 23:40:10','n_diff_pfx02',2,1,'person_id,person_address_id'),('openmrs','person_address','address_for_person','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_address','address_for_person','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_address','patient_address_creator','2017-07-16 23:40:10','n_diff_pfx01',1,1,'creator'),('openmrs','person_address','patient_address_creator','2017-07-16 23:40:10','n_diff_pfx02',2,1,'creator,person_address_id'),('openmrs','person_address','patient_address_creator','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_address','patient_address_creator','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_address','patient_address_void','2017-07-16 23:40:10','n_diff_pfx01',1,1,'voided_by'),('openmrs','person_address','patient_address_void','2017-07-16 23:40:10','n_diff_pfx02',2,1,'voided_by,person_address_id'),('openmrs','person_address','patient_address_void','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_address','patient_address_void','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_address','person_address_changed_by','2017-07-16 23:40:10','n_diff_pfx01',1,1,'changed_by'),('openmrs','person_address','person_address_changed_by','2017-07-16 23:40:10','n_diff_pfx02',2,1,'changed_by,person_address_id'),('openmrs','person_address','person_address_changed_by','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_address','person_address_changed_by','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_address','person_address_uuid_index','2017-07-16 23:40:10','n_diff_pfx01',2,1,'uuid'),('openmrs','person_address','person_address_uuid_index','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_address','person_address_uuid_index','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute','PRIMARY','2017-07-16 23:40:10','n_diff_pfx01',0,1,'person_attribute_id'),('openmrs','person_attribute','PRIMARY','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute','PRIMARY','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute','attribute_changer','2017-07-16 23:40:10','n_diff_pfx01',0,1,'changed_by'),('openmrs','person_attribute','attribute_changer','2017-07-16 23:40:10','n_diff_pfx02',0,1,'changed_by,person_attribute_id'),('openmrs','person_attribute','attribute_changer','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute','attribute_changer','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute','attribute_creator','2017-07-16 23:40:10','n_diff_pfx01',0,1,'creator'),('openmrs','person_attribute','attribute_creator','2017-07-16 23:40:10','n_diff_pfx02',0,1,'creator,person_attribute_id'),('openmrs','person_attribute','attribute_creator','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute','attribute_creator','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute','attribute_voider','2017-07-16 23:40:10','n_diff_pfx01',0,1,'voided_by'),('openmrs','person_attribute','attribute_voider','2017-07-16 23:40:10','n_diff_pfx02',0,1,'voided_by,person_attribute_id'),('openmrs','person_attribute','attribute_voider','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute','attribute_voider','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute','defines_attribute_type','2017-07-16 23:40:10','n_diff_pfx01',0,1,'person_attribute_type_id'),('openmrs','person_attribute','defines_attribute_type','2017-07-16 23:40:10','n_diff_pfx02',0,1,'person_attribute_type_id,person_attribute_id'),('openmrs','person_attribute','defines_attribute_type','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute','defines_attribute_type','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute','identifies_person','2017-07-16 23:40:10','n_diff_pfx01',0,1,'person_id'),('openmrs','person_attribute','identifies_person','2017-07-16 23:40:10','n_diff_pfx02',0,1,'person_id,person_attribute_id'),('openmrs','person_attribute','identifies_person','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute','identifies_person','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute','person_attribute_uuid_index','2017-07-16 23:40:10','n_diff_pfx01',0,1,'uuid'),('openmrs','person_attribute','person_attribute_uuid_index','2017-07-16 23:40:10','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute','person_attribute_uuid_index','2017-07-16 23:40:10','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute_type','PRIMARY','2017-07-16 23:40:11','n_diff_pfx01',7,1,'person_attribute_type_id'),('openmrs','person_attribute_type','PRIMARY','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute_type','PRIMARY','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute_type','attribute_is_searchable','2017-07-16 23:40:11','n_diff_pfx01',1,1,'searchable'),('openmrs','person_attribute_type','attribute_is_searchable','2017-07-16 23:40:11','n_diff_pfx02',7,1,'searchable,person_attribute_type_id'),('openmrs','person_attribute_type','attribute_is_searchable','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute_type','attribute_is_searchable','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute_type','attribute_type_changer','2017-07-16 23:40:11','n_diff_pfx01',1,1,'changed_by'),('openmrs','person_attribute_type','attribute_type_changer','2017-07-16 23:40:11','n_diff_pfx02',7,1,'changed_by,person_attribute_type_id'),('openmrs','person_attribute_type','attribute_type_changer','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute_type','attribute_type_changer','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute_type','attribute_type_creator','2017-07-16 23:40:11','n_diff_pfx01',1,1,'creator'),('openmrs','person_attribute_type','attribute_type_creator','2017-07-16 23:40:11','n_diff_pfx02',7,1,'creator,person_attribute_type_id'),('openmrs','person_attribute_type','attribute_type_creator','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute_type','attribute_type_creator','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute_type','name_of_attribute','2017-07-16 23:40:11','n_diff_pfx01',7,1,'name'),('openmrs','person_attribute_type','name_of_attribute','2017-07-16 23:40:11','n_diff_pfx02',7,1,'name,person_attribute_type_id'),('openmrs','person_attribute_type','name_of_attribute','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute_type','name_of_attribute','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute_type','person_attribute_type_retired_status','2017-07-16 23:40:11','n_diff_pfx01',1,1,'retired'),('openmrs','person_attribute_type','person_attribute_type_retired_status','2017-07-16 23:40:11','n_diff_pfx02',7,1,'retired,person_attribute_type_id'),('openmrs','person_attribute_type','person_attribute_type_retired_status','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute_type','person_attribute_type_retired_status','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute_type','person_attribute_type_uuid_index','2017-07-16 23:40:11','n_diff_pfx01',7,1,'uuid'),('openmrs','person_attribute_type','person_attribute_type_uuid_index','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute_type','person_attribute_type_uuid_index','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute_type','privilege_which_can_edit','2017-07-16 23:40:11','n_diff_pfx01',1,1,'edit_privilege'),('openmrs','person_attribute_type','privilege_which_can_edit','2017-07-16 23:40:11','n_diff_pfx02',7,1,'edit_privilege,person_attribute_type_id'),('openmrs','person_attribute_type','privilege_which_can_edit','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute_type','privilege_which_can_edit','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_attribute_type','user_who_retired_person_attribute_type','2017-07-16 23:40:11','n_diff_pfx01',1,1,'retired_by'),('openmrs','person_attribute_type','user_who_retired_person_attribute_type','2017-07-16 23:40:11','n_diff_pfx02',7,1,'retired_by,person_attribute_type_id'),('openmrs','person_attribute_type','user_who_retired_person_attribute_type','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_attribute_type','user_who_retired_person_attribute_type','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_merge_log','PRIMARY','2017-07-16 23:38:46','n_diff_pfx01',0,1,'person_merge_log_id'),('openmrs','person_merge_log','PRIMARY','2017-07-16 23:38:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_merge_log','PRIMARY','2017-07-16 23:38:46','size',1,NULL,'Number of pages in the index'),('openmrs','person_merge_log','person_merge_log_changed_by_fk','2017-07-16 23:38:46','n_diff_pfx01',0,1,'changed_by'),('openmrs','person_merge_log','person_merge_log_changed_by_fk','2017-07-16 23:38:46','n_diff_pfx02',0,1,'changed_by,person_merge_log_id'),('openmrs','person_merge_log','person_merge_log_changed_by_fk','2017-07-16 23:38:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_merge_log','person_merge_log_changed_by_fk','2017-07-16 23:38:46','size',1,NULL,'Number of pages in the index'),('openmrs','person_merge_log','person_merge_log_creator','2017-07-16 23:38:46','n_diff_pfx01',0,1,'creator'),('openmrs','person_merge_log','person_merge_log_creator','2017-07-16 23:38:46','n_diff_pfx02',0,1,'creator,person_merge_log_id'),('openmrs','person_merge_log','person_merge_log_creator','2017-07-16 23:38:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_merge_log','person_merge_log_creator','2017-07-16 23:38:46','size',1,NULL,'Number of pages in the index'),('openmrs','person_merge_log','person_merge_log_loser','2017-07-16 23:38:46','n_diff_pfx01',0,1,'loser_person_id'),('openmrs','person_merge_log','person_merge_log_loser','2017-07-16 23:38:46','n_diff_pfx02',0,1,'loser_person_id,person_merge_log_id'),('openmrs','person_merge_log','person_merge_log_loser','2017-07-16 23:38:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_merge_log','person_merge_log_loser','2017-07-16 23:38:46','size',1,NULL,'Number of pages in the index'),('openmrs','person_merge_log','person_merge_log_unique_uuid','2017-07-16 23:38:46','n_diff_pfx01',0,1,'uuid'),('openmrs','person_merge_log','person_merge_log_unique_uuid','2017-07-16 23:38:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_merge_log','person_merge_log_unique_uuid','2017-07-16 23:38:46','size',1,NULL,'Number of pages in the index'),('openmrs','person_merge_log','person_merge_log_voided_by_fk','2017-07-16 23:38:46','n_diff_pfx01',0,1,'voided_by'),('openmrs','person_merge_log','person_merge_log_voided_by_fk','2017-07-16 23:38:46','n_diff_pfx02',0,1,'voided_by,person_merge_log_id'),('openmrs','person_merge_log','person_merge_log_voided_by_fk','2017-07-16 23:38:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_merge_log','person_merge_log_voided_by_fk','2017-07-16 23:38:46','size',1,NULL,'Number of pages in the index'),('openmrs','person_merge_log','person_merge_log_winner','2017-07-16 23:38:46','n_diff_pfx01',0,1,'winner_person_id'),('openmrs','person_merge_log','person_merge_log_winner','2017-07-16 23:38:46','n_diff_pfx02',0,1,'winner_person_id,person_merge_log_id'),('openmrs','person_merge_log','person_merge_log_winner','2017-07-16 23:38:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_merge_log','person_merge_log_winner','2017-07-16 23:38:46','size',1,NULL,'Number of pages in the index'),('openmrs','person_name','PRIMARY','2017-07-16 23:40:11','n_diff_pfx01',3,1,'person_name_id'),('openmrs','person_name','PRIMARY','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_name','PRIMARY','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_name','family_name2','2017-07-16 23:40:11','n_diff_pfx01',1,1,'family_name2'),('openmrs','person_name','family_name2','2017-07-16 23:40:11','n_diff_pfx02',3,1,'family_name2,person_name_id'),('openmrs','person_name','family_name2','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_name','family_name2','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_name','first_name','2017-07-16 23:40:11','n_diff_pfx01',3,1,'given_name'),('openmrs','person_name','first_name','2017-07-16 23:40:11','n_diff_pfx02',3,1,'given_name,person_name_id'),('openmrs','person_name','first_name','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_name','first_name','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_name','last_name','2017-07-16 23:40:11','n_diff_pfx01',3,1,'family_name'),('openmrs','person_name','last_name','2017-07-16 23:40:11','n_diff_pfx02',3,1,'family_name,person_name_id'),('openmrs','person_name','last_name','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_name','last_name','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_name','middle_name','2017-07-16 23:40:11','n_diff_pfx01',3,1,'middle_name'),('openmrs','person_name','middle_name','2017-07-16 23:40:11','n_diff_pfx02',3,1,'middle_name,person_name_id'),('openmrs','person_name','middle_name','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_name','middle_name','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_name','name_for_person','2017-07-16 23:40:11','n_diff_pfx01',3,1,'person_id'),('openmrs','person_name','name_for_person','2017-07-16 23:40:11','n_diff_pfx02',3,1,'person_id,person_name_id'),('openmrs','person_name','name_for_person','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_name','name_for_person','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_name','person_name_uuid_index','2017-07-16 23:40:11','n_diff_pfx01',3,1,'uuid'),('openmrs','person_name','person_name_uuid_index','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_name','person_name_uuid_index','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_name','user_who_made_name','2017-07-16 23:40:11','n_diff_pfx01',1,1,'creator'),('openmrs','person_name','user_who_made_name','2017-07-16 23:40:11','n_diff_pfx02',3,1,'creator,person_name_id'),('openmrs','person_name','user_who_made_name','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_name','user_who_made_name','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','person_name','user_who_voided_name','2017-07-16 23:40:11','n_diff_pfx01',1,1,'voided_by'),('openmrs','person_name','user_who_voided_name','2017-07-16 23:40:11','n_diff_pfx02',3,1,'voided_by,person_name_id'),('openmrs','person_name','user_who_voided_name','2017-07-16 23:40:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','person_name','user_who_voided_name','2017-07-16 23:40:11','size',1,NULL,'Number of pages in the index'),('openmrs','privilege','PRIMARY','2017-07-16 23:40:54','n_diff_pfx01',200,3,'privilege'),('openmrs','privilege','PRIMARY','2017-07-16 23:40:54','n_leaf_pages',3,NULL,'Number of leaf pages in the index'),('openmrs','privilege','PRIMARY','2017-07-16 23:40:54','size',4,NULL,'Number of pages in the index'),('openmrs','privilege','privilege_uuid_index','2017-07-16 23:40:54','n_diff_pfx01',200,1,'uuid'),('openmrs','privilege','privilege_uuid_index','2017-07-16 23:40:54','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','privilege','privilege_uuid_index','2017-07-16 23:40:54','size',1,NULL,'Number of pages in the index'),('openmrs','program','PRIMARY','2017-07-16 23:40:12','n_diff_pfx01',3,1,'program_id'),('openmrs','program','PRIMARY','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program','PRIMARY','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program','program_concept','2017-07-16 23:40:12','n_diff_pfx01',3,1,'concept_id'),('openmrs','program','program_concept','2017-07-16 23:40:12','n_diff_pfx02',3,1,'concept_id,program_id'),('openmrs','program','program_concept','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program','program_concept','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program','program_creator','2017-07-16 23:40:12','n_diff_pfx01',1,1,'creator'),('openmrs','program','program_creator','2017-07-16 23:40:12','n_diff_pfx02',3,1,'creator,program_id'),('openmrs','program','program_creator','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program','program_creator','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program','program_outcomes_concept_id_fk','2017-07-16 23:40:12','n_diff_pfx01',1,1,'outcomes_concept_id'),('openmrs','program','program_outcomes_concept_id_fk','2017-07-16 23:40:12','n_diff_pfx02',3,1,'outcomes_concept_id,program_id'),('openmrs','program','program_outcomes_concept_id_fk','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program','program_outcomes_concept_id_fk','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program','program_uuid_index','2017-07-16 23:40:12','n_diff_pfx01',3,1,'uuid'),('openmrs','program','program_uuid_index','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program','program_uuid_index','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program','user_who_changed_program','2017-07-16 23:40:12','n_diff_pfx01',2,1,'changed_by'),('openmrs','program','user_who_changed_program','2017-07-16 23:40:12','n_diff_pfx02',3,1,'changed_by,program_id'),('openmrs','program','user_who_changed_program','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program','user_who_changed_program','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program_workflow','PRIMARY','2017-07-16 23:40:12','n_diff_pfx01',2,1,'program_workflow_id'),('openmrs','program_workflow','PRIMARY','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program_workflow','PRIMARY','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program_workflow','program_for_workflow','2017-07-16 23:40:12','n_diff_pfx01',2,1,'program_id'),('openmrs','program_workflow','program_for_workflow','2017-07-16 23:40:12','n_diff_pfx02',2,1,'program_id,program_workflow_id'),('openmrs','program_workflow','program_for_workflow','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program_workflow','program_for_workflow','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program_workflow','program_workflow_uuid_index','2017-07-16 23:40:12','n_diff_pfx01',2,1,'uuid'),('openmrs','program_workflow','program_workflow_uuid_index','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program_workflow','program_workflow_uuid_index','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program_workflow','workflow_changed_by','2017-07-16 23:40:12','n_diff_pfx01',1,1,'changed_by'),('openmrs','program_workflow','workflow_changed_by','2017-07-16 23:40:12','n_diff_pfx02',2,1,'changed_by,program_workflow_id'),('openmrs','program_workflow','workflow_changed_by','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program_workflow','workflow_changed_by','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program_workflow','workflow_concept','2017-07-16 23:40:12','n_diff_pfx01',2,1,'concept_id'),('openmrs','program_workflow','workflow_concept','2017-07-16 23:40:12','n_diff_pfx02',2,1,'concept_id,program_workflow_id'),('openmrs','program_workflow','workflow_concept','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program_workflow','workflow_concept','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program_workflow','workflow_creator','2017-07-16 23:40:12','n_diff_pfx01',1,1,'creator'),('openmrs','program_workflow','workflow_creator','2017-07-16 23:40:12','n_diff_pfx02',2,1,'creator,program_workflow_id'),('openmrs','program_workflow','workflow_creator','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program_workflow','workflow_creator','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program_workflow_state','PRIMARY','2017-07-16 23:40:12','n_diff_pfx01',4,1,'program_workflow_state_id'),('openmrs','program_workflow_state','PRIMARY','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program_workflow_state','PRIMARY','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program_workflow_state','program_workflow_state_uuid_index','2017-07-16 23:40:12','n_diff_pfx01',4,1,'uuid'),('openmrs','program_workflow_state','program_workflow_state_uuid_index','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program_workflow_state','program_workflow_state_uuid_index','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program_workflow_state','state_changed_by','2017-07-16 23:40:12','n_diff_pfx01',2,1,'changed_by'),('openmrs','program_workflow_state','state_changed_by','2017-07-16 23:40:12','n_diff_pfx02',4,1,'changed_by,program_workflow_state_id'),('openmrs','program_workflow_state','state_changed_by','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program_workflow_state','state_changed_by','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program_workflow_state','state_concept','2017-07-16 23:40:12','n_diff_pfx01',4,1,'concept_id'),('openmrs','program_workflow_state','state_concept','2017-07-16 23:40:12','n_diff_pfx02',4,1,'concept_id,program_workflow_state_id'),('openmrs','program_workflow_state','state_concept','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program_workflow_state','state_concept','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program_workflow_state','state_creator','2017-07-16 23:40:12','n_diff_pfx01',1,1,'creator'),('openmrs','program_workflow_state','state_creator','2017-07-16 23:40:12','n_diff_pfx02',4,1,'creator,program_workflow_state_id'),('openmrs','program_workflow_state','state_creator','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program_workflow_state','state_creator','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','program_workflow_state','workflow_for_state','2017-07-16 23:40:12','n_diff_pfx01',2,1,'program_workflow_id'),('openmrs','program_workflow_state','workflow_for_state','2017-07-16 23:40:12','n_diff_pfx02',4,1,'program_workflow_id,program_workflow_state_id'),('openmrs','program_workflow_state','workflow_for_state','2017-07-16 23:40:12','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','program_workflow_state','workflow_for_state','2017-07-16 23:40:12','size',1,NULL,'Number of pages in the index'),('openmrs','provider','PRIMARY','2017-07-16 23:38:50','n_diff_pfx01',2,1,'provider_id'),('openmrs','provider','PRIMARY','2017-07-16 23:38:50','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider','PRIMARY','2017-07-16 23:38:50','size',1,NULL,'Number of pages in the index'),('openmrs','provider','provider_changed_by_fk','2017-07-16 23:38:50','n_diff_pfx01',1,1,'changed_by'),('openmrs','provider','provider_changed_by_fk','2017-07-16 23:38:50','n_diff_pfx02',2,1,'changed_by,provider_id'),('openmrs','provider','provider_changed_by_fk','2017-07-16 23:38:50','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider','provider_changed_by_fk','2017-07-16 23:38:50','size',1,NULL,'Number of pages in the index'),('openmrs','provider','provider_creator_fk','2017-07-16 23:38:50','n_diff_pfx01',1,1,'creator'),('openmrs','provider','provider_creator_fk','2017-07-16 23:38:50','n_diff_pfx02',2,1,'creator,provider_id'),('openmrs','provider','provider_creator_fk','2017-07-16 23:38:50','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider','provider_creator_fk','2017-07-16 23:38:50','size',1,NULL,'Number of pages in the index'),('openmrs','provider','provider_person_id_fk','2017-07-16 23:38:50','n_diff_pfx01',1,1,'person_id'),('openmrs','provider','provider_person_id_fk','2017-07-16 23:38:50','n_diff_pfx02',2,1,'person_id,provider_id'),('openmrs','provider','provider_person_id_fk','2017-07-16 23:38:50','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider','provider_person_id_fk','2017-07-16 23:38:50','size',1,NULL,'Number of pages in the index'),('openmrs','provider','provider_retired_by_fk','2017-07-16 23:38:50','n_diff_pfx01',1,1,'retired_by'),('openmrs','provider','provider_retired_by_fk','2017-07-16 23:38:50','n_diff_pfx02',2,1,'retired_by,provider_id'),('openmrs','provider','provider_retired_by_fk','2017-07-16 23:38:50','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider','provider_retired_by_fk','2017-07-16 23:38:50','size',1,NULL,'Number of pages in the index'),('openmrs','provider','uuid','2017-07-16 23:38:50','n_diff_pfx01',2,1,'uuid'),('openmrs','provider','uuid','2017-07-16 23:38:50','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider','uuid','2017-07-16 23:38:50','size',1,NULL,'Number of pages in the index'),('openmrs','provider_attribute','PRIMARY','2017-07-16 23:38:38','n_diff_pfx01',0,1,'provider_attribute_id'),('openmrs','provider_attribute','PRIMARY','2017-07-16 23:38:38','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider_attribute','PRIMARY','2017-07-16 23:38:38','size',1,NULL,'Number of pages in the index'),('openmrs','provider_attribute','provider_attribute_attribute_type_id_fk','2017-07-16 23:38:38','n_diff_pfx01',0,1,'attribute_type_id'),('openmrs','provider_attribute','provider_attribute_attribute_type_id_fk','2017-07-16 23:38:38','n_diff_pfx02',0,1,'attribute_type_id,provider_attribute_id'),('openmrs','provider_attribute','provider_attribute_attribute_type_id_fk','2017-07-16 23:38:38','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider_attribute','provider_attribute_attribute_type_id_fk','2017-07-16 23:38:38','size',1,NULL,'Number of pages in the index'),('openmrs','provider_attribute','provider_attribute_changed_by_fk','2017-07-16 23:38:38','n_diff_pfx01',0,1,'changed_by'),('openmrs','provider_attribute','provider_attribute_changed_by_fk','2017-07-16 23:38:38','n_diff_pfx02',0,1,'changed_by,provider_attribute_id'),('openmrs','provider_attribute','provider_attribute_changed_by_fk','2017-07-16 23:38:38','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider_attribute','provider_attribute_changed_by_fk','2017-07-16 23:38:38','size',1,NULL,'Number of pages in the index'),('openmrs','provider_attribute','provider_attribute_creator_fk','2017-07-16 23:38:38','n_diff_pfx01',0,1,'creator'),('openmrs','provider_attribute','provider_attribute_creator_fk','2017-07-16 23:38:38','n_diff_pfx02',0,1,'creator,provider_attribute_id'),('openmrs','provider_attribute','provider_attribute_creator_fk','2017-07-16 23:38:38','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider_attribute','provider_attribute_creator_fk','2017-07-16 23:38:38','size',1,NULL,'Number of pages in the index'),('openmrs','provider_attribute','provider_attribute_provider_fk','2017-07-16 23:38:38','n_diff_pfx01',0,1,'provider_id'),('openmrs','provider_attribute','provider_attribute_provider_fk','2017-07-16 23:38:38','n_diff_pfx02',0,1,'provider_id,provider_attribute_id'),('openmrs','provider_attribute','provider_attribute_provider_fk','2017-07-16 23:38:38','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider_attribute','provider_attribute_provider_fk','2017-07-16 23:38:38','size',1,NULL,'Number of pages in the index'),('openmrs','provider_attribute','provider_attribute_voided_by_fk','2017-07-16 23:38:38','n_diff_pfx01',0,1,'voided_by'),('openmrs','provider_attribute','provider_attribute_voided_by_fk','2017-07-16 23:38:38','n_diff_pfx02',0,1,'voided_by,provider_attribute_id'),('openmrs','provider_attribute','provider_attribute_voided_by_fk','2017-07-16 23:38:38','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider_attribute','provider_attribute_voided_by_fk','2017-07-16 23:38:38','size',1,NULL,'Number of pages in the index'),('openmrs','provider_attribute','uuid','2017-07-16 23:38:38','n_diff_pfx01',0,1,'uuid'),('openmrs','provider_attribute','uuid','2017-07-16 23:38:38','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider_attribute','uuid','2017-07-16 23:38:38','size',1,NULL,'Number of pages in the index'),('openmrs','provider_attribute_type','PRIMARY','2017-07-16 23:38:37','n_diff_pfx01',0,1,'provider_attribute_type_id'),('openmrs','provider_attribute_type','PRIMARY','2017-07-16 23:38:37','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider_attribute_type','PRIMARY','2017-07-16 23:38:37','size',1,NULL,'Number of pages in the index'),('openmrs','provider_attribute_type','provider_attribute_type_changed_by_fk','2017-07-16 23:38:37','n_diff_pfx01',0,1,'changed_by'),('openmrs','provider_attribute_type','provider_attribute_type_changed_by_fk','2017-07-16 23:38:37','n_diff_pfx02',0,1,'changed_by,provider_attribute_type_id'),('openmrs','provider_attribute_type','provider_attribute_type_changed_by_fk','2017-07-16 23:38:37','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider_attribute_type','provider_attribute_type_changed_by_fk','2017-07-16 23:38:37','size',1,NULL,'Number of pages in the index'),('openmrs','provider_attribute_type','provider_attribute_type_creator_fk','2017-07-16 23:38:37','n_diff_pfx01',0,1,'creator'),('openmrs','provider_attribute_type','provider_attribute_type_creator_fk','2017-07-16 23:38:37','n_diff_pfx02',0,1,'creator,provider_attribute_type_id'),('openmrs','provider_attribute_type','provider_attribute_type_creator_fk','2017-07-16 23:38:37','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider_attribute_type','provider_attribute_type_creator_fk','2017-07-16 23:38:37','size',1,NULL,'Number of pages in the index'),('openmrs','provider_attribute_type','provider_attribute_type_retired_by_fk','2017-07-16 23:38:37','n_diff_pfx01',0,1,'retired_by'),('openmrs','provider_attribute_type','provider_attribute_type_retired_by_fk','2017-07-16 23:38:37','n_diff_pfx02',0,1,'retired_by,provider_attribute_type_id'),('openmrs','provider_attribute_type','provider_attribute_type_retired_by_fk','2017-07-16 23:38:37','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider_attribute_type','provider_attribute_type_retired_by_fk','2017-07-16 23:38:37','size',1,NULL,'Number of pages in the index'),('openmrs','provider_attribute_type','uuid','2017-07-16 23:38:37','n_diff_pfx01',0,1,'uuid'),('openmrs','provider_attribute_type','uuid','2017-07-16 23:38:37','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','provider_attribute_type','uuid','2017-07-16 23:38:37','size',1,NULL,'Number of pages in the index'),('openmrs','relationship','PRIMARY','2017-07-16 23:40:13','n_diff_pfx01',0,1,'relationship_id'),('openmrs','relationship','PRIMARY','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship','PRIMARY','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','relationship','person_a_is_person','2017-07-16 23:40:13','n_diff_pfx01',0,1,'person_a'),('openmrs','relationship','person_a_is_person','2017-07-16 23:40:13','n_diff_pfx02',0,1,'person_a,relationship_id'),('openmrs','relationship','person_a_is_person','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship','person_a_is_person','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','relationship','person_b_is_person','2017-07-16 23:40:13','n_diff_pfx01',0,1,'person_b'),('openmrs','relationship','person_b_is_person','2017-07-16 23:40:13','n_diff_pfx02',0,1,'person_b,relationship_id'),('openmrs','relationship','person_b_is_person','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship','person_b_is_person','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','relationship','relation_creator','2017-07-16 23:40:13','n_diff_pfx01',0,1,'creator'),('openmrs','relationship','relation_creator','2017-07-16 23:40:13','n_diff_pfx02',0,1,'creator,relationship_id'),('openmrs','relationship','relation_creator','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship','relation_creator','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','relationship','relation_voider','2017-07-16 23:40:13','n_diff_pfx01',0,1,'voided_by'),('openmrs','relationship','relation_voider','2017-07-16 23:40:13','n_diff_pfx02',0,1,'voided_by,relationship_id'),('openmrs','relationship','relation_voider','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship','relation_voider','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','relationship','relationship_changed_by','2017-07-16 23:40:13','n_diff_pfx01',0,1,'changed_by'),('openmrs','relationship','relationship_changed_by','2017-07-16 23:40:13','n_diff_pfx02',0,1,'changed_by,relationship_id'),('openmrs','relationship','relationship_changed_by','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship','relationship_changed_by','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','relationship','relationship_type_id','2017-07-16 23:40:13','n_diff_pfx01',0,1,'relationship'),('openmrs','relationship','relationship_type_id','2017-07-16 23:40:13','n_diff_pfx02',0,1,'relationship,relationship_id'),('openmrs','relationship','relationship_type_id','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship','relationship_type_id','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','relationship','relationship_uuid_index','2017-07-16 23:40:13','n_diff_pfx01',0,1,'uuid'),('openmrs','relationship','relationship_uuid_index','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship','relationship_uuid_index','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','relationship_type','PRIMARY','2017-07-16 23:40:53','n_diff_pfx01',4,1,'relationship_type_id'),('openmrs','relationship_type','PRIMARY','2017-07-16 23:40:53','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship_type','PRIMARY','2017-07-16 23:40:53','size',1,NULL,'Number of pages in the index'),('openmrs','relationship_type','relationship_type_changed_by','2017-07-16 23:40:53','n_diff_pfx01',1,1,'changed_by'),('openmrs','relationship_type','relationship_type_changed_by','2017-07-16 23:40:53','n_diff_pfx02',4,1,'changed_by,relationship_type_id'),('openmrs','relationship_type','relationship_type_changed_by','2017-07-16 23:40:53','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship_type','relationship_type_changed_by','2017-07-16 23:40:53','size',1,NULL,'Number of pages in the index'),('openmrs','relationship_type','relationship_type_uuid_index','2017-07-16 23:40:53','n_diff_pfx01',4,1,'uuid'),('openmrs','relationship_type','relationship_type_uuid_index','2017-07-16 23:40:53','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship_type','relationship_type_uuid_index','2017-07-16 23:40:53','size',1,NULL,'Number of pages in the index'),('openmrs','relationship_type','user_who_created_rel','2017-07-16 23:40:53','n_diff_pfx01',1,1,'creator'),('openmrs','relationship_type','user_who_created_rel','2017-07-16 23:40:53','n_diff_pfx02',4,1,'creator,relationship_type_id'),('openmrs','relationship_type','user_who_created_rel','2017-07-16 23:40:53','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship_type','user_who_created_rel','2017-07-16 23:40:53','size',1,NULL,'Number of pages in the index'),('openmrs','relationship_type','user_who_retired_relationship_type','2017-07-16 23:40:53','n_diff_pfx01',1,1,'retired_by'),('openmrs','relationship_type','user_who_retired_relationship_type','2017-07-16 23:40:53','n_diff_pfx02',4,1,'retired_by,relationship_type_id'),('openmrs','relationship_type','user_who_retired_relationship_type','2017-07-16 23:40:53','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','relationship_type','user_who_retired_relationship_type','2017-07-16 23:40:53','size',1,NULL,'Number of pages in the index'),('openmrs','report_object','PRIMARY','2017-07-16 23:40:13','n_diff_pfx01',0,1,'report_object_id'),('openmrs','report_object','PRIMARY','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','report_object','PRIMARY','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','report_object','report_object_creator','2017-07-16 23:40:13','n_diff_pfx01',0,1,'creator'),('openmrs','report_object','report_object_creator','2017-07-16 23:40:13','n_diff_pfx02',0,1,'creator,report_object_id'),('openmrs','report_object','report_object_creator','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','report_object','report_object_creator','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','report_object','report_object_uuid_index','2017-07-16 23:40:13','n_diff_pfx01',0,1,'uuid'),('openmrs','report_object','report_object_uuid_index','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','report_object','report_object_uuid_index','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','report_object','user_who_changed_report_object','2017-07-16 23:40:13','n_diff_pfx01',0,1,'changed_by'),('openmrs','report_object','user_who_changed_report_object','2017-07-16 23:40:13','n_diff_pfx02',0,1,'changed_by,report_object_id'),('openmrs','report_object','user_who_changed_report_object','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','report_object','user_who_changed_report_object','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','report_object','user_who_voided_report_object','2017-07-16 23:40:13','n_diff_pfx01',0,1,'voided_by'),('openmrs','report_object','user_who_voided_report_object','2017-07-16 23:40:13','n_diff_pfx02',0,1,'voided_by,report_object_id'),('openmrs','report_object','user_who_voided_report_object','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','report_object','user_who_voided_report_object','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','report_schema_xml','PRIMARY','2017-07-16 23:40:13','n_diff_pfx01',0,1,'report_schema_id'),('openmrs','report_schema_xml','PRIMARY','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','report_schema_xml','PRIMARY','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','report_schema_xml','report_schema_xml_uuid_index','2017-07-16 23:40:13','n_diff_pfx01',0,1,'uuid'),('openmrs','report_schema_xml','report_schema_xml_uuid_index','2017-07-16 23:40:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','report_schema_xml','report_schema_xml_uuid_index','2017-07-16 23:40:13','size',1,NULL,'Number of pages in the index'),('openmrs','role','PRIMARY','2017-07-16 23:40:14','n_diff_pfx01',7,1,'role'),('openmrs','role','PRIMARY','2017-07-16 23:40:14','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','role','PRIMARY','2017-07-16 23:40:14','size',1,NULL,'Number of pages in the index'),('openmrs','role','role_uuid_index','2017-07-16 23:40:14','n_diff_pfx01',7,1,'uuid'),('openmrs','role','role_uuid_index','2017-07-16 23:40:14','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','role','role_uuid_index','2017-07-16 23:40:14','size',1,NULL,'Number of pages in the index'),('openmrs','role_privilege','PRIMARY','2017-07-16 23:39:35','n_diff_pfx01',79,1,'privilege'),('openmrs','role_privilege','PRIMARY','2017-07-16 23:39:35','n_diff_pfx02',116,1,'privilege,role'),('openmrs','role_privilege','PRIMARY','2017-07-16 23:39:35','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','role_privilege','PRIMARY','2017-07-16 23:39:35','size',1,NULL,'Number of pages in the index'),('openmrs','role_privilege','role_privilege_to_role','2017-07-16 23:39:35','n_diff_pfx01',5,1,'role'),('openmrs','role_privilege','role_privilege_to_role','2017-07-16 23:39:35','n_diff_pfx02',116,1,'role,privilege'),('openmrs','role_privilege','role_privilege_to_role','2017-07-16 23:39:35','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','role_privilege','role_privilege_to_role','2017-07-16 23:39:35','size',1,NULL,'Number of pages in the index'),('openmrs','role_role','PRIMARY','2017-07-16 23:37:14','n_diff_pfx01',2,1,'parent_role'),('openmrs','role_role','PRIMARY','2017-07-16 23:37:14','n_diff_pfx02',2,1,'parent_role,child_role'),('openmrs','role_role','PRIMARY','2017-07-16 23:37:14','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','role_role','PRIMARY','2017-07-16 23:37:14','size',1,NULL,'Number of pages in the index'),('openmrs','role_role','inherited_role','2017-07-16 23:37:14','n_diff_pfx01',2,1,'child_role'),('openmrs','role_role','inherited_role','2017-07-16 23:37:14','n_diff_pfx02',2,1,'child_role,parent_role'),('openmrs','role_role','inherited_role','2017-07-16 23:37:14','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','role_role','inherited_role','2017-07-16 23:37:14','size',1,NULL,'Number of pages in the index'),('openmrs','scheduler_task_config','PRIMARY','2017-07-16 23:38:21','n_diff_pfx01',8,1,'task_config_id'),('openmrs','scheduler_task_config','PRIMARY','2017-07-16 23:38:21','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','scheduler_task_config','PRIMARY','2017-07-16 23:38:21','size',1,NULL,'Number of pages in the index'),('openmrs','scheduler_task_config','scheduler_changer','2017-07-16 23:38:21','n_diff_pfx01',2,1,'changed_by'),('openmrs','scheduler_task_config','scheduler_changer','2017-07-16 23:38:21','n_diff_pfx02',8,1,'changed_by,task_config_id'),('openmrs','scheduler_task_config','scheduler_changer','2017-07-16 23:38:21','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','scheduler_task_config','scheduler_changer','2017-07-16 23:38:21','size',1,NULL,'Number of pages in the index'),('openmrs','scheduler_task_config','scheduler_creator','2017-07-16 23:38:21','n_diff_pfx01',1,1,'created_by'),('openmrs','scheduler_task_config','scheduler_creator','2017-07-16 23:38:21','n_diff_pfx02',8,1,'created_by,task_config_id'),('openmrs','scheduler_task_config','scheduler_creator','2017-07-16 23:38:21','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','scheduler_task_config','scheduler_creator','2017-07-16 23:38:21','size',1,NULL,'Number of pages in the index'),('openmrs','scheduler_task_config','scheduler_task_config_uuid_index','2017-07-16 23:38:22','n_diff_pfx01',8,1,'uuid'),('openmrs','scheduler_task_config','scheduler_task_config_uuid_index','2017-07-16 23:38:22','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','scheduler_task_config','scheduler_task_config_uuid_index','2017-07-16 23:38:22','size',1,NULL,'Number of pages in the index'),('openmrs','scheduler_task_config_property','PRIMARY','2017-07-16 23:36:31','n_diff_pfx01',0,1,'task_config_property_id'),('openmrs','scheduler_task_config_property','PRIMARY','2017-07-16 23:36:31','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','scheduler_task_config_property','PRIMARY','2017-07-16 23:36:31','size',1,NULL,'Number of pages in the index'),('openmrs','scheduler_task_config_property','task_config_for_property','2017-07-16 23:36:31','n_diff_pfx01',0,1,'task_config_id'),('openmrs','scheduler_task_config_property','task_config_for_property','2017-07-16 23:36:31','n_diff_pfx02',0,1,'task_config_id,task_config_property_id'),('openmrs','scheduler_task_config_property','task_config_for_property','2017-07-16 23:36:31','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','scheduler_task_config_property','task_config_for_property','2017-07-16 23:36:31','size',1,NULL,'Number of pages in the index'),('openmrs','serialized_object','PRIMARY','2017-07-16 23:40:14','n_diff_pfx01',0,1,'serialized_object_id'),('openmrs','serialized_object','PRIMARY','2017-07-16 23:40:14','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','serialized_object','PRIMARY','2017-07-16 23:40:14','size',1,NULL,'Number of pages in the index'),('openmrs','serialized_object','serialized_object_changed_by','2017-07-16 23:40:14','n_diff_pfx01',0,1,'changed_by'),('openmrs','serialized_object','serialized_object_changed_by','2017-07-16 23:40:14','n_diff_pfx02',0,1,'changed_by,serialized_object_id'),('openmrs','serialized_object','serialized_object_changed_by','2017-07-16 23:40:14','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','serialized_object','serialized_object_changed_by','2017-07-16 23:40:14','size',1,NULL,'Number of pages in the index'),('openmrs','serialized_object','serialized_object_creator','2017-07-16 23:40:14','n_diff_pfx01',0,1,'creator'),('openmrs','serialized_object','serialized_object_creator','2017-07-16 23:40:14','n_diff_pfx02',0,1,'creator,serialized_object_id'),('openmrs','serialized_object','serialized_object_creator','2017-07-16 23:40:14','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','serialized_object','serialized_object_creator','2017-07-16 23:40:14','size',1,NULL,'Number of pages in the index'),('openmrs','serialized_object','serialized_object_retired_by','2017-07-16 23:40:14','n_diff_pfx01',0,1,'retired_by'),('openmrs','serialized_object','serialized_object_retired_by','2017-07-16 23:40:14','n_diff_pfx02',0,1,'retired_by,serialized_object_id'),('openmrs','serialized_object','serialized_object_retired_by','2017-07-16 23:40:14','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','serialized_object','serialized_object_retired_by','2017-07-16 23:40:14','size',1,NULL,'Number of pages in the index'),('openmrs','serialized_object','serialized_object_uuid_index','2017-07-16 23:40:14','n_diff_pfx01',0,1,'uuid'),('openmrs','serialized_object','serialized_object_uuid_index','2017-07-16 23:40:14','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','serialized_object','serialized_object_uuid_index','2017-07-16 23:40:14','size',1,NULL,'Number of pages in the index'),('openmrs','test_order','PRIMARY','2017-07-16 23:39:13','n_diff_pfx01',0,1,'order_id'),('openmrs','test_order','PRIMARY','2017-07-16 23:39:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','test_order','PRIMARY','2017-07-16 23:39:13','size',1,NULL,'Number of pages in the index'),('openmrs','test_order','test_order_frequency_fk','2017-07-16 23:39:13','n_diff_pfx01',0,1,'frequency'),('openmrs','test_order','test_order_frequency_fk','2017-07-16 23:39:13','n_diff_pfx02',0,1,'frequency,order_id'),('openmrs','test_order','test_order_frequency_fk','2017-07-16 23:39:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','test_order','test_order_frequency_fk','2017-07-16 23:39:13','size',1,NULL,'Number of pages in the index'),('openmrs','test_order','test_order_specimen_source_fk','2017-07-16 23:39:13','n_diff_pfx01',0,1,'specimen_source'),('openmrs','test_order','test_order_specimen_source_fk','2017-07-16 23:39:13','n_diff_pfx02',0,1,'specimen_source,order_id'),('openmrs','test_order','test_order_specimen_source_fk','2017-07-16 23:39:13','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','test_order','test_order_specimen_source_fk','2017-07-16 23:39:13','size',1,NULL,'Number of pages in the index'),('openmrs','user_property','PRIMARY','2017-07-16 23:41:08','n_diff_pfx01',1,1,'user_id'),('openmrs','user_property','PRIMARY','2017-07-16 23:41:08','n_diff_pfx02',3,1,'user_id,property'),('openmrs','user_property','PRIMARY','2017-07-16 23:41:08','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','user_property','PRIMARY','2017-07-16 23:41:08','size',1,NULL,'Number of pages in the index'),('openmrs','user_role','PRIMARY','2017-07-16 23:37:03','n_diff_pfx01',2,1,'role'),('openmrs','user_role','PRIMARY','2017-07-16 23:37:03','n_diff_pfx02',2,1,'role,user_id'),('openmrs','user_role','PRIMARY','2017-07-16 23:37:03','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','user_role','PRIMARY','2017-07-16 23:37:03','size',1,NULL,'Number of pages in the index'),('openmrs','user_role','user_role_to_users','2017-07-16 23:37:03','n_diff_pfx01',1,1,'user_id'),('openmrs','user_role','user_role_to_users','2017-07-16 23:37:03','n_diff_pfx02',2,1,'user_id,role'),('openmrs','user_role','user_role_to_users','2017-07-16 23:37:03','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','user_role','user_role_to_users','2017-07-16 23:37:03','size',1,NULL,'Number of pages in the index'),('openmrs','users','PRIMARY','2017-07-16 23:38:42','n_diff_pfx01',2,1,'user_id'),('openmrs','users','PRIMARY','2017-07-16 23:38:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','users','PRIMARY','2017-07-16 23:38:42','size',1,NULL,'Number of pages in the index'),('openmrs','users','person_id_for_user','2017-07-16 23:38:42','n_diff_pfx01',1,1,'person_id'),('openmrs','users','person_id_for_user','2017-07-16 23:38:42','n_diff_pfx02',2,1,'person_id,user_id'),('openmrs','users','person_id_for_user','2017-07-16 23:38:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','users','person_id_for_user','2017-07-16 23:38:42','size',1,NULL,'Number of pages in the index'),('openmrs','users','user_creator','2017-07-16 23:38:42','n_diff_pfx01',1,1,'creator'),('openmrs','users','user_creator','2017-07-16 23:38:42','n_diff_pfx02',2,1,'creator,user_id'),('openmrs','users','user_creator','2017-07-16 23:38:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','users','user_creator','2017-07-16 23:38:42','size',1,NULL,'Number of pages in the index'),('openmrs','users','user_who_changed_user','2017-07-16 23:38:42','n_diff_pfx01',1,1,'changed_by'),('openmrs','users','user_who_changed_user','2017-07-16 23:38:42','n_diff_pfx02',2,1,'changed_by,user_id'),('openmrs','users','user_who_changed_user','2017-07-16 23:38:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','users','user_who_changed_user','2017-07-16 23:38:42','size',1,NULL,'Number of pages in the index'),('openmrs','users','user_who_retired_this_user','2017-07-16 23:38:42','n_diff_pfx01',1,1,'retired_by'),('openmrs','users','user_who_retired_this_user','2017-07-16 23:38:42','n_diff_pfx02',2,1,'retired_by,user_id'),('openmrs','users','user_who_retired_this_user','2017-07-16 23:38:42','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','users','user_who_retired_this_user','2017-07-16 23:38:42','size',1,NULL,'Number of pages in the index'),('openmrs','visit','PRIMARY','2017-07-16 23:36:44','n_diff_pfx01',0,1,'visit_id'),('openmrs','visit','PRIMARY','2017-07-16 23:36:44','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit','PRIMARY','2017-07-16 23:36:44','size',1,NULL,'Number of pages in the index'),('openmrs','visit','uuid','2017-07-16 23:36:44','n_diff_pfx01',0,1,'uuid'),('openmrs','visit','uuid','2017-07-16 23:36:44','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit','uuid','2017-07-16 23:36:44','size',1,NULL,'Number of pages in the index'),('openmrs','visit','visit_changed_by_fk','2017-07-16 23:36:44','n_diff_pfx01',0,1,'changed_by'),('openmrs','visit','visit_changed_by_fk','2017-07-16 23:36:44','n_diff_pfx02',0,1,'changed_by,visit_id'),('openmrs','visit','visit_changed_by_fk','2017-07-16 23:36:44','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit','visit_changed_by_fk','2017-07-16 23:36:44','size',1,NULL,'Number of pages in the index'),('openmrs','visit','visit_creator_fk','2017-07-16 23:36:44','n_diff_pfx01',0,1,'creator'),('openmrs','visit','visit_creator_fk','2017-07-16 23:36:44','n_diff_pfx02',0,1,'creator,visit_id'),('openmrs','visit','visit_creator_fk','2017-07-16 23:36:44','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit','visit_creator_fk','2017-07-16 23:36:44','size',1,NULL,'Number of pages in the index'),('openmrs','visit','visit_indication_concept_fk','2017-07-16 23:36:44','n_diff_pfx01',0,1,'indication_concept_id'),('openmrs','visit','visit_indication_concept_fk','2017-07-16 23:36:44','n_diff_pfx02',0,1,'indication_concept_id,visit_id'),('openmrs','visit','visit_indication_concept_fk','2017-07-16 23:36:44','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit','visit_indication_concept_fk','2017-07-16 23:36:44','size',1,NULL,'Number of pages in the index'),('openmrs','visit','visit_location_fk','2017-07-16 23:36:44','n_diff_pfx01',0,1,'location_id'),('openmrs','visit','visit_location_fk','2017-07-16 23:36:44','n_diff_pfx02',0,1,'location_id,visit_id'),('openmrs','visit','visit_location_fk','2017-07-16 23:36:44','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit','visit_location_fk','2017-07-16 23:36:44','size',1,NULL,'Number of pages in the index'),('openmrs','visit','visit_patient_index','2017-07-16 23:36:44','n_diff_pfx01',0,1,'patient_id'),('openmrs','visit','visit_patient_index','2017-07-16 23:36:44','n_diff_pfx02',0,1,'patient_id,visit_id'),('openmrs','visit','visit_patient_index','2017-07-16 23:36:44','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit','visit_patient_index','2017-07-16 23:36:44','size',1,NULL,'Number of pages in the index'),('openmrs','visit','visit_type_fk','2017-07-16 23:36:44','n_diff_pfx01',0,1,'visit_type_id'),('openmrs','visit','visit_type_fk','2017-07-16 23:36:44','n_diff_pfx02',0,1,'visit_type_id,visit_id'),('openmrs','visit','visit_type_fk','2017-07-16 23:36:44','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit','visit_type_fk','2017-07-16 23:36:44','size',1,NULL,'Number of pages in the index'),('openmrs','visit','visit_voided_by_fk','2017-07-16 23:36:44','n_diff_pfx01',0,1,'voided_by'),('openmrs','visit','visit_voided_by_fk','2017-07-16 23:36:44','n_diff_pfx02',0,1,'voided_by,visit_id'),('openmrs','visit','visit_voided_by_fk','2017-07-16 23:36:44','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit','visit_voided_by_fk','2017-07-16 23:36:44','size',1,NULL,'Number of pages in the index'),('openmrs','visit_attribute','PRIMARY','2017-07-16 23:36:46','n_diff_pfx01',0,1,'visit_attribute_id'),('openmrs','visit_attribute','PRIMARY','2017-07-16 23:36:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_attribute','PRIMARY','2017-07-16 23:36:46','size',1,NULL,'Number of pages in the index'),('openmrs','visit_attribute','uuid','2017-07-16 23:36:46','n_diff_pfx01',0,1,'uuid'),('openmrs','visit_attribute','uuid','2017-07-16 23:36:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_attribute','uuid','2017-07-16 23:36:46','size',1,NULL,'Number of pages in the index'),('openmrs','visit_attribute','visit_attribute_attribute_type_id_fk','2017-07-16 23:36:46','n_diff_pfx01',0,1,'attribute_type_id'),('openmrs','visit_attribute','visit_attribute_attribute_type_id_fk','2017-07-16 23:36:46','n_diff_pfx02',0,1,'attribute_type_id,visit_attribute_id'),('openmrs','visit_attribute','visit_attribute_attribute_type_id_fk','2017-07-16 23:36:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_attribute','visit_attribute_attribute_type_id_fk','2017-07-16 23:36:46','size',1,NULL,'Number of pages in the index'),('openmrs','visit_attribute','visit_attribute_changed_by_fk','2017-07-16 23:36:46','n_diff_pfx01',0,1,'changed_by'),('openmrs','visit_attribute','visit_attribute_changed_by_fk','2017-07-16 23:36:46','n_diff_pfx02',0,1,'changed_by,visit_attribute_id'),('openmrs','visit_attribute','visit_attribute_changed_by_fk','2017-07-16 23:36:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_attribute','visit_attribute_changed_by_fk','2017-07-16 23:36:46','size',1,NULL,'Number of pages in the index'),('openmrs','visit_attribute','visit_attribute_creator_fk','2017-07-16 23:36:46','n_diff_pfx01',0,1,'creator'),('openmrs','visit_attribute','visit_attribute_creator_fk','2017-07-16 23:36:46','n_diff_pfx02',0,1,'creator,visit_attribute_id'),('openmrs','visit_attribute','visit_attribute_creator_fk','2017-07-16 23:36:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_attribute','visit_attribute_creator_fk','2017-07-16 23:36:46','size',1,NULL,'Number of pages in the index'),('openmrs','visit_attribute','visit_attribute_visit_fk','2017-07-16 23:36:46','n_diff_pfx01',0,1,'visit_id'),('openmrs','visit_attribute','visit_attribute_visit_fk','2017-07-16 23:36:46','n_diff_pfx02',0,1,'visit_id,visit_attribute_id'),('openmrs','visit_attribute','visit_attribute_visit_fk','2017-07-16 23:36:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_attribute','visit_attribute_visit_fk','2017-07-16 23:36:46','size',1,NULL,'Number of pages in the index'),('openmrs','visit_attribute','visit_attribute_voided_by_fk','2017-07-16 23:36:46','n_diff_pfx01',0,1,'voided_by'),('openmrs','visit_attribute','visit_attribute_voided_by_fk','2017-07-16 23:36:46','n_diff_pfx02',0,1,'voided_by,visit_attribute_id'),('openmrs','visit_attribute','visit_attribute_voided_by_fk','2017-07-16 23:36:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_attribute','visit_attribute_voided_by_fk','2017-07-16 23:36:46','size',1,NULL,'Number of pages in the index'),('openmrs','visit_attribute_type','PRIMARY','2017-07-16 23:36:45','n_diff_pfx01',0,1,'visit_attribute_type_id'),('openmrs','visit_attribute_type','PRIMARY','2017-07-16 23:36:45','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_attribute_type','PRIMARY','2017-07-16 23:36:45','size',1,NULL,'Number of pages in the index'),('openmrs','visit_attribute_type','uuid','2017-07-16 23:36:45','n_diff_pfx01',0,1,'uuid'),('openmrs','visit_attribute_type','uuid','2017-07-16 23:36:45','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_attribute_type','uuid','2017-07-16 23:36:45','size',1,NULL,'Number of pages in the index'),('openmrs','visit_attribute_type','visit_attribute_type_changed_by_fk','2017-07-16 23:36:45','n_diff_pfx01',0,1,'changed_by'),('openmrs','visit_attribute_type','visit_attribute_type_changed_by_fk','2017-07-16 23:36:45','n_diff_pfx02',0,1,'changed_by,visit_attribute_type_id'),('openmrs','visit_attribute_type','visit_attribute_type_changed_by_fk','2017-07-16 23:36:45','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_attribute_type','visit_attribute_type_changed_by_fk','2017-07-16 23:36:45','size',1,NULL,'Number of pages in the index'),('openmrs','visit_attribute_type','visit_attribute_type_creator_fk','2017-07-16 23:36:45','n_diff_pfx01',0,1,'creator'),('openmrs','visit_attribute_type','visit_attribute_type_creator_fk','2017-07-16 23:36:45','n_diff_pfx02',0,1,'creator,visit_attribute_type_id'),('openmrs','visit_attribute_type','visit_attribute_type_creator_fk','2017-07-16 23:36:45','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_attribute_type','visit_attribute_type_creator_fk','2017-07-16 23:36:45','size',1,NULL,'Number of pages in the index'),('openmrs','visit_attribute_type','visit_attribute_type_retired_by_fk','2017-07-16 23:36:45','n_diff_pfx01',0,1,'retired_by'),('openmrs','visit_attribute_type','visit_attribute_type_retired_by_fk','2017-07-16 23:36:45','n_diff_pfx02',0,1,'retired_by,visit_attribute_type_id'),('openmrs','visit_attribute_type','visit_attribute_type_retired_by_fk','2017-07-16 23:36:45','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_attribute_type','visit_attribute_type_retired_by_fk','2017-07-16 23:36:45','size',1,NULL,'Number of pages in the index'),('openmrs','visit_type','PRIMARY','2017-07-16 23:37:46','n_diff_pfx01',2,1,'visit_type_id'),('openmrs','visit_type','PRIMARY','2017-07-16 23:37:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_type','PRIMARY','2017-07-16 23:37:46','size',1,NULL,'Number of pages in the index'),('openmrs','visit_type','uuid','2017-07-16 23:37:46','n_diff_pfx01',2,1,'uuid'),('openmrs','visit_type','uuid','2017-07-16 23:37:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_type','uuid','2017-07-16 23:37:46','size',1,NULL,'Number of pages in the index'),('openmrs','visit_type','visit_type_changed_by','2017-07-16 23:37:46','n_diff_pfx01',1,1,'changed_by'),('openmrs','visit_type','visit_type_changed_by','2017-07-16 23:37:46','n_diff_pfx02',2,1,'changed_by,visit_type_id'),('openmrs','visit_type','visit_type_changed_by','2017-07-16 23:37:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_type','visit_type_changed_by','2017-07-16 23:37:46','size',1,NULL,'Number of pages in the index'),('openmrs','visit_type','visit_type_creator','2017-07-16 23:37:46','n_diff_pfx01',1,1,'creator'),('openmrs','visit_type','visit_type_creator','2017-07-16 23:37:46','n_diff_pfx02',2,1,'creator,visit_type_id'),('openmrs','visit_type','visit_type_creator','2017-07-16 23:37:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_type','visit_type_creator','2017-07-16 23:37:46','size',1,NULL,'Number of pages in the index'),('openmrs','visit_type','visit_type_retired_by','2017-07-16 23:37:46','n_diff_pfx01',1,1,'retired_by'),('openmrs','visit_type','visit_type_retired_by','2017-07-16 23:37:46','n_diff_pfx02',2,1,'retired_by,visit_type_id'),('openmrs','visit_type','visit_type_retired_by','2017-07-16 23:37:46','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('openmrs','visit_type','visit_type_retired_by','2017-07-16 23:37:46','size',1,NULL,'Number of pages in the index'),('sys','sys_config','PRIMARY','2017-07-16 22:58:22','n_diff_pfx01',2,1,'variable'),('sys','sys_config','PRIMARY','2017-07-16 22:58:22','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('sys','sys_config','PRIMARY','2017-07-16 22:58:22','size',1,NULL,'Number of pages in the index'); /*!40000 ALTER TABLE `innodb_index_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `innodb_table_stats` -- DROP TABLE IF EXISTS `innodb_table_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `innodb_table_stats` ( `database_name` varchar(64) COLLATE utf8_bin NOT NULL, `table_name` varchar(64) COLLATE utf8_bin NOT NULL, `last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `n_rows` bigint(20) unsigned NOT NULL, `clustered_index_size` bigint(20) unsigned NOT NULL, `sum_of_other_index_sizes` bigint(20) unsigned NOT NULL, PRIMARY KEY (`database_name`,`table_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin STATS_PERSISTENT=0; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `innodb_table_stats` -- LOCK TABLES `innodb_table_stats` WRITE; /*!40000 ALTER TABLE `innodb_table_stats` DISABLE KEYS */; INSERT INTO `innodb_table_stats` VALUES ('mysql','gtid_executed','2017-07-16 22:58:19',0,1,0),('openmrs','allergy','2017-07-16 23:39:40',0,1,7),('openmrs','allergy_reaction','2017-07-16 23:39:41',0,1,3),('openmrs','care_setting','2017-07-16 23:39:26',2,1,5),('openmrs','clob_datatype_storage','2017-07-16 23:38:45',0,1,1),('openmrs','cohort','2017-07-16 23:39:49',0,1,4),('openmrs','cohort_member','2017-07-16 23:40:27',0,1,4),('openmrs','concept','2017-07-16 23:39:51',2449,16,27),('openmrs','concept_answer','2017-07-16 23:39:51',843,6,8),('openmrs','concept_attribute','2017-07-16 23:40:22',0,1,6),('openmrs','concept_attribute_type','2017-07-16 23:40:21',0,1,4),('openmrs','concept_class','2017-07-16 23:40:41',16,1,6),('openmrs','concept_complex','2017-07-16 23:36:32',0,1,0),('openmrs','concept_datatype','2017-07-16 23:39:52',12,1,5),('openmrs','concept_description','2017-07-16 23:39:54',2406,23,20),('openmrs','concept_map_type','2017-07-16 23:37:09',70,1,5),('openmrs','concept_name','2017-07-16 23:40:40',3542,27,40),('openmrs','concept_name_tag','2017-07-16 23:40:39',0,1,5),('openmrs','concept_name_tag_map','2017-07-16 23:38:29',0,1,2),('openmrs','concept_numeric','2017-07-16 23:37:43',764,3,0),('openmrs','concept_proposal','2017-07-16 23:39:57',0,1,7),('openmrs','concept_proposal_tag_map','2017-07-16 23:35:58',0,1,2),('openmrs','concept_reference_map','2017-07-16 23:40:23',0,1,5),('openmrs','concept_reference_source','2017-07-16 23:40:30',0,1,7),('openmrs','concept_reference_term','2017-07-16 23:38:58',0,1,5),('openmrs','concept_reference_term_map','2017-07-16 23:36:52',0,1,6),('openmrs','concept_set','2017-07-16 23:39:58',237,3,4),('openmrs','concept_state_conversion','2017-07-16 23:39:58',0,1,4),('openmrs','concept_stop_word','2017-07-16 23:38:52',10,1,1),('openmrs','drug','2017-07-16 23:39:59',6,1,7),('openmrs','drug_ingredient','2017-07-16 23:38:49',0,1,3),('openmrs','drug_order','2017-07-16 23:39:41',0,1,6),('openmrs','drug_reference_map','2017-07-16 23:39:20',0,1,7),('openmrs','encounter','2017-07-16 23:39:59',0,1,10),('openmrs','encounter_provider','2017-07-16 23:38:58',0,1,7),('openmrs','encounter_role','2017-07-16 23:38:59',2,1,4),('openmrs','encounter_type','2017-07-16 23:40:00',4,1,8),('openmrs','field','2017-07-16 23:40:00',23,1,7),('openmrs','field_answer','2017-07-16 23:40:01',0,1,3),('openmrs','field_type','2017-07-16 23:40:01',5,1,2),('openmrs','form','2017-07-16 23:40:01',1,3,8),('openmrs','form_field','2017-07-16 23:40:04',21,1,6),('openmrs','form_resource','2017-07-16 23:40:39',0,1,3),('openmrs','global_property','2017-07-16 23:40:58',140,3,3),('openmrs','hl7_in_archive','2017-07-16 23:40:04',0,1,2),('openmrs','hl7_in_error','2017-07-16 23:40:04',0,1,1),('openmrs','hl7_in_queue','2017-07-16 23:40:04',0,1,2),('openmrs','hl7_source','2017-07-16 23:40:05',1,1,2),('openmrs','liquibasechangelog','2017-07-16 23:40:27',1135,26,0),('openmrs','liquibasechangeloglock','2017-07-16 23:35:42',0,1,0),('openmrs','location','2017-07-16 23:40:05',1,1,7),('openmrs','location_attribute','2017-07-16 23:36:49',0,1,6),('openmrs','location_attribute_type','2017-07-16 23:39:27',0,1,4),('openmrs','location_tag','2017-07-16 23:40:05',0,1,4),('openmrs','location_tag_map','2017-07-16 23:36:33',0,1,1),('openmrs','note','2017-07-16 23:40:06',0,1,7),('openmrs','notification_alert','2017-07-16 23:40:06',0,1,4),('openmrs','notification_alert_recipient','2017-07-16 23:38:25',0,1,1),('openmrs','notification_template','2017-07-16 23:40:06',0,1,1),('openmrs','obs','2017-07-16 23:40:43',0,1,14),('openmrs','order_frequency','2017-07-16 23:39:08',0,1,5),('openmrs','order_group','2017-07-16 23:40:18',0,1,7),('openmrs','order_set','2017-07-16 23:40:15',0,1,4),('openmrs','order_set_member','2017-07-16 23:40:16',0,1,7),('openmrs','order_type','2017-07-16 23:40:07',2,1,7),('openmrs','order_type_class_map','2017-07-16 23:39:24',0,1,1),('openmrs','orders','2017-07-16 23:40:20',0,1,11),('openmrs','patient','2017-07-16 23:39:41',2,1,3),('openmrs','patient_identifier','2017-07-16 23:40:08',4,1,8),('openmrs','patient_identifier_type','2017-07-16 23:40:51',2,1,5),('openmrs','patient_program','2017-07-16 23:40:09',0,1,8),('openmrs','patient_state','2017-07-16 23:40:09',0,1,6),('openmrs','person','2017-07-16 23:40:10',3,1,7),('openmrs','person_address','2017-07-16 23:40:10',2,1,5),('openmrs','person_attribute','2017-07-16 23:40:10',0,1,6),('openmrs','person_attribute_type','2017-07-16 23:40:11',7,1,8),('openmrs','person_merge_log','2017-07-16 23:38:46',0,1,6),('openmrs','person_name','2017-07-16 23:40:11',3,1,8),('openmrs','privilege','2017-07-16 23:40:54',200,4,1),('openmrs','program','2017-07-16 23:40:12',3,1,5),('openmrs','program_workflow','2017-07-16 23:40:12',2,1,5),('openmrs','program_workflow_state','2017-07-16 23:40:12',4,1,5),('openmrs','provider','2017-07-16 23:38:50',2,1,5),('openmrs','provider_attribute','2017-07-16 23:38:38',0,1,6),('openmrs','provider_attribute_type','2017-07-16 23:38:37',0,1,4),('openmrs','relationship','2017-07-16 23:40:13',0,1,7),('openmrs','relationship_type','2017-07-16 23:40:53',4,1,4),('openmrs','report_object','2017-07-16 23:40:13',0,1,4),('openmrs','report_schema_xml','2017-07-16 23:40:13',0,1,1),('openmrs','role','2017-07-16 23:40:14',7,1,1),('openmrs','role_privilege','2017-07-16 23:39:35',116,1,1),('openmrs','role_role','2017-07-16 23:37:14',2,1,1),('openmrs','scheduler_task_config','2017-07-16 23:38:22',8,1,2),('openmrs','scheduler_task_config_property','2017-07-16 23:36:31',0,1,1),('openmrs','serialized_object','2017-07-16 23:40:14',0,1,4),('openmrs','test_order','2017-07-16 23:39:13',0,1,2),('openmrs','user_property','2017-07-16 23:41:08',3,1,0),('openmrs','user_role','2017-07-16 23:37:03',2,1,1),('openmrs','users','2017-07-16 23:38:42',2,1,4),('openmrs','visit','2017-07-16 23:36:44',0,1,8),('openmrs','visit_attribute','2017-07-16 23:36:46',0,1,6),('openmrs','visit_attribute_type','2017-07-16 23:36:45',0,1,4),('openmrs','visit_type','2017-07-16 23:37:46',2,1,4),('sys','sys_config','2017-07-16 22:58:22',2,1,0); /*!40000 ALTER TABLE `innodb_table_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ndb_binlog_index` -- DROP TABLE IF EXISTS `ndb_binlog_index`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ndb_binlog_index` ( `Position` bigint(20) unsigned NOT NULL, `File` varchar(255) NOT NULL, `epoch` bigint(20) unsigned NOT NULL, `inserts` int(10) unsigned NOT NULL, `updates` int(10) unsigned NOT NULL, `deletes` int(10) unsigned NOT NULL, `schemaops` int(10) unsigned NOT NULL, `orig_server_id` int(10) unsigned NOT NULL, `orig_epoch` bigint(20) unsigned NOT NULL, `gci` int(10) unsigned NOT NULL, `next_position` bigint(20) unsigned NOT NULL, `next_file` varchar(255) NOT NULL, PRIMARY KEY (`epoch`,`orig_server_id`,`orig_epoch`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ndb_binlog_index` -- LOCK TABLES `ndb_binlog_index` WRITE; /*!40000 ALTER TABLE `ndb_binlog_index` DISABLE KEYS */; /*!40000 ALTER TABLE `ndb_binlog_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plugin` -- DROP TABLE IF EXISTS `plugin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `plugin` ( `name` varchar(64) NOT NULL DEFAULT '', `dl` varchar(128) NOT NULL DEFAULT '', PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='MySQL plugins'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `plugin` -- LOCK TABLES `plugin` WRITE; /*!40000 ALTER TABLE `plugin` DISABLE KEYS */; /*!40000 ALTER TABLE `plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `proc` -- DROP TABLE IF EXISTS `proc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `proc` ( `db` char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `name` char(64) NOT NULL DEFAULT '', `type` enum('FUNCTION','PROCEDURE') NOT NULL, `specific_name` char(64) NOT NULL DEFAULT '', `language` enum('SQL') NOT NULL DEFAULT 'SQL', `sql_data_access` enum('CONTAINS_SQL','NO_SQL','READS_SQL_DATA','MODIFIES_SQL_DATA') NOT NULL DEFAULT 'CONTAINS_SQL', `is_deterministic` enum('YES','NO') NOT NULL DEFAULT 'NO', `security_type` enum('INVOKER','DEFINER') NOT NULL DEFAULT 'DEFINER', `param_list` blob NOT NULL, `returns` longblob NOT NULL, `body` longblob NOT NULL, `definer` char(93) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `sql_mode` set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','NOT_USED','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_ALL_TABLES','NO_ZERO_IN_DATE','NO_ZERO_DATE','INVALID_DATES','ERROR_FOR_DIVISION_BY_ZERO','TRADITIONAL','NO_AUTO_CREATE_USER','HIGH_NOT_PRECEDENCE','NO_ENGINE_SUBSTITUTION','PAD_CHAR_TO_FULL_LENGTH') NOT NULL DEFAULT '', `comment` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `character_set_client` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `collation_connection` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `db_collation` char(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `body_utf8` longblob, PRIMARY KEY (`db`,`name`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Stored Procedures'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `proc` -- LOCK TABLES `proc` WRITE; /*!40000 ALTER TABLE `proc` DISABLE KEYS */; /*!40000 ALTER TABLE `proc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `procs_priv` -- DROP TABLE IF EXISTS `procs_priv`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `procs_priv` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '', `Routine_name` char(64) CHARACTER SET utf8 NOT NULL DEFAULT '', `Routine_type` enum('FUNCTION','PROCEDURE') COLLATE utf8_bin NOT NULL, `Grantor` char(93) COLLATE utf8_bin NOT NULL DEFAULT '', `Proc_priv` set('Execute','Alter Routine','Grant') CHARACTER SET utf8 NOT NULL DEFAULT '', `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`Host`,`Db`,`User`,`Routine_name`,`Routine_type`), KEY `Grantor` (`Grantor`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Procedure privileges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `procs_priv` -- LOCK TABLES `procs_priv` WRITE; /*!40000 ALTER TABLE `procs_priv` DISABLE KEYS */; /*!40000 ALTER TABLE `procs_priv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `proxies_priv` -- DROP TABLE IF EXISTS `proxies_priv`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `proxies_priv` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '', `Proxied_host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `Proxied_user` char(32) COLLATE utf8_bin NOT NULL DEFAULT '', `With_grant` tinyint(1) NOT NULL DEFAULT '0', `Grantor` char(93) COLLATE utf8_bin NOT NULL DEFAULT '', `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`Host`,`User`,`Proxied_host`,`Proxied_user`), KEY `Grantor` (`Grantor`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='User proxy privileges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `proxies_priv` -- LOCK TABLES `proxies_priv` WRITE; /*!40000 ALTER TABLE `proxies_priv` DISABLE KEYS */; INSERT INTO `proxies_priv` VALUES ('localhost','root','','',1,'boot@connecting host','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `proxies_priv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `server_cost` -- DROP TABLE IF EXISTS `server_cost`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `server_cost` ( `cost_name` varchar(64) NOT NULL, `cost_value` float DEFAULT NULL, `last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `comment` varchar(1024) DEFAULT NULL, PRIMARY KEY (`cost_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `server_cost` -- LOCK TABLES `server_cost` WRITE; /*!40000 ALTER TABLE `server_cost` DISABLE KEYS */; INSERT INTO `server_cost` VALUES ('disk_temptable_create_cost',NULL,'2017-07-16 22:58:19',NULL),('disk_temptable_row_cost',NULL,'2017-07-16 22:58:19',NULL),('key_compare_cost',NULL,'2017-07-16 22:58:19',NULL),('memory_temptable_create_cost',NULL,'2017-07-16 22:58:19',NULL),('memory_temptable_row_cost',NULL,'2017-07-16 22:58:19',NULL),('row_evaluate_cost',NULL,'2017-07-16 22:58:19',NULL); /*!40000 ALTER TABLE `server_cost` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `servers` -- DROP TABLE IF EXISTS `servers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `servers` ( `Server_name` char(64) NOT NULL DEFAULT '', `Host` char(64) NOT NULL DEFAULT '', `Db` char(64) NOT NULL DEFAULT '', `Username` char(64) NOT NULL DEFAULT '', `Password` char(64) NOT NULL DEFAULT '', `Port` int(4) NOT NULL DEFAULT '0', `Socket` char(64) NOT NULL DEFAULT '', `Wrapper` char(64) NOT NULL DEFAULT '', `Owner` char(64) NOT NULL DEFAULT '', PRIMARY KEY (`Server_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='MySQL Foreign Servers table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `servers` -- LOCK TABLES `servers` WRITE; /*!40000 ALTER TABLE `servers` DISABLE KEYS */; /*!40000 ALTER TABLE `servers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `slave_master_info` -- DROP TABLE IF EXISTS `slave_master_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `slave_master_info` ( `Number_of_lines` int(10) unsigned NOT NULL COMMENT 'Number of lines in the file.', `Master_log_name` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'The name of the master binary log currently being read from the master.', `Master_log_pos` bigint(20) unsigned NOT NULL COMMENT 'The master log position of the last read event.', `Host` char(64) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT 'The host name of the master.', `User_name` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The user name used to connect to the master.', `User_password` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The password used to connect to the master.', `Port` int(10) unsigned NOT NULL COMMENT 'The network port used to connect to the master.', `Connect_retry` int(10) unsigned NOT NULL COMMENT 'The period (in seconds) that the slave will wait before trying to reconnect to the master.', `Enabled_ssl` tinyint(1) NOT NULL COMMENT 'Indicates whether the server supports SSL connections.', `Ssl_ca` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The file used for the Certificate Authority (CA) certificate.', `Ssl_capath` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The path to the Certificate Authority (CA) certificates.', `Ssl_cert` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The name of the SSL certificate file.', `Ssl_cipher` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The name of the cipher in use for the SSL connection.', `Ssl_key` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The name of the SSL key file.', `Ssl_verify_server_cert` tinyint(1) NOT NULL COMMENT 'Whether to verify the server certificate.', `Heartbeat` float NOT NULL, `Bind` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'Displays which interface is employed when connecting to the MySQL server', `Ignored_server_ids` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The number of server IDs to be ignored, followed by the actual server IDs', `Uuid` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The master server uuid.', `Retry_count` bigint(20) unsigned NOT NULL COMMENT 'Number of reconnect attempts, to the master, before giving up.', `Ssl_crl` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The file used for the Certificate Revocation List (CRL)', `Ssl_crlpath` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The path used for Certificate Revocation List (CRL) files', `Enabled_auto_position` tinyint(1) NOT NULL COMMENT 'Indicates whether GTIDs will be used to retrieve events from the master.', `Channel_name` char(64) NOT NULL COMMENT 'The channel on which the slave is connected to a source. Used in Multisource Replication', `Tls_version` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'Tls version', PRIMARY KEY (`Channel_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='Master Information'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `slave_master_info` -- LOCK TABLES `slave_master_info` WRITE; /*!40000 ALTER TABLE `slave_master_info` DISABLE KEYS */; /*!40000 ALTER TABLE `slave_master_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `slave_relay_log_info` -- DROP TABLE IF EXISTS `slave_relay_log_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `slave_relay_log_info` ( `Number_of_lines` int(10) unsigned NOT NULL COMMENT 'Number of lines in the file or rows in the table. Used to version table definitions.', `Relay_log_name` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'The name of the current relay log file.', `Relay_log_pos` bigint(20) unsigned NOT NULL COMMENT 'The relay log position of the last executed event.', `Master_log_name` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'The name of the master binary log file from which the events in the relay log file were read.', `Master_log_pos` bigint(20) unsigned NOT NULL COMMENT 'The master log position of the last executed event.', `Sql_delay` int(11) NOT NULL COMMENT 'The number of seconds that the slave must lag behind the master.', `Number_of_workers` int(10) unsigned NOT NULL, `Id` int(10) unsigned NOT NULL COMMENT 'Internal Id that uniquely identifies this record.', `Channel_name` char(64) NOT NULL COMMENT 'The channel on which the slave is connected to a source. Used in Multisource Replication', PRIMARY KEY (`Channel_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='Relay Log Information'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `slave_relay_log_info` -- LOCK TABLES `slave_relay_log_info` WRITE; /*!40000 ALTER TABLE `slave_relay_log_info` DISABLE KEYS */; /*!40000 ALTER TABLE `slave_relay_log_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `slave_worker_info` -- DROP TABLE IF EXISTS `slave_worker_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `slave_worker_info` ( `Id` int(10) unsigned NOT NULL, `Relay_log_name` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `Relay_log_pos` bigint(20) unsigned NOT NULL, `Master_log_name` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `Master_log_pos` bigint(20) unsigned NOT NULL, `Checkpoint_relay_log_name` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `Checkpoint_relay_log_pos` bigint(20) unsigned NOT NULL, `Checkpoint_master_log_name` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `Checkpoint_master_log_pos` bigint(20) unsigned NOT NULL, `Checkpoint_seqno` int(10) unsigned NOT NULL, `Checkpoint_group_size` int(10) unsigned NOT NULL, `Checkpoint_group_bitmap` blob NOT NULL, `Channel_name` char(64) NOT NULL COMMENT 'The channel on which the slave is connected to a source. Used in Multisource Replication', PRIMARY KEY (`Channel_name`,`Id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='Worker Information'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `slave_worker_info` -- LOCK TABLES `slave_worker_info` WRITE; /*!40000 ALTER TABLE `slave_worker_info` DISABLE KEYS */; /*!40000 ALTER TABLE `slave_worker_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tables_priv` -- DROP TABLE IF EXISTS `tables_priv`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tables_priv` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '', `Table_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '', `Grantor` char(93) COLLATE utf8_bin NOT NULL DEFAULT '', `Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `Table_priv` set('Select','Insert','Update','Delete','Create','Drop','Grant','References','Index','Alter','Create View','Show view','Trigger') CHARACTER SET utf8 NOT NULL DEFAULT '', `Column_priv` set('Select','Insert','Update','References') CHARACTER SET utf8 NOT NULL DEFAULT '', PRIMARY KEY (`Host`,`Db`,`User`,`Table_name`), KEY `Grantor` (`Grantor`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Table privileges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tables_priv` -- LOCK TABLES `tables_priv` WRITE; /*!40000 ALTER TABLE `tables_priv` DISABLE KEYS */; INSERT INTO `tables_priv` VALUES ('localhost','sys','mysql.sys','sys_config','root@localhost','2017-07-16 22:58:22','Select',''); /*!40000 ALTER TABLE `tables_priv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `time_zone` -- DROP TABLE IF EXISTS `time_zone`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `time_zone` ( `Time_zone_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `Use_leap_seconds` enum('Y','N') NOT NULL DEFAULT 'N', PRIMARY KEY (`Time_zone_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='Time zones'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `time_zone` -- LOCK TABLES `time_zone` WRITE; /*!40000 ALTER TABLE `time_zone` DISABLE KEYS */; /*!40000 ALTER TABLE `time_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `time_zone_leap_second` -- DROP TABLE IF EXISTS `time_zone_leap_second`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `time_zone_leap_second` ( `Transition_time` bigint(20) NOT NULL, `Correction` int(11) NOT NULL, PRIMARY KEY (`Transition_time`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='Leap seconds information for time zones'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `time_zone_leap_second` -- LOCK TABLES `time_zone_leap_second` WRITE; /*!40000 ALTER TABLE `time_zone_leap_second` DISABLE KEYS */; /*!40000 ALTER TABLE `time_zone_leap_second` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `time_zone_name` -- DROP TABLE IF EXISTS `time_zone_name`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `time_zone_name` ( `Name` char(64) NOT NULL, `Time_zone_id` int(10) unsigned NOT NULL, PRIMARY KEY (`Name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='Time zone names'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `time_zone_name` -- LOCK TABLES `time_zone_name` WRITE; /*!40000 ALTER TABLE `time_zone_name` DISABLE KEYS */; /*!40000 ALTER TABLE `time_zone_name` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `time_zone_transition` -- DROP TABLE IF EXISTS `time_zone_transition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `time_zone_transition` ( `Time_zone_id` int(10) unsigned NOT NULL, `Transition_time` bigint(20) NOT NULL, `Transition_type_id` int(10) unsigned NOT NULL, PRIMARY KEY (`Time_zone_id`,`Transition_time`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='Time zone transitions'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `time_zone_transition` -- LOCK TABLES `time_zone_transition` WRITE; /*!40000 ALTER TABLE `time_zone_transition` DISABLE KEYS */; /*!40000 ALTER TABLE `time_zone_transition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `time_zone_transition_type` -- DROP TABLE IF EXISTS `time_zone_transition_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `time_zone_transition_type` ( `Time_zone_id` int(10) unsigned NOT NULL, `Transition_type_id` int(10) unsigned NOT NULL, `Offset` int(11) NOT NULL DEFAULT '0', `Is_DST` tinyint(3) unsigned NOT NULL DEFAULT '0', `Abbreviation` char(8) NOT NULL DEFAULT '', PRIMARY KEY (`Time_zone_id`,`Transition_type_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='Time zone transition types'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `time_zone_transition_type` -- LOCK TABLES `time_zone_transition_type` WRITE; /*!40000 ALTER TABLE `time_zone_transition_type` DISABLE KEYS */; /*!40000 ALTER TABLE `time_zone_transition_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user` -- DROP TABLE IF EXISTS `user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '', `Select_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Insert_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Update_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Delete_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Drop_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Reload_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Shutdown_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Process_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `File_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Grant_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `References_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Index_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Alter_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Show_db_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Super_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_tmp_table_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Lock_tables_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Execute_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Repl_slave_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Repl_client_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Show_view_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Alter_routine_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_user_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Event_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Trigger_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `Create_tablespace_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `ssl_type` enum('','ANY','X509','SPECIFIED') CHARACTER SET utf8 NOT NULL DEFAULT '', `ssl_cipher` blob NOT NULL, `x509_issuer` blob NOT NULL, `x509_subject` blob NOT NULL, `max_questions` int(11) unsigned NOT NULL DEFAULT '0', `max_updates` int(11) unsigned NOT NULL DEFAULT '0', `max_connections` int(11) unsigned NOT NULL DEFAULT '0', `max_user_connections` int(11) unsigned NOT NULL DEFAULT '0', `plugin` char(64) COLLATE utf8_bin NOT NULL DEFAULT 'mysql_native_password', `authentication_string` text COLLATE utf8_bin, `password_expired` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', `password_last_changed` timestamp NULL DEFAULT NULL, `password_lifetime` smallint(5) unsigned DEFAULT NULL, `account_locked` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N', PRIMARY KEY (`Host`,`User`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Users and global privileges'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user` -- LOCK TABLES `user` WRITE; /*!40000 ALTER TABLE `user` DISABLE KEYS */; INSERT INTO `user` VALUES ('localhost','root','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'mysql_native_password','*2FF849F6107B58372CDADF52FE277EDA59B6E19B','N','2017-07-16 22:58:22',NULL,'N'),('localhost','mysql.sys','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','','','','',0,0,0,0,'mysql_native_password','*THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE','N','2017-07-16 22:58:22',NULL,'Y'),('localhost','debian-sys-maint','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'mysql_native_password','*2C795963EF00BF1B3E43A045DE86331079E9F0F5','N','2017-07-16 22:58:22',NULL,'N'),('localhost','openmrs_user','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','','','','',0,0,0,0,'mysql_native_password','*1E2A82349D9C471BD90846C6C098E1C5CE4D0904','N','2017-07-16 23:35:40',NULL,'N'); /*!40000 ALTER TABLE `user` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping events for database 'mysql' -- -- -- Dumping routines for database 'mysql' -- -- -- Table structure for table `general_log` -- /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE IF NOT EXISTS `general_log` ( `event_time` timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6) ON UPDATE CURRENT_TIMESTAMP(6), `user_host` mediumtext NOT NULL, `thread_id` bigint(21) unsigned NOT NULL, `server_id` int(10) unsigned NOT NULL, `command_type` varchar(64) NOT NULL, `argument` mediumblob NOT NULL ) ENGINE=CSV DEFAULT CHARSET=utf8 COMMENT='General log'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `slow_log` -- /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE IF NOT EXISTS `slow_log` ( `start_time` timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6) ON UPDATE CURRENT_TIMESTAMP(6), `user_host` mediumtext NOT NULL, `query_time` time(6) NOT NULL, `lock_time` time(6) NOT NULL, `rows_sent` int(11) NOT NULL, `rows_examined` int(11) NOT NULL, `db` varchar(512) NOT NULL, `last_insert_id` int(11) NOT NULL, `insert_id` int(11) NOT NULL, `server_id` int(10) unsigned NOT NULL, `sql_text` mediumblob NOT NULL, `thread_id` bigint(21) unsigned NOT NULL ) ENGINE=CSV DEFAULT CHARSET=utf8 COMMENT='Slow log'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Current Database: `openmrs` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `openmrs` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `openmrs`; -- -- Table structure for table `allergy` -- DROP TABLE IF EXISTS `allergy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `allergy` ( `allergy_id` int(11) NOT NULL AUTO_INCREMENT, `patient_id` int(11) NOT NULL, `severity_concept_id` int(11) DEFAULT NULL, `coded_allergen` int(11) NOT NULL, `non_coded_allergen` varchar(255) DEFAULT NULL, `allergen_type` varchar(50) NOT NULL, `comment` varchar(1024) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '1', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) DEFAULT NULL, PRIMARY KEY (`allergy_id`), UNIQUE KEY `allergy_id` (`allergy_id`), KEY `allergy_patient_id_fk` (`patient_id`), KEY `allergy_coded_allergen_fk` (`coded_allergen`), KEY `allergy_severity_concept_id_fk` (`severity_concept_id`), KEY `allergy_creator_fk` (`creator`), KEY `allergy_changed_by_fk` (`changed_by`), KEY `allergy_voided_by_fk` (`voided_by`), CONSTRAINT `allergy_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `allergy_coded_allergen_fk` FOREIGN KEY (`coded_allergen`) REFERENCES `concept` (`concept_id`), CONSTRAINT `allergy_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `allergy_patient_id_fk` FOREIGN KEY (`patient_id`) REFERENCES `patient` (`patient_id`), CONSTRAINT `allergy_severity_concept_id_fk` FOREIGN KEY (`severity_concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `allergy_voided_by_fk` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `allergy` -- LOCK TABLES `allergy` WRITE; /*!40000 ALTER TABLE `allergy` DISABLE KEYS */; /*!40000 ALTER TABLE `allergy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `allergy_reaction` -- DROP TABLE IF EXISTS `allergy_reaction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `allergy_reaction` ( `allergy_reaction_id` int(11) NOT NULL AUTO_INCREMENT, `allergy_id` int(11) NOT NULL, `reaction_concept_id` int(11) NOT NULL, `reaction_non_coded` varchar(255) DEFAULT NULL, `uuid` char(38) DEFAULT NULL, PRIMARY KEY (`allergy_reaction_id`), UNIQUE KEY `allergy_reaction_id` (`allergy_reaction_id`), KEY `allergy_reaction_allergy_id_fk` (`allergy_id`), KEY `allergy_reaction_reaction_concept_id_fk` (`reaction_concept_id`), CONSTRAINT `allergy_reaction_allergy_id_fk` FOREIGN KEY (`allergy_id`) REFERENCES `allergy` (`allergy_id`), CONSTRAINT `allergy_reaction_reaction_concept_id_fk` FOREIGN KEY (`reaction_concept_id`) REFERENCES `concept` (`concept_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `allergy_reaction` -- LOCK TABLES `allergy_reaction` WRITE; /*!40000 ALTER TABLE `allergy_reaction` DISABLE KEYS */; /*!40000 ALTER TABLE `allergy_reaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `care_setting` -- DROP TABLE IF EXISTS `care_setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `care_setting` ( `care_setting_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(255) DEFAULT NULL, `care_setting_type` varchar(50) NOT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`care_setting_id`), UNIQUE KEY `name` (`name`), UNIQUE KEY `uuid` (`uuid`), KEY `care_setting_creator` (`creator`), KEY `care_setting_retired_by` (`retired_by`), KEY `care_setting_changed_by` (`changed_by`), CONSTRAINT `care_setting_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `care_setting_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `care_setting_retired_by` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `care_setting` -- LOCK TABLES `care_setting` WRITE; /*!40000 ALTER TABLE `care_setting` DISABLE KEYS */; INSERT INTO `care_setting` VALUES (1,'Outpatient','Out-patient care setting','OUTPATIENT',1,'2013-12-27 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'6f0c9a92-6f24-11e3-af88-005056821db0'),(2,'Inpatient','In-patient care setting','INPATIENT',1,'2013-12-27 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'c365e560-c3ec-11e3-9c1a-0800200c9a66'); /*!40000 ALTER TABLE `care_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `clob_datatype_storage` -- DROP TABLE IF EXISTS `clob_datatype_storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `clob_datatype_storage` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uuid` char(38) NOT NULL, `value` longtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `uuid` (`uuid`), UNIQUE KEY `clob_datatype_storage_uuid_index` (`uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `clob_datatype_storage` -- LOCK TABLES `clob_datatype_storage` WRITE; /*!40000 ALTER TABLE `clob_datatype_storage` DISABLE KEYS */; /*!40000 ALTER TABLE `clob_datatype_storage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cohort` -- DROP TABLE IF EXISTS `cohort`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cohort` ( `cohort_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(1000) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`cohort_id`), UNIQUE KEY `cohort_uuid_index` (`uuid`), KEY `user_who_changed_cohort` (`changed_by`), KEY `cohort_creator` (`creator`), KEY `user_who_voided_cohort` (`voided_by`), CONSTRAINT `cohort_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_changed_cohort` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_voided_cohort` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cohort` -- LOCK TABLES `cohort` WRITE; /*!40000 ALTER TABLE `cohort` DISABLE KEYS */; /*!40000 ALTER TABLE `cohort` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cohort_member` -- DROP TABLE IF EXISTS `cohort_member`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cohort_member` ( `cohort_id` int(11) NOT NULL, `patient_id` int(11) NOT NULL, `cohort_member_id` int(11) NOT NULL AUTO_INCREMENT, `start_date` datetime NOT NULL, `end_date` datetime DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`cohort_member_id`), UNIQUE KEY `uuid` (`uuid`), KEY `cohort_member_creator` (`creator`), KEY `parent_cohort` (`cohort_id`), KEY `member_patient` (`patient_id`), CONSTRAINT `cohort_member_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `member_patient` FOREIGN KEY (`patient_id`) REFERENCES `patient` (`patient_id`), CONSTRAINT `parent_cohort` FOREIGN KEY (`cohort_id`) REFERENCES `cohort` (`cohort_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cohort_member` -- LOCK TABLES `cohort_member` WRITE; /*!40000 ALTER TABLE `cohort_member` DISABLE KEYS */; /*!40000 ALTER TABLE `cohort_member` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept` -- DROP TABLE IF EXISTS `concept`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept` ( `concept_id` int(11) NOT NULL AUTO_INCREMENT, `retired` tinyint(1) NOT NULL DEFAULT '0', `short_name` varchar(255) DEFAULT NULL, `description` text, `form_text` text, `datatype_id` int(11) NOT NULL DEFAULT '0', `class_id` int(11) NOT NULL DEFAULT '0', `is_set` tinyint(1) NOT NULL DEFAULT '0', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `version` varchar(50) DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_id`), UNIQUE KEY `concept_uuid_index` (`uuid`), KEY `user_who_changed_concept` (`changed_by`), KEY `concept_classes` (`class_id`), KEY `concept_creator` (`creator`), KEY `concept_datatypes` (`datatype_id`), KEY `user_who_retired_concept` (`retired_by`), CONSTRAINT `concept_classes` FOREIGN KEY (`class_id`) REFERENCES `concept_class` (`concept_class_id`), CONSTRAINT `concept_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `concept_datatypes` FOREIGN KEY (`datatype_id`) REFERENCES `concept_datatype` (`concept_datatype_id`), CONSTRAINT `user_who_changed_concept` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_concept` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6100 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept` -- LOCK TABLES `concept` WRITE; /*!40000 ALTER TABLE `concept` DISABLE KEYS */; INSERT INTO `concept` VALUES (1,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6541a5e-6a7f-11e7-89a8-765859b2742d'),(2,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-03-03 00:00:00',NULL,NULL,NULL,'c654218f-6a7f-11e7-89a8-765859b2742d'),(3,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-05-12 00:00:00',NULL,NULL,NULL,'c6542494-6a7f-11e7-89a8-765859b2742d'),(4,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654277d-6a7f-11e7-89a8-765859b2742d'),(5,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6542a1c-6a7f-11e7-89a8-765859b2742d'),(6,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6542ca4-6a7f-11e7-89a8-765859b2742d'),(7,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6542f1e-6a7f-11e7-89a8-765859b2742d'),(8,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654319b-6a7f-11e7-89a8-765859b2742d'),(9,1,'','',NULL,1,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c654340e-6a7f-11e7-89a8-765859b2742d'),(10,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6543776-6a7f-11e7-89a8-765859b2742d'),(11,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6543a21-6a7f-11e7-89a8-765859b2742d'),(12,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6543fa1-6a7f-11e7-89a8-765859b2742d'),(13,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65442b1-6a7f-11e7-89a8-765859b2742d'),(14,0,'','',NULL,4,4,0,1,'2004-04-02 00:00:00','',1,'2005-11-30 00:00:00',NULL,NULL,NULL,'c6544542-6a7f-11e7-89a8-765859b2742d'),(15,1,'','',NULL,4,4,0,1,'2004-04-02 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6544743-6a7f-11e7-89a8-765859b2742d'),(16,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654491d-6a7f-11e7-89a8-765859b2742d'),(17,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6544af1-6a7f-11e7-89a8-765859b2742d'),(18,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6544cc9-6a7f-11e7-89a8-765859b2742d'),(19,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6544e98-6a7f-11e7-89a8-765859b2742d'),(20,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6545068-6a7f-11e7-89a8-765859b2742d'),(21,0,'HGB','',NULL,1,1,0,1,'2004-01-01 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c6545232-6a7f-11e7-89a8-765859b2742d'),(22,0,'HEPA','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c6545406-6a7f-11e7-89a8-765859b2742d'),(23,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c65455d5-6a7f-11e7-89a8-765859b2742d'),(24,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c65457a4-6a7f-11e7-89a8-765859b2742d'),(25,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c654596d-6a7f-11e7-89a8-765859b2742d'),(26,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6545b36-6a7f-11e7-89a8-765859b2742d'),(27,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6545d06-6a7f-11e7-89a8-765859b2742d'),(28,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6545fbf-6a7f-11e7-89a8-765859b2742d'),(29,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654619e-6a7f-11e7-89a8-765859b2742d'),(30,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654636b-6a7f-11e7-89a8-765859b2742d'),(31,0,'','','',4,10,1,1,'2006-02-10 00:00:00','1.0',1,'2006-02-10 00:00:00',NULL,NULL,NULL,'c6546540-6a7f-11e7-89a8-765859b2742d'),(32,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654672c-6a7f-11e7-89a8-765859b2742d'),(33,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c654697f-6a7f-11e7-89a8-765859b2742d'),(34,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6546b68-6a7f-11e7-89a8-765859b2742d'),(35,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6546d3f-6a7f-11e7-89a8-765859b2742d'),(36,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6546f10-6a7f-11e7-89a8-765859b2742d'),(37,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65470db-6a7f-11e7-89a8-765859b2742d'),(38,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c65472ac-6a7f-11e7-89a8-765859b2742d'),(39,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6547478-6a7f-11e7-89a8-765859b2742d'),(40,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6547646-6a7f-11e7-89a8-765859b2742d'),(41,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6547811-6a7f-11e7-89a8-765859b2742d'),(42,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65479db-6a7f-11e7-89a8-765859b2742d'),(43,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6547ba7-6a7f-11e7-89a8-765859b2742d'),(44,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6547d71-6a7f-11e7-89a8-765859b2742d'),(45,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c6547f3e-6a7f-11e7-89a8-765859b2742d'),(46,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654810b-6a7f-11e7-89a8-765859b2742d'),(47,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c65482df-6a7f-11e7-89a8-765859b2742d'),(48,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654856b-6a7f-11e7-89a8-765859b2742d'),(49,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6548766-6a7f-11e7-89a8-765859b2742d'),(50,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6548937-6a7f-11e7-89a8-765859b2742d'),(51,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6548b06-6a7f-11e7-89a8-765859b2742d'),(52,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6548cd9-6a7f-11e7-89a8-765859b2742d'),(53,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6548f12-6a7f-11e7-89a8-765859b2742d'),(54,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6549122-6a7f-11e7-89a8-765859b2742d'),(55,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c65492fb-6a7f-11e7-89a8-765859b2742d'),(56,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65494cc-6a7f-11e7-89a8-765859b2742d'),(57,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6549699-6a7f-11e7-89a8-765859b2742d'),(58,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6549865-6a7f-11e7-89a8-765859b2742d'),(59,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6549a39-6a7f-11e7-89a8-765859b2742d'),(60,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c6549c03-6a7f-11e7-89a8-765859b2742d'),(61,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6549dd1-6a7f-11e7-89a8-765859b2742d'),(62,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6549f99-6a7f-11e7-89a8-765859b2742d'),(63,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654a164-6a7f-11e7-89a8-765859b2742d'),(64,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654a330-6a7f-11e7-89a8-765859b2742d'),(65,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c654a4fc-6a7f-11e7-89a8-765859b2742d'),(66,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c654a6c1-6a7f-11e7-89a8-765859b2742d'),(67,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c654a884-6a7f-11e7-89a8-765859b2742d'),(68,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654aa4d-6a7f-11e7-89a8-765859b2742d'),(69,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654acd8-6a7f-11e7-89a8-765859b2742d'),(70,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654aec6-6a7f-11e7-89a8-765859b2742d'),(71,0,'','',NULL,4,10,1,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654b094-6a7f-11e7-89a8-765859b2742d'),(72,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654b261-6a7f-11e7-89a8-765859b2742d'),(73,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654b42f-6a7f-11e7-89a8-765859b2742d'),(74,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654b66e-6a7f-11e7-89a8-765859b2742d'),(75,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654b86e-6a7f-11e7-89a8-765859b2742d'),(76,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654ba3d-6a7f-11e7-89a8-765859b2742d'),(77,0,'','',NULL,4,10,1,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c654bc0d-6a7f-11e7-89a8-765859b2742d'),(78,0,'','',NULL,4,10,1,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654bdd5-6a7f-11e7-89a8-765859b2742d'),(79,0,'','',NULL,4,10,1,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654bfa0-6a7f-11e7-89a8-765859b2742d'),(80,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654c16b-6a7f-11e7-89a8-765859b2742d'),(81,0,'','',NULL,4,10,1,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654c336-6a7f-11e7-89a8-765859b2742d'),(82,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654c4ff-6a7f-11e7-89a8-765859b2742d'),(83,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654c6c2-6a7f-11e7-89a8-765859b2742d'),(84,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654c88a-6a7f-11e7-89a8-765859b2742d'),(85,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654ca51-6a7f-11e7-89a8-765859b2742d'),(86,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654cc1d-6a7f-11e7-89a8-765859b2742d'),(87,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654cde4-6a7f-11e7-89a8-765859b2742d'),(88,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654cfad-6a7f-11e7-89a8-765859b2742d'),(89,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c654d173-6a7f-11e7-89a8-765859b2742d'),(90,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c654d406-6a7f-11e7-89a8-765859b2742d'),(91,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654d674-6a7f-11e7-89a8-765859b2742d'),(92,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c654d876-6a7f-11e7-89a8-765859b2742d'),(93,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c654da4f-6a7f-11e7-89a8-765859b2742d'),(94,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654dc1f-6a7f-11e7-89a8-765859b2742d'),(95,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c654de34-6a7f-11e7-89a8-765859b2742d'),(96,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654e00d-6a7f-11e7-89a8-765859b2742d'),(97,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654e1d6-6a7f-11e7-89a8-765859b2742d'),(98,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654e3a2-6a7f-11e7-89a8-765859b2742d'),(99,0,'','',NULL,4,3,0,1,'2004-04-02 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654e7fe-6a7f-11e7-89a8-765859b2742d'),(100,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654e9f0-6a7f-11e7-89a8-765859b2742d'),(101,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,'2005-09-08 00:00:00',NULL,NULL,NULL,'c654ebbe-6a7f-11e7-89a8-765859b2742d'),(102,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c654ed8e-6a7f-11e7-89a8-765859b2742d'),(103,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c654ef5a-6a7f-11e7-89a8-765859b2742d'),(104,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c654f260-6a7f-11e7-89a8-765859b2742d'),(105,0,NULL,NULL,NULL,4,5,0,1,'2006-02-13 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c654f463-6a7f-11e7-89a8-765859b2742d'),(106,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c654f64b-6a7f-11e7-89a8-765859b2742d'),(107,0,'','',NULL,4,13,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654f847-6a7f-11e7-89a8-765859b2742d'),(108,0,'','',NULL,4,12,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654faf1-6a7f-11e7-89a8-765859b2742d'),(109,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654fd01-6a7f-11e7-89a8-765859b2742d'),(110,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c654feed-6a7f-11e7-89a8-765859b2742d'),(111,0,'','',NULL,4,13,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c65500d7-6a7f-11e7-89a8-765859b2742d'),(112,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c65502c0-6a7f-11e7-89a8-765859b2742d'),(113,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c655052c-6a7f-11e7-89a8-765859b2742d'),(114,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c655073a-6a7f-11e7-89a8-765859b2742d'),(115,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6550928-6a7f-11e7-89a8-765859b2742d'),(116,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6550b17-6a7f-11e7-89a8-765859b2742d'),(117,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6550cfe-6a7f-11e7-89a8-765859b2742d'),(118,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6550eec-6a7f-11e7-89a8-765859b2742d'),(119,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65510d5-6a7f-11e7-89a8-765859b2742d'),(120,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65512bd-6a7f-11e7-89a8-765859b2742d'),(121,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c655149f-6a7f-11e7-89a8-765859b2742d'),(122,1,'','',NULL,4,4,0,1,'2004-03-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6551687-6a7f-11e7-89a8-765859b2742d'),(123,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2006-02-16 00:00:00',NULL,NULL,NULL,'c6551870-6a7f-11e7-89a8-765859b2742d'),(124,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6551a57-6a7f-11e7-89a8-765859b2742d'),(125,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6551c3f-6a7f-11e7-89a8-765859b2742d'),(126,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6551e23-6a7f-11e7-89a8-765859b2742d'),(127,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6552008-6a7f-11e7-89a8-765859b2742d'),(128,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65522ba-6a7f-11e7-89a8-765859b2742d'),(129,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65524b8-6a7f-11e7-89a8-765859b2742d'),(130,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65526a2-6a7f-11e7-89a8-765859b2742d'),(131,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c655288d-6a7f-11e7-89a8-765859b2742d'),(132,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6552a9f-6a7f-11e7-89a8-765859b2742d'),(133,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6552d04-6a7f-11e7-89a8-765859b2742d'),(134,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6552f07-6a7f-11e7-89a8-765859b2742d'),(135,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c65530f4-6a7f-11e7-89a8-765859b2742d'),(136,0,'','',NULL,4,13,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c65532e4-6a7f-11e7-89a8-765859b2742d'),(137,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65534cb-6a7f-11e7-89a8-765859b2742d'),(138,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65536b8-6a7f-11e7-89a8-765859b2742d'),(139,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c65538a5-6a7f-11e7-89a8-765859b2742d'),(140,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6553a8b-6a7f-11e7-89a8-765859b2742d'),(141,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6553c77-6a7f-11e7-89a8-765859b2742d'),(142,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6553e61-6a7f-11e7-89a8-765859b2742d'),(143,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6554064-6a7f-11e7-89a8-765859b2742d'),(144,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6554262-6a7f-11e7-89a8-765859b2742d'),(145,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6554444-6a7f-11e7-89a8-765859b2742d'),(146,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c655461e-6a7f-11e7-89a8-765859b2742d'),(147,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c65548b5-6a7f-11e7-89a8-765859b2742d'),(148,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6554ab8-6a7f-11e7-89a8-765859b2742d'),(149,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6554c9a-6a7f-11e7-89a8-765859b2742d'),(150,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6554e7a-6a7f-11e7-89a8-765859b2742d'),(151,0,'','',NULL,4,12,0,1,'2004-01-01 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c6555059-6a7f-11e7-89a8-765859b2742d'),(152,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65552c9-6a7f-11e7-89a8-765859b2742d'),(153,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6555545-6a7f-11e7-89a8-765859b2742d'),(154,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6555817-6a7f-11e7-89a8-765859b2742d'),(155,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6555f4e-6a7f-11e7-89a8-765859b2742d'),(156,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c655614c-6a7f-11e7-89a8-765859b2742d'),(157,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6556324-6a7f-11e7-89a8-765859b2742d'),(158,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65564fe-6a7f-11e7-89a8-765859b2742d'),(159,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6570ec2-6a7f-11e7-89a8-765859b2742d'),(160,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c65717d5-6a7f-11e7-89a8-765859b2742d'),(161,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6571ef5-6a7f-11e7-89a8-765859b2742d'),(162,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6572ead-6a7f-11e7-89a8-765859b2742d'),(163,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c65732f1-6a7f-11e7-89a8-765859b2742d'),(164,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6573714-6a7f-11e7-89a8-765859b2742d'),(165,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6573b36-6a7f-11e7-89a8-765859b2742d'),(166,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6574911-6a7f-11e7-89a8-765859b2742d'),(167,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6574d40-6a7f-11e7-89a8-765859b2742d'),(168,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6575a10-6a7f-11e7-89a8-765859b2742d'),(169,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65766da-6a7f-11e7-89a8-765859b2742d'),(170,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6578361-6a7f-11e7-89a8-765859b2742d'),(171,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657870d-6a7f-11e7-89a8-765859b2742d'),(172,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6578a55-6a7f-11e7-89a8-765859b2742d'),(173,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6578d88-6a7f-11e7-89a8-765859b2742d'),(174,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6579314-6a7f-11e7-89a8-765859b2742d'),(175,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6579687-6a7f-11e7-89a8-765859b2742d'),(176,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65799bd-6a7f-11e7-89a8-765859b2742d'),(177,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6579cf0-6a7f-11e7-89a8-765859b2742d'),(178,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657a006-6a7f-11e7-89a8-765859b2742d'),(179,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c657a402-6a7f-11e7-89a8-765859b2742d'),(180,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657a73b-6a7f-11e7-89a8-765859b2742d'),(181,0,NULL,NULL,NULL,4,5,0,1,'2006-02-13 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c657aa60-6a7f-11e7-89a8-765859b2742d'),(182,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657ad91-6a7f-11e7-89a8-765859b2742d'),(183,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c657b0cf-6a7f-11e7-89a8-765859b2742d'),(184,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c657b427-6a7f-11e7-89a8-765859b2742d'),(185,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657b846-6a7f-11e7-89a8-765859b2742d'),(186,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c657bbb0-6a7f-11e7-89a8-765859b2742d'),(187,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c657bf1d-6a7f-11e7-89a8-765859b2742d'),(188,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657c27f-6a7f-11e7-89a8-765859b2742d'),(189,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657c5e9-6a7f-11e7-89a8-765859b2742d'),(190,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c657c939-6a7f-11e7-89a8-765859b2742d'),(191,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c657cc75-6a7f-11e7-89a8-765859b2742d'),(192,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c657cfb8-6a7f-11e7-89a8-765859b2742d'),(193,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657d312-6a7f-11e7-89a8-765859b2742d'),(194,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c657d664-6a7f-11e7-89a8-765859b2742d'),(195,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657d9a8-6a7f-11e7-89a8-765859b2742d'),(196,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c657dcec-6a7f-11e7-89a8-765859b2742d'),(197,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657e469-6a7f-11e7-89a8-765859b2742d'),(198,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657e7c1-6a7f-11e7-89a8-765859b2742d'),(199,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657eb26-6a7f-11e7-89a8-765859b2742d'),(200,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657ee75-6a7f-11e7-89a8-765859b2742d'),(201,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c657f1d2-6a7f-11e7-89a8-765859b2742d'),(202,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c657f51f-6a7f-11e7-89a8-765859b2742d'),(203,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c657f84b-6a7f-11e7-89a8-765859b2742d'),(204,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c657fb5d-6a7f-11e7-89a8-765859b2742d'),(205,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c657fe96-6a7f-11e7-89a8-765859b2742d'),(206,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65801d2-6a7f-11e7-89a8-765859b2742d'),(207,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6580514-6a7f-11e7-89a8-765859b2742d'),(208,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6580970-6a7f-11e7-89a8-765859b2742d'),(209,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6580cca-6a7f-11e7-89a8-765859b2742d'),(210,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6581012-6a7f-11e7-89a8-765859b2742d'),(211,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6581375-6a7f-11e7-89a8-765859b2742d'),(212,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c65816cc-6a7f-11e7-89a8-765859b2742d'),(213,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6581a0a-6a7f-11e7-89a8-765859b2742d'),(214,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6581d67-6a7f-11e7-89a8-765859b2742d'),(215,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c658209e-6a7f-11e7-89a8-765859b2742d'),(216,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65823b3-6a7f-11e7-89a8-765859b2742d'),(217,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65826f5-6a7f-11e7-89a8-765859b2742d'),(218,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6582a36-6a7f-11e7-89a8-765859b2742d'),(219,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6582e81-6a7f-11e7-89a8-765859b2742d'),(220,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65831c0-6a7f-11e7-89a8-765859b2742d'),(221,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658350c-6a7f-11e7-89a8-765859b2742d'),(222,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658385f-6a7f-11e7-89a8-765859b2742d'),(223,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6583bae-6a7f-11e7-89a8-765859b2742d'),(224,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6583eea-6a7f-11e7-89a8-765859b2742d'),(225,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658424a-6a7f-11e7-89a8-765859b2742d'),(226,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6584593-6a7f-11e7-89a8-765859b2742d'),(227,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65848c6-6a7f-11e7-89a8-765859b2742d'),(228,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6584c02-6a7f-11e7-89a8-765859b2742d'),(229,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6584f4a-6a7f-11e7-89a8-765859b2742d'),(230,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658527c-6a7f-11e7-89a8-765859b2742d'),(231,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65856d7-6a7f-11e7-89a8-765859b2742d'),(232,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6585a35-6a7f-11e7-89a8-765859b2742d'),(233,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6585d6f-6a7f-11e7-89a8-765859b2742d'),(234,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65860b3-6a7f-11e7-89a8-765859b2742d'),(235,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65863e7-6a7f-11e7-89a8-765859b2742d'),(236,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6586737-6a7f-11e7-89a8-765859b2742d'),(237,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c6586a84-6a7f-11e7-89a8-765859b2742d'),(238,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6586dcf-6a7f-11e7-89a8-765859b2742d'),(239,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6587102-6a7f-11e7-89a8-765859b2742d'),(240,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6587447-6a7f-11e7-89a8-765859b2742d'),(241,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6587792-6a7f-11e7-89a8-765859b2742d'),(242,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6587bcb-6a7f-11e7-89a8-765859b2742d'),(243,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6587f35-6a7f-11e7-89a8-765859b2742d'),(244,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6588274-6a7f-11e7-89a8-765859b2742d'),(245,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65885bb-6a7f-11e7-89a8-765859b2742d'),(246,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6588908-6a7f-11e7-89a8-765859b2742d'),(247,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6588c53-6a7f-11e7-89a8-765859b2742d'),(248,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658a7a6-6a7f-11e7-89a8-765859b2742d'),(249,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658aafd-6a7f-11e7-89a8-765859b2742d'),(250,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658ad30-6a7f-11e7-89a8-765859b2742d'),(251,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658af4f-6a7f-11e7-89a8-765859b2742d'),(252,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658b6a2-6a7f-11e7-89a8-765859b2742d'),(253,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658b8d9-6a7f-11e7-89a8-765859b2742d'),(254,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658bac3-6a7f-11e7-89a8-765859b2742d'),(255,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658bd9b-6a7f-11e7-89a8-765859b2742d'),(256,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658c00a-6a7f-11e7-89a8-765859b2742d'),(257,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658c216-6a7f-11e7-89a8-765859b2742d'),(258,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658c40c-6a7f-11e7-89a8-765859b2742d'),(259,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658c602-6a7f-11e7-89a8-765859b2742d'),(260,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658c7f1-6a7f-11e7-89a8-765859b2742d'),(261,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658c9e1-6a7f-11e7-89a8-765859b2742d'),(262,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658cbca-6a7f-11e7-89a8-765859b2742d'),(263,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658ce9d-6a7f-11e7-89a8-765859b2742d'),(264,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658d09f-6a7f-11e7-89a8-765859b2742d'),(265,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658d289-6a7f-11e7-89a8-765859b2742d'),(266,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658d477-6a7f-11e7-89a8-765859b2742d'),(267,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658d67f-6a7f-11e7-89a8-765859b2742d'),(268,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658d8a6-6a7f-11e7-89a8-765859b2742d'),(269,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658daa0-6a7f-11e7-89a8-765859b2742d'),(270,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658dc8f-6a7f-11e7-89a8-765859b2742d'),(271,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658de7a-6a7f-11e7-89a8-765859b2742d'),(272,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658e0a1-6a7f-11e7-89a8-765859b2742d'),(273,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658e296-6a7f-11e7-89a8-765859b2742d'),(274,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658e47e-6a7f-11e7-89a8-765859b2742d'),(275,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658e667-6a7f-11e7-89a8-765859b2742d'),(276,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658e851-6a7f-11e7-89a8-765859b2742d'),(277,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658ea3e-6a7f-11e7-89a8-765859b2742d'),(278,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658ec24-6a7f-11e7-89a8-765859b2742d'),(279,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658ee0d-6a7f-11e7-89a8-765859b2742d'),(280,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658eff7-6a7f-11e7-89a8-765859b2742d'),(281,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658f1e2-6a7f-11e7-89a8-765859b2742d'),(282,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658f48c-6a7f-11e7-89a8-765859b2742d'),(283,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658f6a7-6a7f-11e7-89a8-765859b2742d'),(284,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658f8a4-6a7f-11e7-89a8-765859b2742d'),(285,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c658fa96-6a7f-11e7-89a8-765859b2742d'),(286,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658fc87-6a7f-11e7-89a8-765859b2742d'),(287,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c658fee7-6a7f-11e7-89a8-765859b2742d'),(288,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65900f9-6a7f-11e7-89a8-765859b2742d'),(289,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65902eb-6a7f-11e7-89a8-765859b2742d'),(290,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65904f8-6a7f-11e7-89a8-765859b2742d'),(291,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6590742-6a7f-11e7-89a8-765859b2742d'),(292,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6590a41-6a7f-11e7-89a8-765859b2742d'),(293,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6590ccf-6a7f-11e7-89a8-765859b2742d'),(294,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6590f4a-6a7f-11e7-89a8-765859b2742d'),(295,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65911c1-6a7f-11e7-89a8-765859b2742d'),(296,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c65914ed-6a7f-11e7-89a8-765859b2742d'),(297,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6591785-6a7f-11e7-89a8-765859b2742d'),(298,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6591a1f-6a7f-11e7-89a8-765859b2742d'),(299,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c6591dbd-6a7f-11e7-89a8-765859b2742d'),(300,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c659208b-6a7f-11e7-89a8-765859b2742d'),(301,1,'','',NULL,1,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6592328-6a7f-11e7-89a8-765859b2742d'),(302,0,'','',NULL,4,8,1,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6592649-6a7f-11e7-89a8-765859b2742d'),(303,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6592906-6a7f-11e7-89a8-765859b2742d'),(304,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6592b9b-6a7f-11e7-89a8-765859b2742d'),(305,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-12-08 00:00:00',NULL,NULL,NULL,'c6592e25-6a7f-11e7-89a8-765859b2742d'),(306,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65930af-6a7f-11e7-89a8-765859b2742d'),(307,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6593344-6a7f-11e7-89a8-765859b2742d'),(308,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65935cf-6a7f-11e7-89a8-765859b2742d'),(309,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6593897-6a7f-11e7-89a8-765859b2742d'),(310,1,'','',NULL,4,2,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6593b2a-6a7f-11e7-89a8-765859b2742d'),(311,1,'','',NULL,4,2,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6593dbd-6a7f-11e7-89a8-765859b2742d'),(312,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6593fbd-6a7f-11e7-89a8-765859b2742d'),(313,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6594290-6a7f-11e7-89a8-765859b2742d'),(314,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6594569-6a7f-11e7-89a8-765859b2742d'),(315,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659481c-6a7f-11e7-89a8-765859b2742d'),(316,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6594a6a-6a7f-11e7-89a8-765859b2742d'),(317,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6594ca6-6a7f-11e7-89a8-765859b2742d'),(318,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6594eae-6a7f-11e7-89a8-765859b2742d'),(319,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6595097-6a7f-11e7-89a8-765859b2742d'),(320,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6595280-6a7f-11e7-89a8-765859b2742d'),(321,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6595571-6a7f-11e7-89a8-765859b2742d'),(322,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65957a7-6a7f-11e7-89a8-765859b2742d'),(323,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6595996-6a7f-11e7-89a8-765859b2742d'),(324,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6595b7d-6a7f-11e7-89a8-765859b2742d'),(325,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6595d65-6a7f-11e7-89a8-765859b2742d'),(326,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6595f4d-6a7f-11e7-89a8-765859b2742d'),(327,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c659616e-6a7f-11e7-89a8-765859b2742d'),(328,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6596364-6a7f-11e7-89a8-765859b2742d'),(329,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6596556-6a7f-11e7-89a8-765859b2742d'),(330,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659673e-6a7f-11e7-89a8-765859b2742d'),(331,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65969d1-6a7f-11e7-89a8-765859b2742d'),(332,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6596be3-6a7f-11e7-89a8-765859b2742d'),(333,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6596dc8-6a7f-11e7-89a8-765859b2742d'),(334,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6596fb4-6a7f-11e7-89a8-765859b2742d'),(335,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c659719a-6a7f-11e7-89a8-765859b2742d'),(336,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65973cb-6a7f-11e7-89a8-765859b2742d'),(337,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65975cf-6a7f-11e7-89a8-765859b2742d'),(338,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65977c2-6a7f-11e7-89a8-765859b2742d'),(339,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65979a7-6a7f-11e7-89a8-765859b2742d'),(340,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6597b8c-6a7f-11e7-89a8-765859b2742d'),(341,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6597d74-6a7f-11e7-89a8-765859b2742d'),(342,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6597f56-6a7f-11e7-89a8-765859b2742d'),(343,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659813c-6a7f-11e7-89a8-765859b2742d'),(344,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6598322-6a7f-11e7-89a8-765859b2742d'),(345,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6598548-6a7f-11e7-89a8-765859b2742d'),(346,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6598735-6a7f-11e7-89a8-765859b2742d'),(347,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659891d-6a7f-11e7-89a8-765859b2742d'),(348,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6598b07-6a7f-11e7-89a8-765859b2742d'),(349,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6598ceb-6a7f-11e7-89a8-765859b2742d'),(350,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6598ece-6a7f-11e7-89a8-765859b2742d'),(351,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c659916a-6a7f-11e7-89a8-765859b2742d'),(352,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659936d-6a7f-11e7-89a8-765859b2742d'),(353,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6599552-6a7f-11e7-89a8-765859b2742d'),(354,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6599739-6a7f-11e7-89a8-765859b2742d'),(355,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659991a-6a7f-11e7-89a8-765859b2742d'),(356,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6599bc7-6a7f-11e7-89a8-765859b2742d'),(357,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6599deb-6a7f-11e7-89a8-765859b2742d'),(358,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6599fda-6a7f-11e7-89a8-765859b2742d'),(359,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c659a1d7-6a7f-11e7-89a8-765859b2742d'),(360,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659a3cb-6a7f-11e7-89a8-765859b2742d'),(361,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659a5b9-6a7f-11e7-89a8-765859b2742d'),(362,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c659a7a4-6a7f-11e7-89a8-765859b2742d'),(363,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c659a98f-6a7f-11e7-89a8-765859b2742d'),(364,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c659abb5-6a7f-11e7-89a8-765859b2742d'),(365,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c659adb0-6a7f-11e7-89a8-765859b2742d'),(366,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c659afa1-6a7f-11e7-89a8-765859b2742d'),(367,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659b18a-6a7f-11e7-89a8-765859b2742d'),(368,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c659b37a-6a7f-11e7-89a8-765859b2742d'),(369,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659b560-6a7f-11e7-89a8-765859b2742d'),(370,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c659b7f4-6a7f-11e7-89a8-765859b2742d'),(371,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c659ba09-6a7f-11e7-89a8-765859b2742d'),(372,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659bbf6-6a7f-11e7-89a8-765859b2742d'),(373,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c659bde6-6a7f-11e7-89a8-765859b2742d'),(374,0,NULL,NULL,NULL,2,7,0,1,'2006-02-13 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c659bfcb-6a7f-11e7-89a8-765859b2742d'),(375,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659c236-6a7f-11e7-89a8-765859b2742d'),(376,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659c447-6a7f-11e7-89a8-765859b2742d'),(377,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c659c637-6a7f-11e7-89a8-765859b2742d'),(378,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659c81e-6a7f-11e7-89a8-765859b2742d'),(379,0,NULL,NULL,NULL,4,12,0,1,'2006-02-13 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c659caf5-6a7f-11e7-89a8-765859b2742d'),(380,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c659cd28-6a7f-11e7-89a8-765859b2742d'),(381,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659cf72-6a7f-11e7-89a8-765859b2742d'),(382,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c659d16c-6a7f-11e7-89a8-765859b2742d'),(383,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659d355-6a7f-11e7-89a8-765859b2742d'),(384,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c659d541-6a7f-11e7-89a8-765859b2742d'),(385,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659d72e-6a7f-11e7-89a8-765859b2742d'),(386,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c659d91d-6a7f-11e7-89a8-765859b2742d'),(387,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659db05-6a7f-11e7-89a8-765859b2742d'),(388,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659dcee-6a7f-11e7-89a8-765859b2742d'),(389,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659e3f6-6a7f-11e7-89a8-765859b2742d'),(390,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c659e619-6a7f-11e7-89a8-765859b2742d'),(391,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659e82e-6a7f-11e7-89a8-765859b2742d'),(392,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c659ea4a-6a7f-11e7-89a8-765859b2742d'),(393,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659ec44-6a7f-11e7-89a8-765859b2742d'),(394,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c659ee33-6a7f-11e7-89a8-765859b2742d'),(395,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c659f01f-6a7f-11e7-89a8-765859b2742d'),(396,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c659f207-6a7f-11e7-89a8-765859b2742d'),(397,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c659f3f7-6a7f-11e7-89a8-765859b2742d'),(398,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659f5de-6a7f-11e7-89a8-765859b2742d'),(399,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659f7fc-6a7f-11e7-89a8-765859b2742d'),(400,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659f9f1-6a7f-11e7-89a8-765859b2742d'),(401,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659fbdc-6a7f-11e7-89a8-765859b2742d'),(402,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c659fdcc-6a7f-11e7-89a8-765859b2742d'),(403,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c659ffb4-6a7f-11e7-89a8-765859b2742d'),(404,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a025a-6a7f-11e7-89a8-765859b2742d'),(405,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a04ad-6a7f-11e7-89a8-765859b2742d'),(406,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a0abb-6a7f-11e7-89a8-765859b2742d'),(407,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a0d04-6a7f-11e7-89a8-765859b2742d'),(408,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a0f32-6a7f-11e7-89a8-765859b2742d'),(409,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a114f-6a7f-11e7-89a8-765859b2742d'),(410,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a1349-6a7f-11e7-89a8-765859b2742d'),(411,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a1539-6a7f-11e7-89a8-765859b2742d'),(412,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a1727-6a7f-11e7-89a8-765859b2742d'),(413,0,'RABIES','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a19cc-6a7f-11e7-89a8-765859b2742d'),(414,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a1cde-6a7f-11e7-89a8-765859b2742d'),(415,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a1f00-6a7f-11e7-89a8-765859b2742d'),(416,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a20f0-6a7f-11e7-89a8-765859b2742d'),(417,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a22db-6a7f-11e7-89a8-765859b2742d'),(418,0,'','',NULL,4,11,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a2500-6a7f-11e7-89a8-765859b2742d'),(419,1,'','',NULL,4,11,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a26f7-6a7f-11e7-89a8-765859b2742d'),(420,1,'','',NULL,4,11,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a28ea-6a7f-11e7-89a8-765859b2742d'),(421,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a2ad4-6a7f-11e7-89a8-765859b2742d'),(422,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a2d77-6a7f-11e7-89a8-765859b2742d'),(423,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a2f85-6a7f-11e7-89a8-765859b2742d'),(424,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a3171-6a7f-11e7-89a8-765859b2742d'),(425,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a3359-6a7f-11e7-89a8-765859b2742d'),(426,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a3544-6a7f-11e7-89a8-765859b2742d'),(427,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a37ad-6a7f-11e7-89a8-765859b2742d'),(428,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,'2005-09-08 00:00:00',NULL,NULL,NULL,'c65a39b7-6a7f-11e7-89a8-765859b2742d'),(429,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,'2005-09-08 00:00:00',NULL,NULL,NULL,'c65a3ba9-6a7f-11e7-89a8-765859b2742d'),(430,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a3d96-6a7f-11e7-89a8-765859b2742d'),(431,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a3f80-6a7f-11e7-89a8-765859b2742d'),(432,0,'','',NULL,4,2,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a4172-6a7f-11e7-89a8-765859b2742d'),(433,1,'','',NULL,4,2,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a435e-6a7f-11e7-89a8-765859b2742d'),(434,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a454c-6a7f-11e7-89a8-765859b2742d'),(435,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a4735-6a7f-11e7-89a8-765859b2742d'),(436,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a495d-6a7f-11e7-89a8-765859b2742d'),(437,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a4b5c-6a7f-11e7-89a8-765859b2742d'),(438,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a4d66-6a7f-11e7-89a8-765859b2742d'),(439,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a4f70-6a7f-11e7-89a8-765859b2742d'),(440,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a5155-6a7f-11e7-89a8-765859b2742d'),(441,0,'','',NULL,4,2,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a53ca-6a7f-11e7-89a8-765859b2742d'),(442,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a55d5-6a7f-11e7-89a8-765859b2742d'),(443,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a57b9-6a7f-11e7-89a8-765859b2742d'),(444,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a5991-6a7f-11e7-89a8-765859b2742d'),(445,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a5b6e-6a7f-11e7-89a8-765859b2742d'),(446,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a5db1-6a7f-11e7-89a8-765859b2742d'),(447,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65a5ffb-6a7f-11e7-89a8-765859b2742d'),(448,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a61e8-6a7f-11e7-89a8-765859b2742d'),(449,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a63bd-6a7f-11e7-89a8-765859b2742d'),(450,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65a6aca-6a7f-11e7-89a8-765859b2742d'),(451,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a6cbd-6a7f-11e7-89a8-765859b2742d'),(452,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a6e95-6a7f-11e7-89a8-765859b2742d'),(453,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65a7063-6a7f-11e7-89a8-765859b2742d'),(454,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65eb4d9-6a7f-11e7-89a8-765859b2742d'),(455,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65ec197-6a7f-11e7-89a8-765859b2742d'),(456,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65ec609-6a7f-11e7-89a8-765859b2742d'),(457,1,'','',NULL,4,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65ed51b-6a7f-11e7-89a8-765859b2742d'),(458,1,'','',NULL,4,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65ed906-6a7f-11e7-89a8-765859b2742d'),(459,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65edccd-6a7f-11e7-89a8-765859b2742d'),(460,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65ee0a1-6a7f-11e7-89a8-765859b2742d'),(461,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65eed47-6a7f-11e7-89a8-765859b2742d'),(462,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65ef14d-6a7f-11e7-89a8-765859b2742d'),(463,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65efd7d-6a7f-11e7-89a8-765859b2742d'),(464,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f0fe9-6a7f-11e7-89a8-765859b2742d'),(465,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f27ae-6a7f-11e7-89a8-765859b2742d'),(466,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f2add-6a7f-11e7-89a8-765859b2742d'),(467,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f2db7-6a7f-11e7-89a8-765859b2742d'),(468,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f30ad-6a7f-11e7-89a8-765859b2742d'),(469,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f34b3-6a7f-11e7-89a8-765859b2742d'),(470,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f37b4-6a7f-11e7-89a8-765859b2742d'),(471,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f3a8d-6a7f-11e7-89a8-765859b2742d'),(472,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f3e56-6a7f-11e7-89a8-765859b2742d'),(473,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65f4171-6a7f-11e7-89a8-765859b2742d'),(474,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f4472-6a7f-11e7-89a8-765859b2742d'),(475,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f477f-6a7f-11e7-89a8-765859b2742d'),(476,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f4a77-6a7f-11e7-89a8-765859b2742d'),(477,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f4dbb-6a7f-11e7-89a8-765859b2742d'),(478,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f50c5-6a7f-11e7-89a8-765859b2742d'),(479,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f53b4-6a7f-11e7-89a8-765859b2742d'),(480,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f56b9-6a7f-11e7-89a8-765859b2742d'),(481,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f5ad2-6a7f-11e7-89a8-765859b2742d'),(482,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f5fb7-6a7f-11e7-89a8-765859b2742d'),(483,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f622d-6a7f-11e7-89a8-765859b2742d'),(484,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f644a-6a7f-11e7-89a8-765859b2742d'),(485,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65f66d1-6a7f-11e7-89a8-765859b2742d'),(486,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f68ea-6a7f-11e7-89a8-765859b2742d'),(487,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f6ada-6a7f-11e7-89a8-765859b2742d'),(488,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65f6cd5-6a7f-11e7-89a8-765859b2742d'),(489,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f6ec6-6a7f-11e7-89a8-765859b2742d'),(490,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f70b1-6a7f-11e7-89a8-765859b2742d'),(491,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f72a4-6a7f-11e7-89a8-765859b2742d'),(492,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f748d-6a7f-11e7-89a8-765859b2742d'),(493,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f7679-6a7f-11e7-89a8-765859b2742d'),(494,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f7861-6a7f-11e7-89a8-765859b2742d'),(495,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65f7a9d-6a7f-11e7-89a8-765859b2742d'),(496,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f7c98-6a7f-11e7-89a8-765859b2742d'),(497,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f7e8f-6a7f-11e7-89a8-765859b2742d'),(498,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f8079-6a7f-11e7-89a8-765859b2742d'),(499,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f83d1-6a7f-11e7-89a8-765859b2742d'),(500,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f863e-6a7f-11e7-89a8-765859b2742d'),(501,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f8843-6a7f-11e7-89a8-765859b2742d'),(502,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f8a35-6a7f-11e7-89a8-765859b2742d'),(503,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f8c61-6a7f-11e7-89a8-765859b2742d'),(504,0,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f8ede-6a7f-11e7-89a8-765859b2742d'),(505,0,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f90e2-6a7f-11e7-89a8-765859b2742d'),(506,0,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f92d4-6a7f-11e7-89a8-765859b2742d'),(507,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f94cc-6a7f-11e7-89a8-765859b2742d'),(508,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f96b6-6a7f-11e7-89a8-765859b2742d'),(509,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f98a3-6a7f-11e7-89a8-765859b2742d'),(510,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f9a8e-6a7f-11e7-89a8-765859b2742d'),(511,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65f9c7f-6a7f-11e7-89a8-765859b2742d'),(512,0,'','',NULL,4,13,0,1,'2004-01-01 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c65f9e6d-6a7f-11e7-89a8-765859b2742d'),(513,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c65fa059-6a7f-11e7-89a8-765859b2742d'),(514,1,'','',NULL,4,11,0,1,'2004-01-01 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c65fa2a6-6a7f-11e7-89a8-765859b2742d'),(515,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65fa4a8-6a7f-11e7-89a8-765859b2742d'),(516,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fa69a-6a7f-11e7-89a8-765859b2742d'),(517,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fa885-6a7f-11e7-89a8-765859b2742d'),(518,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fab5d-6a7f-11e7-89a8-765859b2742d'),(519,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65fad7e-6a7f-11e7-89a8-765859b2742d'),(520,0,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65faf6f-6a7f-11e7-89a8-765859b2742d'),(521,0,'','',NULL,4,11,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fb184-6a7f-11e7-89a8-765859b2742d'),(522,0,'','',NULL,4,11,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fb3ed-6a7f-11e7-89a8-765859b2742d'),(523,0,'','',NULL,4,11,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fb618-6a7f-11e7-89a8-765859b2742d'),(524,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c65fb852-6a7f-11e7-89a8-765859b2742d'),(525,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fba49-6a7f-11e7-89a8-765859b2742d'),(526,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fbc8b-6a7f-11e7-89a8-765859b2742d'),(527,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fbe8f-6a7f-11e7-89a8-765859b2742d'),(528,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c65fc07e-6a7f-11e7-89a8-765859b2742d'),(529,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fc284-6a7f-11e7-89a8-765859b2742d'),(530,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c65fc478-6a7f-11e7-89a8-765859b2742d'),(531,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65fc661-6a7f-11e7-89a8-765859b2742d'),(532,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65fc885-6a7f-11e7-89a8-765859b2742d'),(533,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c65fca79-6a7f-11e7-89a8-765859b2742d'),(534,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65fcc68-6a7f-11e7-89a8-765859b2742d'),(535,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fce52-6a7f-11e7-89a8-765859b2742d'),(536,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fd203-6a7f-11e7-89a8-765859b2742d'),(537,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c65fd469-6a7f-11e7-89a8-765859b2742d'),(538,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65fd669-6a7f-11e7-89a8-765859b2742d'),(539,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c65fd860-6a7f-11e7-89a8-765859b2742d'),(540,0,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c65fda7f-6a7f-11e7-89a8-765859b2742d'),(541,0,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c65fdc92-6a7f-11e7-89a8-765859b2742d'),(542,0,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65fde83-6a7f-11e7-89a8-765859b2742d'),(543,0,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65fe07b-6a7f-11e7-89a8-765859b2742d'),(544,1,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65fe266-6a7f-11e7-89a8-765859b2742d'),(545,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65fe44d-6a7f-11e7-89a8-765859b2742d'),(546,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65fe636-6a7f-11e7-89a8-765859b2742d'),(547,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65fec1c-6a7f-11e7-89a8-765859b2742d'),(548,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65fee64-6a7f-11e7-89a8-765859b2742d'),(549,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65ff2b2-6a7f-11e7-89a8-765859b2742d'),(550,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65ff643-6a7f-11e7-89a8-765859b2742d'),(551,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65ff9c3-6a7f-11e7-89a8-765859b2742d'),(552,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65ffc12-6a7f-11e7-89a8-765859b2742d'),(553,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c65ffe12-6a7f-11e7-89a8-765859b2742d'),(554,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6600007-6a7f-11e7-89a8-765859b2742d'),(555,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660023d-6a7f-11e7-89a8-765859b2742d'),(556,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6600441-6a7f-11e7-89a8-765859b2742d'),(557,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6600633-6a7f-11e7-89a8-765859b2742d'),(558,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660081b-6a7f-11e7-89a8-765859b2742d'),(559,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6600a07-6a7f-11e7-89a8-765859b2742d'),(560,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6600bec-6a7f-11e7-89a8-765859b2742d'),(561,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6600dd8-6a7f-11e7-89a8-765859b2742d'),(562,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6600fc5-6a7f-11e7-89a8-765859b2742d'),(563,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66011a8-6a7f-11e7-89a8-765859b2742d'),(564,1,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66013b6-6a7f-11e7-89a8-765859b2742d'),(565,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66015aa-6a7f-11e7-89a8-765859b2742d'),(566,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6601797-6a7f-11e7-89a8-765859b2742d'),(567,1,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660197a-6a7f-11e7-89a8-765859b2742d'),(568,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6601b9b-6a7f-11e7-89a8-765859b2742d'),(569,1,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6601d8b-6a7f-11e7-89a8-765859b2742d'),(570,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6602022-6a7f-11e7-89a8-765859b2742d'),(571,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660222b-6a7f-11e7-89a8-765859b2742d'),(572,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6602419-6a7f-11e7-89a8-765859b2742d'),(573,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660260b-6a7f-11e7-89a8-765859b2742d'),(574,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66027fb-6a7f-11e7-89a8-765859b2742d'),(575,0,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6602a77-6a7f-11e7-89a8-765859b2742d'),(576,0,'','',NULL,4,11,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6602c80-6a7f-11e7-89a8-765859b2742d'),(577,1,'REBOUND','',NULL,10,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6602eb6-6a7f-11e7-89a8-765859b2742d'),(578,1,'GUARDING','',NULL,2,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66030b2-6a7f-11e7-89a8-765859b2742d'),(579,1,'','',NULL,1,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c66032a7-6a7f-11e7-89a8-765859b2742d'),(580,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6603496-6a7f-11e7-89a8-765859b2742d'),(581,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-10 00:00:00',NULL,NULL,NULL,'c660367e-6a7f-11e7-89a8-765859b2742d'),(582,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6603bba-6a7f-11e7-89a8-765859b2742d'),(583,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6603ef5-6a7f-11e7-89a8-765859b2742d'),(584,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6604194-6a7f-11e7-89a8-765859b2742d'),(585,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6604417-6a7f-11e7-89a8-765859b2742d'),(586,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66047ad-6a7f-11e7-89a8-765859b2742d'),(587,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6604b43-6a7f-11e7-89a8-765859b2742d'),(588,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6604e5d-6a7f-11e7-89a8-765859b2742d'),(589,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66051ea-6a7f-11e7-89a8-765859b2742d'),(590,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2006-02-25 00:00:00',NULL,NULL,NULL,'c66054c9-6a7f-11e7-89a8-765859b2742d'),(591,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66059a4-6a7f-11e7-89a8-765859b2742d'),(592,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6605c7b-6a7f-11e7-89a8-765859b2742d'),(593,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6605f1e-6a7f-11e7-89a8-765859b2742d'),(594,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66061b7-6a7f-11e7-89a8-765859b2742d'),(595,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6606474-6a7f-11e7-89a8-765859b2742d'),(596,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660670f-6a7f-11e7-89a8-765859b2742d'),(597,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66069c4-6a7f-11e7-89a8-765859b2742d'),(598,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6606ce5-6a7f-11e7-89a8-765859b2742d'),(599,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6606fd5-6a7f-11e7-89a8-765859b2742d'),(600,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66073b1-6a7f-11e7-89a8-765859b2742d'),(601,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66075ec-6a7f-11e7-89a8-765859b2742d'),(602,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660784c-6a7f-11e7-89a8-765859b2742d'),(603,0,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6607a56-6a7f-11e7-89a8-765859b2742d'),(604,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6607c77-6a7f-11e7-89a8-765859b2742d'),(605,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6607eac-6a7f-11e7-89a8-765859b2742d'),(606,1,'','',NULL,10,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c66080d2-6a7f-11e7-89a8-765859b2742d'),(607,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c66082ed-6a7f-11e7-89a8-765859b2742d'),(608,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66084dd-6a7f-11e7-89a8-765859b2742d'),(609,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6608707-6a7f-11e7-89a8-765859b2742d'),(610,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660890d-6a7f-11e7-89a8-765859b2742d'),(611,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6608afa-6a7f-11e7-89a8-765859b2742d'),(612,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6608cdd-6a7f-11e7-89a8-765859b2742d'),(613,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6608ec1-6a7f-11e7-89a8-765859b2742d'),(614,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66090a8-6a7f-11e7-89a8-765859b2742d'),(615,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660928b-6a7f-11e7-89a8-765859b2742d'),(616,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660952a-6a7f-11e7-89a8-765859b2742d'),(617,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66098ab-6a7f-11e7-89a8-765859b2742d'),(618,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6609ada-6a7f-11e7-89a8-765859b2742d'),(619,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6609e34-6a7f-11e7-89a8-765859b2742d'),(620,0,'','',NULL,4,12,0,1,'2004-01-01 00:00:00','',1,'2006-04-17 00:00:00',NULL,NULL,NULL,'c660a0e0-6a7f-11e7-89a8-765859b2742d'),(621,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660a32a-6a7f-11e7-89a8-765859b2742d'),(622,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660a56d-6a7f-11e7-89a8-765859b2742d'),(623,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660a766-6a7f-11e7-89a8-765859b2742d'),(624,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660a952-6a7f-11e7-89a8-765859b2742d'),(625,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c660ab3c-6a7f-11e7-89a8-765859b2742d'),(626,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660ad24-6a7f-11e7-89a8-765859b2742d'),(627,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660af0e-6a7f-11e7-89a8-765859b2742d'),(628,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c660b0f8-6a7f-11e7-89a8-765859b2742d'),(629,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660b310-6a7f-11e7-89a8-765859b2742d'),(630,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-01-21 00:00:00',NULL,NULL,NULL,'c660b505-6a7f-11e7-89a8-765859b2742d'),(631,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c660b731-6a7f-11e7-89a8-765859b2742d'),(632,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660b92e-6a7f-11e7-89a8-765859b2742d'),(633,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c660bbfe-6a7f-11e7-89a8-765859b2742d'),(634,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660be4d-6a7f-11e7-89a8-765859b2742d'),(635,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c660c04d-6a7f-11e7-89a8-765859b2742d'),(636,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660c23a-6a7f-11e7-89a8-765859b2742d'),(637,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c660c424-6a7f-11e7-89a8-765859b2742d'),(638,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c660c657-6a7f-11e7-89a8-765859b2742d'),(639,0,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660c857-6a7f-11e7-89a8-765859b2742d'),(640,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c660ca41-6a7f-11e7-89a8-765859b2742d'),(641,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c660cc6d-6a7f-11e7-89a8-765859b2742d'),(642,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c660ce64-6a7f-11e7-89a8-765859b2742d'),(643,0,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660d057-6a7f-11e7-89a8-765859b2742d'),(644,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660d26b-6a7f-11e7-89a8-765859b2742d'),(645,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660d45f-6a7f-11e7-89a8-765859b2742d'),(646,1,'','',NULL,2,1,0,1,'2004-01-01 00:00:00','',1,'2005-01-22 00:00:00',NULL,NULL,NULL,'c660d64c-6a7f-11e7-89a8-765859b2742d'),(647,1,'','',NULL,4,8,1,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660d86b-6a7f-11e7-89a8-765859b2742d'),(648,1,'','',NULL,1,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660da9d-6a7f-11e7-89a8-765859b2742d'),(649,1,'','',NULL,1,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660dcc3-6a7f-11e7-89a8-765859b2742d'),(650,1,'','',NULL,1,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660dee5-6a7f-11e7-89a8-765859b2742d'),(651,1,'','',NULL,1,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660e0ff-6a7f-11e7-89a8-765859b2742d'),(652,1,'','',NULL,4,8,1,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660e3e1-6a7f-11e7-89a8-765859b2742d'),(653,0,'SGOT','',NULL,1,1,0,1,'2004-01-01 00:00:00','0.1',1,'2006-06-12 00:00:00',NULL,NULL,NULL,'c660e5e4-6a7f-11e7-89a8-765859b2742d'),(654,0,'SGPT','',NULL,1,1,0,1,'2004-01-01 00:00:00','0.1',1,'2006-06-12 00:00:00',NULL,NULL,NULL,'c660e80b-6a7f-11e7-89a8-765859b2742d'),(655,0,'TBILI','',NULL,1,1,0,1,'2004-01-01 00:00:00','0.1',1,'2006-06-02 00:00:00',NULL,NULL,NULL,'c660ea2d-6a7f-11e7-89a8-765859b2742d'),(656,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c660ec97-6a7f-11e7-89a8-765859b2742d'),(657,0,'','',NULL,4,8,1,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660eee1-6a7f-11e7-89a8-765859b2742d'),(658,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660f0f8-6a7f-11e7-89a8-765859b2742d'),(659,1,'','',NULL,4,7,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660f626-6a7f-11e7-89a8-765859b2742d'),(660,1,'','',NULL,4,7,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660fa50-6a7f-11e7-89a8-765859b2742d'),(661,1,'','',NULL,4,7,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c660fca2-6a7f-11e7-89a8-765859b2742d'),(662,1,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c660fea1-6a7f-11e7-89a8-765859b2742d'),(663,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6610091-6a7f-11e7-89a8-765859b2742d'),(664,0,'','',NULL,4,11,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c661027d-6a7f-11e7-89a8-765859b2742d'),(665,1,'','',NULL,4,11,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6610474-6a7f-11e7-89a8-765859b2742d'),(666,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6610661-6a7f-11e7-89a8-765859b2742d'),(667,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6610857-6a7f-11e7-89a8-765859b2742d'),(668,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6610b02-6a7f-11e7-89a8-765859b2742d'),(669,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6610d02-6a7f-11e7-89a8-765859b2742d'),(670,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6610eef-6a7f-11e7-89a8-765859b2742d'),(671,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66110db-6a7f-11e7-89a8-765859b2742d'),(672,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6611348-6a7f-11e7-89a8-765859b2742d'),(673,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c66115ed-6a7f-11e7-89a8-765859b2742d'),(674,0,'','',NULL,4,6,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c661185c-6a7f-11e7-89a8-765859b2742d'),(675,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6611a61-6a7f-11e7-89a8-765859b2742d'),(676,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6611c4b-6a7f-11e7-89a8-765859b2742d'),(677,1,'','',NULL,1,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6612282-6a7f-11e7-89a8-765859b2742d'),(678,0,'WBC','',NULL,1,1,0,1,'2004-01-01 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c66124d5-6a7f-11e7-89a8-765859b2742d'),(679,0,'RBC','',NULL,1,1,0,1,'2004-01-01 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c66126ce-6a7f-11e7-89a8-765859b2742d'),(680,1,'','',NULL,1,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66128bf-6a7f-11e7-89a8-765859b2742d'),(681,1,'','',NULL,1,1,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6612ab1-6a7f-11e7-89a8-765859b2742d'),(682,1,'','',NULL,1,1,0,1,'2004-01-01 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6612c9c-6a7f-11e7-89a8-765859b2742d'),(683,1,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6612e86-6a7f-11e7-89a8-765859b2742d'),(684,0,'','',NULL,4,4,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6613125-6a7f-11e7-89a8-765859b2742d'),(685,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c661336c-6a7f-11e7-89a8-765859b2742d'),(686,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c661356a-6a7f-11e7-89a8-765859b2742d'),(687,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6613805-6a7f-11e7-89a8-765859b2742d'),(688,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6613a6e-6a7f-11e7-89a8-765859b2742d'),(689,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c6613c7b-6a7f-11e7-89a8-765859b2742d'),(690,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6613e70-6a7f-11e7-89a8-765859b2742d'),(691,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6614060-6a7f-11e7-89a8-765859b2742d'),(692,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c661424f-6a7f-11e7-89a8-765859b2742d'),(693,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6614465-6a7f-11e7-89a8-765859b2742d'),(694,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6614690-6a7f-11e7-89a8-765859b2742d'),(695,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66148b1-6a7f-11e7-89a8-765859b2742d'),(696,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6614aa8-6a7f-11e7-89a8-765859b2742d'),(697,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6614c98-6a7f-11e7-89a8-765859b2742d'),(698,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6614e80-6a7f-11e7-89a8-765859b2742d'),(699,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6615091-6a7f-11e7-89a8-765859b2742d'),(700,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c661527f-6a7f-11e7-89a8-765859b2742d'),(701,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c661546a-6a7f-11e7-89a8-765859b2742d'),(702,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6615653-6a7f-11e7-89a8-765859b2742d'),(703,0,'','',NULL,4,11,0,1,'2004-01-01 00:00:00','',1,'2005-01-26 00:00:00',NULL,NULL,NULL,'c66158fa-6a7f-11e7-89a8-765859b2742d'),(704,1,'','',NULL,4,11,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6615e70-6a7f-11e7-89a8-765859b2742d'),(705,0,NULL,NULL,NULL,4,12,0,1,'2006-02-13 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c661611e-6a7f-11e7-89a8-765859b2742d'),(706,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6616382-6a7f-11e7-89a8-765859b2742d'),(707,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66165dc-6a7f-11e7-89a8-765859b2742d'),(708,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66167e7-6a7f-11e7-89a8-765859b2742d'),(709,0,'','',NULL,4,14,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66169d5-6a7f-11e7-89a8-765859b2742d'),(710,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6616bca-6a7f-11e7-89a8-765859b2742d'),(711,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6616db2-6a7f-11e7-89a8-765859b2742d'),(712,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6616fd9-6a7f-11e7-89a8-765859b2742d'),(713,0,'','',NULL,4,14,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66171fa-6a7f-11e7-89a8-765859b2742d'),(714,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6617420-6a7f-11e7-89a8-765859b2742d'),(715,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6617621-6a7f-11e7-89a8-765859b2742d'),(716,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6617aaa-6a7f-11e7-89a8-765859b2742d'),(717,0,'','',NULL,1,1,0,1,'2004-01-01 00:00:00','0.1',1,'2006-06-05 00:00:00',NULL,NULL,NULL,'c6617eb4-6a7f-11e7-89a8-765859b2742d'),(718,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6618163-6a7f-11e7-89a8-765859b2742d'),(719,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66183aa-6a7f-11e7-89a8-765859b2742d'),(720,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66185a7-6a7f-11e7-89a8-765859b2742d'),(721,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66187a3-6a7f-11e7-89a8-765859b2742d'),(722,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66189de-6a7f-11e7-89a8-765859b2742d'),(723,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6618c11-6a7f-11e7-89a8-765859b2742d'),(724,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6618e32-6a7f-11e7-89a8-765859b2742d'),(725,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6619081-6a7f-11e7-89a8-765859b2742d'),(726,0,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66192c0-6a7f-11e7-89a8-765859b2742d'),(727,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66194a8-6a7f-11e7-89a8-765859b2742d'),(728,1,'','',NULL,4,5,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6619688-6a7f-11e7-89a8-765859b2742d'),(729,0,'','',NULL,1,1,0,1,'2004-01-01 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c6619862-6a7f-11e7-89a8-765859b2742d'),(730,0,'','',NULL,1,1,0,1,'2004-04-08 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c6619a8a-6a7f-11e7-89a8-765859b2742d'),(731,0,'','',NULL,4,3,0,1,'2004-01-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6619c78-6a7f-11e7-89a8-765859b2742d'),(732,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6619e57-6a7f-11e7-89a8-765859b2742d'),(733,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c661a02c-6a7f-11e7-89a8-765859b2742d'),(734,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c661a203-6a7f-11e7-89a8-765859b2742d'),(735,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c661a3db-6a7f-11e7-89a8-765859b2742d'),(736,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c661a663-6a7f-11e7-89a8-765859b2742d'),(737,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c661ad94-6a7f-11e7-89a8-765859b2742d'),(738,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c661b049-6a7f-11e7-89a8-765859b2742d'),(739,1,'','',NULL,4,3,0,1,'2004-02-03 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c661b2e2-6a7f-11e7-89a8-765859b2742d'),(740,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c661b603-6a7f-11e7-89a8-765859b2742d'),(741,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66654d4-6a7f-11e7-89a8-765859b2742d'),(742,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6665dcb-6a7f-11e7-89a8-765859b2742d'),(743,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66663cf-6a7f-11e7-89a8-765859b2742d'),(744,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6666e05-6a7f-11e7-89a8-765859b2742d'),(745,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c66670c2-6a7f-11e7-89a8-765859b2742d'),(746,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6667361-6a7f-11e7-89a8-765859b2742d'),(747,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6667681-6a7f-11e7-89a8-765859b2742d'),(748,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6667dc0-6a7f-11e7-89a8-765859b2742d'),(749,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6668079-6a7f-11e7-89a8-765859b2742d'),(750,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66687ef-6a7f-11e7-89a8-765859b2742d'),(751,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6669134-6a7f-11e7-89a8-765859b2742d'),(752,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666a3f5-6a7f-11e7-89a8-765859b2742d'),(753,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666a69e-6a7f-11e7-89a8-765859b2742d'),(754,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666a891-6a7f-11e7-89a8-765859b2742d'),(755,0,'','',NULL,4,3,0,1,'2003-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666aa65-6a7f-11e7-89a8-765859b2742d'),(756,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666ac38-6a7f-11e7-89a8-765859b2742d'),(757,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666ae9f-6a7f-11e7-89a8-765859b2742d'),(758,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666b20b-6a7f-11e7-89a8-765859b2742d'),(759,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666b441-6a7f-11e7-89a8-765859b2742d'),(760,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666b65e-6a7f-11e7-89a8-765859b2742d'),(761,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666b8b6-6a7f-11e7-89a8-765859b2742d'),(762,0,NULL,NULL,NULL,4,12,0,1,'2006-02-13 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c666bac3-6a7f-11e7-89a8-765859b2742d'),(763,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666bcf1-6a7f-11e7-89a8-765859b2742d'),(764,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666bf02-6a7f-11e7-89a8-765859b2742d'),(765,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666c0f9-6a7f-11e7-89a8-765859b2742d'),(766,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666c498-6a7f-11e7-89a8-765859b2742d'),(767,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c666c6a3-6a7f-11e7-89a8-765859b2742d'),(768,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c666c892-6a7f-11e7-89a8-765859b2742d'),(769,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666caae-6a7f-11e7-89a8-765859b2742d'),(770,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666cca7-6a7f-11e7-89a8-765859b2742d'),(771,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666cef1-6a7f-11e7-89a8-765859b2742d'),(772,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666d0f4-6a7f-11e7-89a8-765859b2742d'),(773,0,'','',NULL,4,3,0,1,'2004-03-28 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666d330-6a7f-11e7-89a8-765859b2742d'),(774,0,'','',NULL,4,9,1,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666d5b1-6a7f-11e7-89a8-765859b2742d'),(775,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666d7cb-6a7f-11e7-89a8-765859b2742d'),(776,1,'','',NULL,4,3,0,1,'2004-03-22 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666d9c4-6a7f-11e7-89a8-765859b2742d'),(777,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666dbb0-6a7f-11e7-89a8-765859b2742d'),(778,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666dd9e-6a7f-11e7-89a8-765859b2742d'),(779,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666dff9-6a7f-11e7-89a8-765859b2742d'),(780,0,'','',NULL,4,9,1,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666e21b-6a7f-11e7-89a8-765859b2742d'),(781,0,'DTAP','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c666e40d-6a7f-11e7-89a8-765859b2742d'),(782,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c666e89d-6a7f-11e7-89a8-765859b2742d'),(783,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c666ec95-6a7f-11e7-89a8-765859b2742d'),(784,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666ef14-6a7f-11e7-89a8-765859b2742d'),(785,0,'ALP','',NULL,1,1,0,1,'2004-03-20 00:00:00','0.1',1,'2006-06-12 00:00:00',NULL,NULL,NULL,'c666f147-6a7f-11e7-89a8-765859b2742d'),(786,0,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666f33e-6a7f-11e7-89a8-765859b2742d'),(787,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666f531-6a7f-11e7-89a8-765859b2742d'),(788,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666f71c-6a7f-11e7-89a8-765859b2742d'),(789,1,'','',NULL,4,3,0,1,'2004-03-20 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c666f944-6a7f-11e7-89a8-765859b2742d'),(790,0,'CR','',NULL,1,1,0,1,'2004-04-08 00:00:00','0.1',1,'2006-06-02 00:00:00',NULL,NULL,NULL,'c666fb39-6a7f-11e7-89a8-765859b2742d'),(791,0,'','',NULL,4,3,0,1,'2004-04-08 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c666fdd7-6a7f-11e7-89a8-765859b2742d'),(792,0,'','',NULL,4,3,0,1,'2004-04-08 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c666ffdc-6a7f-11e7-89a8-765859b2742d'),(793,1,'','',NULL,4,3,0,1,'2004-04-08 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66701c6-6a7f-11e7-89a8-765859b2742d'),(794,0,'','',NULL,4,3,0,1,'2004-04-08 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66703b1-6a7f-11e7-89a8-765859b2742d'),(795,0,'','',NULL,4,3,0,1,'2004-04-08 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667059b-6a7f-11e7-89a8-765859b2742d'),(796,0,'','',NULL,4,3,0,1,'2004-04-08 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c667090f-6a7f-11e7-89a8-765859b2742d'),(797,0,'','',NULL,4,3,0,1,'2004-04-08 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6670b5a-6a7f-11e7-89a8-765859b2742d'),(798,0,'','',NULL,4,3,0,1,'2004-04-08 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6670d53-6a7f-11e7-89a8-765859b2742d'),(799,0,'','',NULL,4,3,0,1,'2004-04-13 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6670f40-6a7f-11e7-89a8-765859b2742d'),(800,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6671357-6a7f-11e7-89a8-765859b2742d'),(801,0,'','',NULL,4,5,0,1,'2004-05-24 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6671560-6a7f-11e7-89a8-765859b2742d'),(802,0,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667174f-6a7f-11e7-89a8-765859b2742d'),(803,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c667193f-6a7f-11e7-89a8-765859b2742d'),(804,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6671b29-6a7f-11e7-89a8-765859b2742d'),(805,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6671d15-6a7f-11e7-89a8-765859b2742d'),(806,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6671efe-6a7f-11e7-89a8-765859b2742d'),(807,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66720e8-6a7f-11e7-89a8-765859b2742d'),(808,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c667238f-6a7f-11e7-89a8-765859b2742d'),(809,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66725bc-6a7f-11e7-89a8-765859b2742d'),(810,0,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66727b8-6a7f-11e7-89a8-765859b2742d'),(811,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66729a4-6a7f-11e7-89a8-765859b2742d'),(812,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6672bba-6a7f-11e7-89a8-765859b2742d'),(813,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6673053-6a7f-11e7-89a8-765859b2742d'),(814,0,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',NULL,'2005-09-08 00:00:00',NULL,NULL,NULL,'c667325c-6a7f-11e7-89a8-765859b2742d'),(815,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c667344f-6a7f-11e7-89a8-765859b2742d'),(816,1,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6673672-6a7f-11e7-89a8-765859b2742d'),(817,0,'','',NULL,4,3,0,1,'2004-04-25 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66738bd-6a7f-11e7-89a8-765859b2742d'),(818,1,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6673b85-6a7f-11e7-89a8-765859b2742d'),(819,0,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6673dda-6a7f-11e7-89a8-765859b2742d'),(820,0,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6673fcb-6a7f-11e7-89a8-765859b2742d'),(821,0,'','',NULL,4,4,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66741b8-6a7f-11e7-89a8-765859b2742d'),(822,0,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667439f-6a7f-11e7-89a8-765859b2742d'),(823,0,'','',NULL,4,4,0,1,'2004-05-04 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6674586-6a7f-11e7-89a8-765859b2742d'),(824,1,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66747a3-6a7f-11e7-89a8-765859b2742d'),(825,0,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667498e-6a7f-11e7-89a8-765859b2742d'),(826,1,'','',NULL,4,4,0,1,'2004-05-04 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6674f02-6a7f-11e7-89a8-765859b2742d'),(827,1,'','',NULL,4,4,0,1,'2004-05-04 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c667532f-6a7f-11e7-89a8-765859b2742d'),(828,0,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66755c4-6a7f-11e7-89a8-765859b2742d'),(829,0,'','',NULL,4,4,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66757f0-6a7f-11e7-89a8-765859b2742d'),(830,0,'','',NULL,3,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6675a78-6a7f-11e7-89a8-765859b2742d'),(831,1,'','',NULL,4,4,0,1,'2004-05-04 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6675ce4-6a7f-11e7-89a8-765859b2742d'),(832,0,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6675f09-6a7f-11e7-89a8-765859b2742d'),(833,1,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667612d-6a7f-11e7-89a8-765859b2742d'),(834,1,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c6676365-6a7f-11e7-89a8-765859b2742d'),(835,0,'','',NULL,4,4,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6676597-6a7f-11e7-89a8-765859b2742d'),(836,0,'','',NULL,4,4,0,1,'2004-05-04 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6676c18-6a7f-11e7-89a8-765859b2742d'),(837,0,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6676e56-6a7f-11e7-89a8-765859b2742d'),(838,0,'','',NULL,4,4,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667705f-6a7f-11e7-89a8-765859b2742d'),(839,0,'','',NULL,4,4,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667732e-6a7f-11e7-89a8-765859b2742d'),(840,0,'','',NULL,4,13,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6677581-6a7f-11e7-89a8-765859b2742d'),(841,1,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66779e7-6a7f-11e7-89a8-765859b2742d'),(842,0,'','',NULL,4,4,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6677c58-6a7f-11e7-89a8-765859b2742d'),(843,0,'','',NULL,4,5,0,1,'2004-05-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6677e5e-6a7f-11e7-89a8-765859b2742d'),(844,0,'HIV DNA PCR','',NULL,2,1,0,1,'2004-05-05 00:00:00','0.1',1,'2006-06-05 00:00:00',NULL,NULL,NULL,'c6678087-6a7f-11e7-89a8-765859b2742d'),(845,0,'','',NULL,2,1,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6678281-6a7f-11e7-89a8-765859b2742d'),(846,0,'','',NULL,2,1,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66784a4-6a7f-11e7-89a8-765859b2742d'),(847,1,'','',NULL,2,1,0,1,'2004-05-05 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c667869d-6a7f-11e7-89a8-765859b2742d'),(848,0,'','',NULL,1,1,0,1,'2004-05-05 00:00:00','0.1',1,'2006-06-12 00:00:00',NULL,NULL,NULL,'c6678a32-6a7f-11e7-89a8-765859b2742d'),(849,0,'','',NULL,1,1,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6678c42-6a7f-11e7-89a8-765859b2742d'),(850,1,'','',NULL,1,1,0,1,'2004-05-05 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6678e2e-6a7f-11e7-89a8-765859b2742d'),(851,0,'MCV','',NULL,1,1,0,1,'2004-05-05 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c6679021-6a7f-11e7-89a8-765859b2742d'),(852,0,'','',NULL,2,1,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6679466-6a7f-11e7-89a8-765859b2742d'),(853,0,'CD8','',NULL,1,1,0,1,'2004-05-05 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c667979e-6a7f-11e7-89a8-765859b2742d'),(854,0,'','',NULL,1,1,0,1,'2004-05-05 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c6679a4d-6a7f-11e7-89a8-765859b2742d'),(855,0,'','',NULL,1,1,0,1,'2004-05-05 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c6679c55-6a7f-11e7-89a8-765859b2742d'),(856,0,'','',NULL,1,1,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6679e40-6a7f-11e7-89a8-765859b2742d'),(857,0,'BUN','',NULL,1,1,0,1,'2004-05-05 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c667a02f-6a7f-11e7-89a8-765859b2742d'),(858,1,'','',NULL,2,1,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667a21f-6a7f-11e7-89a8-765859b2742d'),(859,1,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667a4c2-6a7f-11e7-89a8-765859b2742d'),(860,1,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667a70f-6a7f-11e7-89a8-765859b2742d'),(861,0,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c667a957-6a7f-11e7-89a8-765859b2742d'),(862,1,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667ab55-6a7f-11e7-89a8-765859b2742d'),(863,1,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c667ad3d-6a7f-11e7-89a8-765859b2742d'),(864,0,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667af2f-6a7f-11e7-89a8-765859b2742d'),(865,0,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667b141-6a7f-11e7-89a8-765859b2742d'),(866,1,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c667b354-6a7f-11e7-89a8-765859b2742d'),(867,0,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667b620-6a7f-11e7-89a8-765859b2742d'),(868,0,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667b8b3-6a7f-11e7-89a8-765859b2742d'),(869,0,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667bb2b-6a7f-11e7-89a8-765859b2742d'),(870,1,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667bda2-6a7f-11e7-89a8-765859b2742d'),(871,0,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667c195-6a7f-11e7-89a8-765859b2742d'),(872,1,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667c483-6a7f-11e7-89a8-765859b2742d'),(873,0,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-25 00:00:00',NULL,NULL,NULL,'c667c748-6a7f-11e7-89a8-765859b2742d'),(874,0,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667ca51-6a7f-11e7-89a8-765859b2742d'),(875,1,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667cde6-6a7f-11e7-89a8-765859b2742d'),(876,1,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c667d0ad-6a7f-11e7-89a8-765859b2742d'),(877,0,'','',NULL,10,12,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667d429-6a7f-11e7-89a8-765859b2742d'),(878,0,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667d71e-6a7f-11e7-89a8-765859b2742d'),(879,0,'','',NULL,4,5,0,1,'2004-05-05 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667d9ba-6a7f-11e7-89a8-765859b2742d'),(880,0,'','',NULL,4,5,0,1,'2004-05-24 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667dcf4-6a7f-11e7-89a8-765859b2742d'),(881,0,'','',NULL,4,5,0,1,'2004-05-24 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667df39-6a7f-11e7-89a8-765859b2742d'),(882,0,'','',NULL,4,4,0,1,'2004-05-24 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c667e13a-6a7f-11e7-89a8-765859b2742d'),(883,1,'','',NULL,4,1,0,1,'2004-05-27 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667e34a-6a7f-11e7-89a8-765859b2742d'),(884,0,'','',NULL,4,4,0,1,'2004-05-27 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c667e565-6a7f-11e7-89a8-765859b2742d'),(885,0,'','',NULL,2,1,0,1,'2004-05-27 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c667e828-6a7f-11e7-89a8-765859b2742d'),(886,0,'BCG','',NULL,3,1,0,1,'2004-05-31 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667ea33-6a7f-11e7-89a8-765859b2742d'),(887,0,'GLU','',NULL,1,1,0,1,'2004-05-31 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667ec23-6a7f-11e7-89a8-765859b2742d'),(888,0,'','',NULL,4,4,0,1,'2004-05-31 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667ee0c-6a7f-11e7-89a8-765859b2742d'),(889,0,'','',NULL,2,4,0,1,'2004-06-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667effc-6a7f-11e7-89a8-765859b2742d'),(890,0,'','',NULL,4,4,0,1,'2004-06-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667f234-6a7f-11e7-89a8-765859b2742d'),(891,0,'','',NULL,4,4,0,1,'2004-06-01 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667f437-6a7f-11e7-89a8-765859b2742d'),(892,0,'','',NULL,4,4,0,1,'2004-06-02 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667f657-6a7f-11e7-89a8-765859b2742d'),(893,0,'','',NULL,4,4,0,1,'2004-06-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667f84c-6a7f-11e7-89a8-765859b2742d'),(894,0,'','',NULL,4,4,0,1,'2004-06-04 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667fa66-6a7f-11e7-89a8-765859b2742d'),(895,1,'','',NULL,2,4,0,1,'2004-06-04 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c667fc5b-6a7f-11e7-89a8-765859b2742d'),(896,0,'','',NULL,4,4,0,1,'2004-06-10 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c667fec5-6a7f-11e7-89a8-765859b2742d'),(897,1,'','',NULL,2,4,0,1,'2004-06-11 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66800e3-6a7f-11e7-89a8-765859b2742d'),(898,1,'','',NULL,2,4,0,1,'2004-06-11 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c668035c-6a7f-11e7-89a8-765859b2742d'),(899,0,'','',NULL,4,4,0,1,'2004-06-15 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6680558-6a7f-11e7-89a8-765859b2742d'),(900,1,'','',NULL,4,4,0,1,'2004-06-15 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6680771-6a7f-11e7-89a8-765859b2742d'),(901,0,'','',NULL,4,4,0,1,'2004-06-23 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c6680960-6a7f-11e7-89a8-765859b2742d'),(902,0,'','',NULL,4,4,0,1,'2004-06-23 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6680b50-6a7f-11e7-89a8-765859b2742d'),(903,0,'','',NULL,4,4,0,1,'2004-06-25 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6680d38-6a7f-11e7-89a8-765859b2742d'),(904,1,'','',NULL,2,4,0,1,'2004-06-30 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6681006-6a7f-11e7-89a8-765859b2742d'),(905,0,'','',NULL,2,4,0,1,'2004-06-30 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6681215-6a7f-11e7-89a8-765859b2742d'),(906,1,'','',NULL,2,4,0,1,'2004-07-02 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6681404-6a7f-11e7-89a8-765859b2742d'),(907,0,'','',NULL,4,3,0,1,'2004-07-02 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66815f3-6a7f-11e7-89a8-765859b2742d'),(908,0,'HSV QUAL','',NULL,2,1,0,1,'2004-07-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c668181c-6a7f-11e7-89a8-765859b2742d'),(909,0,NULL,NULL,NULL,2,7,0,1,'2006-02-13 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c6681a28-6a7f-11e7-89a8-765859b2742d'),(910,1,'','',NULL,4,4,0,1,'2004-07-11 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6681c20-6a7f-11e7-89a8-765859b2742d'),(911,1,'','',NULL,2,4,0,1,'2004-07-11 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6681e0e-6a7f-11e7-89a8-765859b2742d'),(912,0,'','',NULL,4,3,0,1,'2004-07-13 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66820c1-6a7f-11e7-89a8-765859b2742d'),(913,0,'','',NULL,4,3,0,1,'2004-07-15 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66822de-6a7f-11e7-89a8-765859b2742d'),(914,0,'','',NULL,4,3,0,1,'2004-07-15 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66824d5-6a7f-11e7-89a8-765859b2742d'),(915,0,'','',NULL,4,3,0,1,'2004-07-15 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66826bd-6a7f-11e7-89a8-765859b2742d'),(916,0,'','',NULL,4,3,0,1,'2004-07-15 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66828e0-6a7f-11e7-89a8-765859b2742d'),(917,0,'','',NULL,4,3,0,1,'2004-07-15 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6682ad8-6a7f-11e7-89a8-765859b2742d'),(918,0,'','',NULL,4,3,0,1,'2004-07-19 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6682cf3-6a7f-11e7-89a8-765859b2742d'),(919,0,'','',NULL,4,3,0,1,'2004-07-19 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6682ef6-6a7f-11e7-89a8-765859b2742d'),(920,0,'','',NULL,4,3,0,1,'2004-07-19 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66830e6-6a7f-11e7-89a8-765859b2742d'),(921,0,'','',NULL,4,3,0,1,'2004-07-19 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66832cf-6a7f-11e7-89a8-765859b2742d'),(922,0,'','',NULL,4,3,0,1,'2004-07-20 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c668354c-6a7f-11e7-89a8-765859b2742d'),(923,0,'','',NULL,4,3,0,1,'2004-07-23 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6683792-6a7f-11e7-89a8-765859b2742d'),(924,0,'','',NULL,4,3,0,1,'2004-07-23 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66839b2-6a7f-11e7-89a8-765859b2742d'),(925,1,'','',NULL,4,3,0,1,'2004-07-23 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6683ba4-6a7f-11e7-89a8-765859b2742d'),(926,0,'','',NULL,4,3,0,1,'2004-07-26 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6683d8c-6a7f-11e7-89a8-765859b2742d'),(927,0,'','',NULL,4,3,0,1,'2004-07-26 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6683fbb-6a7f-11e7-89a8-765859b2742d'),(928,0,'','',NULL,4,3,0,1,'2004-07-26 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66841e4-6a7f-11e7-89a8-765859b2742d'),(929,0,'','',NULL,4,3,0,1,'2004-07-26 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66843db-6a7f-11e7-89a8-765859b2742d'),(930,0,'','',NULL,4,3,0,1,'2004-07-26 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66845e6-6a7f-11e7-89a8-765859b2742d'),(931,0,'','',NULL,4,3,0,1,'2004-07-26 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66847d8-6a7f-11e7-89a8-765859b2742d'),(932,1,'','',NULL,2,4,0,1,'2004-07-26 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66849d5-6a7f-11e7-89a8-765859b2742d'),(933,1,'','',NULL,2,4,0,1,'2004-07-28 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6684bc6-6a7f-11e7-89a8-765859b2742d'),(934,1,'','',NULL,2,4,0,1,'2004-07-28 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6684f4c-6a7f-11e7-89a8-765859b2742d'),(935,1,'','',NULL,4,3,0,1,'2004-07-28 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c668518c-6a7f-11e7-89a8-765859b2742d'),(936,0,'','',NULL,4,3,0,1,'2004-07-28 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6685386-6a7f-11e7-89a8-765859b2742d'),(937,0,'','',NULL,4,4,0,1,'2004-07-28 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6685572-6a7f-11e7-89a8-765859b2742d'),(938,0,'','',NULL,4,3,0,1,'2004-07-28 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6685761-6a7f-11e7-89a8-765859b2742d'),(939,0,'','',NULL,4,3,0,1,'2004-07-29 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6685951-6a7f-11e7-89a8-765859b2742d'),(940,0,'','',NULL,4,4,0,1,'2004-07-29 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6685b3e-6a7f-11e7-89a8-765859b2742d'),(941,0,'','',NULL,4,3,0,1,'2004-08-02 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6685df5-6a7f-11e7-89a8-765859b2742d'),(942,0,'','',NULL,4,3,0,1,'2004-08-02 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6685ff5-6a7f-11e7-89a8-765859b2742d'),(943,0,'','',NULL,4,3,0,1,'2004-08-02 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66861e4-6a7f-11e7-89a8-765859b2742d'),(944,0,'','',NULL,4,3,0,1,'2004-08-02 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66863d0-6a7f-11e7-89a8-765859b2742d'),(945,0,'','',NULL,4,4,0,1,'2004-08-02 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66865f7-6a7f-11e7-89a8-765859b2742d'),(946,1,'','',NULL,4,3,0,1,'2004-08-02 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6686848-6a7f-11e7-89a8-765859b2742d'),(947,0,'','',NULL,4,5,0,1,'2004-08-17 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6686a73-6a7f-11e7-89a8-765859b2742d'),(948,0,'','',NULL,4,5,0,1,'2004-08-17 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6686c6d-6a7f-11e7-89a8-765859b2742d'),(949,0,'','',NULL,4,5,0,1,'2004-08-17 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6686e88-6a7f-11e7-89a8-765859b2742d'),(950,0,'','',NULL,4,5,0,1,'2004-08-17 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6687087-6a7f-11e7-89a8-765859b2742d'),(951,0,'','',NULL,4,4,0,1,'2004-08-18 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66872a2-6a7f-11e7-89a8-765859b2742d'),(952,0,'','',NULL,1,1,0,1,'2004-08-24 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c6687490-6a7f-11e7-89a8-765859b2742d'),(953,0,'','',NULL,4,8,1,1,'2004-08-26 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66876c0-6a7f-11e7-89a8-765859b2742d'),(954,0,'','',NULL,4,5,0,1,'2004-08-26 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66878be-6a7f-11e7-89a8-765859b2742d'),(955,0,'','',NULL,4,3,0,1,'2004-08-30 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6687ab3-6a7f-11e7-89a8-765859b2742d'),(956,0,'','',NULL,4,3,0,1,'2004-08-30 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6687ca5-6a7f-11e7-89a8-765859b2742d'),(957,0,'','',NULL,4,3,0,1,'2004-08-30 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6688287-6a7f-11e7-89a8-765859b2742d'),(958,0,'','',NULL,4,3,0,1,'2004-08-30 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c668854f-6a7f-11e7-89a8-765859b2742d'),(959,0,'','',NULL,4,3,0,1,'2004-08-30 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6688740-6a7f-11e7-89a8-765859b2742d'),(960,0,'','',NULL,4,3,0,1,'2004-08-30 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6688928-6a7f-11e7-89a8-765859b2742d'),(961,0,'','',NULL,4,3,0,1,'2004-08-30 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6688b16-6a7f-11e7-89a8-765859b2742d'),(962,0,'','',NULL,4,3,0,1,'2004-08-30 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6688d6a-6a7f-11e7-89a8-765859b2742d'),(963,0,'','',NULL,4,3,0,1,'2004-08-30 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6688f9d-6a7f-11e7-89a8-765859b2742d'),(964,0,'','',NULL,4,3,0,1,'2004-08-30 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66894f3-6a7f-11e7-89a8-765859b2742d'),(965,0,NULL,NULL,NULL,10,7,0,1,'2006-02-15 00:00:00','',1,'2006-02-15 00:00:00',NULL,NULL,NULL,'c6689739-6a7f-11e7-89a8-765859b2742d'),(966,0,NULL,NULL,NULL,2,7,0,1,'2006-02-13 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c6689967-6a7f-11e7-89a8-765859b2742d'),(967,0,NULL,NULL,NULL,4,12,0,1,'2006-03-19 00:00:00','',1,'2006-03-19 00:00:00',NULL,NULL,NULL,'c6689b5a-6a7f-11e7-89a8-765859b2742d'),(968,0,NULL,NULL,NULL,4,11,0,1,'2006-04-14 00:00:00','',1,'2006-04-14 00:00:00',NULL,NULL,NULL,'c6689d4b-6a7f-11e7-89a8-765859b2742d'),(969,0,NULL,NULL,NULL,2,7,0,1,'2006-04-14 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c6689f32-6a7f-11e7-89a8-765859b2742d'),(970,0,NULL,NULL,NULL,4,11,0,1,'2006-04-14 00:00:00','',1,'2006-04-14 00:00:00',NULL,NULL,NULL,'c668a153-6a7f-11e7-89a8-765859b2742d'),(971,0,NULL,NULL,NULL,4,11,0,1,'2006-04-14 00:00:00','',1,'2006-04-14 00:00:00',NULL,NULL,NULL,'c668a373-6a7f-11e7-89a8-765859b2742d'),(972,0,NULL,NULL,NULL,4,11,0,1,'2006-04-14 00:00:00','',1,'2006-04-14 00:00:00',NULL,NULL,NULL,'c668a561-6a7f-11e7-89a8-765859b2742d'),(973,0,NULL,NULL,NULL,4,11,0,1,'2006-04-14 00:00:00','',1,'2006-04-14 00:00:00',NULL,NULL,NULL,'c668a749-6a7f-11e7-89a8-765859b2742d'),(974,0,NULL,NULL,NULL,4,11,0,1,'2006-04-14 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c668a931-6a7f-11e7-89a8-765859b2742d'),(975,0,NULL,NULL,NULL,10,6,0,1,'2006-04-14 00:00:00','',1,'2006-04-14 00:00:00',NULL,NULL,NULL,'c668ac4d-6a7f-11e7-89a8-765859b2742d'),(976,0,NULL,NULL,NULL,10,7,0,1,'2006-04-14 00:00:00','',1,'2006-04-14 00:00:00',NULL,NULL,NULL,'c668ae84-6a7f-11e7-89a8-765859b2742d'),(977,0,NULL,NULL,NULL,4,11,0,1,'2006-04-14 00:00:00','',1,'2006-04-14 00:00:00',NULL,NULL,NULL,'c668b078-6a7f-11e7-89a8-765859b2742d'),(978,0,NULL,NULL,NULL,4,11,0,1,'2006-04-14 00:00:00','',1,'2006-04-14 00:00:00',NULL,NULL,NULL,'c668b261-6a7f-11e7-89a8-765859b2742d'),(979,0,NULL,NULL,NULL,2,7,0,1,'2006-04-14 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c668b487-6a7f-11e7-89a8-765859b2742d'),(980,0,NULL,NULL,NULL,1,1,0,1,'2006-04-15 00:00:00','',1,'2006-04-20 00:00:00',NULL,NULL,NULL,'c668b68e-6a7f-11e7-89a8-765859b2742d'),(981,0,NULL,NULL,NULL,4,5,0,1,'2006-04-15 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c668b879-6a7f-11e7-89a8-765859b2742d'),(982,0,NULL,NULL,NULL,4,11,0,1,'2006-04-15 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c668ba6b-6a7f-11e7-89a8-765859b2742d'),(983,0,NULL,NULL,NULL,4,5,0,1,'2006-04-15 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c668bc53-6a7f-11e7-89a8-765859b2742d'),(984,0,NULL,NULL,NULL,2,1,0,1,'2006-04-15 00:00:00','',1,'2006-04-17 00:00:00',NULL,NULL,NULL,'c668be3c-6a7f-11e7-89a8-765859b2742d'),(985,0,NULL,NULL,NULL,2,7,0,1,'2006-04-15 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c668c024-6a7f-11e7-89a8-765859b2742d'),(986,0,NULL,NULL,NULL,2,7,0,1,'2006-04-15 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c668c20a-6a7f-11e7-89a8-765859b2742d'),(987,0,NULL,NULL,NULL,4,11,0,1,'2006-04-15 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c668c479-6a7f-11e7-89a8-765859b2742d'),(988,0,NULL,NULL,NULL,4,11,0,1,'2006-04-15 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c668c6b5-6a7f-11e7-89a8-765859b2742d'),(989,0,NULL,NULL,NULL,4,11,0,1,'2006-04-15 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c668c8e2-6a7f-11e7-89a8-765859b2742d'),(990,0,NULL,NULL,NULL,4,4,0,1,'2006-04-18 00:00:00','',1,'2006-04-18 00:00:00',NULL,NULL,NULL,'c668cad8-6a7f-11e7-89a8-765859b2742d'),(991,0,NULL,NULL,NULL,4,4,0,1,'2006-04-20 00:00:00','',1,'2006-04-20 00:00:00',NULL,NULL,NULL,'c668ccc3-6a7f-11e7-89a8-765859b2742d'),(992,0,NULL,NULL,NULL,4,4,0,1,'2006-04-20 00:00:00','',1,'2006-04-20 00:00:00',NULL,NULL,NULL,'c668ceaa-6a7f-11e7-89a8-765859b2742d'),(993,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c668d094-6a7f-11e7-89a8-765859b2742d'),(994,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c668d335-6a7f-11e7-89a8-765859b2742d'),(995,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c668d529-6a7f-11e7-89a8-765859b2742d'),(996,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c668d719-6a7f-11e7-89a8-765859b2742d'),(997,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c668d8fd-6a7f-11e7-89a8-765859b2742d'),(998,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c668db15-6a7f-11e7-89a8-765859b2742d'),(999,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c668dd22-6a7f-11e7-89a8-765859b2742d'),(1000,0,'WHOLEBLOOD','',NULL,4,14,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c668df20-6a7f-11e7-89a8-765859b2742d'),(1001,0,'','',NULL,4,14,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c668e111-6a7f-11e7-89a8-765859b2742d'),(1002,0,'','',NULL,4,14,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c668e350-6a7f-11e7-89a8-765859b2742d'),(1003,0,'','',NULL,4,14,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c668e592-6a7f-11e7-89a8-765859b2742d'),(1004,0,'','',NULL,4,14,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c668e791-6a7f-11e7-89a8-765859b2742d'),(1005,0,'','',NULL,4,14,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c668e985-6a7f-11e7-89a8-765859b2742d'),(1006,0,'CHOL','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c668eb73-6a7f-11e7-89a8-765859b2742d'),(1007,0,'HDL','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c668edb9-6a7f-11e7-89a8-765859b2742d'),(1008,0,'LDL','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c668efcf-6a7f-11e7-89a8-765859b2742d'),(1009,0,'TG','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c668f1b8-6a7f-11e7-89a8-765859b2742d'),(1010,0,'LIPIDS','',NULL,4,8,1,1,'2004-12-02 00:00:00','',1,'2005-11-18 00:00:00',NULL,NULL,NULL,'c668f394-6a7f-11e7-89a8-765859b2742d'),(1011,0,'CK','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c668f571-6a7f-11e7-89a8-765859b2742d'),(1012,0,'LACTATE','',NULL,1,1,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c668f74a-6a7f-11e7-89a8-765859b2742d'),(1013,0,'LIPASE','',NULL,1,1,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c668f9f7-6a7f-11e7-89a8-765859b2742d'),(1014,0,'LDH','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-05 00:00:00',NULL,NULL,NULL,'c668fc12-6a7f-11e7-89a8-765859b2742d'),(1015,0,'HCT','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c668fdf9-6a7f-11e7-89a8-765859b2742d'),(1016,0,'RDW','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-07 00:00:00',NULL,NULL,NULL,'c668ffd7-6a7f-11e7-89a8-765859b2742d'),(1017,0,'MCHC','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-07 00:00:00',NULL,NULL,NULL,'c66901ff-6a7f-11e7-89a8-765859b2742d'),(1018,0,'MCH','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-07 00:00:00',NULL,NULL,NULL,'c66909b8-6a7f-11e7-89a8-765859b2742d'),(1019,0,'CBC','',NULL,4,8,1,1,'2004-12-02 00:00:00','',1,'2005-12-07 00:00:00',NULL,NULL,NULL,'c6690bfd-6a7f-11e7-89a8-765859b2742d'),(1020,0,'BANDS','',NULL,1,1,0,1,'2004-12-02 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6690e00-6a7f-11e7-89a8-765859b2742d'),(1021,0,'LYMPH','',NULL,1,1,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6690ffa-6a7f-11e7-89a8-765859b2742d'),(1022,0,'POLYS','',NULL,1,1,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66911f6-6a7f-11e7-89a8-765859b2742d'),(1023,0,'MONOS','',NULL,1,1,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66de11c-6a7f-11e7-89a8-765859b2742d'),(1024,0,'EOS','',NULL,1,1,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66dedbf-6a7f-11e7-89a8-765859b2742d'),(1025,0,'BASOS','',NULL,1,1,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66dfdc3-6a7f-11e7-89a8-765859b2742d'),(1026,0,'DIFF','',NULL,4,8,1,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66e0351-6a7f-11e7-89a8-765859b2742d'),(1027,0,'','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e0790-6a7f-11e7-89a8-765859b2742d'),(1028,0,'CD3','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e0bb5-6a7f-11e7-89a8-765859b2742d'),(1029,0,'','',NULL,2,1,0,1,'2004-12-02 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c66e182c-6a7f-11e7-89a8-765859b2742d'),(1030,0,'HIV PCR Qual','',NULL,2,1,0,1,'2004-12-02 00:00:00','',1,'2006-04-17 00:00:00',NULL,NULL,NULL,'c66e1c2d-6a7f-11e7-89a8-765859b2742d'),(1031,0,'TPHA','',NULL,2,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e29ce-6a7f-11e7-89a8-765859b2742d'),(1032,0,'TPHA QUAL','',NULL,2,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e2dcb-6a7f-11e7-89a8-765859b2742d'),(1033,0,'CT PCR','',NULL,1,1,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66e3dbf-6a7f-11e7-89a8-765859b2742d'),(1034,0,'CT QUAL','',NULL,2,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e5684-6a7f-11e7-89a8-765859b2742d'),(1035,0,'HSV SER QUANT','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e59fd-6a7f-11e7-89a8-765859b2742d'),(1036,0,'GC PCR','',NULL,2,1,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66e5d4c-6a7f-11e7-89a8-765859b2742d'),(1037,0,'HSV CUTOFF %','',NULL,1,1,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66e60a7-6a7f-11e7-89a8-765859b2742d'),(1038,0,'GC PCR QUAL','',NULL,2,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e63ca-6a7f-11e7-89a8-765859b2742d'),(1039,0,'TV PCR QUAL','',NULL,2,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e66fe-6a7f-11e7-89a8-765859b2742d'),(1040,0,'HIV RAPID QUAL','',NULL,2,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e6b17-6a7f-11e7-89a8-765859b2742d'),(1041,0,'HIV EIA QUANT','',NULL,1,1,0,1,'2004-12-02 00:00:00','',1,'2005-01-22 00:00:00',NULL,NULL,NULL,'c66e6e67-6a7f-11e7-89a8-765859b2742d'),(1042,0,'HIV EIA QUAL','',NULL,2,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e71a0-6a7f-11e7-89a8-765859b2742d'),(1043,0,'TV PCR','',NULL,2,1,0,1,'2004-12-02 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66e75e8-6a7f-11e7-89a8-765859b2742d'),(1044,0,'HSV PCR','',NULL,2,1,0,1,'2004-12-02 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c66e794b-6a7f-11e7-89a8-765859b2742d'),(1045,0,'HIV WB BANDS','',NULL,1,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e7c9b-6a7f-11e7-89a8-765859b2742d'),(1046,0,'HSV PCR QUAL','',NULL,2,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e8039-6a7f-11e7-89a8-765859b2742d'),(1047,0,'HIV WB QUAL','',NULL,2,1,0,1,'2004-12-02 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c66e836e-6a7f-11e7-89a8-765859b2742d'),(1048,0,'','',NULL,10,7,0,1,'2005-01-06 00:00:00','',1,'2005-10-17 00:00:00',NULL,NULL,NULL,'c66e867f-6a7f-11e7-89a8-765859b2742d'),(1049,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',1,'2005-01-27 00:00:00',NULL,NULL,NULL,'c66e899c-6a7f-11e7-89a8-765859b2742d'),(1050,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66e8d18-6a7f-11e7-89a8-765859b2742d'),(1051,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',1,'2005-01-27 00:00:00',NULL,NULL,NULL,'c66e9035-6a7f-11e7-89a8-765859b2742d'),(1052,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',1,'2005-01-27 00:00:00',NULL,NULL,NULL,'c66e934b-6a7f-11e7-89a8-765859b2742d'),(1053,0,'','',NULL,1,7,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66e9656-6a7f-11e7-89a8-765859b2742d'),(1054,0,'','',NULL,2,7,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66e9962-6a7f-11e7-89a8-765859b2742d'),(1055,0,'','',NULL,10,7,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66e9ff4-6a7f-11e7-89a8-765859b2742d'),(1056,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ea2d0-6a7f-11e7-89a8-765859b2742d'),(1057,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ea4e5-6a7f-11e7-89a8-765859b2742d'),(1058,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ea777-6a7f-11e7-89a8-765859b2742d'),(1059,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ea989-6a7f-11e7-89a8-765859b2742d'),(1060,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66eab79-6a7f-11e7-89a8-765859b2742d'),(1061,0,'','',NULL,2,7,0,1,'2005-01-06 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c66ead68-6a7f-11e7-89a8-765859b2742d'),(1062,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66eaf66-6a7f-11e7-89a8-765859b2742d'),(1063,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c66eb154-6a7f-11e7-89a8-765859b2742d'),(1064,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66eb399-6a7f-11e7-89a8-765859b2742d'),(1065,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66eb595-6a7f-11e7-89a8-765859b2742d'),(1066,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c66eb789-6a7f-11e7-89a8-765859b2742d'),(1067,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66eb976-6a7f-11e7-89a8-765859b2742d'),(1068,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66ebb67-6a7f-11e7-89a8-765859b2742d'),(1069,0,'','',NULL,2,7,0,1,'2005-01-06 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c66ebd5b-6a7f-11e7-89a8-765859b2742d'),(1070,0,'','',NULL,2,7,0,1,'2005-01-06 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c66ebf45-6a7f-11e7-89a8-765859b2742d'),(1071,0,'','',NULL,2,7,0,1,'2005-01-06 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c66ec13a-6a7f-11e7-89a8-765859b2742d'),(1072,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c66ec432-6a7f-11e7-89a8-765859b2742d'),(1073,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c66ec644-6a7f-11e7-89a8-765859b2742d'),(1074,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c66ec82d-6a7f-11e7-89a8-765859b2742d'),(1075,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66eca17-6a7f-11e7-89a8-765859b2742d'),(1076,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ecc50-6a7f-11e7-89a8-765859b2742d'),(1077,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ecf0d-6a7f-11e7-89a8-765859b2742d'),(1078,0,'','',NULL,2,7,0,1,'2005-01-06 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c66ed124-6a7f-11e7-89a8-765859b2742d'),(1079,0,'','',NULL,4,11,0,1,'2005-01-06 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c66ed30d-6a7f-11e7-89a8-765859b2742d'),(1080,0,'','',NULL,2,7,0,1,'2005-01-06 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c66ed4f7-6a7f-11e7-89a8-765859b2742d'),(1081,0,'','',NULL,2,7,0,1,'2005-01-06 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c66ed6df-6a7f-11e7-89a8-765859b2742d'),(1082,0,'','',NULL,2,7,0,1,'2005-01-06 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c66ed909-6a7f-11e7-89a8-765859b2742d'),(1083,0,'','',NULL,10,7,0,1,'2005-01-06 00:00:00','',1,'2005-01-07 00:00:00',NULL,NULL,NULL,'c66edb05-6a7f-11e7-89a8-765859b2742d'),(1084,0,'','',NULL,10,7,0,1,'2005-01-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66ede1e-6a7f-11e7-89a8-765859b2742d'),(1085,0,'','',NULL,4,9,1,1,'2005-01-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66ee034-6a7f-11e7-89a8-765859b2742d'),(1086,0,'','',NULL,2,7,0,1,'2005-01-12 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c66ee226-6a7f-11e7-89a8-765859b2742d'),(1087,0,'','',NULL,2,7,0,1,'2005-01-12 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c66ee415-6a7f-11e7-89a8-765859b2742d'),(1088,0,'','',NULL,2,7,0,1,'2005-01-12 00:00:00','',1,'2006-02-14 00:00:00',NULL,NULL,NULL,'c66ee605-6a7f-11e7-89a8-765859b2742d'),(1089,0,'','',NULL,1,7,0,1,'2005-01-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66ee7ef-6a7f-11e7-89a8-765859b2742d'),(1090,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66eeab0-6a7f-11e7-89a8-765859b2742d'),(1091,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66eecc8-6a7f-11e7-89a8-765859b2742d'),(1092,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66eeeb5-6a7f-11e7-89a8-765859b2742d'),(1093,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',1,'2005-02-06 00:00:00',NULL,NULL,NULL,'c66ef0a0-6a7f-11e7-89a8-765859b2742d'),(1094,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ef289-6a7f-11e7-89a8-765859b2742d'),(1095,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',1,'2005-06-11 00:00:00',NULL,NULL,NULL,'c66ef4ea-6a7f-11e7-89a8-765859b2742d'),(1096,0,'','',NULL,4,10,1,1,'2005-01-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c66ef6fd-6a7f-11e7-89a8-765859b2742d'),(1097,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ef8ec-6a7f-11e7-89a8-765859b2742d'),(1098,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66efad4-6a7f-11e7-89a8-765859b2742d'),(1099,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66efcbb-6a7f-11e7-89a8-765859b2742d'),(1100,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66efedf-6a7f-11e7-89a8-765859b2742d'),(1101,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f00d5-6a7f-11e7-89a8-765859b2742d'),(1102,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f02be-6a7f-11e7-89a8-765859b2742d'),(1103,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f04a1-6a7f-11e7-89a8-765859b2742d'),(1104,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c66f068e-6a7f-11e7-89a8-765859b2742d'),(1105,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f0876-6a7f-11e7-89a8-765859b2742d'),(1106,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f0a57-6a7f-11e7-89a8-765859b2742d'),(1107,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f0c40-6a7f-11e7-89a8-765859b2742d'),(1108,0,'','',NULL,4,3,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f0e23-6a7f-11e7-89a8-765859b2742d'),(1109,0,'','',NULL,2,7,0,1,'2005-01-12 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c66f1012-6a7f-11e7-89a8-765859b2742d'),(1110,0,'','',NULL,2,7,0,1,'2005-01-12 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c66f12dc-6a7f-11e7-89a8-765859b2742d'),(1111,0,'','',NULL,2,7,0,1,'2005-01-12 00:00:00','',1,'2006-04-16 00:00:00',NULL,NULL,NULL,'c66f14d8-6a7f-11e7-89a8-765859b2742d'),(1112,0,'','',NULL,2,7,0,1,'2005-01-12 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c66f16bb-6a7f-11e7-89a8-765859b2742d'),(1113,0,'','',NULL,6,7,0,1,'2005-01-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c66f189d-6a7f-11e7-89a8-765859b2742d'),(1114,0,'','',NULL,4,10,1,1,'2005-01-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66f1f71-6a7f-11e7-89a8-765859b2742d'),(1115,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f21a0-6a7f-11e7-89a8-765859b2742d'),(1116,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f2385-6a7f-11e7-89a8-765859b2742d'),(1117,0,'','',NULL,4,5,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f2575-6a7f-11e7-89a8-765859b2742d'),(1118,0,'','',NULL,4,11,0,1,'2005-01-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f2791-6a7f-11e7-89a8-765859b2742d'),(1119,0,'','',NULL,2,5,0,1,'2005-01-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66f297d-6a7f-11e7-89a8-765859b2742d'),(1120,0,'','',NULL,2,5,0,1,'2005-01-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c66f2b6c-6a7f-11e7-89a8-765859b2742d'),(1121,0,'','',NULL,2,5,0,1,'2005-01-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c66f2d4e-6a7f-11e7-89a8-765859b2742d'),(1122,0,'','',NULL,2,5,0,1,'2005-01-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66f2f32-6a7f-11e7-89a8-765859b2742d'),(1123,0,'','',NULL,2,5,0,1,'2005-01-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66f3120-6a7f-11e7-89a8-765859b2742d'),(1124,0,'','',NULL,2,5,0,1,'2005-01-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c66f3304-6a7f-11e7-89a8-765859b2742d'),(1125,0,'','',NULL,2,5,0,1,'2005-01-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c66f34ec-6a7f-11e7-89a8-765859b2742d'),(1126,0,'','',NULL,2,5,0,1,'2005-01-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c66f36d0-6a7f-11e7-89a8-765859b2742d'),(1127,0,'','',NULL,2,5,0,1,'2005-01-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66f3996-6a7f-11e7-89a8-765859b2742d'),(1128,0,'','',NULL,2,5,0,1,'2005-01-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c66f3b97-6a7f-11e7-89a8-765859b2742d'),(1129,0,'','',NULL,2,5,0,1,'2005-01-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66f3d86-6a7f-11e7-89a8-765859b2742d'),(1130,0,'','',NULL,2,5,0,1,'2005-01-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66f3f68-6a7f-11e7-89a8-765859b2742d'),(1131,0,'','',NULL,4,3,0,1,'2005-01-21 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f414a-6a7f-11e7-89a8-765859b2742d'),(1132,0,'NA','',NULL,1,1,0,1,'2005-01-22 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c66f43b9-6a7f-11e7-89a8-765859b2742d'),(1133,0,'K','',NULL,1,1,0,1,'2005-01-22 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c66f45bd-6a7f-11e7-89a8-765859b2742d'),(1134,0,'CL','',NULL,1,1,0,1,'2005-01-22 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c66f47ae-6a7f-11e7-89a8-765859b2742d'),(1135,0,'CO2','',NULL,1,1,0,1,'2005-01-22 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c66f4999-6a7f-11e7-89a8-765859b2742d'),(1136,0,'','',NULL,4,4,0,1,'2005-01-26 00:00:00','',1,'2006-02-25 00:00:00',NULL,NULL,NULL,'c66f4bba-6a7f-11e7-89a8-765859b2742d'),(1137,0,'','',NULL,4,5,0,1,'2005-01-26 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f4dae-6a7f-11e7-89a8-765859b2742d'),(1138,0,'','',NULL,4,11,0,1,'2005-01-26 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f4f9a-6a7f-11e7-89a8-765859b2742d'),(1139,0,'','',NULL,4,11,0,1,'2005-01-26 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c66f5182-6a7f-11e7-89a8-765859b2742d'),(1140,0,'','',NULL,4,11,0,1,'2005-01-26 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c66f5367-6a7f-11e7-89a8-765859b2742d'),(1141,0,'','',NULL,4,11,0,1,'2005-01-26 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c66f5547-6a7f-11e7-89a8-765859b2742d'),(1142,0,'','',NULL,4,11,0,1,'2005-01-26 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c66f572b-6a7f-11e7-89a8-765859b2742d'),(1143,0,'','',NULL,4,11,0,1,'2005-01-26 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c66f590f-6a7f-11e7-89a8-765859b2742d'),(1144,0,'','',NULL,4,11,0,1,'2005-01-26 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c66f5af5-6a7f-11e7-89a8-765859b2742d'),(1145,0,'','',NULL,4,13,0,1,'2005-01-26 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f5e4f-6a7f-11e7-89a8-765859b2742d'),(1146,0,'','',NULL,10,7,0,1,'2005-02-07 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f6135-6a7f-11e7-89a8-765859b2742d'),(1147,0,'','',NULL,2,7,0,1,'2005-02-07 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c66f633a-6a7f-11e7-89a8-765859b2742d'),(1148,0,'','',NULL,4,3,0,1,'2005-02-07 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66f6523-6a7f-11e7-89a8-765859b2742d'),(1149,0,'','',NULL,4,5,0,1,'2005-02-07 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f670f-6a7f-11e7-89a8-765859b2742d'),(1150,0,'','',NULL,4,5,0,1,'2005-02-07 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c66f695f-6a7f-11e7-89a8-765859b2742d'),(1151,0,'','',NULL,2,7,0,1,'2005-02-07 00:00:00','',1,'2006-04-14 00:00:00',NULL,NULL,NULL,'c66f6c47-6a7f-11e7-89a8-765859b2742d'),(1152,0,'','',NULL,4,5,0,1,'2005-02-07 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f6ede-6a7f-11e7-89a8-765859b2742d'),(1153,0,'','',NULL,10,7,0,1,'2005-02-07 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f715c-6a7f-11e7-89a8-765859b2742d'),(1154,0,'','',NULL,10,7,0,1,'2005-02-07 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f740c-6a7f-11e7-89a8-765859b2742d'),(1155,0,'','',NULL,10,7,0,1,'2005-02-07 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f775b-6a7f-11e7-89a8-765859b2742d'),(1156,0,'','',NULL,2,7,0,1,'2005-02-07 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c66f7a04-6a7f-11e7-89a8-765859b2742d'),(1157,0,'','',NULL,4,9,1,1,'2005-02-07 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c66f7c9d-6a7f-11e7-89a8-765859b2742d'),(1158,0,'','',NULL,4,9,1,1,'2005-02-08 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c66f7f2c-6a7f-11e7-89a8-765859b2742d'),(1159,0,'','',NULL,4,9,1,1,'2005-02-08 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c66f81bb-6a7f-11e7-89a8-765859b2742d'),(1160,0,'','',NULL,4,11,0,1,'2005-02-08 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f8448-6a7f-11e7-89a8-765859b2742d'),(1161,0,'','',NULL,4,11,0,1,'2005-02-08 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f87aa-6a7f-11e7-89a8-765859b2742d'),(1162,0,'','',NULL,4,11,0,1,'2005-02-08 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f8a4e-6a7f-11e7-89a8-765859b2742d'),(1163,0,'','',NULL,4,11,0,1,'2005-02-08 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f8ce1-6a7f-11e7-89a8-765859b2742d'),(1164,0,'','',NULL,2,7,0,1,'2005-02-08 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c66f8f71-6a7f-11e7-89a8-765859b2742d'),(1165,0,'','',NULL,2,7,0,1,'2005-02-08 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66f9297-6a7f-11e7-89a8-765859b2742d'),(1166,0,'','',NULL,2,5,0,1,'2005-02-08 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c66f953f-6a7f-11e7-89a8-765859b2742d'),(1167,0,'','',NULL,4,11,0,1,'2005-02-08 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c66f97cc-6a7f-11e7-89a8-765859b2742d'),(1168,0,'','',NULL,4,11,0,1,'2005-02-08 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66f9a5b-6a7f-11e7-89a8-765859b2742d'),(1169,0,'','',NULL,4,4,0,1,'2005-02-08 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c66f9ce7-6a7f-11e7-89a8-765859b2742d'),(1170,0,'','',NULL,4,5,0,1,'2005-02-08 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c66f9f78-6a7f-11e7-89a8-765859b2742d'),(1171,0,'','',NULL,4,2,0,1,'2005-02-08 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c66fa201-6a7f-11e7-89a8-765859b2742d'),(1172,0,'','',NULL,4,5,0,1,'2005-02-08 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fa3fd-6a7f-11e7-89a8-765859b2742d'),(1173,0,'','',NULL,4,14,0,1,'2005-02-08 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fa62b-6a7f-11e7-89a8-765859b2742d'),(1174,0,'','',NULL,10,7,0,1,'2005-02-08 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fa81c-6a7f-11e7-89a8-765859b2742d'),(1175,0,'','',NULL,4,11,0,1,'2005-02-08 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fa9fd-6a7f-11e7-89a8-765859b2742d'),(1176,0,'','',NULL,2,7,0,1,'2005-02-08 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fabdd-6a7f-11e7-89a8-765859b2742d'),(1177,0,'','',NULL,2,7,0,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66faeaa-6a7f-11e7-89a8-765859b2742d'),(1178,0,'','',NULL,4,11,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fb0ad-6a7f-11e7-89a8-765859b2742d'),(1179,0,'','',NULL,4,11,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fb29c-6a7f-11e7-89a8-765859b2742d'),(1180,0,'','',NULL,4,11,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fb483-6a7f-11e7-89a8-765859b2742d'),(1181,0,'','',NULL,2,7,0,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fb664-6a7f-11e7-89a8-765859b2742d'),(1182,0,'','',NULL,4,11,0,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fb8d2-6a7f-11e7-89a8-765859b2742d'),(1183,0,'','',NULL,4,11,0,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fbad7-6a7f-11e7-89a8-765859b2742d'),(1184,0,'','',NULL,4,11,0,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fbcc7-6a7f-11e7-89a8-765859b2742d'),(1185,0,'','',NULL,4,11,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fbeab-6a7f-11e7-89a8-765859b2742d'),(1186,0,'','',NULL,1,7,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fc095-6a7f-11e7-89a8-765859b2742d'),(1187,0,'','',NULL,2,7,0,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fc277-6a7f-11e7-89a8-765859b2742d'),(1188,0,'','',NULL,2,7,0,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fc45c-6a7f-11e7-89a8-765859b2742d'),(1189,0,'','',NULL,2,7,0,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fc640-6a7f-11e7-89a8-765859b2742d'),(1190,0,'','',NULL,6,7,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fc81f-6a7f-11e7-89a8-765859b2742d'),(1191,0,'','',NULL,6,7,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fca4d-6a7f-11e7-89a8-765859b2742d'),(1192,0,'','',NULL,10,7,0,1,'2005-02-09 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c66fcc45-6a7f-11e7-89a8-765859b2742d'),(1193,0,'','',NULL,2,7,0,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fce30-6a7f-11e7-89a8-765859b2742d'),(1194,0,'','',NULL,4,3,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fd014-6a7f-11e7-89a8-765859b2742d'),(1195,0,'','',NULL,4,9,1,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fd1f7-6a7f-11e7-89a8-765859b2742d'),(1196,0,'','',NULL,1,7,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fd489-6a7f-11e7-89a8-765859b2742d'),(1197,0,'','',NULL,4,9,1,1,'2005-02-09 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66fd6a4-6a7f-11e7-89a8-765859b2742d'),(1198,0,'','',NULL,2,7,0,1,'2005-02-09 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c66fd896-6a7f-11e7-89a8-765859b2742d'),(1199,0,'','',NULL,4,13,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66fda7e-6a7f-11e7-89a8-765859b2742d'),(1200,0,'','',NULL,2,5,0,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fdc66-6a7f-11e7-89a8-765859b2742d'),(1201,0,'','',NULL,4,10,1,1,'2005-02-09 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c66fdeb2-6a7f-11e7-89a8-765859b2742d'),(1202,0,'','',NULL,4,10,1,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fe0d0-6a7f-11e7-89a8-765859b2742d'),(1203,0,'','',NULL,4,10,1,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fe2bb-6a7f-11e7-89a8-765859b2742d'),(1204,0,'','',NULL,4,10,1,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fe4a2-6a7f-11e7-89a8-765859b2742d'),(1205,0,'','',NULL,4,10,1,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fe688-6a7f-11e7-89a8-765859b2742d'),(1206,0,'','',NULL,4,10,1,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fe86f-6a7f-11e7-89a8-765859b2742d'),(1207,0,'','',NULL,4,10,1,1,'2005-02-09 00:00:00','',1,'2006-04-18 00:00:00',NULL,NULL,NULL,'c66fea56-6a7f-11e7-89a8-765859b2742d'),(1208,0,'','',NULL,2,5,0,1,'2005-02-09 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c66fec37-6a7f-11e7-89a8-765859b2742d'),(1209,0,'','',NULL,2,5,0,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c66fee51-6a7f-11e7-89a8-765859b2742d'),(1210,0,'','',NULL,4,13,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ff044-6a7f-11e7-89a8-765859b2742d'),(1211,0,'','',NULL,4,4,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ff234-6a7f-11e7-89a8-765859b2742d'),(1212,0,'','',NULL,4,4,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ff41c-6a7f-11e7-89a8-765859b2742d'),(1213,0,'','',NULL,4,4,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ff5fe-6a7f-11e7-89a8-765859b2742d'),(1214,0,'','',NULL,10,6,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ff7eb-6a7f-11e7-89a8-765859b2742d'),(1215,0,'','',NULL,4,4,0,1,'2005-02-09 00:00:00','',1,'2005-02-14 00:00:00',NULL,NULL,NULL,'c66ff9cf-6a7f-11e7-89a8-765859b2742d'),(1216,0,'','',NULL,4,4,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ffc80-6a7f-11e7-89a8-765859b2742d'),(1217,0,'','',NULL,4,4,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c66ffe86-6a7f-11e7-89a8-765859b2742d'),(1218,0,'','',NULL,4,4,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6700070-6a7f-11e7-89a8-765859b2742d'),(1219,0,'','',NULL,4,4,0,1,'2005-02-09 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6700253-6a7f-11e7-89a8-765859b2742d'),(1220,0,'','',NULL,4,10,1,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6700438-6a7f-11e7-89a8-765859b2742d'),(1221,0,'','',NULL,4,10,1,1,'2005-02-09 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6700692-6a7f-11e7-89a8-765859b2742d'),(1222,0,'','',NULL,4,10,1,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67008aa-6a7f-11e7-89a8-765859b2742d'),(1223,0,'','',NULL,4,10,1,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6700aa4-6a7f-11e7-89a8-765859b2742d'),(1224,0,'','',NULL,2,5,0,1,'2005-02-09 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6700c8f-6a7f-11e7-89a8-765859b2742d'),(1225,0,'','',NULL,2,5,0,1,'2005-02-09 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6700e7a-6a7f-11e7-89a8-765859b2742d'),(1226,0,'','',NULL,4,4,0,1,'2005-02-16 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6701062-6a7f-11e7-89a8-765859b2742d'),(1227,1,'','',NULL,4,3,0,1,'2005-02-16 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6701249-6a7f-11e7-89a8-765859b2742d'),(1228,0,'','',NULL,4,11,0,1,'2005-02-16 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6701471-6a7f-11e7-89a8-765859b2742d'),(1229,0,'','',NULL,4,11,0,1,'2005-02-16 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6701668-6a7f-11e7-89a8-765859b2742d'),(1230,0,'','',NULL,4,11,0,1,'2005-02-16 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c6701853-6a7f-11e7-89a8-765859b2742d'),(1231,0,'','',NULL,4,11,0,1,'2005-02-16 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6701a3e-6a7f-11e7-89a8-765859b2742d'),(1232,0,'','',NULL,4,6,0,1,'2005-02-17 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6701c27-6a7f-11e7-89a8-765859b2742d'),(1233,0,'','',NULL,4,6,0,1,'2005-02-17 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6701e0b-6a7f-11e7-89a8-765859b2742d'),(1234,0,'','',NULL,4,6,0,1,'2005-02-17 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6701ff4-6a7f-11e7-89a8-765859b2742d'),(1235,0,'','',NULL,4,6,0,1,'2005-02-17 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c67022f7-6a7f-11e7-89a8-765859b2742d'),(1236,0,'','',NULL,4,6,0,1,'2005-02-17 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c6702517-6a7f-11e7-89a8-765859b2742d'),(1237,0,'','',NULL,4,6,0,1,'2005-02-17 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c670270b-6a7f-11e7-89a8-765859b2742d'),(1238,0,'','',NULL,4,11,0,1,'2005-02-17 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67028f7-6a7f-11e7-89a8-765859b2742d'),(1239,0,'','',NULL,4,10,1,1,'2005-02-18 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6702ae8-6a7f-11e7-89a8-765859b2742d'),(1240,0,'','',NULL,4,3,0,1,'2005-02-18 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6702d11-6a7f-11e7-89a8-765859b2742d'),(1241,0,'','',NULL,4,3,0,1,'2005-02-18 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6702f13-6a7f-11e7-89a8-765859b2742d'),(1242,0,'','',NULL,4,3,0,1,'2005-02-18 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c67030fd-6a7f-11e7-89a8-765859b2742d'),(1243,0,'','',NULL,4,3,0,1,'2005-02-18 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67032e9-6a7f-11e7-89a8-765859b2742d'),(1244,0,'','',NULL,4,3,0,1,'2005-02-18 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67034d3-6a7f-11e7-89a8-765859b2742d'),(1245,0,'','',NULL,4,9,1,1,'2005-02-18 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c67036be-6a7f-11e7-89a8-765859b2742d'),(1246,0,'','',NULL,10,7,0,1,'2005-02-22 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67038de-6a7f-11e7-89a8-765859b2742d'),(1247,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c6703ad4-6a7f-11e7-89a8-765859b2742d'),(1248,0,'','',NULL,10,7,0,1,'2005-02-22 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67040b0-6a7f-11e7-89a8-765859b2742d'),(1249,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c67042bf-6a7f-11e7-89a8-765859b2742d'),(1250,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2006-04-17 00:00:00',NULL,NULL,NULL,'c67044b0-6a7f-11e7-89a8-765859b2742d'),(1251,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c6704699-6a7f-11e7-89a8-765859b2742d'),(1252,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c6704888-6a7f-11e7-89a8-765859b2742d'),(1253,0,'','',NULL,4,5,0,1,'2005-02-22 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6704b45-6a7f-11e7-89a8-765859b2742d'),(1254,0,'','',NULL,4,5,0,1,'2005-02-22 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c6704d40-6a7f-11e7-89a8-765859b2742d'),(1255,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c6704f2d-6a7f-11e7-89a8-765859b2742d'),(1256,0,'','',NULL,4,15,0,1,'2005-02-22 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c6705119-6a7f-11e7-89a8-765859b2742d'),(1257,0,'','',NULL,4,15,0,1,'2005-02-22 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c6705328-6a7f-11e7-89a8-765859b2742d'),(1258,0,'','',NULL,4,15,0,1,'2005-02-22 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c6705574-6a7f-11e7-89a8-765859b2742d'),(1259,0,'','',NULL,4,15,0,1,'2005-02-22 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6705775-6a7f-11e7-89a8-765859b2742d'),(1260,0,'','',NULL,4,15,0,1,'2005-02-22 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c670595e-6a7f-11e7-89a8-765859b2742d'),(1261,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c6705b45-6a7f-11e7-89a8-765859b2742d'),(1262,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c6705d2c-6a7f-11e7-89a8-765859b2742d'),(1263,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6705f13-6a7f-11e7-89a8-765859b2742d'),(1264,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c6706139-6a7f-11e7-89a8-765859b2742d'),(1265,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c670632e-6a7f-11e7-89a8-765859b2742d'),(1266,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c670651c-6a7f-11e7-89a8-765859b2742d'),(1267,0,'','',NULL,4,5,0,1,'2005-02-22 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6706700-6a7f-11e7-89a8-765859b2742d'),(1268,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2006-04-16 00:00:00',NULL,NULL,NULL,'c67068e7-6a7f-11e7-89a8-765859b2742d'),(1269,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c6706acf-6a7f-11e7-89a8-765859b2742d'),(1270,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2006-04-17 00:00:00',NULL,NULL,NULL,'c6706cb8-6a7f-11e7-89a8-765859b2742d'),(1271,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2005-08-08 00:00:00',NULL,NULL,NULL,'c6706e9f-6a7f-11e7-89a8-765859b2742d'),(1272,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c6707142-6a7f-11e7-89a8-765859b2742d'),(1273,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c670735a-6a7f-11e7-89a8-765859b2742d'),(1274,0,'','',NULL,4,11,0,1,'2005-02-22 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6707548-6a7f-11e7-89a8-765859b2742d'),(1275,0,'','',NULL,4,11,0,1,'2005-02-22 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6707735-6a7f-11e7-89a8-765859b2742d'),(1276,0,'','',NULL,10,7,0,1,'2005-02-22 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c670791d-6a7f-11e7-89a8-765859b2742d'),(1277,0,'','',NULL,2,7,0,1,'2005-02-22 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c6707b7f-6a7f-11e7-89a8-765859b2742d'),(1278,0,'','',NULL,2,7,0,1,'2005-02-23 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c6707d90-6a7f-11e7-89a8-765859b2742d'),(1279,0,'','',NULL,1,7,0,1,'2005-02-23 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c6707f7d-6a7f-11e7-89a8-765859b2742d'),(1280,0,'','',NULL,2,7,0,1,'2005-02-23 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c670816a-6a7f-11e7-89a8-765859b2742d'),(1281,0,'','',NULL,4,11,0,1,'2005-02-24 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6708353-6a7f-11e7-89a8-765859b2742d'),(1282,0,'','',NULL,4,11,0,1,'2005-02-24 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c670857b-6a7f-11e7-89a8-765859b2742d'),(1283,0,'','',NULL,4,11,0,1,'2005-02-24 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6708771-6a7f-11e7-89a8-765859b2742d'),(1284,0,'','',NULL,4,11,0,1,'2005-02-24 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c670895f-6a7f-11e7-89a8-765859b2742d'),(1285,0,'','',NULL,2,7,0,1,'2005-02-24 00:00:00','',1,'2005-02-24 00:00:00',NULL,NULL,NULL,'c6708b48-6a7f-11e7-89a8-765859b2742d'),(1286,0,'','',NULL,4,11,0,1,'2005-02-24 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6708d36-6a7f-11e7-89a8-765859b2742d'),(1287,0,'','',NULL,4,11,0,1,'2005-02-24 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6708f1b-6a7f-11e7-89a8-765859b2742d'),(1288,0,'','',NULL,4,11,0,1,'2005-02-25 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6709105-6a7f-11e7-89a8-765859b2742d'),(1289,0,'','',NULL,4,11,0,1,'2005-08-08 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67092eb-6a7f-11e7-89a8-765859b2742d'),(1292,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c67094ca-6a7f-11e7-89a8-765859b2742d'),(1293,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c67096b5-6a7f-11e7-89a8-765859b2742d'),(1294,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c6709973-6a7f-11e7-89a8-765859b2742d'),(1295,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c6709b7c-6a7f-11e7-89a8-765859b2742d'),(1296,0,NULL,NULL,NULL,4,4,0,1,'2006-04-22 00:00:00','',1,'2006-04-22 00:00:00',NULL,NULL,NULL,'c6709d7e-6a7f-11e7-89a8-765859b2742d'),(1297,0,NULL,NULL,NULL,1,1,0,1,'2006-06-02 00:00:00','0.1',1,'2006-06-02 00:00:00',NULL,NULL,NULL,'c6709f5c-6a7f-11e7-89a8-765859b2742d'),(1298,0,NULL,NULL,NULL,1,1,0,1,'2006-06-02 00:00:00','0.1',1,'2006-06-05 00:00:00',NULL,NULL,NULL,'c670a163-6a7f-11e7-89a8-765859b2742d'),(1299,0,NULL,NULL,NULL,1,1,0,1,'2006-06-05 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c670a390-6a7f-11e7-89a8-765859b2742d'),(1300,0,NULL,NULL,NULL,4,11,0,1,'2006-06-05 00:00:00','0.1',1,'2006-06-05 00:00:00',NULL,NULL,NULL,'c670a57b-6a7f-11e7-89a8-765859b2742d'),(1301,0,NULL,NULL,NULL,4,11,0,1,'2006-06-05 00:00:00','0.1',1,'2006-06-05 00:00:00',NULL,NULL,NULL,'c670a74c-6a7f-11e7-89a8-765859b2742d'),(1302,0,NULL,NULL,NULL,4,11,0,1,'2006-06-05 00:00:00','0.1',1,'2006-06-05 00:00:00',NULL,NULL,NULL,'c670a959-6a7f-11e7-89a8-765859b2742d'),(1303,0,NULL,NULL,NULL,4,11,0,1,'2006-06-05 00:00:00','0.1',1,'2006-06-05 00:00:00',NULL,NULL,NULL,'c670ab36-6a7f-11e7-89a8-765859b2742d'),(1304,0,NULL,NULL,NULL,4,11,0,1,'2006-06-05 00:00:00','',1,'2006-06-05 00:00:00',NULL,NULL,NULL,'c670ad05-6a7f-11e7-89a8-765859b2742d'),(1305,0,NULL,NULL,NULL,2,1,0,1,'2006-06-05 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c670aecf-6a7f-11e7-89a8-765859b2742d'),(1306,0,NULL,NULL,NULL,4,11,0,1,'2006-06-05 00:00:00','0.1',1,'2006-06-05 00:00:00',NULL,NULL,NULL,'c670b5b7-6a7f-11e7-89a8-765859b2742d'),(1307,0,NULL,NULL,NULL,1,1,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-07 00:00:00',NULL,NULL,NULL,'c670b7a4-6a7f-11e7-89a8-765859b2742d'),(1308,0,NULL,NULL,NULL,1,1,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-07 00:00:00',NULL,NULL,NULL,'c670b96a-6a7f-11e7-89a8-765859b2742d'),(1309,0,NULL,NULL,NULL,1,1,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-07 00:00:00',NULL,NULL,NULL,'c670bb34-6a7f-11e7-89a8-765859b2742d'),(1310,0,NULL,NULL,NULL,1,1,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c670bcfb-6a7f-11e7-89a8-765859b2742d'),(1311,0,NULL,NULL,NULL,4,11,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c67582f2-6a7f-11e7-89a8-765859b2742d'),(1312,0,NULL,NULL,NULL,4,11,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c6758b9b-6a7f-11e7-89a8-765859b2742d'),(1313,0,NULL,NULL,NULL,4,11,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c67594c5-6a7f-11e7-89a8-765859b2742d'),(1314,0,NULL,NULL,NULL,4,11,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c6759759-6a7f-11e7-89a8-765859b2742d'),(1315,0,NULL,NULL,NULL,4,11,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c67599bd-6a7f-11e7-89a8-765859b2742d'),(1316,0,NULL,NULL,NULL,4,11,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c6759c12-6a7f-11e7-89a8-765859b2742d'),(1317,0,NULL,NULL,NULL,4,11,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c675a53c-6a7f-11e7-89a8-765859b2742d'),(1318,0,NULL,NULL,NULL,1,1,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c675a7e0-6a7f-11e7-89a8-765859b2742d'),(1319,0,NULL,NULL,NULL,1,1,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c675af4d-6a7f-11e7-89a8-765859b2742d'),(1320,0,NULL,NULL,NULL,1,1,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c675b1da-6a7f-11e7-89a8-765859b2742d'),(1321,0,NULL,NULL,NULL,1,1,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c675b8bf-6a7f-11e7-89a8-765859b2742d'),(1322,0,NULL,NULL,NULL,2,1,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c675c9ad-6a7f-11e7-89a8-765859b2742d'),(1323,0,NULL,NULL,NULL,1,1,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c675cbe1-6a7f-11e7-89a8-765859b2742d'),(1324,0,NULL,NULL,NULL,1,1,0,1,'2006-06-06 00:00:00','0.1',1,'2006-06-06 00:00:00',NULL,NULL,NULL,'c675cdbd-6a7f-11e7-89a8-765859b2742d'),(1325,0,NULL,NULL,NULL,2,1,0,1,'2006-06-07 00:00:00','0.1',1,'2006-06-07 00:00:00',NULL,NULL,NULL,'c675cf81-6a7f-11e7-89a8-765859b2742d'),(1326,0,NULL,NULL,NULL,2,1,0,1,'2006-06-07 00:00:00','0.1',1,'2006-06-07 00:00:00',NULL,NULL,NULL,'c675d1c9-6a7f-11e7-89a8-765859b2742d'),(1327,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c675d3e6-6a7f-11e7-89a8-765859b2742d'),(1328,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c675d5bd-6a7f-11e7-89a8-765859b2742d'),(1329,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c675d788-6a7f-11e7-89a8-765859b2742d'),(1330,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c675d94a-6a7f-11e7-89a8-765859b2742d'),(1331,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c675db8a-6a7f-11e7-89a8-765859b2742d'),(1332,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c675dd71-6a7f-11e7-89a8-765859b2742d'),(1333,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c675df45-6a7f-11e7-89a8-765859b2742d'),(1334,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c675e13f-6a7f-11e7-89a8-765859b2742d'),(1335,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c675e327-6a7f-11e7-89a8-765859b2742d'),(1336,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c675e50a-6a7f-11e7-89a8-765859b2742d'),(1337,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c675e6ea-6a7f-11e7-89a8-765859b2742d'),(1338,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c675e8c5-6a7f-11e7-89a8-765859b2742d'),(1339,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c675eaa6-6a7f-11e7-89a8-765859b2742d'),(1340,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c675ec82-6a7f-11e7-89a8-765859b2742d'),(1341,0,NULL,NULL,NULL,1,1,0,1,'2006-06-09 00:00:00','0.1',1,'2006-06-16 00:00:00',NULL,NULL,NULL,'c675ef1a-6a7f-11e7-89a8-765859b2742d'),(1342,0,NULL,NULL,NULL,1,1,0,1,'2006-07-13 00:00:00','0.1',1,'2006-07-13 00:00:00',NULL,NULL,NULL,'c675f135-6a7f-11e7-89a8-765859b2742d'),(1343,0,NULL,NULL,NULL,1,1,0,1,'2006-07-13 00:00:00','0.1',1,'2006-07-13 00:00:00',NULL,NULL,NULL,'c675f31e-6a7f-11e7-89a8-765859b2742d'),(1344,0,NULL,NULL,NULL,4,6,0,1,'2006-07-13 00:00:00','0.1',1,'2006-07-13 00:00:00',NULL,NULL,NULL,'c675f53f-6a7f-11e7-89a8-765859b2742d'),(1345,0,NULL,NULL,NULL,4,6,0,1,'2006-07-13 00:00:00','0.1',1,'2006-07-13 00:00:00',NULL,NULL,NULL,'c675f72a-6a7f-11e7-89a8-765859b2742d'),(1346,0,NULL,NULL,NULL,4,6,0,1,'2006-07-13 00:00:00','0.1',1,'2006-07-13 00:00:00',NULL,NULL,NULL,'c675f9ac-6a7f-11e7-89a8-765859b2742d'),(1347,0,NULL,NULL,NULL,4,6,0,1,'2006-07-13 00:00:00','0.1',1,'2006-07-13 00:00:00',NULL,NULL,NULL,'c675fbe3-6a7f-11e7-89a8-765859b2742d'),(1348,0,NULL,NULL,NULL,4,6,0,1,'2006-07-13 00:00:00','0.1',1,'2006-07-13 00:00:00',NULL,NULL,NULL,'c675fddb-6a7f-11e7-89a8-765859b2742d'),(1349,0,NULL,NULL,NULL,4,6,0,1,'2006-07-13 00:00:00','0.1',1,'2006-07-13 00:00:00',NULL,NULL,NULL,'c675ffc4-6a7f-11e7-89a8-765859b2742d'),(1350,0,NULL,NULL,NULL,4,6,0,1,'2006-07-13 00:00:00','0.1',1,'2006-07-13 00:00:00',NULL,NULL,NULL,'c67601a8-6a7f-11e7-89a8-765859b2742d'),(1351,0,NULL,NULL,NULL,4,6,0,1,'2006-07-13 00:00:00','0.1',1,'2006-07-13 00:00:00',NULL,NULL,NULL,'c6760390-6a7f-11e7-89a8-765859b2742d'),(1352,0,NULL,NULL,NULL,4,6,0,1,'2006-07-13 00:00:00','0.1',1,'2006-07-13 00:00:00',NULL,NULL,NULL,'c6760574-6a7f-11e7-89a8-765859b2742d'),(5001,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6760766-6a7f-11e7-89a8-765859b2742d'),(5002,0,'','',NULL,2,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c6760964-6a7f-11e7-89a8-765859b2742d'),(5003,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6760b53-6a7f-11e7-89a8-765859b2742d'),(5004,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6760d3b-6a7f-11e7-89a8-765859b2742d'),(5005,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6760f1b-6a7f-11e7-89a8-765859b2742d'),(5006,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c67610ff-6a7f-11e7-89a8-765859b2742d'),(5007,1,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67612e3-6a7f-11e7-89a8-765859b2742d'),(5008,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c67614ce-6a7f-11e7-89a8-765859b2742d'),(5009,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c676179a-6a7f-11e7-89a8-765859b2742d'),(5010,1,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67619d3-6a7f-11e7-89a8-765859b2742d'),(5011,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6761bc9-6a7f-11e7-89a8-765859b2742d'),(5012,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6761db6-6a7f-11e7-89a8-765859b2742d'),(5013,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6761ff4-6a7f-11e7-89a8-765859b2742d'),(5014,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6762225-6a7f-11e7-89a8-765859b2742d'),(5015,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c676241d-6a7f-11e7-89a8-765859b2742d'),(5016,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6762604-6a7f-11e7-89a8-765859b2742d'),(5017,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67627f1-6a7f-11e7-89a8-765859b2742d'),(5018,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67629d5-6a7f-11e7-89a8-765859b2742d'),(5019,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6762bb9-6a7f-11e7-89a8-765859b2742d'),(5020,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6762d9e-6a7f-11e7-89a8-765859b2742d'),(5021,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6762f89-6a7f-11e7-89a8-765859b2742d'),(5022,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c676316e-6a7f-11e7-89a8-765859b2742d'),(5023,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6763353-6a7f-11e7-89a8-765859b2742d'),(5024,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c676353d-6a7f-11e7-89a8-765859b2742d'),(5025,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c676371e-6a7f-11e7-89a8-765859b2742d'),(5026,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6763904-6a7f-11e7-89a8-765859b2742d'),(5027,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6763ae9-6a7f-11e7-89a8-765859b2742d'),(5028,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6763e49-6a7f-11e7-89a8-765859b2742d'),(5029,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67640ec-6a7f-11e7-89a8-765859b2742d'),(5030,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67642f5-6a7f-11e7-89a8-765859b2742d'),(5031,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67644e2-6a7f-11e7-89a8-765859b2742d'),(5032,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6764702-6a7f-11e7-89a8-765859b2742d'),(5033,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c676490d-6a7f-11e7-89a8-765859b2742d'),(5034,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6764af3-6a7f-11e7-89a8-765859b2742d'),(5035,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6764cdb-6a7f-11e7-89a8-765859b2742d'),(5036,1,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6764ebd-6a7f-11e7-89a8-765859b2742d'),(5037,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67650a2-6a7f-11e7-89a8-765859b2742d'),(5038,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c676528a-6a7f-11e7-89a8-765859b2742d'),(5039,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6765471-6a7f-11e7-89a8-765859b2742d'),(5040,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6765659-6a7f-11e7-89a8-765859b2742d'),(5041,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c676583e-6a7f-11e7-89a8-765859b2742d'),(5042,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6765a26-6a7f-11e7-89a8-765859b2742d'),(5043,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6765c0e-6a7f-11e7-89a8-765859b2742d'),(5044,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6765df5-6a7f-11e7-89a8-765859b2742d'),(5045,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6765fd7-6a7f-11e7-89a8-765859b2742d'),(5046,0,'PML','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c67661b7-6a7f-11e7-89a8-765859b2742d'),(5047,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67664ad-6a7f-11e7-89a8-765859b2742d'),(5048,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6766aaa-6a7f-11e7-89a8-765859b2742d'),(5049,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6766cbd-6a7f-11e7-89a8-765859b2742d'),(5050,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6766f11-6a7f-11e7-89a8-765859b2742d'),(5051,1,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676711d-6a7f-11e7-89a8-765859b2742d'),(5052,1,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6767306-6a7f-11e7-89a8-765859b2742d'),(5053,0,'','',NULL,1,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67674f8-6a7f-11e7-89a8-765859b2742d'),(5054,1,'','',NULL,1,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67676d9-6a7f-11e7-89a8-765859b2742d'),(5055,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67678be-6a7f-11e7-89a8-765859b2742d'),(5056,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6767aa0-6a7f-11e7-89a8-765859b2742d'),(5057,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6767c81-6a7f-11e7-89a8-765859b2742d'),(5058,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6767e63-6a7f-11e7-89a8-765859b2742d'),(5059,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676804c-6a7f-11e7-89a8-765859b2742d'),(5060,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6768234-6a7f-11e7-89a8-765859b2742d'),(5061,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6768419-6a7f-11e7-89a8-765859b2742d'),(5062,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67685f9-6a7f-11e7-89a8-765859b2742d'),(5063,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67687dd-6a7f-11e7-89a8-765859b2742d'),(5064,1,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67689bb-6a7f-11e7-89a8-765859b2742d'),(5065,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6768ca1-6a7f-11e7-89a8-765859b2742d'),(5066,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6768ea0-6a7f-11e7-89a8-765859b2742d'),(5067,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6769085-6a7f-11e7-89a8-765859b2742d'),(5068,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6769266-6a7f-11e7-89a8-765859b2742d'),(5069,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6769444-6a7f-11e7-89a8-765859b2742d'),(5070,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67696b2-6a7f-11e7-89a8-765859b2742d'),(5071,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67698b1-6a7f-11e7-89a8-765859b2742d'),(5072,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6769a9b-6a7f-11e7-89a8-765859b2742d'),(5073,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6769c7a-6a7f-11e7-89a8-765859b2742d'),(5074,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6769e59-6a7f-11e7-89a8-765859b2742d'),(5075,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676a042-6a7f-11e7-89a8-765859b2742d'),(5076,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676a223-6a7f-11e7-89a8-765859b2742d'),(5077,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676a405-6a7f-11e7-89a8-765859b2742d'),(5078,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676a5e3-6a7f-11e7-89a8-765859b2742d'),(5079,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676a7c2-6a7f-11e7-89a8-765859b2742d'),(5080,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676a99f-6a7f-11e7-89a8-765859b2742d'),(5081,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676ab7b-6a7f-11e7-89a8-765859b2742d'),(5082,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676ad5d-6a7f-11e7-89a8-765859b2742d'),(5083,1,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676af3c-6a7f-11e7-89a8-765859b2742d'),(5084,1,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676b167-6a7f-11e7-89a8-765859b2742d'),(5085,0,'SBP','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-24 00:00:00',NULL,NULL,NULL,'c676b42e-6a7f-11e7-89a8-765859b2742d'),(5086,0,'DBP','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-24 00:00:00',NULL,NULL,NULL,'c676b62d-6a7f-11e7-89a8-765859b2742d'),(5087,0,'HR','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-24 00:00:00',NULL,NULL,NULL,'c676b817-6a7f-11e7-89a8-765859b2742d'),(5088,0,'TEMP (C)','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-25 00:00:00',NULL,NULL,NULL,'c676b9fa-6a7f-11e7-89a8-765859b2742d'),(5089,0,'WT','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-25 00:00:00',NULL,NULL,NULL,'c676bc3a-6a7f-11e7-89a8-765859b2742d'),(5090,0,'HT','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-25 00:00:00',NULL,NULL,NULL,'c676be7b-6a7f-11e7-89a8-765859b2742d'),(5091,1,'PULSUS','',NULL,10,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676c07c-6a7f-11e7-89a8-765859b2742d'),(5092,0,'SAO2','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2006-04-16 00:00:00',NULL,NULL,NULL,'c676c287-6a7f-11e7-89a8-765859b2742d'),(5093,1,'','',NULL,1,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676c550-6a7f-11e7-89a8-765859b2742d'),(5094,1,'','',NULL,1,11,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676c7df-6a7f-11e7-89a8-765859b2742d'),(5095,1,'','',NULL,1,11,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676ca5d-6a7f-11e7-89a8-765859b2742d'),(5096,0,'','',NULL,6,11,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676ccd1-6a7f-11e7-89a8-765859b2742d'),(5097,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676cfd8-6a7f-11e7-89a8-765859b2742d'),(5098,1,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676d273-6a7f-11e7-89a8-765859b2742d'),(5099,0,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676d502-6a7f-11e7-89a8-765859b2742d'),(5100,0,'','',NULL,2,5,0,1,'2004-08-12 00:00:00','',1,'2005-08-02 00:00:00',NULL,NULL,NULL,'c676d78f-6a7f-11e7-89a8-765859b2742d'),(5101,1,'','',NULL,10,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c676daf7-6a7f-11e7-89a8-765859b2742d'),(5102,1,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',1,'2005-08-02 00:00:00',NULL,NULL,NULL,'c676dde1-6a7f-11e7-89a8-765859b2742d'),(5103,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c676e082-6a7f-11e7-89a8-765859b2742d'),(5104,0,'LLQ','',NULL,4,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676e36f-6a7f-11e7-89a8-765859b2742d'),(5105,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c676e63c-6a7f-11e7-89a8-765859b2742d'),(5106,1,'','',NULL,2,12,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676e8d7-6a7f-11e7-89a8-765859b2742d'),(5107,0,'RUQ','',NULL,4,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676eb6c-6a7f-11e7-89a8-765859b2742d'),(5108,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c676edf7-6a7f-11e7-89a8-765859b2742d'),(5109,1,'','',NULL,2,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c676f082-6a7f-11e7-89a8-765859b2742d'),(5110,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676f30a-6a7f-11e7-89a8-765859b2742d'),(5111,1,'','',NULL,10,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676f593-6a7f-11e7-89a8-765859b2742d'),(5112,0,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676f818-6a7f-11e7-89a8-765859b2742d'),(5113,1,'','',NULL,2,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676fa9d-6a7f-11e7-89a8-765859b2742d'),(5114,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676fd23-6a7f-11e7-89a8-765859b2742d'),(5115,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c676ffad-6a7f-11e7-89a8-765859b2742d'),(5116,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677038d-6a7f-11e7-89a8-765859b2742d'),(5117,1,'','',NULL,10,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677063e-6a7f-11e7-89a8-765859b2742d'),(5118,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677083d-6a7f-11e7-89a8-765859b2742d'),(5119,0,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',1,'2005-08-02 00:00:00',NULL,NULL,NULL,'c6770a59-6a7f-11e7-89a8-765859b2742d'),(5120,0,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6770c60-6a7f-11e7-89a8-765859b2742d'),(5121,0,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6770e83-6a7f-11e7-89a8-765859b2742d'),(5122,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6771077-6a7f-11e7-89a8-765859b2742d'),(5123,1,'','',NULL,10,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6771261-6a7f-11e7-89a8-765859b2742d'),(5124,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6771442-6a7f-11e7-89a8-765859b2742d'),(5125,1,'','',NULL,10,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6771625-6a7f-11e7-89a8-765859b2742d'),(5126,1,'CRANIAL NERVE ABN','',NULL,10,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6771806-6a7f-11e7-89a8-765859b2742d'),(5127,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67719ed-6a7f-11e7-89a8-765859b2742d'),(5128,1,'','',NULL,2,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6771bd3-6a7f-11e7-89a8-765859b2742d'),(5129,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6771db9-6a7f-11e7-89a8-765859b2742d'),(5130,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6771fa6-6a7f-11e7-89a8-765859b2742d'),(5131,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c677218a-6a7f-11e7-89a8-765859b2742d'),(5132,0,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6772374-6a7f-11e7-89a8-765859b2742d'),(5133,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c677255f-6a7f-11e7-89a8-765859b2742d'),(5134,0,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6772811-6a7f-11e7-89a8-765859b2742d'),(5135,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6772a1d-6a7f-11e7-89a8-765859b2742d'),(5136,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6772c05-6a7f-11e7-89a8-765859b2742d'),(5137,1,'','',NULL,10,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6772dec-6a7f-11e7-89a8-765859b2742d'),(5138,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6772fd6-6a7f-11e7-89a8-765859b2742d'),(5139,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6773271-6a7f-11e7-89a8-765859b2742d'),(5140,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6773486-6a7f-11e7-89a8-765859b2742d'),(5141,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6773676-6a7f-11e7-89a8-765859b2742d'),(5142,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6773860-6a7f-11e7-89a8-765859b2742d'),(5143,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6773a4f-6a7f-11e7-89a8-765859b2742d'),(5144,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6773c2e-6a7f-11e7-89a8-765859b2742d'),(5145,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6773e0f-6a7f-11e7-89a8-765859b2742d'),(5146,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6773ff4-6a7f-11e7-89a8-765859b2742d'),(5147,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67741dd-6a7f-11e7-89a8-765859b2742d'),(5148,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67743c3-6a7f-11e7-89a8-765859b2742d'),(5149,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67745a7-6a7f-11e7-89a8-765859b2742d'),(5150,1,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6774788-6a7f-11e7-89a8-765859b2742d'),(5151,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6774971-6a7f-11e7-89a8-765859b2742d'),(5152,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6774b52-6a7f-11e7-89a8-765859b2742d'),(5153,0,'','',NULL,1,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6774d35-6a7f-11e7-89a8-765859b2742d'),(5154,1,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6774fee-6a7f-11e7-89a8-765859b2742d'),(5155,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67751eb-6a7f-11e7-89a8-765859b2742d'),(5156,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67753cd-6a7f-11e7-89a8-765859b2742d'),(5157,0,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c67755e7-6a7f-11e7-89a8-765859b2742d'),(5158,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-26 00:00:00',NULL,NULL,NULL,'c67757fe-6a7f-11e7-89a8-765859b2742d'),(5159,0,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6775a62-6a7f-11e7-89a8-765859b2742d'),(5160,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6775c6a-6a7f-11e7-89a8-765859b2742d'),(5161,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6775e5a-6a7f-11e7-89a8-765859b2742d'),(5162,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6776046-6a7f-11e7-89a8-765859b2742d'),(5163,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6776230-6a7f-11e7-89a8-765859b2742d'),(5164,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6776418-6a7f-11e7-89a8-765859b2742d'),(5165,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6776602-6a7f-11e7-89a8-765859b2742d'),(5166,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c67767ed-6a7f-11e7-89a8-765859b2742d'),(5167,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67769d9-6a7f-11e7-89a8-765859b2742d'),(5168,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6776bc8-6a7f-11e7-89a8-765859b2742d'),(5169,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6776dac-6a7f-11e7-89a8-765859b2742d'),(5170,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6776f91-6a7f-11e7-89a8-765859b2742d'),(5171,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677717b-6a7f-11e7-89a8-765859b2742d'),(5172,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6777362-6a7f-11e7-89a8-765859b2742d'),(5173,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67776db-6a7f-11e7-89a8-765859b2742d'),(5174,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67779ba-6a7f-11e7-89a8-765859b2742d'),(5175,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6777c07-6a7f-11e7-89a8-765859b2742d'),(5176,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6777dfc-6a7f-11e7-89a8-765859b2742d'),(5177,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6778026-6a7f-11e7-89a8-765859b2742d'),(5178,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c677822a-6a7f-11e7-89a8-765859b2742d'),(5179,0,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6778417-6a7f-11e7-89a8-765859b2742d'),(5180,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6778606-6a7f-11e7-89a8-765859b2742d'),(5181,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c67787f2-6a7f-11e7-89a8-765859b2742d'),(5182,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67789df-6a7f-11e7-89a8-765859b2742d'),(5183,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6778bc6-6a7f-11e7-89a8-765859b2742d'),(5184,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6778dac-6a7f-11e7-89a8-765859b2742d'),(5185,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6778f9e-6a7f-11e7-89a8-765859b2742d'),(5186,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6779188-6a7f-11e7-89a8-765859b2742d'),(5187,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6779374-6a7f-11e7-89a8-765859b2742d'),(5188,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c677955b-6a7f-11e7-89a8-765859b2742d'),(5189,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6779748-6a7f-11e7-89a8-765859b2742d'),(5190,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6779933-6a7f-11e7-89a8-765859b2742d'),(5191,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6779b1c-6a7f-11e7-89a8-765859b2742d'),(5192,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6779f3d-6a7f-11e7-89a8-765859b2742d'),(5193,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677a5a5-6a7f-11e7-89a8-765859b2742d'),(5194,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c677a832-6a7f-11e7-89a8-765859b2742d'),(5195,0,'','',NULL,1,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c677aa31-6a7f-11e7-89a8-765859b2742d'),(5196,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677ac1c-6a7f-11e7-89a8-765859b2742d'),(5197,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677ae07-6a7f-11e7-89a8-765859b2742d'),(5198,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677aff5-6a7f-11e7-89a8-765859b2742d'),(5199,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677b2e2-6a7f-11e7-89a8-765859b2742d'),(5200,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677b4f0-6a7f-11e7-89a8-765859b2742d'),(5201,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677b6db-6a7f-11e7-89a8-765859b2742d'),(5202,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677b8bf-6a7f-11e7-89a8-765859b2742d'),(5203,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677baa7-6a7f-11e7-89a8-765859b2742d'),(5204,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677bc8e-6a7f-11e7-89a8-765859b2742d'),(5205,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677be76-6a7f-11e7-89a8-765859b2742d'),(5206,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677c05f-6a7f-11e7-89a8-765859b2742d'),(5207,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677c244-6a7f-11e7-89a8-765859b2742d'),(5208,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677c52f-6a7f-11e7-89a8-765859b2742d'),(5209,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677c72f-6a7f-11e7-89a8-765859b2742d'),(5210,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677c91b-6a7f-11e7-89a8-765859b2742d'),(5211,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677cb00-6a7f-11e7-89a8-765859b2742d'),(5212,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677cd52-6a7f-11e7-89a8-765859b2742d'),(5213,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677cfaa-6a7f-11e7-89a8-765859b2742d'),(5214,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677d1a3-6a7f-11e7-89a8-765859b2742d'),(5215,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677d392-6a7f-11e7-89a8-765859b2742d'),(5216,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677d577-6a7f-11e7-89a8-765859b2742d'),(5217,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677d75d-6a7f-11e7-89a8-765859b2742d'),(5218,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677d941-6a7f-11e7-89a8-765859b2742d'),(5219,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c677db2b-6a7f-11e7-89a8-765859b2742d'),(5220,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677dd12-6a7f-11e7-89a8-765859b2742d'),(5221,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677def7-6a7f-11e7-89a8-765859b2742d'),(5222,1,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677e0e0-6a7f-11e7-89a8-765859b2742d'),(5223,1,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677e2c8-6a7f-11e7-89a8-765859b2742d'),(5224,1,'','',NULL,4,10,1,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c677e4b3-6a7f-11e7-89a8-765859b2742d'),(5225,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677e69e-6a7f-11e7-89a8-765859b2742d'),(5226,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677e88f-6a7f-11e7-89a8-765859b2742d'),(5227,1,'','',NULL,3,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677eb33-6a7f-11e7-89a8-765859b2742d'),(5228,1,'','',NULL,3,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677ed44-6a7f-11e7-89a8-765859b2742d'),(5229,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677ef31-6a7f-11e7-89a8-765859b2742d'),(5230,1,'','',NULL,2,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c677f117-6a7f-11e7-89a8-765859b2742d'),(5231,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677f33f-6a7f-11e7-89a8-765859b2742d'),(5232,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677f5a9-6a7f-11e7-89a8-765859b2742d'),(5233,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677f7c0-6a7f-11e7-89a8-765859b2742d'),(5234,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677f9b2-6a7f-11e7-89a8-765859b2742d'),(5235,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677fb9d-6a7f-11e7-89a8-765859b2742d'),(5236,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677fd87-6a7f-11e7-89a8-765859b2742d'),(5237,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c677ff6d-6a7f-11e7-89a8-765859b2742d'),(5238,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6780159-6a7f-11e7-89a8-765859b2742d'),(5239,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6780340-6a7f-11e7-89a8-765859b2742d'),(5240,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6780547-6a7f-11e7-89a8-765859b2742d'),(5241,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6780748-6a7f-11e7-89a8-765859b2742d'),(5242,0,'','',NULL,1,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6780928-6a7f-11e7-89a8-765859b2742d'),(5243,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6780b04-6a7f-11e7-89a8-765859b2742d'),(5244,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6780ce1-6a7f-11e7-89a8-765859b2742d'),(5245,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6780ec2-6a7f-11e7-89a8-765859b2742d'),(5246,1,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6781098-6a7f-11e7-89a8-765859b2742d'),(5247,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6781358-6a7f-11e7-89a8-765859b2742d'),(5248,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6781547-6a7f-11e7-89a8-765859b2742d'),(5249,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c678171f-6a7f-11e7-89a8-765859b2742d'),(5250,1,'RICKETS','',NULL,4,4,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c678192c-6a7f-11e7-89a8-765859b2742d'),(5251,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-01-22 00:00:00',NULL,NULL,NULL,'c6781b27-6a7f-11e7-89a8-765859b2742d'),(5252,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67822d8-6a7f-11e7-89a8-765859b2742d'),(5253,1,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c67824e3-6a7f-11e7-89a8-765859b2742d'),(5254,0,'','',NULL,4,3,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c67826b9-6a7f-11e7-89a8-765859b2742d'),(5255,1,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6782888-6a7f-11e7-89a8-765859b2742d'),(5256,1,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',1,'2005-01-26 00:00:00',NULL,NULL,NULL,'c67d3a27-6a7f-11e7-89a8-765859b2742d'),(5257,1,'','',NULL,4,3,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67d446c-6a7f-11e7-89a8-765859b2742d'),(5258,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67d4c8e-6a7f-11e7-89a8-765859b2742d'),(5259,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67d5c67-6a7f-11e7-89a8-765859b2742d'),(5260,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67d6091-6a7f-11e7-89a8-765859b2742d'),(5261,0,'','',NULL,4,3,0,1,'2004-08-12 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c67d64ad-6a7f-11e7-89a8-765859b2742d'),(5262,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67d699e-6a7f-11e7-89a8-765859b2742d'),(5263,1,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67d7630-6a7f-11e7-89a8-765859b2742d'),(5264,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67d7a61-6a7f-11e7-89a8-765859b2742d'),(5265,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67d8788-6a7f-11e7-89a8-765859b2742d'),(5266,1,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67d95e4-6a7f-11e7-89a8-765859b2742d'),(5267,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67db01b-6a7f-11e7-89a8-765859b2742d'),(5268,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67db3ab-6a7f-11e7-89a8-765859b2742d'),(5269,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c67db868-6a7f-11e7-89a8-765859b2742d'),(5270,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c67dbc06-6a7f-11e7-89a8-765859b2742d'),(5271,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c67dbf6a-6a7f-11e7-89a8-765859b2742d'),(5272,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c67dc2b9-6a7f-11e7-89a8-765859b2742d'),(5273,1,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67dc5e4-6a7f-11e7-89a8-765859b2742d'),(5274,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c67dc8f8-6a7f-11e7-89a8-765859b2742d'),(5275,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c67dcc78-6a7f-11e7-89a8-765859b2742d'),(5276,0,'','',NULL,4,2,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c67dcf94-6a7f-11e7-89a8-765859b2742d'),(5277,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c67dd2ac-6a7f-11e7-89a8-765859b2742d'),(5278,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c67dd607-6a7f-11e7-89a8-765859b2742d'),(5279,0,'','',NULL,4,9,1,1,'2004-08-12 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c67dd927-6a7f-11e7-89a8-765859b2742d'),(5280,1,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c67ddc36-6a7f-11e7-89a8-765859b2742d'),(5281,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67de49a-6a7f-11e7-89a8-765859b2742d'),(5282,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2006-04-15 00:00:00',NULL,NULL,NULL,'c67de7f7-6a7f-11e7-89a8-765859b2742d'),(5283,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c67deb4c-6a7f-11e7-89a8-765859b2742d'),(5284,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67dee96-6a7f-11e7-89a8-765859b2742d'),(5285,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67df1e4-6a7f-11e7-89a8-765859b2742d'),(5286,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67df51f-6a7f-11e7-89a8-765859b2742d'),(5287,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67df84c-6a7f-11e7-89a8-765859b2742d'),(5288,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67dfb79-6a7f-11e7-89a8-765859b2742d'),(5289,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67dfeb5-6a7f-11e7-89a8-765859b2742d'),(5290,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c67e01f0-6a7f-11e7-89a8-765859b2742d'),(5291,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e065e-6a7f-11e7-89a8-765859b2742d'),(5292,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e09aa-6a7f-11e7-89a8-765859b2742d'),(5293,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e0cd6-6a7f-11e7-89a8-765859b2742d'),(5294,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e106a-6a7f-11e7-89a8-765859b2742d'),(5295,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67e13b0-6a7f-11e7-89a8-765859b2742d'),(5296,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e1702-6a7f-11e7-89a8-765859b2742d'),(5297,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e1a42-6a7f-11e7-89a8-765859b2742d'),(5298,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e1d75-6a7f-11e7-89a8-765859b2742d'),(5299,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e20a1-6a7f-11e7-89a8-765859b2742d'),(5300,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e23e2-6a7f-11e7-89a8-765859b2742d'),(5301,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e2737-6a7f-11e7-89a8-765859b2742d'),(5302,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67e2a6f-6a7f-11e7-89a8-765859b2742d'),(5303,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c67e2ec0-6a7f-11e7-89a8-765859b2742d'),(5304,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e3210-6a7f-11e7-89a8-765859b2742d'),(5305,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e355f-6a7f-11e7-89a8-765859b2742d'),(5306,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e3896-6a7f-11e7-89a8-765859b2742d'),(5307,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e3bf3-6a7f-11e7-89a8-765859b2742d'),(5308,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67e3f1e-6a7f-11e7-89a8-765859b2742d'),(5309,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e4233-6a7f-11e7-89a8-765859b2742d'),(5310,0,'','',NULL,2,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67e454e-6a7f-11e7-89a8-765859b2742d'),(5311,0,'','',NULL,1,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67e4881-6a7f-11e7-89a8-765859b2742d'),(5312,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c67e4bc2-6a7f-11e7-89a8-765859b2742d'),(5313,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67e4edc-6a7f-11e7-89a8-765859b2742d'),(5314,0,'HC','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2006-04-21 00:00:00',NULL,NULL,NULL,'c67e532c-6a7f-11e7-89a8-765859b2742d'),(5315,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67e566f-6a7f-11e7-89a8-765859b2742d'),(5316,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c67e5973-6a7f-11e7-89a8-765859b2742d'),(5317,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c67e5c8b-6a7f-11e7-89a8-765859b2742d'),(5318,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67e5fcc-6a7f-11e7-89a8-765859b2742d'),(5319,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c67e62fa-6a7f-11e7-89a8-765859b2742d'),(5320,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c67e6646-6a7f-11e7-89a8-765859b2742d'),(5321,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c67e697f-6a7f-11e7-89a8-765859b2742d'),(5322,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67e6ca7-6a7f-11e7-89a8-765859b2742d'),(5323,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e6ff3-6a7f-11e7-89a8-765859b2742d'),(5324,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67e732e-6a7f-11e7-89a8-765859b2742d'),(5325,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67e764c-6a7f-11e7-89a8-765859b2742d'),(5326,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c67e7a95-6a7f-11e7-89a8-765859b2742d'),(5327,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67e7dd8-6a7f-11e7-89a8-765859b2742d'),(5328,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67e811b-6a7f-11e7-89a8-765859b2742d'),(5329,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67e8472-6a7f-11e7-89a8-765859b2742d'),(5330,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67e8809-6a7f-11e7-89a8-765859b2742d'),(5331,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67e8b4e-6a7f-11e7-89a8-765859b2742d'),(5332,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67e8e80-6a7f-11e7-89a8-765859b2742d'),(5333,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67e91d9-6a7f-11e7-89a8-765859b2742d'),(5334,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-16 00:00:00',NULL,NULL,NULL,'c67e9515-6a7f-11e7-89a8-765859b2742d'),(5335,1,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67e983d-6a7f-11e7-89a8-765859b2742d'),(5336,1,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67e9b61-6a7f-11e7-89a8-765859b2742d'),(5337,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c67e9eac-6a7f-11e7-89a8-765859b2742d'),(5338,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67ea328-6a7f-11e7-89a8-765859b2742d'),(5339,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67ea69e-6a7f-11e7-89a8-765859b2742d'),(5340,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67ea9d1-6a7f-11e7-89a8-765859b2742d'),(5341,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67ead3a-6a7f-11e7-89a8-765859b2742d'),(5342,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67eb06f-6a7f-11e7-89a8-765859b2742d'),(5343,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67eb37b-6a7f-11e7-89a8-765859b2742d'),(5344,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67eb691-6a7f-11e7-89a8-765859b2742d'),(5345,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67eb9df-6a7f-11e7-89a8-765859b2742d'),(5346,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67ec619-6a7f-11e7-89a8-765859b2742d'),(5347,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67ecb56-6a7f-11e7-89a8-765859b2742d'),(5348,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67ece9e-6a7f-11e7-89a8-765859b2742d'),(5349,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67ed1de-6a7f-11e7-89a8-765859b2742d'),(5350,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67ed52b-6a7f-11e7-89a8-765859b2742d'),(5351,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67ed86b-6a7f-11e7-89a8-765859b2742d'),(5352,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c67edba7-6a7f-11e7-89a8-765859b2742d'),(5353,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c67ededf-6a7f-11e7-89a8-765859b2742d'),(5354,0,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c67ee211-6a7f-11e7-89a8-765859b2742d'),(5355,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67ee553-6a7f-11e7-89a8-765859b2742d'),(5356,0,'','',NULL,2,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c67ee89e-6a7f-11e7-89a8-765859b2742d'),(5357,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67eebe3-6a7f-11e7-89a8-765859b2742d'),(5358,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67ef00f-6a7f-11e7-89a8-765859b2742d'),(5359,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-17 00:00:00',NULL,NULL,NULL,'c67ef368-6a7f-11e7-89a8-765859b2742d'),(5360,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67ef6b2-6a7f-11e7-89a8-765859b2742d'),(5361,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67ef9fd-6a7f-11e7-89a8-765859b2742d'),(5362,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67efcfc-6a7f-11e7-89a8-765859b2742d'),(5363,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67eff1d-6a7f-11e7-89a8-765859b2742d'),(5364,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f010f-6a7f-11e7-89a8-765859b2742d'),(5365,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67f02f9-6a7f-11e7-89a8-765859b2742d'),(5366,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f052a-6a7f-11e7-89a8-765859b2742d'),(5367,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f071e-6a7f-11e7-89a8-765859b2742d'),(5368,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f0909-6a7f-11e7-89a8-765859b2742d'),(5369,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f0af1-6a7f-11e7-89a8-765859b2742d'),(5370,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f0cd1-6a7f-11e7-89a8-765859b2742d'),(5371,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f0eb7-6a7f-11e7-89a8-765859b2742d'),(5372,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f109c-6a7f-11e7-89a8-765859b2742d'),(5373,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f128d-6a7f-11e7-89a8-765859b2742d'),(5374,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67f149a-6a7f-11e7-89a8-765859b2742d'),(5375,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c67f1774-6a7f-11e7-89a8-765859b2742d'),(5376,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f1973-6a7f-11e7-89a8-765859b2742d'),(5377,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f1b64-6a7f-11e7-89a8-765859b2742d'),(5378,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f1d4e-6a7f-11e7-89a8-765859b2742d'),(5379,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f1f32-6a7f-11e7-89a8-765859b2742d'),(5380,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f21b9-6a7f-11e7-89a8-765859b2742d'),(5381,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f23c2-6a7f-11e7-89a8-765859b2742d'),(5382,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f25ae-6a7f-11e7-89a8-765859b2742d'),(5383,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f27c5-6a7f-11e7-89a8-765859b2742d'),(5384,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f29c9-6a7f-11e7-89a8-765859b2742d'),(5385,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f2c0e-6a7f-11e7-89a8-765859b2742d'),(5386,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f2e0a-6a7f-11e7-89a8-765859b2742d'),(5387,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f2ff6-6a7f-11e7-89a8-765859b2742d'),(5388,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f31e2-6a7f-11e7-89a8-765859b2742d'),(5389,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f33c6-6a7f-11e7-89a8-765859b2742d'),(5390,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f35b3-6a7f-11e7-89a8-765859b2742d'),(5391,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f379b-6a7f-11e7-89a8-765859b2742d'),(5392,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f39ae-6a7f-11e7-89a8-765859b2742d'),(5393,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f3d7e-6a7f-11e7-89a8-765859b2742d'),(5394,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f404d-6a7f-11e7-89a8-765859b2742d'),(5395,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f42d6-6a7f-11e7-89a8-765859b2742d'),(5396,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f4555-6a7f-11e7-89a8-765859b2742d'),(5397,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f491e-6a7f-11e7-89a8-765859b2742d'),(5398,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f4bdb-6a7f-11e7-89a8-765859b2742d'),(5399,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f4e7b-6a7f-11e7-89a8-765859b2742d'),(5400,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f514f-6a7f-11e7-89a8-765859b2742d'),(5401,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f53e7-6a7f-11e7-89a8-765859b2742d'),(5402,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f567a-6a7f-11e7-89a8-765859b2742d'),(5403,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f5910-6a7f-11e7-89a8-765859b2742d'),(5404,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f5bd8-6a7f-11e7-89a8-765859b2742d'),(5405,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67f5e76-6a7f-11e7-89a8-765859b2742d'),(5406,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67f6111-6a7f-11e7-89a8-765859b2742d'),(5407,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67f6539-6a7f-11e7-89a8-765859b2742d'),(5408,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f6882-6a7f-11e7-89a8-765859b2742d'),(5409,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f6b32-6a7f-11e7-89a8-765859b2742d'),(5410,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f6e0c-6a7f-11e7-89a8-765859b2742d'),(5411,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f70fa-6a7f-11e7-89a8-765859b2742d'),(5412,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f7392-6a7f-11e7-89a8-765859b2742d'),(5413,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f7622-6a7f-11e7-89a8-765859b2742d'),(5414,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f78b5-6a7f-11e7-89a8-765859b2742d'),(5415,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f7b3b-6a7f-11e7-89a8-765859b2742d'),(5416,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f7d3d-6a7f-11e7-89a8-765859b2742d'),(5417,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f7f41-6a7f-11e7-89a8-765859b2742d'),(5418,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f8132-6a7f-11e7-89a8-765859b2742d'),(5419,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f831a-6a7f-11e7-89a8-765859b2742d'),(5420,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f84fe-6a7f-11e7-89a8-765859b2742d'),(5421,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f86e7-6a7f-11e7-89a8-765859b2742d'),(5422,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f88ce-6a7f-11e7-89a8-765859b2742d'),(5423,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c67f8b98-6a7f-11e7-89a8-765859b2742d'),(5424,0,'','',NULL,4,3,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c67f8dca-6a7f-11e7-89a8-765859b2742d'),(5425,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f8fc1-6a7f-11e7-89a8-765859b2742d'),(5426,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f91aa-6a7f-11e7-89a8-765859b2742d'),(5427,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f9390-6a7f-11e7-89a8-765859b2742d'),(5428,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f95fd-6a7f-11e7-89a8-765859b2742d'),(5429,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f9814-6a7f-11e7-89a8-765859b2742d'),(5430,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f99ff-6a7f-11e7-89a8-765859b2742d'),(5431,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f9be8-6a7f-11e7-89a8-765859b2742d'),(5432,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f9dd2-6a7f-11e7-89a8-765859b2742d'),(5433,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67f9fb8-6a7f-11e7-89a8-765859b2742d'),(5434,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fa19a-6a7f-11e7-89a8-765859b2742d'),(5435,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fa381-6a7f-11e7-89a8-765859b2742d'),(5436,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fa564-6a7f-11e7-89a8-765859b2742d'),(5437,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fa74a-6a7f-11e7-89a8-765859b2742d'),(5438,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fa92e-6a7f-11e7-89a8-765859b2742d'),(5439,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fab11-6a7f-11e7-89a8-765859b2742d'),(5440,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67facf9-6a7f-11e7-89a8-765859b2742d'),(5441,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67faede-6a7f-11e7-89a8-765859b2742d'),(5442,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fb101-6a7f-11e7-89a8-765859b2742d'),(5443,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fb3b8-6a7f-11e7-89a8-765859b2742d'),(5444,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fb5b8-6a7f-11e7-89a8-765859b2742d'),(5445,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fb79d-6a7f-11e7-89a8-765859b2742d'),(5446,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fb985-6a7f-11e7-89a8-765859b2742d'),(5447,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fbb6f-6a7f-11e7-89a8-765859b2742d'),(5448,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fbddd-6a7f-11e7-89a8-765859b2742d'),(5449,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fbfe8-6a7f-11e7-89a8-765859b2742d'),(5450,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fc1d2-6a7f-11e7-89a8-765859b2742d'),(5451,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fc3ba-6a7f-11e7-89a8-765859b2742d'),(5452,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fc5a6-6a7f-11e7-89a8-765859b2742d'),(5453,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fc787-6a7f-11e7-89a8-765859b2742d'),(5454,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fc972-6a7f-11e7-89a8-765859b2742d'),(5455,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fcb54-6a7f-11e7-89a8-765859b2742d'),(5456,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fcd3a-6a7f-11e7-89a8-765859b2742d'),(5457,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fcf1f-6a7f-11e7-89a8-765859b2742d'),(5458,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fd106-6a7f-11e7-89a8-765859b2742d'),(5459,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fd2f0-6a7f-11e7-89a8-765859b2742d'),(5460,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fd4da-6a7f-11e7-89a8-765859b2742d'),(5461,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fd6f4-6a7f-11e7-89a8-765859b2742d'),(5462,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fd97f-6a7f-11e7-89a8-765859b2742d'),(5463,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fdba2-6a7f-11e7-89a8-765859b2742d'),(5464,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fdd9b-6a7f-11e7-89a8-765859b2742d'),(5465,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fdf84-6a7f-11e7-89a8-765859b2742d'),(5466,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fe172-6a7f-11e7-89a8-765859b2742d'),(5467,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fe3cf-6a7f-11e7-89a8-765859b2742d'),(5468,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-10 00:00:00',NULL,NULL,NULL,'c67fe5f7-6a7f-11e7-89a8-765859b2742d'),(5469,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fe7ed-6a7f-11e7-89a8-765859b2742d'),(5470,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fe9da-6a7f-11e7-89a8-765859b2742d'),(5471,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-22 00:00:00',NULL,NULL,NULL,'c67febc6-6a7f-11e7-89a8-765859b2742d'),(5472,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-22 00:00:00',NULL,NULL,NULL,'c67fedb2-6a7f-11e7-89a8-765859b2742d'),(5473,0,'','',NULL,4,8,1,1,'2004-08-12 00:00:00','',1,'2005-01-26 00:00:00',NULL,NULL,NULL,'c67fef9f-6a7f-11e7-89a8-765859b2742d'),(5474,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c67ff185-6a7f-11e7-89a8-765859b2742d'),(5475,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-22 00:00:00',NULL,NULL,NULL,'c67ff375-6a7f-11e7-89a8-765859b2742d'),(5476,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-22 00:00:00',NULL,NULL,NULL,'c67ff565-6a7f-11e7-89a8-765859b2742d'),(5477,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-22 00:00:00',NULL,NULL,NULL,'c67ff751-6a7f-11e7-89a8-765859b2742d'),(5478,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67ff93b-6a7f-11e7-89a8-765859b2742d'),(5479,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67ffb25-6a7f-11e7-89a8-765859b2742d'),(5480,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67ffd4d-6a7f-11e7-89a8-765859b2742d'),(5481,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c67fff49-6a7f-11e7-89a8-765859b2742d'),(5482,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c68002b1-6a7f-11e7-89a8-765859b2742d'),(5483,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c68004cc-6a7f-11e7-89a8-765859b2742d'),(5484,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c68006bb-6a7f-11e7-89a8-765859b2742d'),(5485,0,'','',NULL,4,15,0,1,'2004-08-12 00:00:00','',1,'2006-02-13 00:00:00',NULL,NULL,NULL,'c68008a5-6a7f-11e7-89a8-765859b2742d'),(5486,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c6800ad4-6a7f-11e7-89a8-765859b2742d'),(5487,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c6800cdc-6a7f-11e7-89a8-765859b2742d'),(5488,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c6800ec5-6a7f-11e7-89a8-765859b2742d'),(5489,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c68010af-6a7f-11e7-89a8-765859b2742d'),(5490,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c6801294-6a7f-11e7-89a8-765859b2742d'),(5491,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6801479-6a7f-11e7-89a8-765859b2742d'),(5492,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6801662-6a7f-11e7-89a8-765859b2742d'),(5493,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6801848-6a7f-11e7-89a8-765859b2742d'),(5494,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6801ee0-6a7f-11e7-89a8-765859b2742d'),(5495,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68020fa-6a7f-11e7-89a8-765859b2742d'),(5496,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68022de-6a7f-11e7-89a8-765859b2742d'),(5497,0,'CD4','',NULL,1,1,0,1,'2004-08-12 00:00:00','0.1',1,'2006-06-09 00:00:00',NULL,NULL,NULL,'c68024d2-6a7f-11e7-89a8-765859b2742d'),(5498,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c68027bc-6a7f-11e7-89a8-765859b2742d'),(5499,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6802a4b-6a7f-11e7-89a8-765859b2742d'),(5500,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6802c79-6a7f-11e7-89a8-765859b2742d'),(5501,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6802e70-6a7f-11e7-89a8-765859b2742d'),(5502,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c680305b-6a7f-11e7-89a8-765859b2742d'),(5503,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6803292-6a7f-11e7-89a8-765859b2742d'),(5504,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6803491-6a7f-11e7-89a8-765859b2742d'),(5505,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c680367d-6a7f-11e7-89a8-765859b2742d'),(5506,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c680386f-6a7f-11e7-89a8-765859b2742d'),(5507,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6803a5e-6a7f-11e7-89a8-765859b2742d'),(5508,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6803c4d-6a7f-11e7-89a8-765859b2742d'),(5509,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6803e35-6a7f-11e7-89a8-765859b2742d'),(5510,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6804020-6a7f-11e7-89a8-765859b2742d'),(5511,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6804207-6a7f-11e7-89a8-765859b2742d'),(5512,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68043f0-6a7f-11e7-89a8-765859b2742d'),(5513,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68045d7-6a7f-11e7-89a8-765859b2742d'),(5514,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68047c0-6a7f-11e7-89a8-765859b2742d'),(5515,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68049a7-6a7f-11e7-89a8-765859b2742d'),(5516,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6804b8f-6a7f-11e7-89a8-765859b2742d'),(5517,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6804db0-6a7f-11e7-89a8-765859b2742d'),(5518,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c680506c-6a7f-11e7-89a8-765859b2742d'),(5519,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c680526c-6a7f-11e7-89a8-765859b2742d'),(5520,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6805456-6a7f-11e7-89a8-765859b2742d'),(5521,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c680563e-6a7f-11e7-89a8-765859b2742d'),(5522,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6805875-6a7f-11e7-89a8-765859b2742d'),(5523,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6805ab7-6a7f-11e7-89a8-765859b2742d'),(5524,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6805cb1-6a7f-11e7-89a8-765859b2742d'),(5525,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6805e9a-6a7f-11e7-89a8-765859b2742d'),(5526,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c6806088-6a7f-11e7-89a8-765859b2742d'),(5527,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c6806276-6a7f-11e7-89a8-765859b2742d'),(5528,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6806461-6a7f-11e7-89a8-765859b2742d'),(5529,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c680664f-6a7f-11e7-89a8-765859b2742d'),(5530,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6806836-6a7f-11e7-89a8-765859b2742d'),(5531,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6806a1f-6a7f-11e7-89a8-765859b2742d'),(5532,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6806c05-6a7f-11e7-89a8-765859b2742d'),(5533,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6806df2-6a7f-11e7-89a8-765859b2742d'),(5534,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6806fdc-6a7f-11e7-89a8-765859b2742d'),(5535,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68071c1-6a7f-11e7-89a8-765859b2742d'),(5536,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68073e3-6a7f-11e7-89a8-765859b2742d'),(5537,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c680769c-6a7f-11e7-89a8-765859b2742d'),(5538,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68078ae-6a7f-11e7-89a8-765859b2742d'),(5539,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6807a9c-6a7f-11e7-89a8-765859b2742d'),(5540,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6807c88-6a7f-11e7-89a8-765859b2742d'),(5541,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6807e76-6a7f-11e7-89a8-765859b2742d'),(5542,1,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68080da-6a7f-11e7-89a8-765859b2742d'),(5543,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68082e6-6a7f-11e7-89a8-765859b2742d'),(5544,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68084ec-6a7f-11e7-89a8-765859b2742d'),(5545,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68086f0-6a7f-11e7-89a8-765859b2742d'),(5546,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68088d4-6a7f-11e7-89a8-765859b2742d'),(5547,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6808ab2-6a7f-11e7-89a8-765859b2742d'),(5548,1,'','',NULL,10,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6808c8c-6a7f-11e7-89a8-765859b2742d'),(5549,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6808e62-6a7f-11e7-89a8-765859b2742d'),(5550,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6809040-6a7f-11e7-89a8-765859b2742d'),(5551,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6809218-6a7f-11e7-89a8-765859b2742d'),(5552,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68093f5-6a7f-11e7-89a8-765859b2742d'),(5553,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68095c8-6a7f-11e7-89a8-765859b2742d'),(5554,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c68097d9-6a7f-11e7-89a8-765859b2742d'),(5555,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c68099ba-6a7f-11e7-89a8-765859b2742d'),(5556,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c680a19f-6a7f-11e7-89a8-765859b2742d'),(5557,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c680a3a2-6a7f-11e7-89a8-765859b2742d'),(5558,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c680a576-6a7f-11e7-89a8-765859b2742d'),(5559,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c680a7cc-6a7f-11e7-89a8-765859b2742d'),(5560,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c680a9bd-6a7f-11e7-89a8-765859b2742d'),(5561,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c684d4d1-6a7f-11e7-89a8-765859b2742d'),(5562,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c684dede-6a7f-11e7-89a8-765859b2742d'),(5563,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c684eabe-6a7f-11e7-89a8-765859b2742d'),(5564,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c684edb9-6a7f-11e7-89a8-765859b2742d'),(5565,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c684f04c-6a7f-11e7-89a8-765859b2742d'),(5566,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c684f42a-6a7f-11e7-89a8-765859b2742d'),(5567,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c684fbbb-6a7f-11e7-89a8-765859b2742d'),(5568,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c684fe47-6a7f-11e7-89a8-765859b2742d'),(5569,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','123',1,'2006-06-22 00:00:00',NULL,NULL,NULL,'c6850674-6a7f-11e7-89a8-765859b2742d'),(5570,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c6850f7d-6a7f-11e7-89a8-765859b2742d'),(5571,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c6851794-6a7f-11e7-89a8-765859b2742d'),(5572,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c6852659-6a7f-11e7-89a8-765859b2742d'),(5573,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c685289e-6a7f-11e7-89a8-765859b2742d'),(5574,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6852a85-6a7f-11e7-89a8-765859b2742d'),(5575,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6852c87-6a7f-11e7-89a8-765859b2742d'),(5576,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6852e74-6a7f-11e7-89a8-765859b2742d'),(5577,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6853163-6a7f-11e7-89a8-765859b2742d'),(5578,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6853430-6a7f-11e7-89a8-765859b2742d'),(5579,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c6853795-6a7f-11e7-89a8-765859b2742d'),(5580,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c6853a0f-6a7f-11e7-89a8-765859b2742d'),(5581,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c6853c3c-6a7f-11e7-89a8-765859b2742d'),(5582,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6853e38-6a7f-11e7-89a8-765859b2742d'),(5583,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6854029-6a7f-11e7-89a8-765859b2742d'),(5584,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6854221-6a7f-11e7-89a8-765859b2742d'),(5585,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c685440b-6a7f-11e7-89a8-765859b2742d'),(5586,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c68545f9-6a7f-11e7-89a8-765859b2742d'),(5587,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c68547e4-6a7f-11e7-89a8-765859b2742d'),(5588,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c68549cb-6a7f-11e7-89a8-765859b2742d'),(5589,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6854bb9-6a7f-11e7-89a8-765859b2742d'),(5590,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6854f00-6a7f-11e7-89a8-765859b2742d'),(5591,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6855104-6a7f-11e7-89a8-765859b2742d'),(5592,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c68552ec-6a7f-11e7-89a8-765859b2742d'),(5593,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68554d4-6a7f-11e7-89a8-765859b2742d'),(5594,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c68556be-6a7f-11e7-89a8-765859b2742d'),(5595,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685598b-6a7f-11e7-89a8-765859b2742d'),(5596,0,'','',NULL,8,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c6855bc9-6a7f-11e7-89a8-765859b2742d'),(5597,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c6855dca-6a7f-11e7-89a8-765859b2742d'),(5598,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c6855fbc-6a7f-11e7-89a8-765859b2742d'),(5599,0,'','',NULL,8,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c6856211-6a7f-11e7-89a8-765859b2742d'),(5600,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c685642d-6a7f-11e7-89a8-765859b2742d'),(5601,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c685661c-6a7f-11e7-89a8-765859b2742d'),(5602,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685680a-6a7f-11e7-89a8-765859b2742d'),(5603,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68569f2-6a7f-11e7-89a8-765859b2742d'),(5604,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6856bd7-6a7f-11e7-89a8-765859b2742d'),(5605,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6856dc5-6a7f-11e7-89a8-765859b2742d'),(5606,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6856faf-6a7f-11e7-89a8-765859b2742d'),(5607,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685719e-6a7f-11e7-89a8-765859b2742d'),(5608,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6857384-6a7f-11e7-89a8-765859b2742d'),(5609,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685756c-6a7f-11e7-89a8-765859b2742d'),(5610,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6857754-6a7f-11e7-89a8-765859b2742d'),(5611,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6857940-6a7f-11e7-89a8-765859b2742d'),(5612,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6857b2b-6a7f-11e7-89a8-765859b2742d'),(5613,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6857d0c-6a7f-11e7-89a8-765859b2742d'),(5614,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6858113-6a7f-11e7-89a8-765859b2742d'),(5615,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685838d-6a7f-11e7-89a8-765859b2742d'),(5616,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-13 00:00:00',NULL,NULL,NULL,'c6858598-6a7f-11e7-89a8-765859b2742d'),(5617,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6858789-6a7f-11e7-89a8-765859b2742d'),(5618,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68589b9-6a7f-11e7-89a8-765859b2742d'),(5619,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6858bb7-6a7f-11e7-89a8-765859b2742d'),(5620,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6858dbb-6a7f-11e7-89a8-765859b2742d'),(5621,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6859132-6a7f-11e7-89a8-765859b2742d'),(5622,0,'','',NULL,4,11,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6859387-6a7f-11e7-89a8-765859b2742d'),(5623,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6859586-6a7f-11e7-89a8-765859b2742d'),(5624,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6859771-6a7f-11e7-89a8-765859b2742d'),(5625,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c6859957-6a7f-11e7-89a8-765859b2742d'),(5626,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6859b40-6a7f-11e7-89a8-765859b2742d'),(5627,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6859d24-6a7f-11e7-89a8-765859b2742d'),(5628,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6859f0f-6a7f-11e7-89a8-765859b2742d'),(5629,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685a0fd-6a7f-11e7-89a8-765859b2742d'),(5630,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c685a2e0-6a7f-11e7-89a8-765859b2742d'),(5631,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685a4ca-6a7f-11e7-89a8-765859b2742d'),(5632,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c685a791-6a7f-11e7-89a8-765859b2742d'),(5633,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c685a9cf-6a7f-11e7-89a8-765859b2742d'),(5634,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c685abc6-6a7f-11e7-89a8-765859b2742d'),(5635,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685ae9c-6a7f-11e7-89a8-765859b2742d'),(5636,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685b151-6a7f-11e7-89a8-765859b2742d'),(5637,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685b488-6a7f-11e7-89a8-765859b2742d'),(5638,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685b690-6a7f-11e7-89a8-765859b2742d'),(5639,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685b876-6a7f-11e7-89a8-765859b2742d'),(5640,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685ba5c-6a7f-11e7-89a8-765859b2742d'),(5641,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685bc41-6a7f-11e7-89a8-765859b2742d'),(5642,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685be24-6a7f-11e7-89a8-765859b2742d'),(5643,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685c004-6a7f-11e7-89a8-765859b2742d'),(5644,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685c1e6-6a7f-11e7-89a8-765859b2742d'),(5645,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685c3cd-6a7f-11e7-89a8-765859b2742d'),(5646,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685c5b3-6a7f-11e7-89a8-765859b2742d'),(5647,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685c79c-6a7f-11e7-89a8-765859b2742d'),(5648,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685c985-6a7f-11e7-89a8-765859b2742d'),(5649,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685cb6e-6a7f-11e7-89a8-765859b2742d'),(5650,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685ce7b-6a7f-11e7-89a8-765859b2742d'),(5651,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685d081-6a7f-11e7-89a8-765859b2742d'),(5652,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685d2a8-6a7f-11e7-89a8-765859b2742d'),(5653,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685d49d-6a7f-11e7-89a8-765859b2742d'),(5654,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685d6c1-6a7f-11e7-89a8-765859b2742d'),(5655,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685d8cc-6a7f-11e7-89a8-765859b2742d'),(5656,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685dabd-6a7f-11e7-89a8-765859b2742d'),(5657,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685e0bc-6a7f-11e7-89a8-765859b2742d'),(5658,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685e2cd-6a7f-11e7-89a8-765859b2742d'),(5659,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685e4ad-6a7f-11e7-89a8-765859b2742d'),(5660,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685e68f-6a7f-11e7-89a8-765859b2742d'),(5661,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685e876-6a7f-11e7-89a8-765859b2742d'),(5662,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685ea59-6a7f-11e7-89a8-765859b2742d'),(5663,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685ec3e-6a7f-11e7-89a8-765859b2742d'),(5664,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685eff8-6a7f-11e7-89a8-765859b2742d'),(5665,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c685f237-6a7f-11e7-89a8-765859b2742d'),(5666,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685f4f3-6a7f-11e7-89a8-765859b2742d'),(5667,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685f6fa-6a7f-11e7-89a8-765859b2742d'),(5668,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685f8e2-6a7f-11e7-89a8-765859b2742d'),(5669,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685fbb9-6a7f-11e7-89a8-765859b2742d'),(5670,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c685feb4-6a7f-11e7-89a8-765859b2742d'),(5671,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68600c5-6a7f-11e7-89a8-765859b2742d'),(5672,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68602b0-6a7f-11e7-89a8-765859b2742d'),(5673,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686049a-6a7f-11e7-89a8-765859b2742d'),(5674,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6860682-6a7f-11e7-89a8-765859b2742d'),(5675,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6860868-6a7f-11e7-89a8-765859b2742d'),(5676,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6860a47-6a7f-11e7-89a8-765859b2742d'),(5677,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6860c2d-6a7f-11e7-89a8-765859b2742d'),(5678,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6860f45-6a7f-11e7-89a8-765859b2742d'),(5679,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c68611a3-6a7f-11e7-89a8-765859b2742d'),(5680,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c68613a8-6a7f-11e7-89a8-765859b2742d'),(5681,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6861593-6a7f-11e7-89a8-765859b2742d'),(5682,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c686188a-6a7f-11e7-89a8-765859b2742d'),(5683,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6861bd8-6a7f-11e7-89a8-765859b2742d'),(5684,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6861dfa-6a7f-11e7-89a8-765859b2742d'),(5685,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6861fe5-6a7f-11e7-89a8-765859b2742d'),(5686,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c68621ce-6a7f-11e7-89a8-765859b2742d'),(5687,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c68623b4-6a7f-11e7-89a8-765859b2742d'),(5688,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68625e8-6a7f-11e7-89a8-765859b2742d'),(5689,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c686282c-6a7f-11e7-89a8-765859b2742d'),(5690,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6862a27-6a7f-11e7-89a8-765859b2742d'),(5691,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6862c1e-6a7f-11e7-89a8-765859b2742d'),(5692,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6862e02-6a7f-11e7-89a8-765859b2742d'),(5693,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6862ff2-6a7f-11e7-89a8-765859b2742d'),(5694,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68631d7-6a7f-11e7-89a8-765859b2742d'),(5695,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68633c1-6a7f-11e7-89a8-765859b2742d'),(5696,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c68635c8-6a7f-11e7-89a8-765859b2742d'),(5697,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6863896-6a7f-11e7-89a8-765859b2742d'),(5698,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6863b2b-6a7f-11e7-89a8-765859b2742d'),(5699,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6863d9e-6a7f-11e7-89a8-765859b2742d'),(5700,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6864016-6a7f-11e7-89a8-765859b2742d'),(5701,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c686441a-6a7f-11e7-89a8-765859b2742d'),(5702,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c68646d9-6a7f-11e7-89a8-765859b2742d'),(5703,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c6864974-6a7f-11e7-89a8-765859b2742d'),(5704,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c6864c7b-6a7f-11e7-89a8-765859b2742d'),(5705,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6864f49-6a7f-11e7-89a8-765859b2742d'),(5706,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c68651e3-6a7f-11e7-89a8-765859b2742d'),(5707,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68654c5-6a7f-11e7-89a8-765859b2742d'),(5708,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686584f-6a7f-11e7-89a8-765859b2742d'),(5709,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6865b0d-6a7f-11e7-89a8-765859b2742d'),(5710,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6865da2-6a7f-11e7-89a8-765859b2742d'),(5711,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6866033-6a7f-11e7-89a8-765859b2742d'),(5712,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68662c1-6a7f-11e7-89a8-765859b2742d'),(5713,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686654d-6a7f-11e7-89a8-765859b2742d'),(5714,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686674c-6a7f-11e7-89a8-765859b2742d'),(5715,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6866a0d-6a7f-11e7-89a8-765859b2742d'),(5716,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6866c18-6a7f-11e7-89a8-765859b2742d'),(5717,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6866e01-6a7f-11e7-89a8-765859b2742d'),(5718,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6866fe9-6a7f-11e7-89a8-765859b2742d'),(5719,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68671cc-6a7f-11e7-89a8-765859b2742d'),(5720,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c68673f9-6a7f-11e7-89a8-765859b2742d'),(5721,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c68675fc-6a7f-11e7-89a8-765859b2742d'),(5722,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68677e6-6a7f-11e7-89a8-765859b2742d'),(5723,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68679ce-6a7f-11e7-89a8-765859b2742d'),(5724,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6867baf-6a7f-11e7-89a8-765859b2742d'),(5725,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6867dd3-6a7f-11e7-89a8-765859b2742d'),(5726,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6867fc6-6a7f-11e7-89a8-765859b2742d'),(5727,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68681aa-6a7f-11e7-89a8-765859b2742d'),(5728,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686838f-6a7f-11e7-89a8-765859b2742d'),(5729,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6868575-6a7f-11e7-89a8-765859b2742d'),(5730,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686875d-6a7f-11e7-89a8-765859b2742d'),(5731,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6868941-6a7f-11e7-89a8-765859b2742d'),(5732,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6868bab-6a7f-11e7-89a8-765859b2742d'),(5733,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6868efc-6a7f-11e7-89a8-765859b2742d'),(5734,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686921e-6a7f-11e7-89a8-765859b2742d'),(5735,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686942b-6a7f-11e7-89a8-765859b2742d'),(5736,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6869616-6a7f-11e7-89a8-765859b2742d'),(5737,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6869805-6a7f-11e7-89a8-765859b2742d'),(5738,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6869a2f-6a7f-11e7-89a8-765859b2742d'),(5739,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6869c3d-6a7f-11e7-89a8-765859b2742d'),(5740,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6869e28-6a7f-11e7-89a8-765859b2742d'),(5741,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686a010-6a7f-11e7-89a8-765859b2742d'),(5742,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686a1fb-6a7f-11e7-89a8-765859b2742d'),(5743,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686a3e3-6a7f-11e7-89a8-765859b2742d'),(5744,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686a609-6a7f-11e7-89a8-765859b2742d'),(5745,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686a7fd-6a7f-11e7-89a8-765859b2742d'),(5746,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686a9ea-6a7f-11e7-89a8-765859b2742d'),(5747,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686abd1-6a7f-11e7-89a8-765859b2742d'),(5748,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686adb4-6a7f-11e7-89a8-765859b2742d'),(5749,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686afa1-6a7f-11e7-89a8-765859b2742d'),(5750,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686b19b-6a7f-11e7-89a8-765859b2742d'),(5751,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686b392-6a7f-11e7-89a8-765859b2742d'),(5752,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686b576-6a7f-11e7-89a8-765859b2742d'),(5753,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686b836-6a7f-11e7-89a8-765859b2742d'),(5754,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686ba43-6a7f-11e7-89a8-765859b2742d'),(5755,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686bc2f-6a7f-11e7-89a8-765859b2742d'),(5756,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686be17-6a7f-11e7-89a8-765859b2742d'),(5757,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-13 00:00:00',NULL,NULL,NULL,'c686bffd-6a7f-11e7-89a8-765859b2742d'),(5758,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686c26d-6a7f-11e7-89a8-765859b2742d'),(5759,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c686c476-6a7f-11e7-89a8-765859b2742d'),(5760,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c686c663-6a7f-11e7-89a8-765859b2742d'),(5761,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686c84c-6a7f-11e7-89a8-765859b2742d'),(5762,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c686ca72-6a7f-11e7-89a8-765859b2742d'),(5763,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686cc65-6a7f-11e7-89a8-765859b2742d'),(5764,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686ce4f-6a7f-11e7-89a8-765859b2742d'),(5765,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686d039-6a7f-11e7-89a8-765859b2742d'),(5766,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686d220-6a7f-11e7-89a8-765859b2742d'),(5767,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686d41e-6a7f-11e7-89a8-765859b2742d'),(5768,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686d610-6a7f-11e7-89a8-765859b2742d'),(5769,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686d7fc-6a7f-11e7-89a8-765859b2742d'),(5770,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686d9e6-6a7f-11e7-89a8-765859b2742d'),(5771,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686dbd2-6a7f-11e7-89a8-765859b2742d'),(5772,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686de80-6a7f-11e7-89a8-765859b2742d'),(5773,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686e0a4-6a7f-11e7-89a8-765859b2742d'),(5774,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686e2a2-6a7f-11e7-89a8-765859b2742d'),(5775,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686e491-6a7f-11e7-89a8-765859b2742d'),(5776,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686e680-6a7f-11e7-89a8-765859b2742d'),(5777,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686e8df-6a7f-11e7-89a8-765859b2742d'),(5778,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686eaf7-6a7f-11e7-89a8-765859b2742d'),(5779,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686eceb-6a7f-11e7-89a8-765859b2742d'),(5780,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686eed7-6a7f-11e7-89a8-765859b2742d'),(5781,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686f0fc-6a7f-11e7-89a8-765859b2742d'),(5782,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686f2f5-6a7f-11e7-89a8-765859b2742d'),(5783,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686f4e0-6a7f-11e7-89a8-765859b2742d'),(5784,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686f6cd-6a7f-11e7-89a8-765859b2742d'),(5785,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686f8bb-6a7f-11e7-89a8-765859b2742d'),(5786,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686faa3-6a7f-11e7-89a8-765859b2742d'),(5787,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c686fc8b-6a7f-11e7-89a8-765859b2742d'),(5788,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c686fe77-6a7f-11e7-89a8-765859b2742d'),(5789,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6870063-6a7f-11e7-89a8-765859b2742d'),(5790,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6870252-6a7f-11e7-89a8-765859b2742d'),(5791,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68705d8-6a7f-11e7-89a8-765859b2742d'),(5792,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68708ae-6a7f-11e7-89a8-765859b2742d'),(5793,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6870ab9-6a7f-11e7-89a8-765859b2742d'),(5794,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6871120-6a7f-11e7-89a8-765859b2742d'),(5795,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6871345-6a7f-11e7-89a8-765859b2742d'),(5796,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6871529-6a7f-11e7-89a8-765859b2742d'),(5797,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6871715-6a7f-11e7-89a8-765859b2742d'),(5798,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68718fd-6a7f-11e7-89a8-765859b2742d'),(5799,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6871ba0-6a7f-11e7-89a8-765859b2742d'),(5800,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6871db1-6a7f-11e7-89a8-765859b2742d'),(5801,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6871fa0-6a7f-11e7-89a8-765859b2742d'),(5802,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687218c-6a7f-11e7-89a8-765859b2742d'),(5803,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6872377-6a7f-11e7-89a8-765859b2742d'),(5804,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6872563-6a7f-11e7-89a8-765859b2742d'),(5805,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687274b-6a7f-11e7-89a8-765859b2742d'),(5806,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6872938-6a7f-11e7-89a8-765859b2742d'),(5807,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6872b20-6a7f-11e7-89a8-765859b2742d'),(5808,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6872ddd-6a7f-11e7-89a8-765859b2742d'),(5809,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6872fdf-6a7f-11e7-89a8-765859b2742d'),(5810,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68731c6-6a7f-11e7-89a8-765859b2742d'),(5811,0,'','',NULL,4,3,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c68733b2-6a7f-11e7-89a8-765859b2742d'),(5812,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68735a7-6a7f-11e7-89a8-765859b2742d'),(5813,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68737da-6a7f-11e7-89a8-765859b2742d'),(5814,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68739d8-6a7f-11e7-89a8-765859b2742d'),(5815,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6873bc5-6a7f-11e7-89a8-765859b2742d'),(5816,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6873db1-6a7f-11e7-89a8-765859b2742d'),(5817,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6873fa0-6a7f-11e7-89a8-765859b2742d'),(5818,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68741c0-6a7f-11e7-89a8-765859b2742d'),(5819,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68743b5-6a7f-11e7-89a8-765859b2742d'),(5820,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68745a3-6a7f-11e7-89a8-765859b2742d'),(5821,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6874791-6a7f-11e7-89a8-765859b2742d'),(5822,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c687497c-6a7f-11e7-89a8-765859b2742d'),(5823,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6874b70-6a7f-11e7-89a8-765859b2742d'),(5824,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6874d5e-6a7f-11e7-89a8-765859b2742d'),(5825,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6874f4f-6a7f-11e7-89a8-765859b2742d'),(5826,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6875136-6a7f-11e7-89a8-765859b2742d'),(5827,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c68753d6-6a7f-11e7-89a8-765859b2742d'),(5828,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c68755ec-6a7f-11e7-89a8-765859b2742d'),(5829,0,'','',NULL,4,3,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c68757da-6a7f-11e7-89a8-765859b2742d'),(5830,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c68759c8-6a7f-11e7-89a8-765859b2742d'),(5831,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6875bb4-6a7f-11e7-89a8-765859b2742d'),(5832,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6875e19-6a7f-11e7-89a8-765859b2742d'),(5833,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c687602c-6a7f-11e7-89a8-765859b2742d'),(5834,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c6876220-6a7f-11e7-89a8-765859b2742d'),(5835,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c687640b-6a7f-11e7-89a8-765859b2742d'),(5836,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-12 00:00:00',NULL,NULL,NULL,'c68765f2-6a7f-11e7-89a8-765859b2742d'),(5837,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6876818-6a7f-11e7-89a8-765859b2742d'),(5838,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6876a0d-6a7f-11e7-89a8-765859b2742d'),(5839,0,'','',NULL,4,9,1,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6876bff-6a7f-11e7-89a8-765859b2742d'),(5840,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c6876dee-6a7f-11e7-89a8-765859b2742d'),(5841,0,'','',NULL,4,9,1,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c6876fe3-6a7f-11e7-89a8-765859b2742d'),(5842,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68771d1-6a7f-11e7-89a8-765859b2742d'),(5843,0,'','',NULL,4,9,1,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68773c0-6a7f-11e7-89a8-765859b2742d'),(5844,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68775aa-6a7f-11e7-89a8-765859b2742d'),(5845,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6877791-6a7f-11e7-89a8-765859b2742d'),(5846,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687797f-6a7f-11e7-89a8-765859b2742d'),(5847,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6877c37-6a7f-11e7-89a8-765859b2742d'),(5848,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6877e52-6a7f-11e7-89a8-765859b2742d'),(5849,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6878058-6a7f-11e7-89a8-765859b2742d'),(5850,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687823b-6a7f-11e7-89a8-765859b2742d'),(5851,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6878448-6a7f-11e7-89a8-765859b2742d'),(5852,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687867f-6a7f-11e7-89a8-765859b2742d'),(5853,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c687886e-6a7f-11e7-89a8-765859b2742d'),(5854,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6878a46-6a7f-11e7-89a8-765859b2742d'),(5855,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6878c50-6a7f-11e7-89a8-765859b2742d'),(5856,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6878e2d-6a7f-11e7-89a8-765859b2742d'),(5857,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6879000-6a7f-11e7-89a8-765859b2742d'),(5858,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68791cf-6a7f-11e7-89a8-765859b2742d'),(5859,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687939a-6a7f-11e7-89a8-765859b2742d'),(5860,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687956c-6a7f-11e7-89a8-765859b2742d'),(5861,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687984d-6a7f-11e7-89a8-765859b2742d'),(5862,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6879aca-6a7f-11e7-89a8-765859b2742d'),(5863,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6879cbe-6a7f-11e7-89a8-765859b2742d'),(5864,0,'','',NULL,4,3,0,1,'2004-08-12 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c687a045-6a7f-11e7-89a8-765859b2742d'),(5865,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687a314-6a7f-11e7-89a8-765859b2742d'),(5866,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687a509-6a7f-11e7-89a8-765859b2742d'),(5867,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687a6f8-6a7f-11e7-89a8-765859b2742d'),(5868,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687a8df-6a7f-11e7-89a8-765859b2742d'),(5869,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687aad3-6a7f-11e7-89a8-765859b2742d'),(5870,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c687ad00-6a7f-11e7-89a8-765859b2742d'),(5871,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687aeff-6a7f-11e7-89a8-765859b2742d'),(5872,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687b0f3-6a7f-11e7-89a8-765859b2742d'),(5873,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687b2db-6a7f-11e7-89a8-765859b2742d'),(5874,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687b503-6a7f-11e7-89a8-765859b2742d'),(5875,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687b6f7-6a7f-11e7-89a8-765859b2742d'),(5876,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687b8e1-6a7f-11e7-89a8-765859b2742d'),(5877,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687bac5-6a7f-11e7-89a8-765859b2742d'),(5878,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687bcab-6a7f-11e7-89a8-765859b2742d'),(5879,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687be8f-6a7f-11e7-89a8-765859b2742d'),(5880,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687c072-6a7f-11e7-89a8-765859b2742d'),(5881,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687c25c-6a7f-11e7-89a8-765859b2742d'),(5882,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687c443-6a7f-11e7-89a8-765859b2742d'),(5883,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687c626-6a7f-11e7-89a8-765859b2742d'),(5884,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687c8a2-6a7f-11e7-89a8-765859b2742d'),(5885,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687cac1-6a7f-11e7-89a8-765859b2742d'),(5886,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687ccb3-6a7f-11e7-89a8-765859b2742d'),(5887,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687ce99-6a7f-11e7-89a8-765859b2742d'),(5888,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687d086-6a7f-11e7-89a8-765859b2742d'),(5889,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687d2e7-6a7f-11e7-89a8-765859b2742d'),(5890,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687d513-6a7f-11e7-89a8-765859b2742d'),(5891,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c687d709-6a7f-11e7-89a8-765859b2742d'),(5892,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687df6c-6a7f-11e7-89a8-765859b2742d'),(5893,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687e221-6a7f-11e7-89a8-765859b2742d'),(5894,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687e421-6a7f-11e7-89a8-765859b2742d'),(5895,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687e609-6a7f-11e7-89a8-765859b2742d'),(5896,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687e7f5-6a7f-11e7-89a8-765859b2742d'),(5897,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687e9de-6a7f-11e7-89a8-765859b2742d'),(5898,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687ebc7-6a7f-11e7-89a8-765859b2742d'),(5899,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687edaa-6a7f-11e7-89a8-765859b2742d'),(5900,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c687f04d-6a7f-11e7-89a8-765859b2742d'),(5901,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687f25d-6a7f-11e7-89a8-765859b2742d'),(5902,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687f450-6a7f-11e7-89a8-765859b2742d'),(5903,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687f631-6a7f-11e7-89a8-765859b2742d'),(5904,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c687f819-6a7f-11e7-89a8-765859b2742d'),(5905,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687fa46-6a7f-11e7-89a8-765859b2742d'),(5906,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687fc45-6a7f-11e7-89a8-765859b2742d'),(5907,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c687fe30-6a7f-11e7-89a8-765859b2742d'),(5908,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6880018-6a7f-11e7-89a8-765859b2742d'),(5909,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6880202-6a7f-11e7-89a8-765859b2742d'),(5910,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c68803e6-6a7f-11e7-89a8-765859b2742d'),(5911,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c6880608-6a7f-11e7-89a8-765859b2742d'),(5912,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68807fd-6a7f-11e7-89a8-765859b2742d'),(5913,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68809e2-6a7f-11e7-89a8-765859b2742d'),(5914,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6880cb8-6a7f-11e7-89a8-765859b2742d'),(5915,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6881702-6a7f-11e7-89a8-765859b2742d'),(5916,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,'2005-09-08 00:00:00',NULL,NULL,NULL,'c6881a62-6a7f-11e7-89a8-765859b2742d'),(5917,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c6881c9f-6a7f-11e7-89a8-765859b2742d'),(5918,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c6881e98-6a7f-11e7-89a8-765859b2742d'),(5919,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c68820cb-6a7f-11e7-89a8-765859b2742d'),(5920,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-13 00:00:00',NULL,NULL,NULL,'c68822da-6a7f-11e7-89a8-765859b2742d'),(5921,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68824c9-6a7f-11e7-89a8-765859b2742d'),(5922,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68826b1-6a7f-11e7-89a8-765859b2742d'),(5923,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c688289f-6a7f-11e7-89a8-765859b2742d'),(5924,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6882a8b-6a7f-11e7-89a8-765859b2742d'),(5925,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6882c72-6a7f-11e7-89a8-765859b2742d'),(5926,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6882e5d-6a7f-11e7-89a8-765859b2742d'),(5927,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6883041-6a7f-11e7-89a8-765859b2742d'),(5928,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6883781-6a7f-11e7-89a8-765859b2742d'),(5929,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6883ab1-6a7f-11e7-89a8-765859b2742d'),(5930,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6883e6d-6a7f-11e7-89a8-765859b2742d'),(5931,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c688414b-6a7f-11e7-89a8-765859b2742d'),(5932,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c6884355-6a7f-11e7-89a8-765859b2742d'),(5933,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68bce0c-6a7f-11e7-89a8-765859b2742d'),(5934,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68bd77d-6a7f-11e7-89a8-765859b2742d'),(5935,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c1027-6a7f-11e7-89a8-765859b2742d'),(5936,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c147c-6a7f-11e7-89a8-765859b2742d'),(5937,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c1b96-6a7f-11e7-89a8-765859b2742d'),(5938,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c1fa1-6a7f-11e7-89a8-765859b2742d'),(5939,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c2bcd-6a7f-11e7-89a8-765859b2742d'),(5940,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c3182-6a7f-11e7-89a8-765859b2742d'),(5941,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c4217-6a7f-11e7-89a8-765859b2742d'),(5942,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c68c4a1b-6a7f-11e7-89a8-765859b2742d'),(5943,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c50d9-6a7f-11e7-89a8-765859b2742d'),(5944,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c5f71-6a7f-11e7-89a8-765859b2742d'),(5945,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68c61cf-6a7f-11e7-89a8-765859b2742d'),(5946,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68c63c6-6a7f-11e7-89a8-765859b2742d'),(5947,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c65c1-6a7f-11e7-89a8-765859b2742d'),(5948,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c683f-6a7f-11e7-89a8-765859b2742d'),(5949,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c6a42-6a7f-11e7-89a8-765859b2742d'),(5950,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c6c2f-6a7f-11e7-89a8-765859b2742d'),(5951,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c6e24-6a7f-11e7-89a8-765859b2742d'),(5952,1,'','',NULL,10,12,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c7011-6a7f-11e7-89a8-765859b2742d'),(5953,0,'','',NULL,10,12,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68c71fc-6a7f-11e7-89a8-765859b2742d'),(5954,0,'','',NULL,10,12,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68c73f3-6a7f-11e7-89a8-765859b2742d'),(5955,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c75de-6a7f-11e7-89a8-765859b2742d'),(5956,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c77cb-6a7f-11e7-89a8-765859b2742d'),(5957,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68c79bb-6a7f-11e7-89a8-765859b2742d'),(5958,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68c7be4-6a7f-11e7-89a8-765859b2742d'),(5959,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68c7ddf-6a7f-11e7-89a8-765859b2742d'),(5960,0,'SOB','',NULL,4,12,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68c7fcd-6a7f-11e7-89a8-765859b2742d'),(5961,0,'SOB REST','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68c81be-6a7f-11e7-89a8-765859b2742d'),(5962,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68c83b4-6a7f-11e7-89a8-765859b2742d'),(5963,0,'SOB EXERTION','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68c8640-6a7f-11e7-89a8-765859b2742d'),(5964,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c884a-6a7f-11e7-89a8-765859b2742d'),(5965,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68c8a39-6a7f-11e7-89a8-765859b2742d'),(5966,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68c8c23-6a7f-11e7-89a8-765859b2742d'),(5967,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c8e88-6a7f-11e7-89a8-765859b2742d'),(5968,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c908f-6a7f-11e7-89a8-765859b2742d'),(5969,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c92ac-6a7f-11e7-89a8-765859b2742d'),(5970,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c94b1-6a7f-11e7-89a8-765859b2742d'),(5971,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68c9697-6a7f-11e7-89a8-765859b2742d'),(5972,0,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68c9888-6a7f-11e7-89a8-765859b2742d'),(5973,0,'','',NULL,4,6,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c68c9a74-6a7f-11e7-89a8-765859b2742d'),(5974,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c9c85-6a7f-11e7-89a8-765859b2742d'),(5975,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68c9f2e-6a7f-11e7-89a8-765859b2742d'),(5976,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68ca1ed-6a7f-11e7-89a8-765859b2742d'),(5977,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68ca470-6a7f-11e7-89a8-765859b2742d'),(5978,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68ca767-6a7f-11e7-89a8-765859b2742d'),(5979,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68ca9fa-6a7f-11e7-89a8-765859b2742d'),(5980,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68cad19-6a7f-11e7-89a8-765859b2742d'),(5981,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68cafcd-6a7f-11e7-89a8-765859b2742d'),(5982,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68cb259-6a7f-11e7-89a8-765859b2742d'),(5983,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68cb52d-6a7f-11e7-89a8-765859b2742d'),(5984,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68cb7c8-6a7f-11e7-89a8-765859b2742d'),(5985,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c68cba59-6a7f-11e7-89a8-765859b2742d'),(5986,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68cbce1-6a7f-11e7-89a8-765859b2742d'),(5987,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68cbf66-6a7f-11e7-89a8-765859b2742d'),(5988,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68cc1ed-6a7f-11e7-89a8-765859b2742d'),(5989,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68cc46e-6a7f-11e7-89a8-765859b2742d'),(5990,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68cc6f2-6a7f-11e7-89a8-765859b2742d'),(5991,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68cc977-6a7f-11e7-89a8-765859b2742d'),(5992,0,'','',NULL,1,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68ccc01-6a7f-11e7-89a8-765859b2742d'),(5993,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68cce83-6a7f-11e7-89a8-765859b2742d'),(5994,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68cd141-6a7f-11e7-89a8-765859b2742d'),(5995,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68cd462-6a7f-11e7-89a8-765859b2742d'),(5996,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68cd707-6a7f-11e7-89a8-765859b2742d'),(5997,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68cd998-6a7f-11e7-89a8-765859b2742d'),(5998,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c68cdc71-6a7f-11e7-89a8-765859b2742d'),(5999,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68cdf0a-6a7f-11e7-89a8-765859b2742d'),(6000,1,'','',NULL,10,11,0,1,'2004-08-12 00:00:00','',1,'2005-01-30 00:00:00',NULL,NULL,NULL,'c68ce191-6a7f-11e7-89a8-765859b2742d'),(6001,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68ce415-6a7f-11e7-89a8-765859b2742d'),(6002,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68ce695-6a7f-11e7-89a8-765859b2742d'),(6003,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68ce913-6a7f-11e7-89a8-765859b2742d'),(6004,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68ceb98-6a7f-11e7-89a8-765859b2742d'),(6005,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68cee1f-6a7f-11e7-89a8-765859b2742d'),(6006,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68cf136-6a7f-11e7-89a8-765859b2742d'),(6007,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68cf3d7-6a7f-11e7-89a8-765859b2742d'),(6008,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68cf65f-6a7f-11e7-89a8-765859b2742d'),(6009,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68cf8f9-6a7f-11e7-89a8-765859b2742d'),(6010,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68cfbb0-6a7f-11e7-89a8-765859b2742d'),(6011,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68cfe3f-6a7f-11e7-89a8-765859b2742d'),(6012,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68d00c1-6a7f-11e7-89a8-765859b2742d'),(6013,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d0444-6a7f-11e7-89a8-765859b2742d'),(6014,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d06ec-6a7f-11e7-89a8-765859b2742d'),(6015,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d0979-6a7f-11e7-89a8-765859b2742d'),(6016,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68d0c01-6a7f-11e7-89a8-765859b2742d'),(6017,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68d0e8d-6a7f-11e7-89a8-765859b2742d'),(6018,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68d1112-6a7f-11e7-89a8-765859b2742d'),(6019,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68d1390-6a7f-11e7-89a8-765859b2742d'),(6020,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68d1615-6a7f-11e7-89a8-765859b2742d'),(6021,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68d1894-6a7f-11e7-89a8-765859b2742d'),(6022,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68d1a97-6a7f-11e7-89a8-765859b2742d'),(6023,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-02-23 00:00:00',NULL,NULL,NULL,'c68d1c7e-6a7f-11e7-89a8-765859b2742d'),(6024,1,'','',NULL,4,4,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d1e64-6a7f-11e7-89a8-765859b2742d'),(6025,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-12 00:00:00',NULL,NULL,NULL,'c68d209b-6a7f-11e7-89a8-765859b2742d'),(6026,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d22e9-6a7f-11e7-89a8-765859b2742d'),(6027,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d24e7-6a7f-11e7-89a8-765859b2742d'),(6028,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d279a-6a7f-11e7-89a8-765859b2742d'),(6029,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68d2b83-6a7f-11e7-89a8-765859b2742d'),(6030,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d2eb4-6a7f-11e7-89a8-765859b2742d'),(6031,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68d3268-6a7f-11e7-89a8-765859b2742d'),(6032,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68d3572-6a7f-11e7-89a8-765859b2742d'),(6033,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68d3799-6a7f-11e7-89a8-765859b2742d'),(6034,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68d3989-6a7f-11e7-89a8-765859b2742d'),(6035,0,'','',NULL,4,12,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68d3b74-6a7f-11e7-89a8-765859b2742d'),(6036,1,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68d3d5e-6a7f-11e7-89a8-765859b2742d'),(6037,0,'','',NULL,4,13,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68d3f44-6a7f-11e7-89a8-765859b2742d'),(6038,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68d412f-6a7f-11e7-89a8-765859b2742d'),(6039,1,'','',NULL,10,6,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d4312-6a7f-11e7-89a8-765859b2742d'),(6040,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68d44f9-6a7f-11e7-89a8-765859b2742d'),(6041,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d46da-6a7f-11e7-89a8-765859b2742d'),(6042,0,'','',NULL,2,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c68d4959-6a7f-11e7-89a8-765859b2742d'),(6043,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d4b5f-6a7f-11e7-89a8-765859b2742d'),(6044,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d4d4d-6a7f-11e7-89a8-765859b2742d'),(6045,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c68d4f36-6a7f-11e7-89a8-765859b2742d'),(6046,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c68d51e2-6a7f-11e7-89a8-765859b2742d'),(6047,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d5409-6a7f-11e7-89a8-765859b2742d'),(6048,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2006-04-18 00:00:00',NULL,NULL,NULL,'c68d55fd-6a7f-11e7-89a8-765859b2742d'),(6049,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-26 00:00:00',NULL,NULL,NULL,'c68d582a-6a7f-11e7-89a8-765859b2742d'),(6050,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-26 00:00:00',NULL,NULL,NULL,'c68d5a22-6a7f-11e7-89a8-765859b2742d'),(6051,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-01-26 00:00:00',NULL,NULL,NULL,'c68d5d03-6a7f-11e7-89a8-765859b2742d'),(6052,0,'','',NULL,4,5,0,1,'2004-08-12 00:00:00','',1,'2005-01-26 00:00:00',NULL,NULL,NULL,'c68d6029-6a7f-11e7-89a8-765859b2742d'),(6053,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c68d634a-6a7f-11e7-89a8-765859b2742d'),(6054,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d6689-6a7f-11e7-89a8-765859b2742d'),(6055,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d69bf-6a7f-11e7-89a8-765859b2742d'),(6056,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d6c96-6a7f-11e7-89a8-765859b2742d'),(6057,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d6f33-6a7f-11e7-89a8-765859b2742d'),(6058,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d7165-6a7f-11e7-89a8-765859b2742d'),(6059,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d735d-6a7f-11e7-89a8-765859b2742d'),(6060,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d754c-6a7f-11e7-89a8-765859b2742d'),(6061,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c68d7737-6a7f-11e7-89a8-765859b2742d'),(6062,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d7a00-6a7f-11e7-89a8-765859b2742d'),(6063,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d7c07-6a7f-11e7-89a8-765859b2742d'),(6064,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d7ecc-6a7f-11e7-89a8-765859b2742d'),(6065,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-08 00:00:00',NULL,NULL,NULL,'c68d8174-6a7f-11e7-89a8-765859b2742d'),(6066,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d8394-6a7f-11e7-89a8-765859b2742d'),(6067,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d8586-6a7f-11e7-89a8-765859b2742d'),(6068,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d87b9-6a7f-11e7-89a8-765859b2742d'),(6069,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d89b0-6a7f-11e7-89a8-765859b2742d'),(6070,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d8b9b-6a7f-11e7-89a8-765859b2742d'),(6071,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d8d86-6a7f-11e7-89a8-765859b2742d'),(6072,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d8f76-6a7f-11e7-89a8-765859b2742d'),(6073,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d915f-6a7f-11e7-89a8-765859b2742d'),(6074,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d9345-6a7f-11e7-89a8-765859b2742d'),(6075,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d9553-6a7f-11e7-89a8-765859b2742d'),(6076,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d97c8-6a7f-11e7-89a8-765859b2742d'),(6077,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-09 00:00:00',NULL,NULL,NULL,'c68d99d6-6a7f-11e7-89a8-765859b2742d'),(6078,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d9bcc-6a7f-11e7-89a8-765859b2742d'),(6079,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68d9dc0-6a7f-11e7-89a8-765859b2742d'),(6080,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68da05e-6a7f-11e7-89a8-765859b2742d'),(6081,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68da266-6a7f-11e7-89a8-765859b2742d'),(6082,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68da45f-6a7f-11e7-89a8-765859b2742d'),(6083,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68da649-6a7f-11e7-89a8-765859b2742d'),(6084,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68dabee-6a7f-11e7-89a8-765859b2742d'),(6085,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68dae04-6a7f-11e7-89a8-765859b2742d'),(6086,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68db026-6a7f-11e7-89a8-765859b2742d'),(6087,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68db21e-6a7f-11e7-89a8-765859b2742d'),(6088,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68db409-6a7f-11e7-89a8-765859b2742d'),(6089,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68db5ef-6a7f-11e7-89a8-765859b2742d'),(6090,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68db7d9-6a7f-11e7-89a8-765859b2742d'),(6091,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68db9c7-6a7f-11e7-89a8-765859b2742d'),(6092,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',1,'2005-02-18 00:00:00',NULL,NULL,NULL,'c68dbbaf-6a7f-11e7-89a8-765859b2742d'),(6093,0,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68dbe2c-6a7f-11e7-89a8-765859b2742d'),(6094,1,'','',NULL,1,1,0,1,'2004-08-12 00:00:00','',NULL,NULL,NULL,NULL,NULL,'c68dc038-6a7f-11e7-89a8-765859b2742d'),(6095,0,'','',NULL,10,7,0,1,'2004-08-12 00:00:00','',1,'2005-02-07 00:00:00',NULL,NULL,NULL,'c68dc222-6a7f-11e7-89a8-765859b2742d'),(6096,0,'','',NULL,2,7,0,1,'2004-08-12 00:00:00','',1,'2005-01-06 00:00:00',NULL,NULL,NULL,'c68dc414-6a7f-11e7-89a8-765859b2742d'),(6097,0,'','',NULL,2,4,0,1,'2004-08-12 00:00:00','',1,'2005-02-22 00:00:00',NULL,NULL,NULL,'c68dc69d-6a7f-11e7-89a8-765859b2742d'),(6098,0,'','',NULL,2,7,0,1,'2007-05-04 00:00:00','',1,'2007-05-04 00:00:00',NULL,NULL,NULL,'c68dc8c0-6a7f-11e7-89a8-765859b2742d'),(6099,0,'','',NULL,4,4,0,1,'2009-03-21 00:00:00','',1,NULL,NULL,NULL,NULL,'c68dcaba-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `concept` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_answer` -- DROP TABLE IF EXISTS `concept_answer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_answer` ( `concept_answer_id` int(11) NOT NULL AUTO_INCREMENT, `concept_id` int(11) NOT NULL DEFAULT '0', `answer_concept` int(11) DEFAULT NULL, `answer_drug` int(11) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `sort_weight` double DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_answer_id`), UNIQUE KEY `concept_answer_uuid_index` (`uuid`), KEY `answer` (`answer_concept`), KEY `answers_for_concept` (`concept_id`), KEY `answer_creator` (`creator`), KEY `answer_answer_drug_fk` (`answer_drug`), CONSTRAINT `answer` FOREIGN KEY (`answer_concept`) REFERENCES `concept` (`concept_id`), CONSTRAINT `answer_answer_drug_fk` FOREIGN KEY (`answer_drug`) REFERENCES `drug` (`drug_id`), CONSTRAINT `answer_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `answers_for_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`) ) ENGINE=InnoDB AUTO_INCREMENT=1021 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_answer` -- LOCK TABLES `concept_answer` WRITE; /*!40000 ALTER TABLE `concept_answer` DISABLE KEYS */; INSERT INTO `concept_answer` VALUES (1,12,1115,NULL,1,'2005-01-26 00:00:00',NULL,'c68f23fd-6a7f-11e7-89a8-765859b2742d'),(2,12,1136,NULL,1,'2005-01-26 00:00:00',NULL,'c68f2801-6a7f-11e7-89a8-765859b2742d'),(3,12,1137,NULL,1,'2005-01-26 00:00:00',NULL,'c68f2a64-6a7f-11e7-89a8-765859b2742d'),(4,12,5158,NULL,1,'2005-01-26 00:00:00',NULL,'c68f2c8a-6a7f-11e7-89a8-765859b2742d'),(5,12,5622,NULL,1,'2005-02-17 00:00:00',NULL,'c68f2e9b-6a7f-11e7-89a8-765859b2742d'),(6,12,6049,NULL,1,'2005-01-26 00:00:00',NULL,'c68f309e-6a7f-11e7-89a8-765859b2742d'),(7,12,6050,NULL,1,'2005-01-26 00:00:00',NULL,'c68f32a9-6a7f-11e7-89a8-765859b2742d'),(8,12,6052,NULL,1,'2005-01-26 00:00:00',NULL,'c68f34ae-6a7f-11e7-89a8-765859b2742d'),(9,32,664,NULL,1,'2005-02-14 00:00:00',NULL,'c68f36a9-6a7f-11e7-89a8-765859b2742d'),(10,32,703,NULL,1,'2005-02-14 00:00:00',NULL,'c68f38a8-6a7f-11e7-89a8-765859b2742d'),(11,32,1138,NULL,1,'2005-02-14 00:00:00',NULL,'c68f3aa3-6a7f-11e7-89a8-765859b2742d'),(12,45,664,NULL,1,'2005-02-14 00:00:00',NULL,'c68f3c9d-6a7f-11e7-89a8-765859b2742d'),(13,45,703,NULL,1,'2005-02-14 00:00:00',NULL,'c68f3e9a-6a7f-11e7-89a8-765859b2742d'),(14,45,1138,NULL,1,'2005-02-14 00:00:00',NULL,'c68f46c3-6a7f-11e7-89a8-765859b2742d'),(15,101,1115,NULL,1,'2005-02-14 00:00:00',NULL,'c68f48f9-6a7f-11e7-89a8-765859b2742d'),(16,101,1116,NULL,1,'2005-02-14 00:00:00',NULL,'c68f4af1-6a7f-11e7-89a8-765859b2742d'),(17,299,1228,NULL,1,'2005-02-16 00:00:00',NULL,'c68f4c4b-6a7f-11e7-89a8-765859b2742d'),(18,299,1229,NULL,1,'2005-02-16 00:00:00',NULL,'c68f4dd6-6a7f-11e7-89a8-765859b2742d'),(19,300,690,NULL,1,'2005-02-16 00:00:00',NULL,'c68f4ea9-6a7f-11e7-89a8-765859b2742d'),(20,300,692,NULL,1,'2005-02-16 00:00:00',NULL,'c68f4f63-6a7f-11e7-89a8-765859b2742d'),(21,300,694,NULL,1,'2005-02-16 00:00:00',NULL,'c68f501e-6a7f-11e7-89a8-765859b2742d'),(22,300,696,NULL,1,'2005-02-16 00:00:00',NULL,'c68f50d3-6a7f-11e7-89a8-765859b2742d'),(23,300,699,NULL,1,'2005-02-16 00:00:00',NULL,'c68f5189-6a7f-11e7-89a8-765859b2742d'),(24,300,701,NULL,1,'2005-02-16 00:00:00',NULL,'c68f5244-6a7f-11e7-89a8-765859b2742d'),(25,300,1230,NULL,1,'2005-02-16 00:00:00',NULL,'c68f52fa-6a7f-11e7-89a8-765859b2742d'),(26,300,1231,NULL,1,'2005-02-16 00:00:00',NULL,'c68f53ac-6a7f-11e7-89a8-765859b2742d'),(27,309,1115,NULL,1,'2005-02-17 00:00:00',NULL,'c68f5464-6a7f-11e7-89a8-765859b2742d'),(28,309,1116,NULL,1,'2005-02-17 00:00:00',NULL,'c68f551c-6a7f-11e7-89a8-765859b2742d'),(29,377,1115,NULL,1,'2005-02-17 00:00:00',NULL,'c68f55d3-6a7f-11e7-89a8-765859b2742d'),(30,377,1116,NULL,1,'2005-02-17 00:00:00',NULL,'c68f572c-6a7f-11e7-89a8-765859b2742d'),(31,380,1115,NULL,1,'2005-02-17 00:00:00',NULL,'c68f5883-6a7f-11e7-89a8-765859b2742d'),(32,380,1116,NULL,1,'2005-02-17 00:00:00',NULL,'c68f5987-6a7f-11e7-89a8-765859b2742d'),(33,382,1115,NULL,1,'2005-02-17 00:00:00',NULL,'c68f5a4f-6a7f-11e7-89a8-765859b2742d'),(34,382,1116,NULL,1,'2005-02-17 00:00:00',NULL,'c68f5b0b-6a7f-11e7-89a8-765859b2742d'),(35,384,1115,NULL,1,'2005-02-17 00:00:00',NULL,'c68f5bc6-6a7f-11e7-89a8-765859b2742d'),(36,384,1116,NULL,1,'2005-02-17 00:00:00',NULL,'c68f5c80-6a7f-11e7-89a8-765859b2742d'),(37,386,1115,NULL,1,'2005-02-17 00:00:00',NULL,'c68f5d38-6a7f-11e7-89a8-765859b2742d'),(38,386,1116,NULL,1,'2005-02-17 00:00:00',NULL,'c68f5df2-6a7f-11e7-89a8-765859b2742d'),(39,390,1115,NULL,1,'2005-02-17 00:00:00',NULL,'c68f5eb2-6a7f-11e7-89a8-765859b2742d'),(40,390,1116,NULL,1,'2005-02-17 00:00:00',NULL,'c68f5f6a-6a7f-11e7-89a8-765859b2742d'),(41,392,1115,NULL,1,'2005-02-17 00:00:00',NULL,'c68f6020-6a7f-11e7-89a8-765859b2742d'),(42,392,1116,NULL,1,'2005-02-17 00:00:00',NULL,'c68f60d8-6a7f-11e7-89a8-765859b2742d'),(43,394,1115,NULL,1,'2005-02-17 00:00:00',NULL,'c68f618f-6a7f-11e7-89a8-765859b2742d'),(44,394,1116,NULL,1,'2005-02-17 00:00:00',NULL,'c68f624a-6a7f-11e7-89a8-765859b2742d'),(45,845,1115,NULL,1,'2005-02-18 00:00:00',NULL,'c68f6306-6a7f-11e7-89a8-765859b2742d'),(46,845,1116,NULL,1,'2005-02-18 00:00:00',NULL,'c68f63bd-6a7f-11e7-89a8-765859b2742d'),(47,846,1115,NULL,1,'2005-02-18 00:00:00',NULL,'c68f6475-6a7f-11e7-89a8-765859b2742d'),(48,846,1116,NULL,1,'2005-02-18 00:00:00',NULL,'c68f6531-6a7f-11e7-89a8-765859b2742d'),(49,908,664,NULL,1,'2005-02-18 00:00:00',NULL,'c68f65e8-6a7f-11e7-89a8-765859b2742d'),(50,908,703,NULL,1,'2005-02-18 00:00:00',NULL,'c68f669b-6a7f-11e7-89a8-765859b2742d'),(52,1040,664,NULL,1,'2005-01-26 00:00:00',NULL,'c68f6752-6a7f-11e7-89a8-765859b2742d'),(53,1040,703,NULL,1,'2005-01-26 00:00:00',NULL,'c68f6808-6a7f-11e7-89a8-765859b2742d'),(56,1054,1056,NULL,1,'2005-01-06 00:00:00',NULL,'c68f68ba-6a7f-11e7-89a8-765859b2742d'),(57,1054,1057,NULL,1,'2005-01-06 00:00:00',NULL,'c68f6970-6a7f-11e7-89a8-765859b2742d'),(58,1054,1058,NULL,1,'2005-01-06 00:00:00',NULL,'c68f6b30-6a7f-11e7-89a8-765859b2742d'),(59,1054,1059,NULL,1,'2005-01-06 00:00:00',NULL,'c68f6c05-6a7f-11e7-89a8-765859b2742d'),(60,1054,1060,NULL,1,'2005-01-06 00:00:00',NULL,'c68f6cc4-6a7f-11e7-89a8-765859b2742d'),(61,1054,5555,NULL,1,'2005-01-06 00:00:00',NULL,'c68f6d76-6a7f-11e7-89a8-765859b2742d'),(62,1061,1062,NULL,1,'2005-01-06 00:00:00',NULL,'c68f6e2c-6a7f-11e7-89a8-765859b2742d'),(63,1061,1063,NULL,1,'2005-01-06 00:00:00',NULL,'c68f6ee3-6a7f-11e7-89a8-765859b2742d'),(66,1061,5564,NULL,1,'2005-01-06 00:00:00',NULL,'c68f6f97-6a7f-11e7-89a8-765859b2742d'),(68,1069,81,NULL,1,'2005-02-09 00:00:00',NULL,'c68f7048-6a7f-11e7-89a8-765859b2742d'),(69,1069,512,NULL,1,'2005-01-06 00:00:00',NULL,'c68f7100-6a7f-11e7-89a8-765859b2742d'),(70,1069,832,NULL,1,'2005-01-06 00:00:00',NULL,'c68f71b7-6a7f-11e7-89a8-765859b2742d'),(71,1069,871,NULL,1,'2005-01-06 00:00:00',NULL,'c68f7268-6a7f-11e7-89a8-765859b2742d'),(72,1069,5544,NULL,1,'2005-01-06 00:00:00',NULL,'c68f731e-6a7f-11e7-89a8-765859b2742d'),(73,1069,5945,NULL,1,'2005-01-06 00:00:00',NULL,'c68f740b-6a7f-11e7-89a8-765859b2742d'),(74,1069,5949,NULL,1,'2005-01-06 00:00:00',NULL,'c68f74df-6a7f-11e7-89a8-765859b2742d'),(75,1069,5986,NULL,1,'2005-02-09 00:00:00',NULL,'c68f759c-6a7f-11e7-89a8-765859b2742d'),(76,1069,6022,NULL,1,'2005-02-09 00:00:00',NULL,'c68f7656-6a7f-11e7-89a8-765859b2742d'),(77,1069,6023,NULL,1,'2005-02-09 00:00:00',NULL,'c68f770b-6a7f-11e7-89a8-765859b2742d'),(78,1069,6029,NULL,1,'2005-01-06 00:00:00',NULL,'c68f77c2-6a7f-11e7-89a8-765859b2742d'),(79,1070,861,NULL,1,'2005-01-06 00:00:00',NULL,'c68f787c-6a7f-11e7-89a8-765859b2742d'),(80,1070,873,NULL,1,'2005-02-09 00:00:00',NULL,'c68f792d-6a7f-11e7-89a8-765859b2742d'),(81,1070,5244,NULL,1,'2005-02-09 00:00:00',NULL,'c68f79e6-6a7f-11e7-89a8-765859b2742d'),(82,1070,5334,NULL,1,'2005-01-06 00:00:00',NULL,'c68f7aa3-6a7f-11e7-89a8-765859b2742d'),(83,1070,5953,NULL,1,'2005-01-06 00:00:00',NULL,'c68f7c00-6a7f-11e7-89a8-765859b2742d'),(84,1070,5954,NULL,1,'2005-01-06 00:00:00',NULL,'c68f7d02-6a7f-11e7-89a8-765859b2742d'),(85,1070,6016,NULL,1,'2005-02-09 00:00:00',NULL,'c68f7dc3-6a7f-11e7-89a8-765859b2742d'),(86,1071,58,NULL,1,'2005-01-26 00:00:00',NULL,'c68f7e7f-6a7f-11e7-89a8-765859b2742d'),(87,1071,107,NULL,1,'2005-01-06 00:00:00',NULL,'c68f7f34-6a7f-11e7-89a8-765859b2742d'),(88,1071,136,NULL,1,'2005-01-06 00:00:00',NULL,'c68f7fe8-6a7f-11e7-89a8-765859b2742d'),(89,1071,801,NULL,1,'2005-02-09 00:00:00',NULL,'c68f80a1-6a7f-11e7-89a8-765859b2742d'),(90,1071,1145,NULL,1,'2005-01-26 00:00:00',NULL,'c68f815c-6a7f-11e7-89a8-765859b2742d'),(91,1071,5957,NULL,1,'2005-01-06 00:00:00',NULL,'c68f8214-6a7f-11e7-89a8-765859b2742d'),(92,1071,5960,NULL,1,'2005-01-06 00:00:00',NULL,'c68f82f6-6a7f-11e7-89a8-765859b2742d'),(93,1071,5961,NULL,1,'2005-01-06 00:00:00',NULL,'c68f83b9-6a7f-11e7-89a8-765859b2742d'),(94,1071,5963,NULL,1,'2005-01-06 00:00:00',NULL,'c68f846f-6a7f-11e7-89a8-765859b2742d'),(95,1078,16,NULL,1,'2005-01-06 00:00:00',NULL,'c68f8526-6a7f-11e7-89a8-765859b2742d'),(96,1078,151,NULL,1,'2005-01-06 00:00:00',NULL,'c68f85dd-6a7f-11e7-89a8-765859b2742d'),(97,1078,5978,NULL,1,'2005-01-06 00:00:00',NULL,'c68f8693-6a7f-11e7-89a8-765859b2742d'),(98,1078,5980,NULL,1,'2005-01-06 00:00:00',NULL,'c68f8748-6a7f-11e7-89a8-765859b2742d'),(99,1078,5986,NULL,1,'2005-01-06 00:00:00',NULL,'c68f87fe-6a7f-11e7-89a8-765859b2742d'),(100,1078,6017,NULL,1,'2005-02-09 00:00:00',NULL,'c68f88b0-6a7f-11e7-89a8-765859b2742d'),(101,1078,6019,NULL,1,'2005-02-09 00:00:00',NULL,'c68f8965-6a7f-11e7-89a8-765859b2742d'),(102,1078,6031,NULL,1,'2005-01-06 00:00:00',NULL,'c68f8a1d-6a7f-11e7-89a8-765859b2742d'),(103,1078,6032,NULL,1,'2005-01-06 00:00:00',NULL,'c68f8ad0-6a7f-11e7-89a8-765859b2742d'),(104,1080,55,NULL,1,'2005-01-06 00:00:00',NULL,'c68f8b84-6a7f-11e7-89a8-765859b2742d'),(105,1080,840,NULL,1,'2005-01-06 00:00:00',NULL,'c68f8c36-6a7f-11e7-89a8-765859b2742d'),(106,1080,5989,NULL,1,'2005-01-06 00:00:00',NULL,'c68f8e3f-6a7f-11e7-89a8-765859b2742d'),(107,1080,5990,NULL,1,'2005-01-06 00:00:00',NULL,'c68f8f38-6a7f-11e7-89a8-765859b2742d'),(108,1080,5993,NULL,1,'2005-01-06 00:00:00',NULL,'c68f9000-6a7f-11e7-89a8-765859b2742d'),(109,1080,5995,NULL,1,'2005-01-06 00:00:00',NULL,'c68f91a5-6a7f-11e7-89a8-765859b2742d'),(110,1080,6020,NULL,1,'2005-02-09 00:00:00',NULL,'c68f92aa-6a7f-11e7-89a8-765859b2742d'),(111,1080,6021,NULL,1,'2005-02-09 00:00:00',NULL,'c68f9383-6a7f-11e7-89a8-765859b2742d'),(112,1080,6033,NULL,1,'2005-01-06 00:00:00',NULL,'c68f9452-6a7f-11e7-89a8-765859b2742d'),(113,1081,80,NULL,1,'2005-01-06 00:00:00',NULL,'c68f9521-6a7f-11e7-89a8-765859b2742d'),(114,1081,590,NULL,1,'2005-01-06 00:00:00',NULL,'c68f95ee-6a7f-11e7-89a8-765859b2742d'),(115,1081,5312,NULL,1,'2005-01-06 00:00:00',NULL,'c68f96b9-6a7f-11e7-89a8-765859b2742d'),(116,1081,6034,NULL,1,'2005-01-06 00:00:00',NULL,'c68f9787-6a7f-11e7-89a8-765859b2742d'),(117,1081,6035,NULL,1,'2005-01-06 00:00:00',NULL,'c68f9852-6a7f-11e7-89a8-765859b2742d'),(118,1082,77,NULL,1,'2005-01-06 00:00:00',NULL,'c68f991f-6a7f-11e7-89a8-765859b2742d'),(119,1082,206,NULL,1,'2005-02-18 00:00:00',NULL,'c68f99f1-6a7f-11e7-89a8-765859b2742d'),(120,1082,207,NULL,1,'2005-01-06 00:00:00',NULL,'c68f9ad8-6a7f-11e7-89a8-765859b2742d'),(121,1082,620,NULL,1,'2005-01-06 00:00:00',NULL,'c68f9bda-6a7f-11e7-89a8-765859b2742d'),(122,1082,6004,NULL,1,'2005-01-06 00:00:00',NULL,'c68f9cb0-6a7f-11e7-89a8-765859b2742d'),(123,1082,6005,NULL,1,'2005-01-06 00:00:00',NULL,'c68fa1d8-6a7f-11e7-89a8-765859b2742d'),(124,1082,6006,NULL,1,'2005-01-06 00:00:00',NULL,'c68fa2cc-6a7f-11e7-89a8-765859b2742d'),(125,1082,6037,NULL,1,'2005-01-06 00:00:00',NULL,'c68fa39a-6a7f-11e7-89a8-765859b2742d'),(126,1086,625,NULL,1,'2005-01-12 00:00:00',NULL,'c68fa471-6a7f-11e7-89a8-765859b2742d'),(127,1086,628,NULL,1,'2005-01-12 00:00:00',NULL,'c68fa53f-6a7f-11e7-89a8-765859b2742d'),(128,1086,631,NULL,1,'2005-01-12 00:00:00',NULL,'c68fa60e-6a7f-11e7-89a8-765859b2742d'),(129,1086,633,NULL,1,'2005-01-12 00:00:00',NULL,'c68fa6db-6a7f-11e7-89a8-765859b2742d'),(130,1086,635,NULL,1,'2005-01-12 00:00:00',NULL,'c68fa7a9-6a7f-11e7-89a8-765859b2742d'),(131,1086,794,NULL,1,'2005-02-09 00:00:00',NULL,'c68fa87b-6a7f-11e7-89a8-765859b2742d'),(132,1086,796,NULL,1,'2005-01-12 00:00:00',NULL,'c68fa948-6a7f-11e7-89a8-765859b2742d'),(133,1086,797,NULL,1,'2005-01-12 00:00:00',NULL,'c68faa13-6a7f-11e7-89a8-765859b2742d'),(134,1086,814,NULL,1,'2005-01-12 00:00:00',NULL,'c68faae5-6a7f-11e7-89a8-765859b2742d'),(135,1086,5424,NULL,1,'2005-01-12 00:00:00',NULL,'c68fabb0-6a7f-11e7-89a8-765859b2742d'),(136,1086,5811,NULL,1,'2005-01-12 00:00:00',NULL,'c68fac84-6a7f-11e7-89a8-765859b2742d'),(153,1109,92,NULL,1,'2005-01-12 00:00:00',NULL,'c68fad51-6a7f-11e7-89a8-765859b2742d'),(154,1109,916,NULL,1,'2005-01-12 00:00:00',NULL,'c68fae24-6a7f-11e7-89a8-765859b2742d'),(155,1109,1107,NULL,1,'2005-01-12 00:00:00',NULL,'c68faef2-6a7f-11e7-89a8-765859b2742d'),(156,1110,656,NULL,1,'2005-01-12 00:00:00',NULL,'c68fafc3-6a7f-11e7-89a8-765859b2742d'),(157,1110,1107,NULL,1,'2005-01-12 00:00:00',NULL,'c68fb08e-6a7f-11e7-89a8-765859b2742d'),(167,1112,747,NULL,1,'2005-01-12 00:00:00',NULL,'c68fb15d-6a7f-11e7-89a8-765859b2742d'),(168,1112,1107,NULL,1,'2005-01-12 00:00:00',NULL,'c68fb230-6a7f-11e7-89a8-765859b2742d'),(169,1119,161,NULL,1,'2005-02-08 00:00:00',NULL,'c68fb2fd-6a7f-11e7-89a8-765859b2742d'),(170,1119,215,NULL,1,'2005-02-08 00:00:00',NULL,'c68fb3cd-6a7f-11e7-89a8-765859b2742d'),(171,1119,460,NULL,1,'2005-02-09 00:00:00',NULL,'c68fb49a-6a7f-11e7-89a8-765859b2742d'),(172,1119,5201,NULL,1,'2005-01-12 00:00:00',NULL,'c68fb56b-6a7f-11e7-89a8-765859b2742d'),(173,1119,5243,NULL,1,'2005-02-09 00:00:00',NULL,'c68fb63d-6a7f-11e7-89a8-765859b2742d'),(174,1119,5244,NULL,1,'2005-02-09 00:00:00',NULL,'c68fb70c-6a7f-11e7-89a8-765859b2742d'),(175,1119,5245,NULL,1,'2005-02-08 00:00:00',NULL,'c68fb7d6-6a7f-11e7-89a8-765859b2742d'),(176,1120,507,NULL,1,'2005-01-12 00:00:00',NULL,'c68fb9cc-6a7f-11e7-89a8-765859b2742d'),(177,1120,512,NULL,1,'2005-01-12 00:00:00',NULL,'c68fbad6-6a7f-11e7-89a8-765859b2742d'),(178,1120,1115,NULL,1,'2005-01-12 00:00:00',NULL,'c68fbbac-6a7f-11e7-89a8-765859b2742d'),(179,1120,1116,NULL,1,'2005-01-12 00:00:00',NULL,'c68fbc7d-6a7f-11e7-89a8-765859b2742d'),(180,1121,504,NULL,1,'2005-01-12 00:00:00',NULL,'c68fbd48-6a7f-11e7-89a8-765859b2742d'),(181,1121,505,NULL,1,'2005-01-12 00:00:00',NULL,'c68fbe14-6a7f-11e7-89a8-765859b2742d'),(182,1121,506,NULL,1,'2005-01-12 00:00:00',NULL,'c68fbedf-6a7f-11e7-89a8-765859b2742d'),(183,1121,643,NULL,1,'2005-01-12 00:00:00',NULL,'c68fbfa8-6a7f-11e7-89a8-765859b2742d'),(184,1121,1115,NULL,1,'2005-01-12 00:00:00',NULL,'c68fc073-6a7f-11e7-89a8-765859b2742d'),(185,1121,1116,NULL,1,'2005-01-12 00:00:00',NULL,'c68fc166-6a7f-11e7-89a8-765859b2742d'),(186,1121,5112,NULL,1,'2005-01-12 00:00:00',NULL,'c68fc2d0-6a7f-11e7-89a8-765859b2742d'),(187,1122,131,NULL,1,'2005-01-12 00:00:00',NULL,'c68fc40d-6a7f-11e7-89a8-765859b2742d'),(188,1122,513,NULL,1,'2005-01-12 00:00:00',NULL,'c68fc53f-6a7f-11e7-89a8-765859b2742d'),(189,1122,516,NULL,1,'2005-01-12 00:00:00',NULL,'c68fc67e-6a7f-11e7-89a8-765859b2742d'),(190,1122,518,NULL,1,'2005-01-12 00:00:00',NULL,'c68fc7be-6a7f-11e7-89a8-765859b2742d'),(191,1122,530,NULL,1,'2005-01-12 00:00:00',NULL,'c68fc8fa-6a7f-11e7-89a8-765859b2742d'),(192,1122,536,NULL,1,'2005-02-09 00:00:00',NULL,'c68fca3b-6a7f-11e7-89a8-765859b2742d'),(193,1122,644,NULL,1,'2005-01-12 00:00:00',NULL,'c68fcb70-6a7f-11e7-89a8-765859b2742d'),(194,1122,873,NULL,1,'2005-02-09 00:00:00',NULL,'c68fccac-6a7f-11e7-89a8-765859b2742d'),(195,1122,948,NULL,1,'2005-01-12 00:00:00',NULL,'c68fcdea-6a7f-11e7-89a8-765859b2742d'),(196,1122,1115,NULL,1,'2005-01-12 00:00:00',NULL,'c68fcf1e-6a7f-11e7-89a8-765859b2742d'),(197,1122,1116,NULL,1,'2005-01-12 00:00:00',NULL,'c68fd05c-6a7f-11e7-89a8-765859b2742d'),(198,1122,5170,NULL,1,'2005-01-12 00:00:00',NULL,'c68fd19a-6a7f-11e7-89a8-765859b2742d'),(199,1122,5192,NULL,1,'2005-01-12 00:00:00',NULL,'c68fd2d9-6a7f-11e7-89a8-765859b2742d'),(200,1122,5334,NULL,1,'2005-01-12 00:00:00',NULL,'c68fdb57-6a7f-11e7-89a8-765859b2742d'),(201,1122,6016,NULL,1,'2005-02-09 00:00:00',NULL,'c68fdcab-6a7f-11e7-89a8-765859b2742d'),(202,1123,639,NULL,1,'2005-01-12 00:00:00',NULL,'c68fdde4-6a7f-11e7-89a8-765859b2742d'),(203,1123,1115,NULL,1,'2005-01-12 00:00:00',NULL,'c68fe013-6a7f-11e7-89a8-765859b2742d'),(204,1123,1116,NULL,1,'2005-01-12 00:00:00',NULL,'c68fe17e-6a7f-11e7-89a8-765859b2742d'),(205,1123,5115,NULL,1,'2005-01-12 00:00:00',NULL,'c68fe2b9-6a7f-11e7-89a8-765859b2742d'),(206,1123,5116,NULL,1,'2005-01-12 00:00:00',NULL,'c68fe3f4-6a7f-11e7-89a8-765859b2742d'),(207,1123,5127,NULL,1,'2005-01-12 00:00:00',NULL,'c68fe532-6a7f-11e7-89a8-765859b2742d'),(208,1123,5134,NULL,1,'2005-01-12 00:00:00',NULL,'c68fe672-6a7f-11e7-89a8-765859b2742d'),(209,1123,5138,NULL,1,'2005-01-12 00:00:00',NULL,'c68fe7ac-6a7f-11e7-89a8-765859b2742d'),(210,1123,5139,NULL,1,'2005-02-09 00:00:00',NULL,'c68fe8f1-6a7f-11e7-89a8-765859b2742d'),(211,1123,5141,NULL,1,'2005-02-09 00:00:00',NULL,'c68fea50-6a7f-11e7-89a8-765859b2742d'),(212,1123,5181,NULL,1,'2005-01-12 00:00:00',NULL,'c68feb98-6a7f-11e7-89a8-765859b2742d'),(213,1123,5209,NULL,1,'2005-01-12 00:00:00',NULL,'c68fecdb-6a7f-11e7-89a8-765859b2742d'),(214,1124,550,NULL,1,'2005-01-12 00:00:00',NULL,'c68fee1a-6a7f-11e7-89a8-765859b2742d'),(215,1124,562,NULL,1,'2005-01-12 00:00:00',NULL,'c68fef51-6a7f-11e7-89a8-765859b2742d'),(216,1124,1115,NULL,1,'2005-01-12 00:00:00',NULL,'c68ff085-6a7f-11e7-89a8-765859b2742d'),(217,1124,1116,NULL,1,'2005-01-12 00:00:00',NULL,'c68ff1bc-6a7f-11e7-89a8-765859b2742d'),(218,1124,1117,NULL,1,'2005-01-12 00:00:00',NULL,'c68ff2fc-6a7f-11e7-89a8-765859b2742d'),(219,1124,5156,NULL,1,'2005-01-12 00:00:00',NULL,'c68ff436-6a7f-11e7-89a8-765859b2742d'),(220,1124,5157,NULL,1,'2005-01-12 00:00:00',NULL,'c68ff590-6a7f-11e7-89a8-765859b2742d'),(221,1124,5158,NULL,1,'2005-01-12 00:00:00',NULL,'c68ff6e6-6a7f-11e7-89a8-765859b2742d'),(222,1124,5160,NULL,1,'2005-01-12 00:00:00',NULL,'c68ff814-6a7f-11e7-89a8-765859b2742d'),(223,1124,5162,NULL,1,'2005-01-12 00:00:00',NULL,'c68ff962-6a7f-11e7-89a8-765859b2742d'),(224,1124,5164,NULL,1,'2005-01-12 00:00:00',NULL,'c68ffadb-6a7f-11e7-89a8-765859b2742d'),(225,1124,5166,NULL,1,'2005-01-12 00:00:00',NULL,'c690070f-6a7f-11e7-89a8-765859b2742d'),(226,1124,5176,NULL,1,'2005-01-12 00:00:00',NULL,'c6900811-6a7f-11e7-89a8-765859b2742d'),(227,1125,581,NULL,1,'2005-01-12 00:00:00',NULL,'c69008de-6a7f-11e7-89a8-765859b2742d'),(228,1125,1115,NULL,1,'2005-01-12 00:00:00',NULL,'c69009a5-6a7f-11e7-89a8-765859b2742d'),(229,1125,1116,NULL,1,'2005-01-12 00:00:00',NULL,'c6900a70-6a7f-11e7-89a8-765859b2742d'),(230,1125,5008,NULL,1,'2005-01-12 00:00:00',NULL,'c6900b31-6a7f-11e7-89a8-765859b2742d'),(231,1125,5009,NULL,1,'2005-01-12 00:00:00',NULL,'c6900bef-6a7f-11e7-89a8-765859b2742d'),(232,1125,5103,NULL,1,'2005-01-12 00:00:00',NULL,'c6900cb5-6a7f-11e7-89a8-765859b2742d'),(233,1125,5105,NULL,1,'2005-01-12 00:00:00',NULL,'c6900d77-6a7f-11e7-89a8-765859b2742d'),(234,1126,1115,NULL,1,'2005-01-12 00:00:00',NULL,'c690132c-6a7f-11e7-89a8-765859b2742d'),(235,1126,1116,NULL,1,'2005-01-12 00:00:00',NULL,'c6901414-6a7f-11e7-89a8-765859b2742d'),(236,1126,1118,NULL,1,'2005-01-12 00:00:00',NULL,'c6964bf6-6a7f-11e7-89a8-765859b2742d'),(237,1127,134,NULL,1,'2005-01-12 00:00:00',NULL,'c6964f36-6a7f-11e7-89a8-765859b2742d'),(238,1127,507,NULL,1,'2005-01-26 00:00:00',NULL,'c696508f-6a7f-11e7-89a8-765859b2742d'),(239,1127,590,NULL,1,'2005-01-12 00:00:00',NULL,'c6965211-6a7f-11e7-89a8-765859b2742d'),(240,1127,888,NULL,1,'2005-02-09 00:00:00',NULL,'c69656a1-6a7f-11e7-89a8-765859b2742d'),(241,1127,951,NULL,1,'2005-01-12 00:00:00',NULL,'c6965e17-6a7f-11e7-89a8-765859b2742d'),(242,1127,1115,NULL,1,'2005-01-12 00:00:00',NULL,'c6965f71-6a7f-11e7-89a8-765859b2742d'),(243,1127,1116,NULL,1,'2005-01-12 00:00:00',NULL,'c69660a6-6a7f-11e7-89a8-765859b2742d'),(244,1128,1115,NULL,1,'2005-01-12 00:00:00',NULL,'c69665b8-6a7f-11e7-89a8-765859b2742d'),(245,1128,1116,NULL,1,'2005-01-12 00:00:00',NULL,'c69666f8-6a7f-11e7-89a8-765859b2742d'),(246,1128,5312,NULL,1,'2005-02-09 00:00:00',NULL,'c6966d63-6a7f-11e7-89a8-765859b2742d'),(247,1128,5313,NULL,1,'2005-02-09 00:00:00',NULL,'c6968244-6a7f-11e7-89a8-765859b2742d'),(248,1129,206,NULL,1,'2005-02-18 00:00:00',NULL,'c696836d-6a7f-11e7-89a8-765859b2742d'),(249,1129,599,NULL,1,'2005-01-12 00:00:00',NULL,'c6968449-6a7f-11e7-89a8-765859b2742d'),(250,1129,1115,NULL,1,'2005-01-12 00:00:00',NULL,'c6968529-6a7f-11e7-89a8-765859b2742d'),(251,1129,1116,NULL,1,'2005-01-12 00:00:00',NULL,'c6968600-6a7f-11e7-89a8-765859b2742d'),(252,1129,1199,NULL,1,'2005-02-09 00:00:00',NULL,'c69686d3-6a7f-11e7-89a8-765859b2742d'),(253,1129,5108,NULL,1,'2005-01-12 00:00:00',NULL,'c69687a7-6a7f-11e7-89a8-765859b2742d'),(254,1129,5135,NULL,1,'2005-01-12 00:00:00',NULL,'c696887c-6a7f-11e7-89a8-765859b2742d'),(255,1129,5264,NULL,1,'2005-02-09 00:00:00',NULL,'c6968953-6a7f-11e7-89a8-765859b2742d'),(256,1129,6005,NULL,1,'2005-01-12 00:00:00',NULL,'c6968a2a-6a7f-11e7-89a8-765859b2742d'),(257,1129,6023,NULL,1,'2005-02-09 00:00:00',NULL,'c6968afb-6a7f-11e7-89a8-765859b2742d'),(258,1130,207,NULL,1,'2005-01-12 00:00:00',NULL,'c6968bce-6a7f-11e7-89a8-765859b2742d'),(259,1130,1115,NULL,1,'2005-01-12 00:00:00',NULL,'c6968ca3-6a7f-11e7-89a8-765859b2742d'),(260,1130,1116,NULL,1,'2005-01-12 00:00:00',NULL,'c6968d75-6a7f-11e7-89a8-765859b2742d'),(261,1130,5136,NULL,1,'2005-01-12 00:00:00',NULL,'c6968e49-6a7f-11e7-89a8-765859b2742d'),(262,1130,5265,NULL,1,'2005-02-09 00:00:00',NULL,'c6968f1c-6a7f-11e7-89a8-765859b2742d'),(263,1130,6006,NULL,1,'2005-02-09 00:00:00',NULL,'c6968fec-6a7f-11e7-89a8-765859b2742d'),(264,1147,631,NULL,1,'2005-02-07 00:00:00',NULL,'c69690c6-6a7f-11e7-89a8-765859b2742d'),(265,1147,1067,NULL,1,'2005-02-07 00:00:00',NULL,'c6969196-6a7f-11e7-89a8-765859b2742d'),(266,1147,1107,NULL,1,'2005-02-07 00:00:00',NULL,'c696934b-6a7f-11e7-89a8-765859b2742d'),(267,1147,1148,NULL,1,'2005-02-07 00:00:00',NULL,'c6969433-6a7f-11e7-89a8-765859b2742d'),(268,1147,1149,NULL,1,'2005-02-07 00:00:00',NULL,'c6969509-6a7f-11e7-89a8-765859b2742d'),(275,1156,1065,NULL,1,'2005-02-08 00:00:00',NULL,'c69696ad-6a7f-11e7-89a8-765859b2742d'),(276,1156,1066,NULL,1,'2005-02-08 00:00:00',NULL,'c69697af-6a7f-11e7-89a8-765859b2742d'),(277,1156,1085,NULL,1,'2005-02-08 00:00:00',NULL,'c6969885-6a7f-11e7-89a8-765859b2742d'),(278,1156,1157,NULL,1,'2005-02-08 00:00:00',NULL,'c6969958-6a7f-11e7-89a8-765859b2742d'),(279,1156,1158,NULL,1,'2005-02-08 00:00:00',NULL,'c6969a26-6a7f-11e7-89a8-765859b2742d'),(280,1156,1159,NULL,1,'2005-02-08 00:00:00',NULL,'c6969af1-6a7f-11e7-89a8-765859b2742d'),(281,1164,1107,NULL,1,'2005-02-08 00:00:00',NULL,'c6969bc2-6a7f-11e7-89a8-765859b2742d'),(282,1164,1160,NULL,1,'2005-02-08 00:00:00',NULL,'c6969c8e-6a7f-11e7-89a8-765859b2742d'),(283,1164,1161,NULL,1,'2005-02-08 00:00:00',NULL,'c6969d5c-6a7f-11e7-89a8-765859b2742d'),(284,1164,1162,NULL,1,'2005-02-08 00:00:00',NULL,'c6969e2b-6a7f-11e7-89a8-765859b2742d'),(285,1164,1163,NULL,1,'2005-02-08 00:00:00',NULL,'c6969ef4-6a7f-11e7-89a8-765859b2742d'),(286,1165,1107,NULL,1,'2005-02-08 00:00:00',NULL,'c6969ff4-6a7f-11e7-89a8-765859b2742d'),(287,1165,1160,NULL,1,'2005-02-08 00:00:00',NULL,'c696a133-6a7f-11e7-89a8-765859b2742d'),(288,1165,1161,NULL,1,'2005-02-08 00:00:00',NULL,'c696a213-6a7f-11e7-89a8-765859b2742d'),(289,1165,1162,NULL,1,'2005-02-08 00:00:00',NULL,'c696a2e8-6a7f-11e7-89a8-765859b2742d'),(290,1165,1163,NULL,1,'2005-02-08 00:00:00',NULL,'c696a3bc-6a7f-11e7-89a8-765859b2742d'),(291,1176,625,NULL,1,'2005-02-08 00:00:00',NULL,'c696a48a-6a7f-11e7-89a8-765859b2742d'),(292,1176,628,NULL,1,'2005-02-08 00:00:00',NULL,'c696a554-6a7f-11e7-89a8-765859b2742d'),(293,1176,631,NULL,1,'2005-02-08 00:00:00',NULL,'c696a621-6a7f-11e7-89a8-765859b2742d'),(294,1176,797,NULL,1,'2005-02-08 00:00:00',NULL,'c696a6ea-6a7f-11e7-89a8-765859b2742d'),(295,1176,5622,NULL,1,'2005-02-08 00:00:00',NULL,'c696a7b7-6a7f-11e7-89a8-765859b2742d'),(296,1177,1178,NULL,1,'2005-02-09 00:00:00',NULL,'c696a881-6a7f-11e7-89a8-765859b2742d'),(297,1177,1179,NULL,1,'2005-02-09 00:00:00',NULL,'c696a94a-6a7f-11e7-89a8-765859b2742d'),(298,1177,1180,NULL,1,'2005-02-09 00:00:00',NULL,'c696aa10-6a7f-11e7-89a8-765859b2742d'),(299,1181,1148,NULL,1,'2005-02-09 00:00:00',NULL,'c696ab07-6a7f-11e7-89a8-765859b2742d'),(300,1181,1182,NULL,1,'2005-02-09 00:00:00',NULL,'c696ac86-6a7f-11e7-89a8-765859b2742d'),(301,1181,1183,NULL,1,'2005-02-09 00:00:00',NULL,'c696ad7f-6a7f-11e7-89a8-765859b2742d'),(302,1181,1184,NULL,1,'2005-02-09 00:00:00',NULL,'c696ae59-6a7f-11e7-89a8-765859b2742d'),(303,1181,1185,NULL,1,'2005-02-09 00:00:00',NULL,'c696af27-6a7f-11e7-89a8-765859b2742d'),(304,1187,628,NULL,1,'2005-02-09 00:00:00',NULL,'c696aff4-6a7f-11e7-89a8-765859b2742d'),(305,1187,631,NULL,1,'2005-02-09 00:00:00',NULL,'c696b0c3-6a7f-11e7-89a8-765859b2742d'),(306,1187,797,NULL,1,'2005-02-09 00:00:00',NULL,'c696b190-6a7f-11e7-89a8-765859b2742d'),(307,1187,5622,NULL,1,'2005-02-09 00:00:00',NULL,'c696b25c-6a7f-11e7-89a8-765859b2742d'),(308,1188,1072,NULL,1,'2005-02-09 00:00:00',NULL,'c696b32d-6a7f-11e7-89a8-765859b2742d'),(309,1188,1073,NULL,1,'2005-02-09 00:00:00',NULL,'c696b3f5-6a7f-11e7-89a8-765859b2742d'),(310,1188,1074,NULL,1,'2005-02-09 00:00:00',NULL,'c696b533-6a7f-11e7-89a8-765859b2742d'),(311,1189,5550,NULL,1,'2005-02-09 00:00:00',NULL,'c696b63e-6a7f-11e7-89a8-765859b2742d'),(312,1189,6022,NULL,1,'2005-02-09 00:00:00',NULL,'c696b70f-6a7f-11e7-89a8-765859b2742d'),(313,1189,6025,NULL,1,'2005-02-09 00:00:00',NULL,'c696b7df-6a7f-11e7-89a8-765859b2742d'),(314,1189,6037,NULL,1,'2005-02-09 00:00:00',NULL,'c696b8aa-6a7f-11e7-89a8-765859b2742d'),(315,1193,92,NULL,1,'2005-02-09 00:00:00',NULL,'c696b976-6a7f-11e7-89a8-765859b2742d'),(316,1193,438,NULL,1,'2005-02-09 00:00:00',NULL,'c696ba44-6a7f-11e7-89a8-765859b2742d'),(317,1193,461,NULL,1,'2005-02-09 00:00:00',NULL,'c696bb0d-6a7f-11e7-89a8-765859b2742d'),(318,1193,656,NULL,1,'2005-02-09 00:00:00',NULL,'c696bbda-6a7f-11e7-89a8-765859b2742d'),(319,1193,745,NULL,1,'2005-02-09 00:00:00',NULL,'c696bca6-6a7f-11e7-89a8-765859b2742d'),(320,1193,747,NULL,1,'2005-02-09 00:00:00',NULL,'c696be56-6a7f-11e7-89a8-765859b2742d'),(321,1193,768,NULL,1,'2005-02-09 00:00:00',NULL,'c696bf31-6a7f-11e7-89a8-765859b2742d'),(322,1193,916,NULL,1,'2005-02-09 00:00:00',NULL,'c696c007-6a7f-11e7-89a8-765859b2742d'),(323,1193,919,NULL,1,'2005-02-09 00:00:00',NULL,'c696c0d9-6a7f-11e7-89a8-765859b2742d'),(324,1193,1067,NULL,1,'2005-02-09 00:00:00',NULL,'c696c1a4-6a7f-11e7-89a8-765859b2742d'),(325,1193,1131,NULL,1,'2005-02-09 00:00:00',NULL,'c696c286-6a7f-11e7-89a8-765859b2742d'),(326,1193,1194,NULL,1,'2005-02-09 00:00:00',NULL,'c696c3d9-6a7f-11e7-89a8-765859b2742d'),(327,1193,1195,NULL,1,'2005-02-09 00:00:00',NULL,'c696c4bf-6a7f-11e7-89a8-765859b2742d'),(328,1193,5622,NULL,1,'2005-02-09 00:00:00',NULL,'c696c591-6a7f-11e7-89a8-765859b2742d'),(329,1193,5839,NULL,1,'2005-02-09 00:00:00',NULL,'c696c65d-6a7f-11e7-89a8-765859b2742d'),(330,1193,5841,NULL,1,'2005-02-09 00:00:00',NULL,'c696c774-6a7f-11e7-89a8-765859b2742d'),(331,1193,5843,NULL,1,'2005-02-09 00:00:00',NULL,'c696c851-6a7f-11e7-89a8-765859b2742d'),(332,1198,36,NULL,1,'2005-02-09 00:00:00',NULL,'c696c920-6a7f-11e7-89a8-765859b2742d'),(333,1198,781,NULL,1,'2005-02-09 00:00:00',NULL,'c696c9ea-6a7f-11e7-89a8-765859b2742d'),(334,1198,782,NULL,1,'2005-02-09 00:00:00',NULL,'c696cabb-6a7f-11e7-89a8-765859b2742d'),(335,1198,783,NULL,1,'2005-02-09 00:00:00',NULL,'c696cb88-6a7f-11e7-89a8-765859b2742d'),(336,1198,5261,NULL,1,'2005-02-09 00:00:00',NULL,'c696cc52-6a7f-11e7-89a8-765859b2742d'),(337,1198,5622,NULL,1,'2005-02-09 00:00:00',NULL,'c696cd24-6a7f-11e7-89a8-765859b2742d'),(338,1198,5864,NULL,1,'2005-02-09 00:00:00',NULL,'c696cdf1-6a7f-11e7-89a8-765859b2742d'),(339,1200,1115,NULL,1,'2005-02-09 00:00:00',NULL,'c696ceb8-6a7f-11e7-89a8-765859b2742d'),(340,1200,1116,NULL,1,'2005-02-09 00:00:00',NULL,'c696cf87-6a7f-11e7-89a8-765859b2742d'),(341,1200,6022,NULL,1,'2005-02-09 00:00:00',NULL,'c696d054-6a7f-11e7-89a8-765859b2742d'),(342,1208,29,NULL,1,'2005-02-09 00:00:00',NULL,'c696d11c-6a7f-11e7-89a8-765859b2742d'),(343,1208,119,NULL,1,'2005-02-17 00:00:00',NULL,'c696d1eb-6a7f-11e7-89a8-765859b2742d'),(344,1208,161,NULL,1,'2005-02-09 00:00:00',NULL,'c696d2b6-6a7f-11e7-89a8-765859b2742d'),(345,1208,507,NULL,1,'2005-02-09 00:00:00',NULL,'c696d382-6a7f-11e7-89a8-765859b2742d'),(346,1208,823,NULL,1,'2005-02-09 00:00:00',NULL,'c696d450-6a7f-11e7-89a8-765859b2742d'),(347,1208,882,NULL,1,'2005-02-09 00:00:00',NULL,'c696d51d-6a7f-11e7-89a8-765859b2742d'),(348,1208,5008,NULL,1,'2005-02-09 00:00:00',NULL,'c696d5e9-6a7f-11e7-89a8-765859b2742d'),(349,1208,5009,NULL,1,'2005-02-09 00:00:00',NULL,'c696da80-6a7f-11e7-89a8-765859b2742d'),(350,1208,5011,NULL,1,'2005-02-09 00:00:00',NULL,'c696db70-6a7f-11e7-89a8-765859b2742d'),(351,1208,5012,NULL,1,'2005-02-09 00:00:00',NULL,'c696dc41-6a7f-11e7-89a8-765859b2742d'),(352,1208,5013,NULL,1,'2005-02-09 00:00:00',NULL,'c696dd12-6a7f-11e7-89a8-765859b2742d'),(353,1208,5014,NULL,1,'2005-02-09 00:00:00',NULL,'c696dde0-6a7f-11e7-89a8-765859b2742d'),(354,1208,5015,NULL,1,'2005-02-09 00:00:00',NULL,'c696deb1-6a7f-11e7-89a8-765859b2742d'),(355,1208,5016,NULL,1,'2005-02-09 00:00:00',NULL,'c696df7e-6a7f-11e7-89a8-765859b2742d'),(356,1208,5017,NULL,1,'2005-02-09 00:00:00',NULL,'c696e04d-6a7f-11e7-89a8-765859b2742d'),(357,1208,5018,NULL,1,'2005-02-09 00:00:00',NULL,'c696e11d-6a7f-11e7-89a8-765859b2742d'),(358,1208,5020,NULL,1,'2005-02-09 00:00:00',NULL,'c696e1e7-6a7f-11e7-89a8-765859b2742d'),(359,1208,5021,NULL,1,'2005-02-09 00:00:00',NULL,'c696e36a-6a7f-11e7-89a8-765859b2742d'),(360,1208,5022,NULL,1,'2005-02-09 00:00:00',NULL,'c696e5f4-6a7f-11e7-89a8-765859b2742d'),(361,1208,5023,NULL,1,'2005-02-09 00:00:00',NULL,'c696e78a-6a7f-11e7-89a8-765859b2742d'),(362,1208,5024,NULL,1,'2005-02-09 00:00:00',NULL,'c696e8f1-6a7f-11e7-89a8-765859b2742d'),(363,1208,5025,NULL,1,'2005-02-09 00:00:00',NULL,'c696ea6d-6a7f-11e7-89a8-765859b2742d'),(364,1208,5026,NULL,1,'2005-02-09 00:00:00',NULL,'c696ebff-6a7f-11e7-89a8-765859b2742d'),(365,1208,5027,NULL,1,'2005-02-09 00:00:00',NULL,'c696ed96-6a7f-11e7-89a8-765859b2742d'),(366,1208,5028,NULL,1,'2005-02-09 00:00:00',NULL,'c696ef4a-6a7f-11e7-89a8-765859b2742d'),(367,1208,5029,NULL,1,'2005-02-09 00:00:00',NULL,'c696f09f-6a7f-11e7-89a8-765859b2742d'),(368,1208,5030,NULL,1,'2005-02-09 00:00:00',NULL,'c696f182-6a7f-11e7-89a8-765859b2742d'),(369,1208,5032,NULL,1,'2005-02-09 00:00:00',NULL,'c696f255-6a7f-11e7-89a8-765859b2742d'),(370,1208,5033,NULL,1,'2005-02-09 00:00:00',NULL,'c696f322-6a7f-11e7-89a8-765859b2742d'),(371,1208,5034,NULL,1,'2005-02-09 00:00:00',NULL,'c696f3ea-6a7f-11e7-89a8-765859b2742d'),(372,1208,5035,NULL,1,'2005-02-09 00:00:00',NULL,'c696f4b4-6a7f-11e7-89a8-765859b2742d'),(373,1208,5037,NULL,1,'2005-02-09 00:00:00',NULL,'c696f57e-6a7f-11e7-89a8-765859b2742d'),(374,1208,5038,NULL,1,'2005-02-09 00:00:00',NULL,'c696f646-6a7f-11e7-89a8-765859b2742d'),(375,1208,5040,NULL,1,'2005-02-09 00:00:00',NULL,'c696f715-6a7f-11e7-89a8-765859b2742d'),(376,1208,5041,NULL,1,'2005-02-09 00:00:00',NULL,'c696f7e0-6a7f-11e7-89a8-765859b2742d'),(377,1208,5042,NULL,1,'2005-02-09 00:00:00',NULL,'c696f8a7-6a7f-11e7-89a8-765859b2742d'),(378,1208,5043,NULL,1,'2005-02-09 00:00:00',NULL,'c696f971-6a7f-11e7-89a8-765859b2742d'),(379,1208,5044,NULL,1,'2005-02-09 00:00:00',NULL,'c696fa38-6a7f-11e7-89a8-765859b2742d'),(380,1208,5046,NULL,1,'2005-02-09 00:00:00',NULL,'c696fb02-6a7f-11e7-89a8-765859b2742d'),(381,1208,5048,NULL,1,'2005-02-09 00:00:00',NULL,'c696fc36-6a7f-11e7-89a8-765859b2742d'),(382,1208,5327,NULL,1,'2005-02-09 00:00:00',NULL,'c696fd56-6a7f-11e7-89a8-765859b2742d'),(383,1208,5340,NULL,1,'2005-02-09 00:00:00',NULL,'c696fe2c-6a7f-11e7-89a8-765859b2742d'),(384,1208,5345,NULL,1,'2005-02-09 00:00:00',NULL,'c696ff02-6a7f-11e7-89a8-765859b2742d'),(385,1208,5354,NULL,1,'2005-02-09 00:00:00',NULL,'c696ffce-6a7f-11e7-89a8-765859b2742d'),(386,1209,1201,NULL,1,'2005-02-09 00:00:00',NULL,'c6970094-6a7f-11e7-89a8-765859b2742d'),(387,1209,1202,NULL,1,'2005-02-09 00:00:00',NULL,'c697015e-6a7f-11e7-89a8-765859b2742d'),(388,1209,1203,NULL,1,'2005-02-09 00:00:00',NULL,'c6970224-6a7f-11e7-89a8-765859b2742d'),(389,1209,5327,NULL,1,'2005-02-09 00:00:00',NULL,'c69702ea-6a7f-11e7-89a8-765859b2742d'),(390,1224,1220,NULL,1,'2005-02-09 00:00:00',NULL,'c69703b5-6a7f-11e7-89a8-765859b2742d'),(391,1224,1221,NULL,1,'2005-02-09 00:00:00',NULL,'c697047d-6a7f-11e7-89a8-765859b2742d'),(392,1224,1222,NULL,1,'2005-02-09 00:00:00',NULL,'c6970545-6a7f-11e7-89a8-765859b2742d'),(393,1224,1223,NULL,1,'2005-02-09 00:00:00',NULL,'c6970613-6a7f-11e7-89a8-765859b2742d'),(394,1225,42,NULL,1,'2005-02-09 00:00:00',NULL,'c69706e0-6a7f-11e7-89a8-765859b2742d'),(395,1225,114,NULL,1,'2005-02-09 00:00:00',NULL,'c69707ad-6a7f-11e7-89a8-765859b2742d'),(396,1225,119,NULL,1,'2005-02-17 00:00:00',NULL,'c697087a-6a7f-11e7-89a8-765859b2742d'),(397,1225,204,NULL,1,'2005-02-09 00:00:00',NULL,'c6970a24-6a7f-11e7-89a8-765859b2742d'),(398,1225,507,NULL,1,'2005-02-09 00:00:00',NULL,'c697104e-6a7f-11e7-89a8-765859b2742d'),(399,1225,823,NULL,1,'2005-02-09 00:00:00',NULL,'c6971152-6a7f-11e7-89a8-765859b2742d'),(400,1225,825,NULL,1,'2005-02-09 00:00:00',NULL,'c697121b-6a7f-11e7-89a8-765859b2742d'),(401,1225,836,NULL,1,'2005-02-09 00:00:00',NULL,'c69712ef-6a7f-11e7-89a8-765859b2742d'),(402,1225,882,NULL,1,'2005-02-09 00:00:00',NULL,'c69713bf-6a7f-11e7-89a8-765859b2742d'),(403,1225,1210,NULL,1,'2005-02-09 00:00:00',NULL,'c697148f-6a7f-11e7-89a8-765859b2742d'),(404,1225,1211,NULL,1,'2005-02-09 00:00:00',NULL,'c69715a7-6a7f-11e7-89a8-765859b2742d'),(405,1225,1212,NULL,1,'2005-02-09 00:00:00',NULL,'c6971681-6a7f-11e7-89a8-765859b2742d'),(406,1225,1213,NULL,1,'2005-02-09 00:00:00',NULL,'c6971752-6a7f-11e7-89a8-765859b2742d'),(407,1225,1214,NULL,1,'2005-02-09 00:00:00',NULL,'c6971827-6a7f-11e7-89a8-765859b2742d'),(408,1225,1215,NULL,1,'2005-02-09 00:00:00',NULL,'c69718f8-6a7f-11e7-89a8-765859b2742d'),(409,1225,1216,NULL,1,'2005-02-09 00:00:00',NULL,'c69719c7-6a7f-11e7-89a8-765859b2742d'),(410,1225,1217,NULL,1,'2005-02-09 00:00:00',NULL,'c6971a93-6a7f-11e7-89a8-765859b2742d'),(411,1225,1218,NULL,1,'2005-02-09 00:00:00',NULL,'c6971b5c-6a7f-11e7-89a8-765859b2742d'),(412,1225,1219,NULL,1,'2005-02-09 00:00:00',NULL,'c6971c28-6a7f-11e7-89a8-765859b2742d'),(413,1225,5012,NULL,1,'2005-02-09 00:00:00',NULL,'c6971cfa-6a7f-11e7-89a8-765859b2742d'),(414,1225,5016,NULL,1,'2005-02-09 00:00:00',NULL,'c6971de3-6a7f-11e7-89a8-765859b2742d'),(415,1225,5018,NULL,1,'2005-02-09 00:00:00',NULL,'c6971f7a-6a7f-11e7-89a8-765859b2742d'),(416,1225,5020,NULL,1,'2005-02-09 00:00:00',NULL,'c69720d3-6a7f-11e7-89a8-765859b2742d'),(417,1225,5022,NULL,1,'2005-02-09 00:00:00',NULL,'c697221b-6a7f-11e7-89a8-765859b2742d'),(418,1225,5024,NULL,1,'2005-02-09 00:00:00',NULL,'c6972365-6a7f-11e7-89a8-765859b2742d'),(419,1225,5025,NULL,1,'2005-02-09 00:00:00',NULL,'c69724a9-6a7f-11e7-89a8-765859b2742d'),(420,1225,5029,NULL,1,'2005-02-09 00:00:00',NULL,'c6972679-6a7f-11e7-89a8-765859b2742d'),(421,1225,5032,NULL,1,'2005-02-09 00:00:00',NULL,'c69727e1-6a7f-11e7-89a8-765859b2742d'),(422,1225,5033,NULL,1,'2005-02-09 00:00:00',NULL,'c6972942-6a7f-11e7-89a8-765859b2742d'),(423,1225,5034,NULL,1,'2005-02-09 00:00:00',NULL,'c6972a9b-6a7f-11e7-89a8-765859b2742d'),(424,1225,5035,NULL,1,'2005-02-09 00:00:00',NULL,'c6972bf2-6a7f-11e7-89a8-765859b2742d'),(425,1225,5038,NULL,1,'2005-02-09 00:00:00',NULL,'c6972d48-6a7f-11e7-89a8-765859b2742d'),(426,1225,5043,NULL,1,'2005-02-09 00:00:00',NULL,'c6972e9c-6a7f-11e7-89a8-765859b2742d'),(427,1225,5046,NULL,1,'2005-02-09 00:00:00',NULL,'c6972ff6-6a7f-11e7-89a8-765859b2742d'),(428,1225,5050,NULL,1,'2005-02-09 00:00:00',NULL,'c6973151-6a7f-11e7-89a8-765859b2742d'),(429,1225,5327,NULL,1,'2005-02-09 00:00:00',NULL,'c69733b8-6a7f-11e7-89a8-765859b2742d'),(430,1225,5328,NULL,1,'2005-02-09 00:00:00',NULL,'c6973536-6a7f-11e7-89a8-765859b2742d'),(431,1225,5333,NULL,1,'2005-02-09 00:00:00',NULL,'c6973692-6a7f-11e7-89a8-765859b2742d'),(432,1225,5340,NULL,1,'2005-02-09 00:00:00',NULL,'c697376c-6a7f-11e7-89a8-765859b2742d'),(433,1225,5345,NULL,1,'2005-02-09 00:00:00',NULL,'c6973844-6a7f-11e7-89a8-765859b2742d'),(434,1225,5355,NULL,1,'2005-02-09 00:00:00',NULL,'c6973915-6a7f-11e7-89a8-765859b2742d'),(435,1247,1107,NULL,1,'2005-02-22 00:00:00',NULL,'c69739e4-6a7f-11e7-89a8-765859b2742d'),(436,1247,1160,NULL,1,'2005-02-22 00:00:00',NULL,'c6973ab5-6a7f-11e7-89a8-765859b2742d'),(437,1247,1161,NULL,1,'2005-02-22 00:00:00',NULL,'c6973b87-6a7f-11e7-89a8-765859b2742d'),(438,1247,1162,NULL,1,'2005-02-22 00:00:00',NULL,'c6973cc9-6a7f-11e7-89a8-765859b2742d'),(439,1247,1163,NULL,1,'2005-02-22 00:00:00',NULL,'c6973dc3-6a7f-11e7-89a8-765859b2742d'),(440,5219,1068,NULL,1,'2005-01-06 00:00:00',NULL,'c6973e97-6a7f-11e7-89a8-765859b2742d'),(441,5219,5006,NULL,1,'2005-01-06 00:00:00',NULL,'c6973f60-6a7f-11e7-89a8-765859b2742d'),(450,5303,822,NULL,1,'2005-02-08 00:00:00',NULL,'c697402d-6a7f-11e7-89a8-765859b2742d'),(451,5303,1169,NULL,1,'2005-02-08 00:00:00',NULL,'c69740f7-6a7f-11e7-89a8-765859b2742d'),(452,5310,1115,NULL,1,'2005-02-09 00:00:00',NULL,'c69741dd-6a7f-11e7-89a8-765859b2742d'),(453,5310,1116,NULL,1,'2005-02-09 00:00:00',NULL,'c69742ba-6a7f-11e7-89a8-765859b2742d'),(454,5310,1118,NULL,1,'2005-02-09 00:00:00',NULL,'c697438b-6a7f-11e7-89a8-765859b2742d'),(455,5319,1090,NULL,1,'2005-01-12 00:00:00',NULL,'c6974458-6a7f-11e7-89a8-765859b2742d'),(456,5319,1091,NULL,1,'2005-01-12 00:00:00',NULL,'c6974527-6a7f-11e7-89a8-765859b2742d'),(457,5319,1092,NULL,1,'2005-01-12 00:00:00',NULL,'c69745ef-6a7f-11e7-89a8-765859b2742d'),(458,5319,1093,NULL,1,'2005-01-12 00:00:00',NULL,'c69746b7-6a7f-11e7-89a8-765859b2742d'),(459,5319,1094,NULL,1,'2005-01-12 00:00:00',NULL,'c6974789-6a7f-11e7-89a8-765859b2742d'),(460,5319,1095,NULL,1,'2005-01-12 00:00:00',NULL,'c6974858-6a7f-11e7-89a8-765859b2742d'),(461,5320,1101,NULL,1,'2005-01-12 00:00:00',NULL,'c6974924-6a7f-11e7-89a8-765859b2742d'),(462,5320,1102,NULL,1,'2005-01-12 00:00:00',NULL,'c69749f2-6a7f-11e7-89a8-765859b2742d'),(463,5320,1103,NULL,1,'2005-01-12 00:00:00',NULL,'c6974ac1-6a7f-11e7-89a8-765859b2742d'),(464,5320,1104,NULL,1,'2005-01-12 00:00:00',NULL,'c6974b8a-6a7f-11e7-89a8-765859b2742d'),(465,5320,1105,NULL,1,'2005-01-12 00:00:00',NULL,'c6974c59-6a7f-11e7-89a8-765859b2742d'),(466,5320,1106,NULL,1,'2005-01-12 00:00:00',NULL,'c6974d25-6a7f-11e7-89a8-765859b2742d'),(467,5321,1090,NULL,1,'2005-01-12 00:00:00',NULL,'c6974df2-6a7f-11e7-89a8-765859b2742d'),(468,5321,1097,NULL,1,'2005-01-12 00:00:00',NULL,'c6974ec1-6a7f-11e7-89a8-765859b2742d'),(469,5321,1098,NULL,1,'2005-01-12 00:00:00',NULL,'c6974f90-6a7f-11e7-89a8-765859b2742d'),(470,5321,1099,NULL,1,'2005-01-12 00:00:00',NULL,'c697505e-6a7f-11e7-89a8-765859b2742d'),(471,5321,1100,NULL,1,'2005-01-12 00:00:00',NULL,'c697512a-6a7f-11e7-89a8-765859b2742d'),(472,5356,1204,NULL,1,'2005-02-22 00:00:00',NULL,'c69751f7-6a7f-11e7-89a8-765859b2742d'),(473,5356,1205,NULL,1,'2005-02-22 00:00:00',NULL,'c69752c1-6a7f-11e7-89a8-765859b2742d'),(474,5356,1206,NULL,1,'2005-02-22 00:00:00',NULL,'c697538f-6a7f-11e7-89a8-765859b2742d'),(475,5356,1207,NULL,1,'2005-02-22 00:00:00',NULL,'c697545d-6a7f-11e7-89a8-765859b2742d'),(476,5587,1065,NULL,1,'2005-02-08 00:00:00',NULL,'c6975527-6a7f-11e7-89a8-765859b2742d'),(477,5587,1066,NULL,1,'2005-02-08 00:00:00',NULL,'c69755f6-6a7f-11e7-89a8-765859b2742d'),(478,5587,1067,NULL,1,'2005-02-08 00:00:00',NULL,'c69756c4-6a7f-11e7-89a8-765859b2742d'),(479,5605,1049,NULL,1,'2005-01-06 00:00:00',NULL,'c6975791-6a7f-11e7-89a8-765859b2742d'),(480,5605,1050,NULL,1,'2005-01-06 00:00:00',NULL,'c697585b-6a7f-11e7-89a8-765859b2742d'),(481,5605,1051,NULL,1,'2005-01-06 00:00:00',NULL,'c69759d2-6a7f-11e7-89a8-765859b2742d'),(482,5605,1052,NULL,1,'2005-01-06 00:00:00',NULL,'c6975ad0-6a7f-11e7-89a8-765859b2742d'),(483,5606,1065,NULL,1,'2005-02-08 00:00:00',NULL,'c6975ba5-6a7f-11e7-89a8-765859b2742d'),(484,5606,1066,NULL,1,'2005-02-08 00:00:00',NULL,'c6975c78-6a7f-11e7-89a8-765859b2742d'),(485,5606,1175,NULL,1,'2005-02-08 00:00:00',NULL,'c6975d4d-6a7f-11e7-89a8-765859b2742d'),(486,5616,5617,NULL,1,'2005-01-06 00:00:00',NULL,'c6975e1c-6a7f-11e7-89a8-765859b2742d'),(487,5616,5618,NULL,1,'2005-01-06 00:00:00',NULL,'c6975eea-6a7f-11e7-89a8-765859b2742d'),(488,5616,5619,NULL,1,'2005-01-06 00:00:00',NULL,'c6975fb9-6a7f-11e7-89a8-765859b2742d'),(489,5616,5620,NULL,1,'2005-01-06 00:00:00',NULL,'c6976083-6a7f-11e7-89a8-765859b2742d'),(490,5616,5621,NULL,1,'2005-01-06 00:00:00',NULL,'c697615f-6a7f-11e7-89a8-765859b2742d'),(491,5616,5622,NULL,1,'2005-01-06 00:00:00',NULL,'c6976236-6a7f-11e7-89a8-765859b2742d'),(492,5630,1170,NULL,1,'2005-02-08 00:00:00',NULL,'c6976331-6a7f-11e7-89a8-765859b2742d'),(493,5630,1171,NULL,1,'2005-02-08 00:00:00',NULL,'c6976455-6a7f-11e7-89a8-765859b2742d'),(494,5630,1172,NULL,1,'2005-02-08 00:00:00',NULL,'c6976535-6a7f-11e7-89a8-765859b2742d'),(495,5630,5622,NULL,1,'2005-02-08 00:00:00',NULL,'c6976609-6a7f-11e7-89a8-765859b2742d'),(496,5665,1065,NULL,1,'2005-02-21 00:00:00',NULL,'c69766d6-6a7f-11e7-89a8-765859b2742d'),(497,5665,1066,NULL,1,'2005-02-21 00:00:00',NULL,'c69767a7-6a7f-11e7-89a8-765859b2742d'),(498,5665,1067,NULL,1,'2005-02-21 00:00:00',NULL,'c697687b-6a7f-11e7-89a8-765859b2742d'),(499,5958,1075,NULL,1,'2005-01-06 00:00:00',NULL,'c697694b-6a7f-11e7-89a8-765859b2742d'),(500,5958,1076,NULL,1,'2005-01-06 00:00:00',NULL,'c6976a1e-6a7f-11e7-89a8-765859b2742d'),(501,5958,1077,NULL,1,'2005-01-06 00:00:00',NULL,'c6976aea-6a7f-11e7-89a8-765859b2742d'),(502,5959,1072,NULL,1,'2005-01-06 00:00:00',NULL,'c6976bb9-6a7f-11e7-89a8-765859b2742d'),(503,5959,1073,NULL,1,'2005-01-06 00:00:00',NULL,'c6976c8c-6a7f-11e7-89a8-765859b2742d'),(504,5959,1074,NULL,1,'2005-01-06 00:00:00',NULL,'c6976d5c-6a7f-11e7-89a8-765859b2742d'),(505,5962,1072,NULL,1,'2005-01-06 00:00:00',NULL,'c6976e2b-6a7f-11e7-89a8-765859b2742d'),(506,5962,1073,NULL,1,'2005-01-06 00:00:00',NULL,'c6976efa-6a7f-11e7-89a8-765859b2742d'),(507,5962,1074,NULL,1,'2005-01-06 00:00:00',NULL,'c6976fc5-6a7f-11e7-89a8-765859b2742d'),(508,5971,1072,NULL,1,'2005-01-06 00:00:00',NULL,'c6977091-6a7f-11e7-89a8-765859b2742d'),(509,5971,1073,NULL,1,'2005-01-06 00:00:00',NULL,'c6977160-6a7f-11e7-89a8-765859b2742d'),(510,5971,1074,NULL,1,'2005-01-06 00:00:00',NULL,'c697722f-6a7f-11e7-89a8-765859b2742d'),(511,5976,540,NULL,1,'2005-01-06 00:00:00',NULL,'c69772fb-6a7f-11e7-89a8-765859b2742d'),(512,5976,541,NULL,1,'2005-01-06 00:00:00',NULL,'c69773c8-6a7f-11e7-89a8-765859b2742d'),(513,5976,5139,NULL,1,'2005-01-06 00:00:00',NULL,'c6977495-6a7f-11e7-89a8-765859b2742d'),(514,5976,5141,NULL,1,'2005-01-06 00:00:00',NULL,'c697755e-6a7f-11e7-89a8-765859b2742d'),(515,5976,5972,NULL,1,'2005-01-06 00:00:00',NULL,'c697762d-6a7f-11e7-89a8-765859b2742d'),(516,5976,5973,NULL,1,'2005-01-06 00:00:00',NULL,'c69776fa-6a7f-11e7-89a8-765859b2742d'),(517,5979,1072,NULL,1,'2005-01-06 00:00:00',NULL,'c69777c4-6a7f-11e7-89a8-765859b2742d'),(518,5979,1073,NULL,1,'2005-01-06 00:00:00',NULL,'c6977894-6a7f-11e7-89a8-765859b2742d'),(519,5979,1074,NULL,1,'2005-01-06 00:00:00',NULL,'c6977963-6a7f-11e7-89a8-765859b2742d'),(520,5981,1072,NULL,1,'2005-01-06 00:00:00',NULL,'c6977a2f-6a7f-11e7-89a8-765859b2742d'),(521,5981,1073,NULL,1,'2005-01-06 00:00:00',NULL,'c6977afe-6a7f-11e7-89a8-765859b2742d'),(522,5981,1074,NULL,1,'2005-01-06 00:00:00',NULL,'c6977bc9-6a7f-11e7-89a8-765859b2742d'),(523,5981,1079,NULL,1,'2005-01-06 00:00:00',NULL,'c6977c97-6a7f-11e7-89a8-765859b2742d'),(524,5984,1072,NULL,1,'2005-01-06 00:00:00',NULL,'c6977d66-6a7f-11e7-89a8-765859b2742d'),(525,5984,1073,NULL,1,'2005-01-06 00:00:00',NULL,'c6977e32-6a7f-11e7-89a8-765859b2742d'),(526,5984,1074,NULL,1,'2005-01-06 00:00:00',NULL,'c6977efe-6a7f-11e7-89a8-765859b2742d'),(527,5984,1079,NULL,1,'2005-01-06 00:00:00',NULL,'c6977fcf-6a7f-11e7-89a8-765859b2742d'),(528,5994,1072,NULL,1,'2005-01-06 00:00:00',NULL,'c697816b-6a7f-11e7-89a8-765859b2742d'),(529,5994,1073,NULL,1,'2005-01-06 00:00:00',NULL,'c6978252-6a7f-11e7-89a8-765859b2742d'),(530,5994,1074,NULL,1,'2005-01-06 00:00:00',NULL,'c697838b-6a7f-11e7-89a8-765859b2742d'),(531,5996,1072,NULL,1,'2005-01-06 00:00:00',NULL,'c6978517-6a7f-11e7-89a8-765859b2742d'),(532,5996,1073,NULL,1,'2005-01-06 00:00:00',NULL,'c6978d0c-6a7f-11e7-89a8-765859b2742d'),(533,5996,1074,NULL,1,'2005-01-06 00:00:00',NULL,'c6978eb7-6a7f-11e7-89a8-765859b2742d'),(534,6018,1072,NULL,1,'2005-02-09 00:00:00',NULL,'c6979057-6a7f-11e7-89a8-765859b2742d'),(535,6018,1073,NULL,1,'2005-02-09 00:00:00',NULL,'c69791a2-6a7f-11e7-89a8-765859b2742d'),(536,6018,1074,NULL,1,'2005-02-09 00:00:00',NULL,'c6979284-6a7f-11e7-89a8-765859b2742d'),(565,6065,1107,NULL,1,'2005-02-08 00:00:00',NULL,'c697935c-6a7f-11e7-89a8-765859b2742d'),(566,6065,1160,NULL,1,'2005-02-08 00:00:00',NULL,'c6979435-6a7f-11e7-89a8-765859b2742d'),(567,6065,1161,NULL,1,'2005-02-08 00:00:00',NULL,'c697950a-6a7f-11e7-89a8-765859b2742d'),(568,6065,1162,NULL,1,'2005-02-08 00:00:00',NULL,'c69795db-6a7f-11e7-89a8-765859b2742d'),(569,6065,1163,NULL,1,'2005-02-08 00:00:00',NULL,'c69796ac-6a7f-11e7-89a8-765859b2742d'),(570,6077,1107,NULL,1,'2005-02-08 00:00:00',NULL,'c6979782-6a7f-11e7-89a8-765859b2742d'),(571,6077,1160,NULL,1,'2005-02-08 00:00:00',NULL,'c6979854-6a7f-11e7-89a8-765859b2742d'),(572,6077,1161,NULL,1,'2005-02-08 00:00:00',NULL,'c6979928-6a7f-11e7-89a8-765859b2742d'),(573,6077,1162,NULL,1,'2005-02-08 00:00:00',NULL,'c69799fd-6a7f-11e7-89a8-765859b2742d'),(574,6077,1163,NULL,1,'2005-02-08 00:00:00',NULL,'c6979acf-6a7f-11e7-89a8-765859b2742d'),(575,6096,1065,NULL,1,'2005-01-06 00:00:00',NULL,'c6979ba3-6a7f-11e7-89a8-765859b2742d'),(576,6096,1066,NULL,1,'2005-01-06 00:00:00',NULL,'c6979c76-6a7f-11e7-89a8-765859b2742d'),(577,6096,1067,NULL,1,'2005-01-06 00:00:00',NULL,'c6979d48-6a7f-11e7-89a8-765859b2742d'),(579,1251,1185,NULL,1,'2005-02-22 00:00:00',NULL,'c6979e19-6a7f-11e7-89a8-765859b2742d'),(580,1251,1148,NULL,1,'2005-02-22 00:00:00',NULL,'c6979ee9-6a7f-11e7-89a8-765859b2742d'),(615,1271,1019,NULL,1,'2005-02-22 00:00:00',NULL,'c6979fbd-6a7f-11e7-89a8-765859b2742d'),(616,1271,21,NULL,1,'2005-02-22 00:00:00',NULL,'c697a08d-6a7f-11e7-89a8-765859b2742d'),(617,1271,654,NULL,1,'2005-02-22 00:00:00',NULL,'c697a15c-6a7f-11e7-89a8-765859b2742d'),(618,1271,657,NULL,1,'2005-02-22 00:00:00',NULL,'c697a22b-6a7f-11e7-89a8-765859b2742d'),(619,1271,856,NULL,1,'2005-02-22 00:00:00',NULL,'c697a2fc-6a7f-11e7-89a8-765859b2742d'),(620,1271,1042,NULL,1,'2005-02-22 00:00:00',NULL,'c697a3cb-6a7f-11e7-89a8-765859b2742d'),(621,1271,1030,NULL,1,'2005-02-22 00:00:00',NULL,'c697a49e-6a7f-11e7-89a8-765859b2742d'),(622,1271,790,NULL,1,'2005-02-22 00:00:00',NULL,'c697a572-6a7f-11e7-89a8-765859b2742d'),(623,1271,12,NULL,1,'2005-02-22 00:00:00',NULL,'c697a640-6a7f-11e7-89a8-765859b2742d'),(624,1271,5622,NULL,1,'2005-02-22 00:00:00',NULL,'c697a70e-6a7f-11e7-89a8-765859b2742d'),(626,1272,5486,NULL,1,'2005-02-22 00:00:00',NULL,'c697a8d4-6a7f-11e7-89a8-765859b2742d'),(629,1272,5487,NULL,1,'2005-02-22 00:00:00',NULL,'c697a9ba-6a7f-11e7-89a8-765859b2742d'),(630,1272,1167,NULL,1,'2005-02-22 00:00:00',NULL,'c697aa97-6a7f-11e7-89a8-765859b2742d'),(631,1272,5484,NULL,1,'2005-02-22 00:00:00',NULL,'c697ab6d-6a7f-11e7-89a8-765859b2742d'),(632,1272,5488,NULL,1,'2005-02-22 00:00:00',NULL,'c697ac41-6a7f-11e7-89a8-765859b2742d'),(633,1272,5489,NULL,1,'2005-02-22 00:00:00',NULL,'c697ad14-6a7f-11e7-89a8-765859b2742d'),(635,1273,1274,NULL,1,'2005-02-22 00:00:00',NULL,'c697ade7-6a7f-11e7-89a8-765859b2742d'),(636,1273,1275,NULL,1,'2005-02-22 00:00:00',NULL,'c697aeb5-6a7f-11e7-89a8-765859b2742d'),(637,1273,5622,NULL,1,'2005-02-22 00:00:00',NULL,'c697af88-6a7f-11e7-89a8-765859b2742d'),(638,1277,1107,NULL,1,'2005-02-22 00:00:00',NULL,'c697b05b-6a7f-11e7-89a8-765859b2742d'),(639,1277,1256,NULL,1,'2005-02-22 00:00:00',NULL,'c697b159-6a7f-11e7-89a8-765859b2742d'),(640,1277,1257,NULL,1,'2005-02-22 00:00:00',NULL,'c697b251-6a7f-11e7-89a8-765859b2742d'),(641,1277,1260,NULL,1,'2005-02-22 00:00:00',NULL,'c697b327-6a7f-11e7-89a8-765859b2742d'),(657,1263,916,NULL,1,'2005-02-23 00:00:00',NULL,'c697b3f6-6a7f-11e7-89a8-765859b2742d'),(658,1263,92,NULL,1,'2005-02-23 00:00:00',NULL,'c697b4cb-6a7f-11e7-89a8-765859b2742d'),(659,1264,656,NULL,1,'2005-02-23 00:00:00',NULL,'c697b59b-6a7f-11e7-89a8-765859b2742d'),(665,1278,747,NULL,1,'2005-02-23 00:00:00',NULL,'c697b668-6a7f-11e7-89a8-765859b2742d'),(667,1198,886,NULL,1,'2005-02-23 00:00:00',NULL,'c697b73d-6a7f-11e7-89a8-765859b2742d'),(668,1280,36,NULL,1,'2005-02-23 00:00:00',NULL,'c697b80e-6a7f-11e7-89a8-765859b2742d'),(669,1280,781,NULL,1,'2005-02-23 00:00:00',NULL,'c697b8df-6a7f-11e7-89a8-765859b2742d'),(670,1280,782,NULL,1,'2005-02-23 00:00:00',NULL,'c697b9ad-6a7f-11e7-89a8-765859b2742d'),(671,1280,783,NULL,1,'2005-02-23 00:00:00',NULL,'c697ba79-6a7f-11e7-89a8-765859b2742d'),(672,1280,5261,NULL,1,'2005-02-23 00:00:00',NULL,'c697bb45-6a7f-11e7-89a8-765859b2742d'),(673,1280,5622,NULL,1,'2005-02-23 00:00:00',NULL,'c697bc14-6a7f-11e7-89a8-765859b2742d'),(674,1280,5864,NULL,1,'2005-02-23 00:00:00',NULL,'c697bce0-6a7f-11e7-89a8-765859b2742d'),(675,1280,886,NULL,1,'2005-02-23 00:00:00',NULL,'c697bdab-6a7f-11e7-89a8-765859b2742d'),(676,1088,630,NULL,1,'2005-02-23 00:00:00',NULL,'c697c263-6a7f-11e7-89a8-765859b2742d'),(677,1088,792,2,1,'2005-02-23 00:00:00',NULL,'c697c356-6a7f-11e7-89a8-765859b2742d'),(679,1088,628,NULL,1,'2005-02-23 00:00:00',NULL,'c697c42a-6a7f-11e7-89a8-765859b2742d'),(680,1088,625,5,1,'2005-02-23 00:00:00',NULL,'c697c506-6a7f-11e7-89a8-765859b2742d'),(682,1088,797,NULL,1,'2005-02-23 00:00:00',NULL,'c697c5dc-6a7f-11e7-89a8-765859b2742d'),(683,1088,814,NULL,1,'2005-02-23 00:00:00',NULL,'c697c6b3-6a7f-11e7-89a8-765859b2742d'),(684,1088,796,9,1,'2005-02-23 00:00:00',NULL,'c697c789-6a7f-11e7-89a8-765859b2742d'),(686,1088,802,NULL,1,'2005-02-23 00:00:00',NULL,'c697c858-6a7f-11e7-89a8-765859b2742d'),(687,1088,633,NULL,1,'2005-02-23 00:00:00',NULL,'c697c929-6a7f-11e7-89a8-765859b2742d'),(688,1088,631,NULL,1,'2005-02-23 00:00:00',NULL,'c697c9fa-6a7f-11e7-89a8-765859b2742d'),(689,1088,635,NULL,1,'2005-02-23 00:00:00',NULL,'c697cacf-6a7f-11e7-89a8-765859b2742d'),(690,1088,794,NULL,1,'2005-02-23 00:00:00',NULL,'c697cb9e-6a7f-11e7-89a8-765859b2742d'),(692,1272,5490,NULL,1,'2005-02-23 00:00:00',NULL,'c697cc6d-6a7f-11e7-89a8-765859b2742d'),(693,1272,5622,NULL,1,'2005-02-23 00:00:00',NULL,'c697cd3a-6a7f-11e7-89a8-765859b2742d'),(694,1272,5483,NULL,1,'2005-02-23 00:00:00',NULL,'c697cf02-6a7f-11e7-89a8-765859b2742d'),(695,1272,1107,NULL,1,'2005-02-23 00:00:00',NULL,'c697d024-6a7f-11e7-89a8-765859b2742d'),(699,1285,1286,NULL,1,'2005-02-24 00:00:00',NULL,'c697d0fe-6a7f-11e7-89a8-765859b2742d'),(700,1285,1287,NULL,1,'2005-02-24 00:00:00',NULL,'c697d1d5-6a7f-11e7-89a8-765859b2742d'),(701,1272,1288,NULL,1,'2005-02-25 00:00:00',NULL,'c697d2a9-6a7f-11e7-89a8-765859b2742d'),(705,1271,653,NULL,1,'2005-08-08 00:00:00',NULL,'c697d37d-6a7f-11e7-89a8-765859b2742d'),(706,1271,5473,NULL,1,'2005-08-08 00:00:00',NULL,'c697d453-6a7f-11e7-89a8-765859b2742d'),(707,1271,5475,NULL,1,'2005-08-08 00:00:00',NULL,'c697d53a-6a7f-11e7-89a8-765859b2742d'),(708,1271,307,NULL,1,'2005-08-08 00:00:00',NULL,'c697d629-6a7f-11e7-89a8-765859b2742d'),(709,1271,45,NULL,1,'2005-08-08 00:00:00',NULL,'c697d6fa-6a7f-11e7-89a8-765859b2742d'),(710,1271,1107,NULL,1,'2005-08-08 00:00:00',NULL,'c697d7c2-6a7f-11e7-89a8-765859b2742d'),(711,1271,299,NULL,1,'2005-08-08 00:00:00',NULL,'c697d8df-6a7f-11e7-89a8-765859b2742d'),(712,1272,5485,NULL,1,'2005-08-08 00:00:00',NULL,'c697d9cb-6a7f-11e7-89a8-765859b2742d'),(715,1061,181,NULL,1,'2006-02-13 00:00:00',NULL,'c697da92-6a7f-11e7-89a8-765859b2742d'),(716,1061,105,NULL,1,'2006-02-13 00:00:00',NULL,'c697db58-6a7f-11e7-89a8-765859b2742d'),(717,1061,5622,NULL,1,'2006-02-13 00:00:00',NULL,'c697dc1d-6a7f-11e7-89a8-765859b2742d'),(718,1061,1067,NULL,1,'2006-02-13 00:00:00',NULL,'c697dcdf-6a7f-11e7-89a8-765859b2742d'),(719,374,5279,NULL,1,'2006-02-13 00:00:00',NULL,'c697dd9d-6a7f-11e7-89a8-765859b2742d'),(720,374,5278,NULL,1,'2006-02-13 00:00:00',NULL,'c697de5f-6a7f-11e7-89a8-765859b2742d'),(721,374,5275,NULL,1,'2006-02-13 00:00:00',NULL,'c697df20-6a7f-11e7-89a8-765859b2742d'),(722,374,5622,NULL,1,'2006-02-13 00:00:00',NULL,'c697dfe4-6a7f-11e7-89a8-765859b2742d'),(723,374,5276,NULL,1,'2006-02-13 00:00:00',NULL,'c697e0a6-6a7f-11e7-89a8-765859b2742d'),(724,374,190,NULL,1,'2006-02-13 00:00:00',NULL,'c697e165-6a7f-11e7-89a8-765859b2742d'),(725,374,780,NULL,1,'2006-02-13 00:00:00',NULL,'c697e229-6a7f-11e7-89a8-765859b2742d'),(726,374,5277,NULL,1,'2006-02-13 00:00:00',NULL,'c697e2ec-6a7f-11e7-89a8-765859b2742d'),(727,909,762,NULL,1,'2006-02-13 00:00:00',NULL,'c697e56e-6a7f-11e7-89a8-765859b2742d'),(728,909,5972,NULL,1,'2006-02-13 00:00:00',NULL,'c697e660-6a7f-11e7-89a8-765859b2742d'),(729,909,705,NULL,1,'2006-02-13 00:00:00',NULL,'c697e72e-6a7f-11e7-89a8-765859b2742d'),(730,909,379,NULL,1,'2006-02-13 00:00:00',NULL,'c697e802-6a7f-11e7-89a8-765859b2742d'),(731,1069,664,NULL,1,'2006-02-13 00:00:00',NULL,'c697e8d6-6a7f-11e7-89a8-765859b2742d'),(732,1070,664,NULL,1,'2006-02-13 00:00:00',NULL,'c697e9a8-6a7f-11e7-89a8-765859b2742d'),(733,1071,664,NULL,1,'2006-02-13 00:00:00',NULL,'c697ea75-6a7f-11e7-89a8-765859b2742d'),(734,1078,664,NULL,1,'2006-02-13 00:00:00',NULL,'c697eb48-6a7f-11e7-89a8-765859b2742d'),(735,1080,664,NULL,1,'2006-02-13 00:00:00',NULL,'c697ec15-6a7f-11e7-89a8-765859b2742d'),(736,1081,664,NULL,1,'2006-02-13 00:00:00',NULL,'c697ece4-6a7f-11e7-89a8-765859b2742d'),(737,1082,664,NULL,1,'2006-02-13 00:00:00',NULL,'c697edb5-6a7f-11e7-89a8-765859b2742d'),(738,1087,814,NULL,1,'2006-02-13 00:00:00',NULL,'c697ee87-6a7f-11e7-89a8-765859b2742d'),(739,1087,797,NULL,1,'2006-02-13 00:00:00',NULL,'c697ef55-6a7f-11e7-89a8-765859b2742d'),(740,1087,5424,NULL,1,'2006-02-13 00:00:00',NULL,'c697f024-6a7f-11e7-89a8-765859b2742d'),(741,1087,796,NULL,1,'2006-02-13 00:00:00',NULL,'c697f0f4-6a7f-11e7-89a8-765859b2742d'),(742,1087,628,NULL,1,'2006-02-13 00:00:00',NULL,'c697f1bf-6a7f-11e7-89a8-765859b2742d'),(743,1087,633,NULL,1,'2006-02-13 00:00:00',NULL,'c697f28b-6a7f-11e7-89a8-765859b2742d'),(744,1087,631,NULL,1,'2006-02-13 00:00:00',NULL,'c697f35a-6a7f-11e7-89a8-765859b2742d'),(745,1087,635,NULL,1,'2006-02-13 00:00:00',NULL,'c697f427-6a7f-11e7-89a8-765859b2742d'),(746,1087,625,NULL,1,'2006-02-13 00:00:00',NULL,'c697f4f7-6a7f-11e7-89a8-765859b2742d'),(747,1088,5424,NULL,1,'2006-02-13 00:00:00',NULL,'c697f6a0-6a7f-11e7-89a8-765859b2742d'),(748,966,814,NULL,1,'2006-02-13 00:00:00',NULL,'c697f787-6a7f-11e7-89a8-765859b2742d'),(749,966,797,NULL,1,'2006-02-13 00:00:00',NULL,'c697f85e-6a7f-11e7-89a8-765859b2742d'),(750,966,5424,NULL,1,'2006-02-13 00:00:00',NULL,'c697f933-6a7f-11e7-89a8-765859b2742d'),(751,966,796,NULL,1,'2006-02-13 00:00:00',NULL,'c697fa00-6a7f-11e7-89a8-765859b2742d'),(752,966,628,NULL,1,'2006-02-13 00:00:00',NULL,'c697facd-6a7f-11e7-89a8-765859b2742d'),(753,966,633,NULL,1,'2006-02-13 00:00:00',NULL,'c697fb9c-6a7f-11e7-89a8-765859b2742d'),(754,966,631,NULL,1,'2006-02-13 00:00:00',NULL,'c697fc6a-6a7f-11e7-89a8-765859b2742d'),(755,966,635,NULL,1,'2006-02-13 00:00:00',NULL,'c697fd3a-6a7f-11e7-89a8-765859b2742d'),(756,966,625,NULL,1,'2006-02-13 00:00:00',NULL,'c697fe06-6a7f-11e7-89a8-765859b2742d'),(760,1088,792,NULL,1,'2006-02-14 00:00:00',NULL,'c697fecf-6a7f-11e7-89a8-765859b2742d'),(761,1088,625,NULL,1,'2006-02-14 00:00:00',NULL,'c6980014-6a7f-11e7-89a8-765859b2742d'),(762,1088,796,10,1,'2006-02-14 00:00:00',NULL,'c698010b-6a7f-11e7-89a8-765859b2742d'),(763,1088,625,6,1,'2006-02-14 00:00:00',NULL,'c69801df-6a7f-11e7-89a8-765859b2742d'),(764,1088,792,3,1,'2006-02-14 00:00:00',NULL,'c69802b7-6a7f-11e7-89a8-765859b2742d'),(765,1088,796,NULL,1,'2006-02-14 00:00:00',NULL,'c698038b-6a7f-11e7-89a8-765859b2742d'),(766,1042,1138,NULL,1,'2006-02-15 00:00:00',NULL,'c698045d-6a7f-11e7-89a8-765859b2742d'),(767,1042,664,NULL,1,'2006-02-15 00:00:00',NULL,'c6980529-6a7f-11e7-89a8-765859b2742d'),(768,1042,703,NULL,1,'2006-02-15 00:00:00',NULL,'c69805f5-6a7f-11e7-89a8-765859b2742d'),(769,1151,1173,NULL,1,'2006-04-14 00:00:00',NULL,'c69806c4-6a7f-11e7-89a8-765859b2742d'),(770,1151,1152,NULL,1,'2006-04-14 00:00:00',NULL,'c6980797-6a7f-11e7-89a8-765859b2742d'),(771,1151,5254,NULL,1,'2006-04-14 00:00:00',NULL,'c6980867-6a7f-11e7-89a8-765859b2742d'),(772,1151,1150,NULL,1,'2006-04-14 00:00:00',NULL,'c6980935-6a7f-11e7-89a8-765859b2742d'),(773,1151,6046,NULL,1,'2006-04-14 00:00:00',NULL,'c6980a06-6a7f-11e7-89a8-765859b2742d'),(774,1151,5526,NULL,1,'2006-04-14 00:00:00',NULL,'c6980ffc-6a7f-11e7-89a8-765859b2742d'),(775,1151,968,NULL,1,'2006-04-14 00:00:00',NULL,'c69810f0-6a7f-11e7-89a8-765859b2742d'),(780,5282,1143,NULL,1,'2006-04-15 00:00:00',NULL,'c69811b8-6a7f-11e7-89a8-765859b2742d'),(781,5282,977,NULL,1,'2006-04-15 00:00:00',NULL,'c6981288-6a7f-11e7-89a8-765859b2742d'),(782,5282,1168,NULL,1,'2006-04-15 00:00:00',NULL,'c6981358-6a7f-11e7-89a8-765859b2742d'),(783,5282,1141,NULL,1,'2006-04-15 00:00:00',NULL,'c6981422-6a7f-11e7-89a8-765859b2742d'),(784,5282,1140,NULL,1,'2006-04-15 00:00:00',NULL,'c69814e9-6a7f-11e7-89a8-765859b2742d'),(785,5282,1139,NULL,1,'2006-04-15 00:00:00',NULL,'c69815bd-6a7f-11e7-89a8-765859b2742d'),(786,5282,5269,NULL,1,'2006-04-15 00:00:00',NULL,'c698168e-6a7f-11e7-89a8-765859b2742d'),(787,5282,5622,NULL,1,'2006-04-15 00:00:00',NULL,'c698175c-6a7f-11e7-89a8-765859b2742d'),(788,5282,1144,NULL,1,'2006-04-15 00:00:00',NULL,'c6981831-6a7f-11e7-89a8-765859b2742d'),(789,5282,1142,NULL,1,'2006-04-15 00:00:00',NULL,'c69818ff-6a7f-11e7-89a8-765859b2742d'),(790,969,973,NULL,1,'2006-04-15 00:00:00',NULL,'c69819cd-6a7f-11e7-89a8-765859b2742d'),(791,969,971,NULL,1,'2006-04-15 00:00:00',NULL,'c6981a9d-6a7f-11e7-89a8-765859b2742d'),(792,969,975,NULL,1,'2006-04-15 00:00:00',NULL,'c6981b65-6a7f-11e7-89a8-765859b2742d'),(793,969,5620,NULL,1,'2006-04-15 00:00:00',NULL,'c6981c30-6a7f-11e7-89a8-765859b2742d'),(794,969,972,NULL,1,'2006-04-15 00:00:00',NULL,'c6981ddc-6a7f-11e7-89a8-765859b2742d'),(795,969,970,NULL,1,'2006-04-15 00:00:00',NULL,'c6981ebd-6a7f-11e7-89a8-765859b2742d'),(796,979,973,NULL,1,'2006-04-15 00:00:00',NULL,'c6981f8d-6a7f-11e7-89a8-765859b2742d'),(797,979,971,NULL,1,'2006-04-15 00:00:00',NULL,'c69820ef-6a7f-11e7-89a8-765859b2742d'),(798,979,975,NULL,1,'2006-04-15 00:00:00',NULL,'c6982200-6a7f-11e7-89a8-765859b2742d'),(799,979,5620,NULL,1,'2006-04-15 00:00:00',NULL,'c69822db-6a7f-11e7-89a8-765859b2742d'),(800,979,978,NULL,1,'2006-04-15 00:00:00',NULL,'c69823b5-6a7f-11e7-89a8-765859b2742d'),(801,979,972,NULL,1,'2006-04-15 00:00:00',NULL,'c6982485-6a7f-11e7-89a8-765859b2742d'),(802,979,970,NULL,1,'2006-04-15 00:00:00',NULL,'c6982555-6a7f-11e7-89a8-765859b2742d'),(803,1255,1257,NULL,1,'2006-04-15 00:00:00',NULL,'c6982623-6a7f-11e7-89a8-765859b2742d'),(804,1255,1107,NULL,1,'2006-04-15 00:00:00',NULL,'c698272b-6a7f-11e7-89a8-765859b2742d'),(805,1255,1256,NULL,1,'2006-04-15 00:00:00',NULL,'c6982805-6a7f-11e7-89a8-765859b2742d'),(806,1255,1260,NULL,1,'2006-04-15 00:00:00',NULL,'c69828d8-6a7f-11e7-89a8-765859b2742d'),(807,1255,1259,NULL,1,'2006-04-15 00:00:00',NULL,'c69829a6-6a7f-11e7-89a8-765859b2742d'),(808,1255,981,NULL,1,'2006-04-15 00:00:00',NULL,'c6982a77-6a7f-11e7-89a8-765859b2742d'),(809,1255,1258,NULL,1,'2006-04-15 00:00:00',NULL,'c6983076-6a7f-11e7-89a8-765859b2742d'),(810,1252,843,NULL,1,'2006-04-15 00:00:00',NULL,'c698316a-6a7f-11e7-89a8-765859b2742d'),(811,1252,983,NULL,1,'2006-04-15 00:00:00',NULL,'c698323b-6a7f-11e7-89a8-765859b2742d'),(812,1252,102,NULL,1,'2006-04-15 00:00:00',NULL,'c698330e-6a7f-11e7-89a8-765859b2742d'),(813,1252,5622,NULL,1,'2006-04-15 00:00:00',NULL,'c69833db-6a7f-11e7-89a8-765859b2742d'),(814,1252,1253,NULL,1,'2006-04-15 00:00:00',NULL,'c69834a7-6a7f-11e7-89a8-765859b2742d'),(815,1261,1257,NULL,1,'2006-04-15 00:00:00',NULL,'c6983574-6a7f-11e7-89a8-765859b2742d'),(816,1261,1107,NULL,1,'2006-04-15 00:00:00',NULL,'c6983644-6a7f-11e7-89a8-765859b2742d'),(817,1261,1256,NULL,1,'2006-04-15 00:00:00',NULL,'c6983716-6a7f-11e7-89a8-765859b2742d'),(818,1261,1260,NULL,1,'2006-04-15 00:00:00',NULL,'c69837e2-6a7f-11e7-89a8-765859b2742d'),(819,1261,1259,NULL,1,'2006-04-15 00:00:00',NULL,'c69838aa-6a7f-11e7-89a8-765859b2742d'),(820,1261,981,NULL,1,'2006-04-15 00:00:00',NULL,'c6983979-6a7f-11e7-89a8-765859b2742d'),(825,1265,1257,NULL,1,'2006-04-15 00:00:00',NULL,'c6983a45-6a7f-11e7-89a8-765859b2742d'),(826,1265,1107,NULL,1,'2006-04-15 00:00:00',NULL,'c6983b0f-6a7f-11e7-89a8-765859b2742d'),(827,1265,1256,NULL,1,'2006-04-15 00:00:00',NULL,'c6983be0-6a7f-11e7-89a8-765859b2742d'),(828,1265,1260,NULL,1,'2006-04-15 00:00:00',NULL,'c6983ca9-6a7f-11e7-89a8-765859b2742d'),(829,1265,981,NULL,1,'2006-04-15 00:00:00',NULL,'c69841da-6a7f-11e7-89a8-765859b2742d'),(830,1266,983,NULL,1,'2006-04-15 00:00:00',NULL,'c69842bc-6a7f-11e7-89a8-765859b2742d'),(831,1266,58,NULL,1,'2006-04-15 00:00:00',NULL,'c69844f5-6a7f-11e7-89a8-765859b2742d'),(832,1266,1267,NULL,1,'2006-04-15 00:00:00',NULL,'c69845f1-6a7f-11e7-89a8-765859b2742d'),(833,1266,102,NULL,1,'2006-04-15 00:00:00',NULL,'c69846bd-6a7f-11e7-89a8-765859b2742d'),(834,1266,5622,NULL,1,'2006-04-15 00:00:00',NULL,'c69e6284-6a7f-11e7-89a8-765859b2742d'),(841,1269,983,NULL,1,'2006-04-15 00:00:00',NULL,'c69e65cd-6a7f-11e7-89a8-765859b2742d'),(842,1269,1267,NULL,1,'2006-04-15 00:00:00',NULL,'c69e673a-6a7f-11e7-89a8-765859b2742d'),(843,1269,102,NULL,1,'2006-04-15 00:00:00',NULL,'c69e87de-6a7f-11e7-89a8-765859b2742d'),(844,1269,5622,NULL,1,'2006-04-15 00:00:00',NULL,'c69e89d0-6a7f-11e7-89a8-765859b2742d'),(851,985,1173,NULL,1,'2006-04-15 00:00:00',NULL,'c69e8b17-6a7f-11e7-89a8-765859b2742d'),(852,985,1152,NULL,1,'2006-04-15 00:00:00',NULL,'c69e8c3a-6a7f-11e7-89a8-765859b2742d'),(853,985,5254,NULL,1,'2006-04-15 00:00:00',NULL,'c69e9269-6a7f-11e7-89a8-765859b2742d'),(854,985,1150,NULL,1,'2006-04-15 00:00:00',NULL,'c69e93dd-6a7f-11e7-89a8-765859b2742d'),(855,985,6046,NULL,1,'2006-04-15 00:00:00',NULL,'c69e99a6-6a7f-11e7-89a8-765859b2742d'),(856,985,5526,NULL,1,'2006-04-15 00:00:00',NULL,'c69e9e13-6a7f-11e7-89a8-765859b2742d'),(857,985,968,NULL,1,'2006-04-15 00:00:00',NULL,'c69ea25e-6a7f-11e7-89a8-765859b2742d'),(858,986,987,NULL,1,'2006-04-15 00:00:00',NULL,'c69ead42-6a7f-11e7-89a8-765859b2742d'),(859,986,988,NULL,1,'2006-04-15 00:00:00',NULL,'c69eae56-6a7f-11e7-89a8-765859b2742d'),(860,986,989,NULL,1,'2006-04-15 00:00:00',NULL,'c69eaf28-6a7f-11e7-89a8-765859b2742d'),(861,986,5622,NULL,1,'2006-04-15 00:00:00',NULL,'c69eafff-6a7f-11e7-89a8-765859b2742d'),(862,1166,5334,NULL,1,'2006-04-15 00:00:00',NULL,'c69eb0d8-6a7f-11e7-89a8-765859b2742d'),(863,1166,512,NULL,1,'2006-04-15 00:00:00',NULL,'c69eb1a6-6a7f-11e7-89a8-765859b2742d'),(864,1166,644,NULL,1,'2006-04-15 00:00:00',NULL,'c69eb271-6a7f-11e7-89a8-765859b2742d'),(865,1166,460,NULL,1,'2006-04-15 00:00:00',NULL,'c69eb347-6a7f-11e7-89a8-765859b2742d'),(866,1262,982,NULL,1,'2006-04-15 00:00:00',NULL,'c69eb419-6a7f-11e7-89a8-765859b2742d'),(867,1262,983,NULL,1,'2006-04-15 00:00:00',NULL,'c69eb4eb-6a7f-11e7-89a8-765859b2742d'),(868,1262,1254,NULL,1,'2006-04-15 00:00:00',NULL,'c69eb702-6a7f-11e7-89a8-765859b2742d'),(869,1262,102,NULL,1,'2006-04-15 00:00:00',NULL,'c69eb7f5-6a7f-11e7-89a8-765859b2742d'),(870,1262,5622,NULL,1,'2006-04-15 00:00:00',NULL,'c69eb8cf-6a7f-11e7-89a8-765859b2742d'),(879,1268,1257,NULL,1,'2006-04-16 00:00:00',NULL,'c69eb99f-6a7f-11e7-89a8-765859b2742d'),(880,1268,1107,NULL,1,'2006-04-16 00:00:00',NULL,'c69eba8b-6a7f-11e7-89a8-765859b2742d'),(881,1268,1256,NULL,1,'2006-04-16 00:00:00',NULL,'c69ebc05-6a7f-11e7-89a8-765859b2742d'),(882,1268,1260,NULL,1,'2006-04-16 00:00:00',NULL,'c69ebd4f-6a7f-11e7-89a8-765859b2742d'),(883,1268,1259,NULL,1,'2006-04-16 00:00:00',NULL,'c69ebe8a-6a7f-11e7-89a8-765859b2742d'),(884,1268,981,NULL,1,'2006-04-16 00:00:00',NULL,'c69ebfc2-6a7f-11e7-89a8-765859b2742d'),(885,1111,5829,NULL,1,'2006-04-16 00:00:00',NULL,'c69ec18e-6a7f-11e7-89a8-765859b2742d'),(886,1111,438,NULL,1,'2006-04-16 00:00:00',NULL,'c69ec2ef-6a7f-11e7-89a8-765859b2742d'),(887,1111,1131,NULL,1,'2006-04-16 00:00:00',NULL,'c69ec443-6a7f-11e7-89a8-765859b2742d'),(888,1111,1107,NULL,1,'2006-04-16 00:00:00',NULL,'c69ec58a-6a7f-11e7-89a8-765859b2742d'),(889,1111,745,NULL,1,'2006-04-16 00:00:00',NULL,'c69ec6dc-6a7f-11e7-89a8-765859b2742d'),(890,1111,768,NULL,1,'2006-04-16 00:00:00',NULL,'c69ec827-6a7f-11e7-89a8-765859b2742d'),(891,1111,656,NULL,1,'2006-04-16 00:00:00',NULL,'c69ec974-6a7f-11e7-89a8-765859b2742d'),(892,1111,1194,NULL,1,'2006-04-16 00:00:00',NULL,'c69ecabf-6a7f-11e7-89a8-765859b2742d'),(893,1111,767,NULL,1,'2006-04-16 00:00:00',NULL,'c69ecc0d-6a7f-11e7-89a8-765859b2742d'),(894,1111,1108,NULL,1,'2006-04-16 00:00:00',NULL,'c69ecd56-6a7f-11e7-89a8-765859b2742d'),(895,1250,794,NULL,1,'2006-04-17 00:00:00',NULL,'c69ece9f-6a7f-11e7-89a8-765859b2742d'),(896,1250,797,NULL,1,'2006-04-17 00:00:00',NULL,'c69ed08e-6a7f-11e7-89a8-765859b2742d'),(897,1250,792,3,1,'2006-04-17 00:00:00',NULL,'c69ed1f5-6a7f-11e7-89a8-765859b2742d'),(898,1250,796,NULL,1,'2006-04-17 00:00:00',NULL,'c69ed3ae-6a7f-11e7-89a8-765859b2742d'),(899,1250,628,NULL,1,'2006-04-17 00:00:00',NULL,'c69ed50f-6a7f-11e7-89a8-765859b2742d'),(900,1250,625,5,1,'2006-04-17 00:00:00',NULL,'c69ed65e-6a7f-11e7-89a8-765859b2742d'),(901,1250,625,6,1,'2006-04-17 00:00:00',NULL,'c69ed7b0-6a7f-11e7-89a8-765859b2742d'),(902,1250,796,9,1,'2006-04-17 00:00:00',NULL,'c69ed8fb-6a7f-11e7-89a8-765859b2742d'),(903,1250,625,NULL,1,'2006-04-17 00:00:00',NULL,'c69eda4d-6a7f-11e7-89a8-765859b2742d'),(904,1250,635,NULL,1,'2006-04-17 00:00:00',NULL,'c69edba0-6a7f-11e7-89a8-765859b2742d'),(905,1250,814,NULL,1,'2006-04-17 00:00:00',NULL,'c69edd2f-6a7f-11e7-89a8-765859b2742d'),(906,1250,796,10,1,'2006-04-17 00:00:00',NULL,'c69ede8f-6a7f-11e7-89a8-765859b2742d'),(907,1250,792,2,1,'2006-04-17 00:00:00',NULL,'c69edfe2-6a7f-11e7-89a8-765859b2742d'),(908,1250,633,NULL,1,'2006-04-17 00:00:00',NULL,'c69ee12f-6a7f-11e7-89a8-765859b2742d'),(909,1250,631,NULL,1,'2006-04-17 00:00:00',NULL,'c69ee27a-6a7f-11e7-89a8-765859b2742d'),(910,1250,802,NULL,1,'2006-04-17 00:00:00',NULL,'c69ee3c8-6a7f-11e7-89a8-765859b2742d'),(911,1250,630,NULL,1,'2006-04-17 00:00:00',NULL,'c69ee514-6a7f-11e7-89a8-765859b2742d'),(912,984,886,NULL,1,'2006-04-17 00:00:00',NULL,'c69ee65c-6a7f-11e7-89a8-765859b2742d'),(913,984,783,NULL,1,'2006-04-17 00:00:00',NULL,'c69ee7a6-6a7f-11e7-89a8-765859b2742d'),(914,984,781,NULL,1,'2006-04-17 00:00:00',NULL,'c69ee8ea-6a7f-11e7-89a8-765859b2742d'),(915,984,1107,NULL,1,'2006-04-17 00:00:00',NULL,'c69eea2a-6a7f-11e7-89a8-765859b2742d'),(916,984,782,NULL,1,'2006-04-17 00:00:00',NULL,'c69eeb74-6a7f-11e7-89a8-765859b2742d'),(917,984,5261,NULL,1,'2006-04-17 00:00:00',NULL,'c69eecbd-6a7f-11e7-89a8-765859b2742d'),(918,984,36,NULL,1,'2006-04-17 00:00:00',NULL,'c69eee0a-6a7f-11e7-89a8-765859b2742d'),(919,1270,5829,NULL,1,'2006-04-17 00:00:00',NULL,'c69eef5a-6a7f-11e7-89a8-765859b2742d'),(920,1270,438,NULL,1,'2006-04-17 00:00:00',NULL,'c69ef0a0-6a7f-11e7-89a8-765859b2742d'),(921,1270,1131,NULL,1,'2006-04-17 00:00:00',NULL,'c69ef1ee-6a7f-11e7-89a8-765859b2742d'),(922,1270,745,NULL,1,'2006-04-17 00:00:00',NULL,'c69ef339-6a7f-11e7-89a8-765859b2742d'),(923,1270,768,NULL,1,'2006-04-17 00:00:00',NULL,'c69ef47f-6a7f-11e7-89a8-765859b2742d'),(924,1270,656,NULL,1,'2006-04-17 00:00:00',NULL,'c69ef5c6-6a7f-11e7-89a8-765859b2742d'),(925,1270,1194,NULL,1,'2006-04-17 00:00:00',NULL,'c69ef712-6a7f-11e7-89a8-765859b2742d'),(926,1270,767,NULL,1,'2006-04-17 00:00:00',NULL,'c69ef85c-6a7f-11e7-89a8-765859b2742d'),(927,1270,1108,NULL,1,'2006-04-17 00:00:00',NULL,'c69ef9e7-6a7f-11e7-89a8-765859b2742d'),(928,1030,1138,NULL,1,'2006-04-17 00:00:00',NULL,'c69efb59-6a7f-11e7-89a8-765859b2742d'),(929,1030,664,NULL,1,'2006-04-17 00:00:00',NULL,'c69efcac-6a7f-11e7-89a8-765859b2742d'),(930,1030,703,NULL,1,'2006-04-17 00:00:00',NULL,'c69efdfb-6a7f-11e7-89a8-765859b2742d'),(931,6048,5340,NULL,1,'2006-04-18 00:00:00',NULL,'c69eff40-6a7f-11e7-89a8-765859b2742d'),(932,6048,5339,NULL,1,'2006-04-18 00:00:00',NULL,'c69f0089-6a7f-11e7-89a8-765859b2742d'),(933,6048,5042,NULL,1,'2006-04-18 00:00:00',NULL,'c69f01d4-6a7f-11e7-89a8-765859b2742d'),(934,6048,5329,NULL,1,'2006-04-18 00:00:00',NULL,'c69f031a-6a7f-11e7-89a8-765859b2742d'),(935,6048,823,NULL,1,'2006-04-18 00:00:00',NULL,'c69f04f6-6a7f-11e7-89a8-765859b2742d'),(936,6048,507,NULL,1,'2006-04-18 00:00:00',NULL,'c69f065d-6a7f-11e7-89a8-765859b2742d'),(937,6048,5327,NULL,1,'2006-04-18 00:00:00',NULL,'c69f07ac-6a7f-11e7-89a8-765859b2742d'),(938,6048,5043,NULL,1,'2006-04-18 00:00:00',NULL,'c69f08f5-6a7f-11e7-89a8-765859b2742d'),(939,6048,5344,NULL,1,'2006-04-18 00:00:00',NULL,'c69f0a45-6a7f-11e7-89a8-765859b2742d'),(940,6048,5345,NULL,1,'2006-04-18 00:00:00',NULL,'c69f0b92-6a7f-11e7-89a8-765859b2742d'),(941,6048,5334,NULL,1,'2006-04-18 00:00:00',NULL,'c69f0cd9-6a7f-11e7-89a8-765859b2742d'),(942,6048,5035,NULL,1,'2006-04-18 00:00:00',NULL,'c69f0e21-6a7f-11e7-89a8-765859b2742d'),(943,6048,990,NULL,1,'2006-04-18 00:00:00',NULL,'c69f0f68-6a7f-11e7-89a8-765859b2742d'),(944,6048,5350,NULL,1,'2006-04-18 00:00:00',NULL,'c69f10ac-6a7f-11e7-89a8-765859b2742d'),(945,6048,5033,NULL,1,'2006-04-18 00:00:00',NULL,'c69f11f3-6a7f-11e7-89a8-765859b2742d'),(946,6048,5030,NULL,1,'2006-04-18 00:00:00',NULL,'c69f12d0-6a7f-11e7-89a8-765859b2742d'),(947,6048,5034,NULL,1,'2006-04-18 00:00:00',NULL,'c69f13b5-6a7f-11e7-89a8-765859b2742d'),(948,6048,5332,NULL,1,'2006-04-18 00:00:00',NULL,'c69f148c-6a7f-11e7-89a8-765859b2742d'),(949,6048,5027,NULL,1,'2006-04-18 00:00:00',NULL,'c69f155c-6a7f-11e7-89a8-765859b2742d'),(950,6048,5328,NULL,1,'2006-04-18 00:00:00',NULL,'c69f162c-6a7f-11e7-89a8-765859b2742d'),(951,6048,5337,NULL,1,'2006-04-18 00:00:00',NULL,'c69f16fe-6a7f-11e7-89a8-765859b2742d'),(952,6048,5354,NULL,1,'2006-04-18 00:00:00',NULL,'c69f17c8-6a7f-11e7-89a8-765859b2742d'),(953,6048,5041,NULL,1,'2006-04-18 00:00:00',NULL,'c69f1894-6a7f-11e7-89a8-765859b2742d'),(954,6048,882,NULL,1,'2006-04-18 00:00:00',NULL,'c69f1963-6a7f-11e7-89a8-765859b2742d'),(955,6048,5046,NULL,1,'2006-04-18 00:00:00',NULL,'c69f1a31-6a7f-11e7-89a8-765859b2742d'),(956,6048,5330,NULL,1,'2006-04-18 00:00:00',NULL,'c69f1afd-6a7f-11e7-89a8-765859b2742d'),(957,6048,5338,NULL,1,'2006-04-18 00:00:00',NULL,'c69f1bcd-6a7f-11e7-89a8-765859b2742d'),(958,6048,5018,NULL,1,'2006-04-18 00:00:00',NULL,'c69f1c9e-6a7f-11e7-89a8-765859b2742d'),(959,6048,5012,NULL,1,'2006-04-18 00:00:00',NULL,'c69f1d67-6a7f-11e7-89a8-765859b2742d'),(960,844,1301,NULL,1,'2006-06-05 00:00:00',NULL,'c69f1e30-6a7f-11e7-89a8-765859b2742d'),(961,844,1302,NULL,1,'2006-06-05 00:00:00',NULL,'c69f1efa-6a7f-11e7-89a8-765859b2742d'),(962,844,1300,NULL,1,'2006-06-05 00:00:00',NULL,'c69f1fc1-6a7f-11e7-89a8-765859b2742d'),(963,844,1303,NULL,1,'2006-06-05 00:00:00',NULL,'c69f208d-6a7f-11e7-89a8-765859b2742d'),(964,844,1304,NULL,1,'2006-06-05 00:00:00',NULL,'c69f21b7-6a7f-11e7-89a8-765859b2742d'),(966,1305,1306,NULL,1,'2006-06-05 00:00:00',NULL,'c69f228c-6a7f-11e7-89a8-765859b2742d'),(967,1305,1304,NULL,1,'2006-06-05 00:00:00',NULL,'c69f235e-6a7f-11e7-89a8-765859b2742d'),(968,45,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f242a-6a7f-11e7-89a8-765859b2742d'),(969,299,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f24f6-6a7f-11e7-89a8-765859b2742d'),(970,1031,1311,NULL,1,'2006-06-06 00:00:00',NULL,'c69f26d6-6a7f-11e7-89a8-765859b2742d'),(971,1031,1312,NULL,1,'2006-06-06 00:00:00',NULL,'c69f28cc-6a7f-11e7-89a8-765859b2742d'),(972,1031,1313,NULL,1,'2006-06-06 00:00:00',NULL,'c69f29d3-6a7f-11e7-89a8-765859b2742d'),(973,1031,1314,NULL,1,'2006-06-06 00:00:00',NULL,'c69f2abc-6a7f-11e7-89a8-765859b2742d'),(974,1031,1315,NULL,1,'2006-06-06 00:00:00',NULL,'c69f2b94-6a7f-11e7-89a8-765859b2742d'),(975,1031,1316,NULL,1,'2006-06-06 00:00:00',NULL,'c69f2c68-6a7f-11e7-89a8-765859b2742d'),(976,1031,1317,NULL,1,'2006-06-06 00:00:00',NULL,'c69f2d3e-6a7f-11e7-89a8-765859b2742d'),(977,1031,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f2e13-6a7f-11e7-89a8-765859b2742d'),(978,1032,703,NULL,1,'2006-06-06 00:00:00',NULL,'c69f2f24-6a7f-11e7-89a8-765859b2742d'),(979,1032,664,NULL,1,'2006-06-06 00:00:00',NULL,'c69f301f-6a7f-11e7-89a8-765859b2742d'),(980,1032,1300,NULL,1,'2006-06-06 00:00:00',NULL,'c69f30f8-6a7f-11e7-89a8-765859b2742d'),(981,1032,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f31d3-6a7f-11e7-89a8-765859b2742d'),(982,908,1300,NULL,1,'2006-06-06 00:00:00',NULL,'c69f32a7-6a7f-11e7-89a8-765859b2742d'),(983,908,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f337a-6a7f-11e7-89a8-765859b2742d'),(984,1042,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f344c-6a7f-11e7-89a8-765859b2742d'),(985,1040,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f3520-6a7f-11e7-89a8-765859b2742d'),(986,1047,703,NULL,1,'2006-06-06 00:00:00',NULL,'c69f35f8-6a7f-11e7-89a8-765859b2742d'),(987,1047,664,NULL,1,'2006-06-06 00:00:00',NULL,'c69f36ce-6a7f-11e7-89a8-765859b2742d'),(988,1047,1138,NULL,1,'2006-06-06 00:00:00',NULL,'c69f37a4-6a7f-11e7-89a8-765859b2742d'),(989,1047,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f3877-6a7f-11e7-89a8-765859b2742d'),(990,1034,703,NULL,1,'2006-06-06 00:00:00',NULL,'c69f394e-6a7f-11e7-89a8-765859b2742d'),(991,1034,664,NULL,1,'2006-06-06 00:00:00',NULL,'c69f3a22-6a7f-11e7-89a8-765859b2742d'),(992,1034,1300,NULL,1,'2006-06-06 00:00:00',NULL,'c69f3af3-6a7f-11e7-89a8-765859b2742d'),(993,1034,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f3c6d-6a7f-11e7-89a8-765859b2742d'),(994,1038,703,NULL,1,'2006-06-06 00:00:00',NULL,'c69f3dba-6a7f-11e7-89a8-765859b2742d'),(995,1038,664,NULL,1,'2006-06-06 00:00:00',NULL,'c69f3e9d-6a7f-11e7-89a8-765859b2742d'),(996,1038,1300,NULL,1,'2006-06-06 00:00:00',NULL,'c69f3f76-6a7f-11e7-89a8-765859b2742d'),(997,1038,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f404b-6a7f-11e7-89a8-765859b2742d'),(998,1039,703,NULL,1,'2006-06-06 00:00:00',NULL,'c69f4123-6a7f-11e7-89a8-765859b2742d'),(999,1039,664,NULL,1,'2006-06-06 00:00:00',NULL,'c69f41f5-6a7f-11e7-89a8-765859b2742d'),(1000,1039,1300,NULL,1,'2006-06-06 00:00:00',NULL,'c69f42c6-6a7f-11e7-89a8-765859b2742d'),(1001,1039,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f4394-6a7f-11e7-89a8-765859b2742d'),(1002,1046,703,NULL,1,'2006-06-06 00:00:00',NULL,'c69f4467-6a7f-11e7-89a8-765859b2742d'),(1003,1046,664,NULL,1,'2006-06-06 00:00:00',NULL,'c69f4538-6a7f-11e7-89a8-765859b2742d'),(1004,1046,1300,NULL,1,'2006-06-06 00:00:00',NULL,'c69f460a-6a7f-11e7-89a8-765859b2742d'),(1005,1046,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f46db-6a7f-11e7-89a8-765859b2742d'),(1006,1322,703,NULL,1,'2006-06-06 00:00:00',NULL,'c69f47ac-6a7f-11e7-89a8-765859b2742d'),(1007,1322,664,NULL,1,'2006-06-06 00:00:00',NULL,'c69f487e-6a7f-11e7-89a8-765859b2742d'),(1008,1322,1138,NULL,1,'2006-06-06 00:00:00',NULL,'c69f4954-6a7f-11e7-89a8-765859b2742d'),(1009,1322,1304,NULL,1,'2006-06-06 00:00:00',NULL,'c69f4a27-6a7f-11e7-89a8-765859b2742d'),(1010,1325,703,NULL,1,'2006-06-07 00:00:00',NULL,'c69f4af8-6a7f-11e7-89a8-765859b2742d'),(1011,1325,664,NULL,1,'2006-06-07 00:00:00',NULL,'c69f4bcd-6a7f-11e7-89a8-765859b2742d'),(1012,1325,1304,NULL,1,'2006-06-07 00:00:00',NULL,'c69f4d53-6a7f-11e7-89a8-765859b2742d'),(1013,1325,1138,NULL,1,'2006-06-07 00:00:00',NULL,'c69f4e38-6a7f-11e7-89a8-765859b2742d'),(1014,1326,703,NULL,1,'2006-06-07 00:00:00',NULL,'c69f525a-6a7f-11e7-89a8-765859b2742d'),(1015,1326,664,NULL,1,'2006-06-07 00:00:00',NULL,'c69f5350-6a7f-11e7-89a8-765859b2742d'),(1016,1326,1304,NULL,1,'2006-06-07 00:00:00',NULL,'c69f541c-6a7f-11e7-89a8-765859b2742d'),(1017,5002,5622,NULL,1,'2007-05-04 00:00:00',NULL,'c69f54e9-6a7f-11e7-89a8-765859b2742d'),(1018,5002,1107,NULL,1,'2007-05-04 00:00:00',NULL,'c69f55c0-6a7f-11e7-89a8-765859b2742d'),(1019,6098,5622,NULL,1,'2007-05-04 00:00:00',NULL,'c69f56d2-6a7f-11e7-89a8-765859b2742d'),(1020,6098,1107,NULL,1,'2007-05-04 00:00:00',NULL,'c69f57ae-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `concept_answer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_attribute` -- DROP TABLE IF EXISTS `concept_attribute`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_attribute` ( `concept_attribute_id` int(11) NOT NULL AUTO_INCREMENT, `concept_id` int(11) NOT NULL, `attribute_type_id` int(11) NOT NULL, `value_reference` text NOT NULL, `uuid` char(38) NOT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, PRIMARY KEY (`concept_attribute_id`), UNIQUE KEY `uuid` (`uuid`), KEY `concept_attribute_concept_fk` (`concept_id`), KEY `concept_attribute_attribute_type_id_fk` (`attribute_type_id`), KEY `concept_attribute_creator_fk` (`creator`), KEY `concept_attribute_changed_by_fk` (`changed_by`), KEY `concept_attribute_voided_by_fk` (`voided_by`), CONSTRAINT `concept_attribute_attribute_type_id_fk` FOREIGN KEY (`attribute_type_id`) REFERENCES `concept_attribute_type` (`concept_attribute_type_id`), CONSTRAINT `concept_attribute_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `concept_attribute_concept_fk` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `concept_attribute_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `concept_attribute_voided_by_fk` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_attribute` -- LOCK TABLES `concept_attribute` WRITE; /*!40000 ALTER TABLE `concept_attribute` DISABLE KEYS */; /*!40000 ALTER TABLE `concept_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_attribute_type` -- DROP TABLE IF EXISTS `concept_attribute_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_attribute_type` ( `concept_attribute_type_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(1024) DEFAULT NULL, `datatype` varchar(255) DEFAULT NULL, `datatype_config` text, `preferred_handler` varchar(255) DEFAULT NULL, `handler_config` text, `min_occurs` int(11) NOT NULL, `max_occurs` int(11) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_attribute_type_id`), UNIQUE KEY `uuid` (`uuid`), KEY `concept_attribute_type_creator_fk` (`creator`), KEY `concept_attribute_type_changed_by_fk` (`changed_by`), KEY `concept_attribute_type_retired_by_fk` (`retired_by`), CONSTRAINT `concept_attribute_type_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `concept_attribute_type_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `concept_attribute_type_retired_by_fk` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_attribute_type` -- LOCK TABLES `concept_attribute_type` WRITE; /*!40000 ALTER TABLE `concept_attribute_type` DISABLE KEYS */; /*!40000 ALTER TABLE `concept_attribute_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_class` -- DROP TABLE IF EXISTS `concept_class`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_class` ( `concept_class_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` varchar(255) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, PRIMARY KEY (`concept_class_id`), UNIQUE KEY `concept_class_uuid_index` (`uuid`), KEY `concept_class_retired_status` (`retired`), KEY `concept_class_creator` (`creator`), KEY `user_who_retired_concept_class` (`retired_by`), KEY `concept_class_name_index` (`name`), KEY `concept_class_changed_by` (`changed_by`), CONSTRAINT `concept_class_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `concept_class_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_concept_class` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_class` -- LOCK TABLES `concept_class` WRITE; /*!40000 ALTER TABLE `concept_class` DISABLE KEYS */; INSERT INTO `concept_class` VALUES (1,'Test','Acq. during patient encounter (vitals, labs, etc.)',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4907b2-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(2,'Procedure','Describes a clinical procedure',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d490bf4-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(3,'Drug','Drug',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d490dfc-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(4,'Diagnosis','Conclusion drawn through findings',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4918b0-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(5,'Finding','Practitioner observation/finding',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d491a9a-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(6,'Anatomy','Anatomic sites / descriptors',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d491c7a-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(7,'Question','Question (eg, patient history, SF36 items)',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d491e50-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(8,'LabSet','Term to describe laboratory sets',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d492026-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(9,'MedSet','Term to describe medication sets',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4923b4-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(10,'ConvSet','Term to describe convenience sets',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d492594-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(11,'Misc','Terms which don\'t fit other categories',1,'2004-03-02 00:00:00',0,NULL,NULL,NULL,'8d492774-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(12,'Symptom','Patient-reported observation',1,'2004-10-04 00:00:00',0,NULL,NULL,NULL,'8d492954-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(13,'Symptom/Finding','Observation that can be reported from patient or found on exam',1,'2004-10-04 00:00:00',0,NULL,NULL,NULL,'8d492b2a-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(14,'Specimen','Body or fluid specimen',1,'2004-12-02 00:00:00',0,NULL,NULL,NULL,'8d492d0a-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(15,'Misc Order','Orderable items which aren\'t tests or drugs',1,'2005-02-17 00:00:00',0,NULL,NULL,NULL,'8d492ee0-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(16,'Frequency','A class for order frequencies',1,'2014-03-06 00:00:00',0,NULL,NULL,NULL,'8e071bfe-520c-44c0-a89b-538e9129b42a',NULL,NULL); /*!40000 ALTER TABLE `concept_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_complex` -- DROP TABLE IF EXISTS `concept_complex`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_complex` ( `concept_id` int(11) NOT NULL, `handler` varchar(255) DEFAULT NULL, PRIMARY KEY (`concept_id`), CONSTRAINT `concept_attributes` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_complex` -- LOCK TABLES `concept_complex` WRITE; /*!40000 ALTER TABLE `concept_complex` DISABLE KEYS */; /*!40000 ALTER TABLE `concept_complex` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_datatype` -- DROP TABLE IF EXISTS `concept_datatype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_datatype` ( `concept_datatype_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `hl7_abbreviation` varchar(3) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_datatype_id`), UNIQUE KEY `concept_datatype_uuid_index` (`uuid`), KEY `concept_datatype_retired_status` (`retired`), KEY `concept_datatype_creator` (`creator`), KEY `user_who_retired_concept_datatype` (`retired_by`), KEY `concept_datatype_name_index` (`name`), CONSTRAINT `concept_datatype_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_concept_datatype` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_datatype` -- LOCK TABLES `concept_datatype` WRITE; /*!40000 ALTER TABLE `concept_datatype` DISABLE KEYS */; INSERT INTO `concept_datatype` VALUES (1,'Numeric','NM','Numeric value, including integer or float (e.g., creatinine, weight)',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4a4488-c2cc-11de-8d13-0010c6dffd0f'),(2,'Coded','CWE','Value determined by term dictionary lookup (i.e., term identifier)',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4a48b6-c2cc-11de-8d13-0010c6dffd0f'),(3,'Text','ST','Free text',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4a4ab4-c2cc-11de-8d13-0010c6dffd0f'),(4,'N/A','ZZ','Not associated with a datatype (e.g., term answers, sets)',1,'2004-02-02 00:00:00',0,NULL,NULL,NULL,'8d4a4c94-c2cc-11de-8d13-0010c6dffd0f'),(5,'Document','RP','Pointer to a binary or text-based document (e.g., clinical document, RTF, XML, EKG, image, etc.) stored in complex_obs table',1,'2004-04-15 00:00:00',0,NULL,NULL,NULL,'8d4a4e74-c2cc-11de-8d13-0010c6dffd0f'),(6,'Date','DT','Absolute date',1,'2004-07-22 00:00:00',0,NULL,NULL,NULL,'8d4a505e-c2cc-11de-8d13-0010c6dffd0f'),(7,'Time','TM','Absolute time of day',1,'2004-07-22 00:00:00',0,NULL,NULL,NULL,'8d4a591e-c2cc-11de-8d13-0010c6dffd0f'),(8,'Datetime','TS','Absolute date and time',1,'2004-07-22 00:00:00',0,NULL,NULL,NULL,'8d4a5af4-c2cc-11de-8d13-0010c6dffd0f'),(10,'Boolean','BIT','Boolean value (yes/no, true/false)',1,'2004-08-26 00:00:00',0,NULL,NULL,NULL,'8d4a5cca-c2cc-11de-8d13-0010c6dffd0f'),(11,'Rule','ZZ','Value derived from other data',1,'2006-09-11 00:00:00',0,NULL,NULL,NULL,'8d4a5e96-c2cc-11de-8d13-0010c6dffd0f'),(12,'Structured Numeric','SN','Complex numeric values possible (ie, <5, 1-10, etc.)',1,'2005-08-06 00:00:00',0,NULL,NULL,NULL,'8d4a606c-c2cc-11de-8d13-0010c6dffd0f'),(13,'Complex','ED','Complex value. Analogous to HL7 Embedded Datatype',1,'2008-05-28 12:25:34',0,NULL,NULL,NULL,'8d4a6242-c2cc-11de-8d13-0010c6dffd0f'); /*!40000 ALTER TABLE `concept_datatype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_description` -- DROP TABLE IF EXISTS `concept_description`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_description` ( `concept_description_id` int(11) NOT NULL AUTO_INCREMENT, `concept_id` int(11) NOT NULL DEFAULT '0', `description` text NOT NULL, `locale` varchar(50) NOT NULL DEFAULT '', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_description_id`), UNIQUE KEY `concept_description_uuid_index` (`uuid`), KEY `user_who_changed_description` (`changed_by`), KEY `description_for_concept` (`concept_id`), KEY `user_who_created_description` (`creator`), CONSTRAINT `description_for_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `user_who_changed_description` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_created_description` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6100 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_description` -- LOCK TABLES `concept_description` WRITE; /*!40000 ALTER TABLE `concept_description` DISABLE KEYS */; INSERT INTO `concept_description` VALUES (1,1,'Anemia due to bleeding or a hemorrhagic process.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a17fe4-6a7f-11e7-89a8-765859b2742d'),(2,2,'Anemia, due to the destruction or dissolution of red blood cells, with subsequent release of hemoglobin.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a18388-6a7f-11e7-89a8-765859b2742d'),(3,3,'Anemia not due to other causes listed within the system.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1854d-6a7f-11e7-89a8-765859b2742d'),(4,4,'An abrupt and/or progressive worsening of symptoms of shortness of breath, wheezing, chest tightness, or some combination of these with associated respiratory distress.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a186be-6a7f-11e7-89a8-765859b2742d'),(5,5,'A chronic respiratory disease, arising from allergies or inflammation, that is characterized by sudden recurring attacks of labored breathing, chest constriction, and coughing.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a18824-6a7f-11e7-89a8-765859b2742d'),(6,6,'subcutaneous immunization for TB; converts PPD to positive','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a18982-6a7f-11e7-89a8-765859b2742d'),(7,7,'Small, hard, pathological concretions, composed chiefly of cholesterol, calcium salts, and bile pigments, formed in the gallbladder or in a bile duct.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a18ad8-6a7f-11e7-89a8-765859b2742d'),(8,8,'Gallbladder or biliary duct problems not specified.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a18da1-6a7f-11e7-89a8-765859b2742d'),(9,9,'serum glucose, elevated in diabetes','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a18f04-6a7f-11e7-89a8-765859b2742d'),(10,10,'Lower respiratory infection of the bronchial tubes, acute.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a19050-6a7f-11e7-89a8-765859b2742d'),(11,11,'Lower respiratory infection of the bronchial tubes, recurrent.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1919a-6a7f-11e7-89a8-765859b2742d'),(12,12,'An examination using irradiation for imaging the chest.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a192de-6a7f-11e7-89a8-765859b2742d'),(13,13,'methods for preventing pregnancy','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a19420-6a7f-11e7-89a8-765859b2742d'),(14,14,'Diarrhea due to amoebic infection.','en',1,'2004-04-02 00:00:00',NULL,NULL,'c6a19562-6a7f-11e7-89a8-765859b2742d'),(15,15,'Diarrhea due to cholera.','en',1,'2004-04-02 00:00:00',NULL,NULL,'c6a197b0-6a7f-11e7-89a8-765859b2742d'),(16,16,'Diarrhea due to an unspecified cause.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1990f-6a7f-11e7-89a8-765859b2742d'),(17,17,'Vaccination against diptheria and tetanus (IM).','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a19a57-6a7f-11e7-89a8-765859b2742d'),(18,18,'first vaccination for diptheria, pertussis (whooping cough), and tetanus (IM)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a19b2b-6a7f-11e7-89a8-765859b2742d'),(19,19,'second vaccination for diptheria, pertussis (whooping cough), and tetanus (IM)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a19bf6-6a7f-11e7-89a8-765859b2742d'),(20,20,'third vaccination for diptheria, pertussis (whooping cough), and tetanus (IM)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a19cc0-6a7f-11e7-89a8-765859b2742d'),(21,21,'The iron-containing respiratory pigment in red blood cells of vertebrates, consisting of about 6 percent heme and 94 percent globin.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a19d87-6a7f-11e7-89a8-765859b2742d'),(22,22,'Vaccination against hepatitis A (IM).','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a19e4d-6a7f-11e7-89a8-765859b2742d'),(23,23,'first vaccination against hepatitis B (IM)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a19f0d-6a7f-11e7-89a8-765859b2742d'),(24,24,'second vaccination against hepatitis B (IM)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a19ff7-6a7f-11e7-89a8-765859b2742d'),(25,25,'third vaccination against hepatitis B (IM)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1a0e8-6a7f-11e7-89a8-765859b2742d'),(26,26,'Liver infection with hepatitis A virus (\"infectious hepatitis\").','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1a1b0-6a7f-11e7-89a8-765859b2742d'),(27,27,'Liver infection with hepatitis B virus (\"serum hepatitis\").','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1a279-6a7f-11e7-89a8-765859b2742d'),(28,28,'Liver infection with hepatitic C virus.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1a341-6a7f-11e7-89a8-765859b2742d'),(29,29,'Liver infection with an unknown organism or unspecified non-infectious liver inflammation.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1a401-6a7f-11e7-89a8-765859b2742d'),(30,30,'patient infected with the HIV virus','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1a4c7-6a7f-11e7-89a8-765859b2742d'),(31,31,'Services requested during a clinical encounter.','en',1,'2006-02-10 00:00:00',NULL,NULL,'c6a1a588-6a7f-11e7-89a8-765859b2742d'),(32,32,'Peripheral smear study for malarial parasites is the gold standard in diagnosing malarial infection. It involves collection of a blood smear, staining and examination of the the red blood cells for intracellular malarial parasites.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1a652-6a7f-11e7-89a8-765859b2742d'),(33,33,'mild infection with malaria protozoa','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1a736-6a7f-11e7-89a8-765859b2742d'),(34,34,'severe infection with malaria protozoa','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1a7fd-6a7f-11e7-89a8-765859b2742d'),(35,35,'febrile illness believed to be malaria, but unconfirmed','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1a8ca-6a7f-11e7-89a8-765859b2742d'),(36,36,'Vaccination against measles (IM).','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1a98e-6a7f-11e7-89a8-765859b2742d'),(37,37,'Unspecified problems with menstruation. These could include things such as amenorrhea, polymenorrhea, etc.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1aac1-6a7f-11e7-89a8-765859b2742d'),(38,38,'second vaccination against polio (oral)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1ac17-6a7f-11e7-89a8-765859b2742d'),(39,39,'third vaccination against polio (oral)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1acf3-6a7f-11e7-89a8-765859b2742d'),(40,40,'fourth vaccination against polio (oral)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1ae14-6a7f-11e7-89a8-765859b2742d'),(41,41,'A test for cancer, especially of the female genital tract, in which a smear of exfoliated cells is specially stained and examined under a microscope for pathological changes. Also called Pap test.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1af79-6a7f-11e7-89a8-765859b2742d'),(42,42,'An acute or chronic disease marked by inflammation of the lungs and caused by by mycobacterium tuberculosis.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b071-6a7f-11e7-89a8-765859b2742d'),(43,43,'An acute or chronic disease marked by inflammation of the lungs and caused by viruses, bacteria, or other microorganisms and sometimes by physical and chemical irritants. Organism is unspecified in this concept.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b141-6a7f-11e7-89a8-765859b2742d'),(44,44,'The period from conception to birth when a woman carries a developing fetus in her uterus.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b218-6a7f-11e7-89a8-765859b2742d'),(45,45,'Test that determines pregnancy status through measure of hormone content in urine.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b2e2-6a7f-11e7-89a8-765859b2742d'),(46,46,'Implantation and subsequent development of a fertilized ovum outside the uterus, as in a fallopian tube.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b3ab-6a7f-11e7-89a8-765859b2742d'),(47,47,'Pregnancy with an associated diastolic blood pressure of 90 mmHg.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b473-6a7f-11e7-89a8-765859b2742d'),(48,48,'Pregnancy terminated by a spontaneous abortion.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b53c-6a7f-11e7-89a8-765859b2742d'),(49,49,'Vaginal bleeding that occurs following an infant delivery.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b5fc-6a7f-11e7-89a8-765859b2742d'),(50,50,'The intentional, premature expulsion of a nonviable fetus from the uterus.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b6bf-6a7f-11e7-89a8-765859b2742d'),(51,51,'growth failure in bone due to vitamin D deficiency','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b77e-6a7f-11e7-89a8-765859b2742d'),(52,52,'multisystem disorder due to vitamin C deficiency','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b847-6a7f-11e7-89a8-765859b2742d'),(53,53,'evaluation of stool under the microscope, usually for ova and parasites','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b90e-6a7f-11e7-89a8-765859b2742d'),(54,54,'Booster vaccination against tetanus.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1b9d8-6a7f-11e7-89a8-765859b2742d'),(55,55,'Bacterial infection of the bladder, ureter, and/or kidney.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1ba9d-6a7f-11e7-89a8-765859b2742d'),(56,56,'Evalution of urine under the microscope, usually for cells, crystals, and/or infecting organisms.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1bb65-6a7f-11e7-89a8-765859b2742d'),(57,57,'An acute destructive disease of warm regions marked by sudden onset, prostration, fever, albuminuria, jaundice, and often hemorrhage. Caused by a flavivirus (genus Flavivirus) transmitted especially by a mosquito of the genus Aedes (A. aegypti).','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1bc2f-6a7f-11e7-89a8-765859b2742d'),(58,58,'An infection with the bacteria mycobacterium tuberculosis, site not specified.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1bdef-6a7f-11e7-89a8-765859b2742d'),(59,59,'infection with m. leprae, causing skin lesions and peripheral nerve damage','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1bf3a-6a7f-11e7-89a8-765859b2742d'),(60,60,'Infection of the spinal fluid and meninges.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1c014-6a7f-11e7-89a8-765859b2742d'),(61,61,'lung infection with the b.pertussis organism causing severe, persistent coughing','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1c0de-6a7f-11e7-89a8-765859b2742d'),(62,62,'infection with varicella virus, usually with numerous individual skin ulcers that crust','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1c1a4-6a7f-11e7-89a8-765859b2742d'),(63,63,'Infection with measles virus, with characteristic rash and Koplek spots in mouth.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1c26e-6a7f-11e7-89a8-765859b2742d'),(64,64,'Infection with mumps virus, usually involving the parotid glands.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1c45c-6a7f-11e7-89a8-765859b2742d'),(65,65,'venereal infection caused by the Neissera gonococci','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1c53c-6a7f-11e7-89a8-765859b2742d'),(66,66,'infection with schistosoma protozoa','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1c60e-6a7f-11e7-89a8-765859b2742d'),(67,67,'infection of the intestinal tract with an unspecified helminth (worm)HELMINTHIASIS-ICD','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1c715-6a7f-11e7-89a8-765859b2742d'),(68,68,'Inadequate oral intake of unspecified nutrients (eg, calories, protein, vitamins, etc.)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1c81b-6a7f-11e7-89a8-765859b2742d'),(69,69,'List of eye infections, diagnoses.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1c8fc-6a7f-11e7-89a8-765859b2742d'),(70,70,'Opacification of the eye lens.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1c9cf-6a7f-11e7-89a8-765859b2742d'),(71,71,'Set of ear infection concepts.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1caa4-6a7f-11e7-89a8-765859b2742d'),(72,72,'unspecified problems with arterial or venous circulation','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1cb76-6a7f-11e7-89a8-765859b2742d'),(73,73,'unspecified problems with the lungs, trachea, and/or pharynx','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1cc4c-6a7f-11e7-89a8-765859b2742d'),(74,74,'unspecified problems with pregnancy and childbirth','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1cd24-6a7f-11e7-89a8-765859b2742d'),(75,75,'Unspecified growths (tumors), benign or malignant.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1cdf2-6a7f-11e7-89a8-765859b2742d'),(76,76,'unspecified problems with blood cell lines and blood-forming processes','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1d0e6-6a7f-11e7-89a8-765859b2742d'),(77,77,'Unspecified disorders of cognition (thinking ability) and/or emotions. Any of various conditions characterized by impairment of an individual\'s normal cognitive, emotional, or behavioral functioning, and caused by social, psychological, biochemical, genetic, or other factors, such as infection or head trauma.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1d1ca-6a7f-11e7-89a8-765859b2742d'),(78,78,'unspecified problems of the teeth and/or gums (eg, infection, tooth decay, tooth loss)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1d2b3-6a7f-11e7-89a8-765859b2742d'),(79,79,'Unspecified problems of the skin (eg, rashes, infections)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1d386-6a7f-11e7-89a8-765859b2742d'),(80,80,'Unspecified problems with pain and motion of the joints and/or muscles.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1d6fa-6a7f-11e7-89a8-765859b2742d'),(81,81,'unspecified problems present at birth','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1d7ec-6a7f-11e7-89a8-765859b2742d'),(82,82,'fever with no apparent cause','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1d8b5-6a7f-11e7-89a8-765859b2742d'),(83,83,'Unspecified ingestion, inhalation, or other exposure to a toxic substance','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1d978-6a7f-11e7-89a8-765859b2742d'),(84,84,'Traffic accident of specified type but victim\'s mode of transport unknown.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1da41-6a7f-11e7-89a8-765859b2742d'),(85,85,'unspecified problems or diseases','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a1dcc7-6a7f-11e7-89a8-765859b2742d'),(86,86,'Injury and/or trauma due to motor vehicle accident.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a67ab4-6a7f-11e7-89a8-765859b2742d'),(87,87,'Sulfa drug-pyrimethamine combinations are highly active blood schizonticides against P. falciparum but are less effective against other Plasmodium species.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a67e31-6a7f-11e7-89a8-765859b2742d'),(88,88,'Drug used for pain relief, fever, and antiplatelet actions.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6817c-6a7f-11e7-89a8-765859b2742d'),(89,89,'A crystalline compound C8H9NO2 that is a hydroxy derivative of acetanilide and is used in chemical synthesis and in medicine instead of aspirin to relieve pain and fever.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6836c-6a7f-11e7-89a8-765859b2742d'),(90,90,'antibiotic most often used for respiratory and venerial infections','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a68778-6a7f-11e7-89a8-765859b2742d'),(91,91,'Antibiotic most often used for urinary tract infections.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a688f0-6a7f-11e7-89a8-765859b2742d'),(92,92,'Antiparasitic agent most often used for leprosy, malaria, and pneumocystis carinii pneumonia infections.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a68cac-6a7f-11e7-89a8-765859b2742d'),(93,93,'antibiotic most often used for urinary tract and respiratory infections','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a68fde-6a7f-11e7-89a8-765859b2742d'),(94,94,'Topical antiseptic used to sterilize skin for invasive procedures.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a694c1-6a7f-11e7-89a8-765859b2742d'),(95,95,'A broad-spectrum tetracycline antibiotic C22H24N2O8 with potent antibacterial activity that is often taken by travelers as a prophylactic against diarrhea.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a697eb-6a7f-11e7-89a8-765859b2742d'),(96,96,'Antibiotic used in malaria prophylaxis and treatment.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6a0ee-6a7f-11e7-89a8-765859b2742d'),(97,97,'Antibiotic used in malaria prophylaxis and treatment.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6a20f-6a7f-11e7-89a8-765859b2742d'),(98,98,'Antibiotic used in malaria prophylaxis and treatment.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6a2ed-6a7f-11e7-89a8-765859b2742d'),(99,99,'Diuretic that works mainly upon the loop of Henle.','en',1,'2004-04-02 00:00:00',NULL,NULL,'c6a6a3e8-6a7f-11e7-89a8-765859b2742d'),(100,100,'Antibiotic (IV, topical) used for gram-negative infections.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6a4cb-6a7f-11e7-89a8-765859b2742d'),(101,101,'An examination using irradiation for imaging the abdomen.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6a5ac-6a7f-11e7-89a8-765859b2742d'),(102,102,'Adverse reaction to a drug (oral, parenteral, topical).','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6a689-6a7f-11e7-89a8-765859b2742d'),(103,103,'test for HIV infection (presence of antibodies to HIV)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6a769-6a7f-11e7-89a8-765859b2742d'),(104,104,'HIV positive with an AIDS-defining infection','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6a84b-6a7f-11e7-89a8-765859b2742d'),(105,105,'Administering illicit drugs through direct needle injection. A method of spread of HIV.','en',1,'2006-02-13 00:00:00',NULL,NULL,'c6a6a975-6a7f-11e7-89a8-765859b2742d'),(106,106,'Upper respiratory tract infection.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6aa6f-6a7f-11e7-89a8-765859b2742d'),(107,107,'To expel air from the lungs suddenly and noisily, often to keep the respiratory passages free of irritating material.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6ab5a-6a7f-11e7-89a8-765859b2742d'),(108,108,'A contraction of smooth muscle in the walls of the bronchi and bronchioles, causing narrowing of the lumen.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6ac40-6a7f-11e7-89a8-765859b2742d'),(109,109,'Infected wound.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6ad27-6a7f-11e7-89a8-765859b2742d'),(110,110,'The process or act of tearing tissue.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6ae09-6a7f-11e7-89a8-765859b2742d'),(111,111,'A disorder of digestive function characterized by discomfort or heartburn or nausea.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6af99-6a7f-11e7-89a8-765859b2742d'),(112,112,'Inflammation of the tonsils of varying degrees of severity and involving simple inflammation. Associated with acute pharyngitis, streptococcus infection, or formation of an abscess (as quinsy).','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6b0ac-6a7f-11e7-89a8-765859b2742d'),(113,113,'A skin condition characterized by the development of recurring boils.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6b1a7-6a7f-11e7-89a8-765859b2742d'),(114,114,'Infection of the middle ear.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6b297-6a7f-11e7-89a8-765859b2742d'),(115,115,'Inflammation of the mammary gland, usually caused by infection.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6b37a-6a7f-11e7-89a8-765859b2742d'),(116,116,'Inflammation of a joint, usually accompanied by pain, swelling, and stiffness, and resulting from infection, trauma, degenerative changes, metabolic disturbances, or other causes. It occurs in various forms, such as bacterial arthritis, osteoarthritis, or rheumatoid arthritis.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6b461-6a7f-11e7-89a8-765859b2742d'),(117,117,'Infection of the outer lining of the eye.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6b56a-6a7f-11e7-89a8-765859b2742d'),(118,118,'unspecified problem with the eye','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6b649-6a7f-11e7-89a8-765859b2742d'),(119,119,'Inflammation of the skin.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6b725-6a7f-11e7-89a8-765859b2742d'),(120,120,'Inflammation of the skin due to allergic reaction.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6b800-6a7f-11e7-89a8-765859b2742d'),(121,121,'Muscular pain or tenderness, especially when diffuse and nonspecific.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6b8e0-6a7f-11e7-89a8-765859b2742d'),(122,122,'varicella viral infection, usually of children','en',1,'2004-03-02 00:00:00',NULL,NULL,'c6a6b9c5-6a7f-11e7-89a8-765859b2742d'),(123,123,'An infectious disease characterized by cycles of chills, fever, and sweating, caused by a protozoan of the genus Plasmodium in red blood cells, which is transmitted to humans by the bite of an infected female anopheles mosquito.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6baa6-6a7f-11e7-89a8-765859b2742d'),(124,124,'Intestinal infection with amoebae.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6bb95-6a7f-11e7-89a8-765859b2742d'),(125,125,'Trauma to the head and skull region, unspecified.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6bc73-6a7f-11e7-89a8-765859b2742d'),(126,126,'Infection of the gums.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6bd55-6a7f-11e7-89a8-765859b2742d'),(127,127,'Pain with menstrual periods.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6be33-6a7f-11e7-89a8-765859b2742d'),(128,128,'Penetrating wound.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6bf1a-6a7f-11e7-89a8-765859b2742d'),(129,129,'inflammation of the nasal passage due to infection; \"hay fever\"','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6bff5-6a7f-11e7-89a8-765859b2742d'),(130,130,'An abnormal condition that results from infection of the placental site following delivery or abortion and is characterized in mild form by fever of not over 100.4F','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6c0dd-6a7f-11e7-89a8-765859b2742d'),(131,131,'Infection of the teeth.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6c1c7-6a7f-11e7-89a8-765859b2742d'),(132,132,'infected oil gland in the eye lid','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6c2ad-6a7f-11e7-89a8-765859b2742d'),(133,133,'A noncancerous enlargement of the thyroid gland, visible as a swelling at the front of the neck, that is often associated with iodine deficiency.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6c38e-6a7f-11e7-89a8-765859b2742d'),(134,134,'Superficial bacterial infection of the skin.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6c472-6a7f-11e7-89a8-765859b2742d'),(135,135,'Bodily injury resulting from exposure to heat, caustics, electricity, or some radiations, marked by varying degrees of skin destruction and hyperemia. Classified according to the extent and degree of the injury.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6c54c-6a7f-11e7-89a8-765859b2742d'),(136,136,'Chest tightness, pressure or discomfort.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6c70f-6a7f-11e7-89a8-765859b2742d'),(137,137,'recurrent bronchospastic condition','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6c837-6a7f-11e7-89a8-765859b2742d'),(138,138,'Cutaneous abscess, furuncle and carbuncle, unspecified','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6ca2f-6a7f-11e7-89a8-765859b2742d'),(139,139,'Infection of the vagina.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6cb9b-6a7f-11e7-89a8-765859b2742d'),(140,140,'A contagious skin disease caused by a parasitic mite (Sarcoptes scabiei) and characterized by intense itching.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6cd53-6a7f-11e7-89a8-765859b2742d'),(141,141,'An acute, highly infectious disease caused by a bacillus (Salmonella typhi) transmitted chiefly by contaminated food or water and characterized by high fever, headache, coughing, intestinal hemorrhaging, and rose-colored spots on the skin.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6ced5-6a7f-11e7-89a8-765859b2742d'),(142,142,'Unspecified allergic reaction.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6d096-6a7f-11e7-89a8-765859b2742d'),(143,143,'low back pain','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6d21b-6a7f-11e7-89a8-765859b2742d'),(144,144,'An infection of the scalp caused by fungi of the genera Microsporum or Trichophyton, characterized by itchy, scaly patches and sometimes hair loss.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6d38c-6a7f-11e7-89a8-765859b2742d'),(145,145,'Pain and discomfort associated with contractions of the uterus during labor.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6d500-6a7f-11e7-89a8-765859b2742d'),(146,146,'pain mimicking true labor pains','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6d673-6a7f-11e7-89a8-765859b2742d'),(147,147,'Inflammation of the bronchial tubes, usually with cough.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6d802-6a7f-11e7-89a8-765859b2742d'),(148,148,'Unspecified physical damage to the body caused by violence or accident or fracture.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6da1d-6a7f-11e7-89a8-765859b2742d'),(149,149,'Inflammation of the cervix of the uterus.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6db9e-6a7f-11e7-89a8-765859b2742d'),(150,150,'Unspecified inflammation of the oropharynx.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6dd09-6a7f-11e7-89a8-765859b2742d'),(151,151,'Pain in the abdomen, unspecified cause.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6de74-6a7f-11e7-89a8-765859b2742d'),(152,152,'diarrheal illness, usually due to infection','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6dfe0-6a7f-11e7-89a8-765859b2742d'),(153,153,'gastric ulcer, or ulceratoin of the stomach lining. No ICD code for gasrtic ulcer','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6e14a-6a7f-11e7-89a8-765859b2742d'),(154,154,'peptic ulcer disease, or ulceration of the stomach or duodenum','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6e2b2-6a7f-11e7-89a8-765859b2742d'),(155,155,'Any of various neurological disorders characterized by sudden recurring attacks of motor, sensory, or psychic malfunction with or without loss of consciousness or convulsive seizures.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6e41f-6a7f-11e7-89a8-765859b2742d'),(156,156,'unspecified injury','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6e595-6a7f-11e7-89a8-765859b2742d'),(157,157,'fever of unspecified origin, not =to PUO','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6e6fd-6a7f-11e7-89a8-765859b2742d'),(158,158,'pelvic inflammatory disease, usually due to infection','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6e865-6a7f-11e7-89a8-765859b2742d'),(159,159,'Patient died.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6e9d6-6a7f-11e7-89a8-765859b2742d'),(160,160,'An infectious bacterial disease of humans that is caused by brucellae, transmitted by contact with infected animals, and characterized by fever, malaise, and headache.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6eb3d-6a7f-11e7-89a8-765859b2742d'),(161,161,'Enlarged, firm, or otherwise abnormal lymph nodes usually associated with disease.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6ecb0-6a7f-11e7-89a8-765859b2742d'),(162,162,'The occurrence of menstrual cycles at frequency that is higher than normal.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6ef01-6a7f-11e7-89a8-765859b2742d'),(163,163,'Residual foreign body in soft tissue.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6f082-6a7f-11e7-89a8-765859b2742d'),(164,164,'unspecified helminth infection-Primary term =199','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6f1f3-6a7f-11e7-89a8-765859b2742d'),(165,165,'Rape, attempted rape, or other unwanted sexual contact.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6f35e-6a7f-11e7-89a8-765859b2742d'),(166,166,'Bitten by a dog.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6f4ce-6a7f-11e7-89a8-765859b2742d'),(167,167,'Bitten by an unspecified animal.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6f5bb-6a7f-11e7-89a8-765859b2742d'),(168,168,'Bitten by a human.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6f697-6a7f-11e7-89a8-765859b2742d'),(169,169,'infection of the urethra','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6f7bd-6a7f-11e7-89a8-765859b2742d'),(170,170,'unspecified pain and stiffness in the joints and/or muscles','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6f8a8-6a7f-11e7-89a8-765859b2742d'),(171,171,'unspecified infection with a fungus','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6f98d-6a7f-11e7-89a8-765859b2742d'),(172,172,'Chronic or acute inflammation of the stomach, especially of the mucous membrane of the stomach.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6fa67-6a7f-11e7-89a8-765859b2742d'),(173,173,'Bleeding from the nose.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6fb4a-6a7f-11e7-89a8-765859b2742d'),(174,174,'Other predominantly sexually transmitted diseases, not elsewhere classified.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6fc2c-6a7f-11e7-89a8-765859b2742d'),(175,175,'A variable disorder of carbohydrate metabolism caused by a combination of hereditary and environmental factors and usually characterized by inadequate secretion or utilization of insulin, by excessive urine production, by excessive amounts of sugar in the blood and urine, and by thirst, hunger, and loss of weight.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6fd0e-6a7f-11e7-89a8-765859b2742d'),(176,176,'The act or an instance of unlawfully threatening or attempting to injure another.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6fe11-6a7f-11e7-89a8-765859b2742d'),(177,177,'A break, rupture, or crack, especially in bone or cartilage.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6feec-6a7f-11e7-89a8-765859b2742d'),(178,178,'Fracture of lower end of both ulna and radius.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a6ffc6-6a7f-11e7-89a8-765859b2742d'),(179,179,'road traffic accident','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a7009f-6a7f-11e7-89a8-765859b2742d'),(180,180,'Dislocation of the glenohumeral joint of the shoulder.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a701a1-6a7f-11e7-89a8-765859b2742d'),(181,181,'Accidental exposure to a contaminant through intravenous needle injection.','en',1,'2006-02-13 00:00:00',NULL,NULL,'c6a70322-6a7f-11e7-89a8-765859b2742d'),(182,182,'An abnormal membranous sac containing a gaseous, liquid, or semisolid substance.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a70422-6a7f-11e7-89a8-765859b2742d'),(183,183,'elevated blood pressure, chronic','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a7050a-6a7f-11e7-89a8-765859b2742d'),(184,184,'blunt trauma to muscle','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a705f1-6a7f-11e7-89a8-765859b2742d'),(185,185,'Pain and inflammation of the gall bladder.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a706ce-6a7f-11e7-89a8-765859b2742d'),(186,186,'loss of a fetus, either by miscarriage or extirpation','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a707a5-6a7f-11e7-89a8-765859b2742d'),(187,187,'miscarriage with incomplete evacuation of the uterus','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a70889-6a7f-11e7-89a8-765859b2742d'),(188,188,'cellulitis or secondary infection associated with a rash','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a70968-6a7f-11e7-89a8-765859b2742d'),(189,189,'A malarial infection that may be present, but not presumed.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a70a45-6a7f-11e7-89a8-765859b2742d'),(190,190,'Methods for preventing pregnancy.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a70b22-6a7f-11e7-89a8-765859b2742d'),(191,191,'methods for preventing pregnancy','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a70bfd-6a7f-11e7-89a8-765859b2742d'),(192,192,'herpes virus test','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a70cd7-6a7f-11e7-89a8-765859b2742d'),(193,193,'A pneumonia involving inflammation of the lungs that spreads from and after infection of the bronchi.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a70db7-6a7f-11e7-89a8-765859b2742d'),(194,194,'pulmonary infection without lobar consolidation','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a70e98-6a7f-11e7-89a8-765859b2742d'),(195,195,'unspecified infection of the dermis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a70f79-6a7f-11e7-89a8-765859b2742d'),(196,196,'unspecified infection of the dermis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a71051-6a7f-11e7-89a8-765859b2742d'),(197,197,'unspecified illness with nausea, vomiting, and/or diarrhoea','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a71128-6a7f-11e7-89a8-765859b2742d'),(198,198,'Vibrio infection of the colon causing massive watery diarrhoea.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a71208-6a7f-11e7-89a8-765859b2742d'),(199,199,'A disease caused by infestation with parasitic worms.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a712e5-6a7f-11e7-89a8-765859b2742d'),(200,200,'unspecified trauma to the skin, muscles, ligaments, tendons, etc.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a713c4-6a7f-11e7-89a8-765859b2742d'),(201,201,'Bacterial infection and inflammation of the vermiform appendix.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a71579-6a7f-11e7-89a8-765859b2742d'),(202,202,'autoimmune inflammatory arthritis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a71673-6a7f-11e7-89a8-765859b2742d'),(203,203,'autoimmune inflammatory arthritis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a71999-6a7f-11e7-89a8-765859b2742d'),(204,204,'unspecified infection with the fungus candida albicans','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a71a96-6a7f-11e7-89a8-765859b2742d'),(205,205,'epileptic seizure of unspecified type, usually grand mal','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a71b71-6a7f-11e7-89a8-765859b2742d'),(206,206,'Epileptic seizure of unspecified type.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a71c56-6a7f-11e7-89a8-765859b2742d'),(207,207,'Affective disorder with anhedonia, melancholia, psychomotor retardation.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a71d4a-6a7f-11e7-89a8-765859b2742d'),(208,208,'Peptic ulcer in the lining of the duodenum.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a71e7b-6a7f-11e7-89a8-765859b2742d'),(209,209,'peptic ulcer in the lining of the duodenum','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a71f6c-6a7f-11e7-89a8-765859b2742d'),(210,210,'ulcer in the lining of the stomach or small intestine','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a72046-6a7f-11e7-89a8-765859b2742d'),(211,211,'ulcer in the lining of the stomach or small intestine','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a7211b-6a7f-11e7-89a8-765859b2742d'),(212,212,'Peptic ulcer in the lining of the stomach.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a721ee-6a7f-11e7-89a8-765859b2742d'),(213,213,'peptic ulcer in the lining of the stomach','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a722c5-6a7f-11e7-89a8-765859b2742d'),(214,214,'road traffic accident','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a7239b-6a7f-11e7-89a8-765859b2742d'),(215,215,'Yellowish discoloration of the whites of the eyes, skin, and mucous membranes caused by deposition of bile salts in these tissues. It occurs as a symptom of various diseases, such as hepatitis, that affect the processing of bile.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a72568-6a7f-11e7-89a8-765859b2742d'),(216,216,'Any of various acute or chronic neoplastic diseases of the bone marrow in which unrestrained proliferation of white blood cells occurs, usually accompanied by anemia, impaired blood clotting, and enlargement of the lymph nodes, liver, and spleen.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a7289c-6a7f-11e7-89a8-765859b2742d'),(217,217,'malignant white blood cells in the circulating blood','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a72995-6a7f-11e7-89a8-765859b2742d'),(218,218,'Infection of the ear canal.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a72a66-6a7f-11e7-89a8-765859b2742d'),(219,219,'A severe mental disorder, with or without organic damage, characterized by derangement of personality and loss of contact with reality and causing deterioration of normal social functioning.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a72b81-6a7f-11e7-89a8-765859b2742d'),(220,220,'chronic degenerative changes in the heart do to recurrent rheumatic fever','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a72e5e-6a7f-11e7-89a8-765859b2742d'),(221,221,'Chronic degenerative changes in the heart due to recurrent rheumatic fever.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a72f4e-6a7f-11e7-89a8-765859b2742d'),(222,222,'Inflammation of the sinuses or a sinus, especially in the nasal region.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a7301e-6a7f-11e7-89a8-765859b2742d'),(223,223,'A chronic infectious disease caused by a spirochete (Treponema pallidum), either transmitted by direct contact, usually in sexual intercourse, or passed from mother to child in utero, and progressing through three stages characterized respectively by local formation of chancres, ulcerous skin eruptions, and systemic infection leading to general paresis.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a7315d-6a7f-11e7-89a8-765859b2742d'),(224,224,'unspecified infection of the bladder, ureter, or kidney','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6a73482-6a7f-11e7-89a8-765859b2742d'),(225,225,'A chronic metabolic disorder characterized by intense thirst and excessive urination, caused by a deficiency of the pituitary hormone vasopressin.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6ae8a6e-6a7f-11e7-89a8-765859b2742d'),(226,226,'Infections of newborns that occur shortly after birth, presumably due to issues related to delivery.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6ae8cc8-6a7f-11e7-89a8-765859b2742d'),(227,227,'infection of the fetus at the time of birth','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6ae90f1-6a7f-11e7-89a8-765859b2742d'),(228,228,'Vaginal bleeding in a pregnant women before birth.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6ae9363-6a7f-11e7-89a8-765859b2742d'),(229,229,'vaginal bleeding in a pregnant women before birth','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6ae94e2-6a7f-11e7-89a8-765859b2742d'),(230,230,'Vaginal bleeding in a pregnant women after birth.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6ae993d-6a7f-11e7-89a8-765859b2742d'),(231,231,'vaginal bleeding in a pregnant womenafter birth','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6ae9ab6-6a7f-11e7-89a8-765859b2742d'),(232,232,'AcetylSalicylic acid analgesic with antiplatelet adhesion properties','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6ae9e44-6a7f-11e7-89a8-765859b2742d'),(233,233,'antibiotic used in malaria prophylaxis and treatment','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aea1e3-6a7f-11e7-89a8-765859b2742d'),(234,234,'non-steroidal anti-inflammatory drug-generic Ibuprofen-Item 912','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aea4bf-6a7f-11e7-89a8-765859b2742d'),(235,235,'Tinidazole is an anti-parasitic drug widely used throughout Europe and the Third World as treatment for a variety of amebic and parasitic infections.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeac3d-6a7f-11e7-89a8-765859b2742d'),(236,236,'antiparasitic drug used for vaginal trichomonas','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aead55-6a7f-11e7-89a8-765859b2742d'),(237,237,'Metronidazole is an antibiotic especially effective against anaerobic infections. In addition, it has anti-inflammatory properties in the large intestine and is a very effective anti-diarrhea medication. It is an effective antibiotic against certain protozoal infections, especially Giardia.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeae32-6a7f-11e7-89a8-765859b2742d'),(238,238,'A barbiturate used to control epilepsy and as a sedative to relieve anxiety. It is also used for short-term treatment of insomnia.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeaf37-6a7f-11e7-89a8-765859b2742d'),(239,239,'bronchodilator used in asthma, reactive airways disease','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeb02a-6a7f-11e7-89a8-765859b2742d'),(240,240,'bronchodilator used in asthma, reactive airways disease-tablet formulation','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeb10f-6a7f-11e7-89a8-765859b2742d'),(241,241,'A compound C20H22ClN3O derived from quinoline and used in the form of its dihydrochloride as an antimalarial.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeb1f9-6a7f-11e7-89a8-765859b2742d'),(242,242,'Chlorpheniramine(old term) used for allergies and hay fever-chlorphenamine maleate','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeb2e5-6a7f-11e7-89a8-765859b2742d'),(243,243,'A salt of quinine used as an antipyretic, antimalarial, antiperiodic, and bitter tonic.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeb3ca-6a7f-11e7-89a8-765859b2742d'),(244,244,'A broad-spectrum anthelmintic agent C16H13N3O3.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeb4a8-6a7f-11e7-89a8-765859b2742d'),(245,245,'antihelminth','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeb5cc-6a7f-11e7-89a8-765859b2742d'),(246,246,'A crystalline heterocyclic base C4H10N2 or C4H10N2 6H2O used especially as an anthelmintic.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeb728-6a7f-11e7-89a8-765859b2742d'),(247,247,'A synthetic tranquilizer C16H13ClN2O used especially to relieve anxiety and tension and as a muscle relaxant.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeb820-6a7f-11e7-89a8-765859b2742d'),(248,248,'intermediate acting phenothiazine antipsychotic','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeb906-6a7f-11e7-89a8-765859b2742d'),(249,249,'antiparkinsoninan drug=TRIHEXYPHENIDYL New item 915','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeb9e9-6a7f-11e7-89a8-765859b2742d'),(250,250,'A calcium channel blocker C17H18N2O6 that is a coronary vasodilator used especially in the treatment of angina pectoris.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aebac8-6a7f-11e7-89a8-765859b2742d'),(251,251,'Centrally acting alpha blocker, used as an antihypertensive drug C10H13NO4.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aebbac-6a7f-11e7-89a8-765859b2742d'),(252,252,'centrally acting alpha blocker','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aebc8b-6a7f-11e7-89a8-765859b2742d'),(253,253,'beta-blocker used for hypertension and angina and heart failure','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aebd6e-6a7f-11e7-89a8-765859b2742d'),(254,254,'A beta-blocker C16H21NO2 used in the form of its hydrochloride in the treatment of hypertension, abnormal heart rhythms, heart failure and angina pectoris','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aebe50-6a7f-11e7-89a8-765859b2742d'),(255,255,'diuretic (oral or IV) that works mainly in the loop of Henle','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aebf8a-6a7f-11e7-89a8-765859b2742d'),(256,256,'An astringent iron salt obtained usually in pale green crystalline form FeSO4-7H2O and used in medicine chiefly for treating iron-deficiency anemia.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aec08f-6a7f-11e7-89a8-765859b2742d'),(257,257,'A crystalline vitamin C19H19N7O6 of the B complex that is required for normal production of red blood cells, that is used especially in the treatment of nutritional anemias, and that occurs especially in green leafy vegetables, liver, kidneys, dried beans, and mushrooms.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aec17b-6a7f-11e7-89a8-765859b2742d'),(258,258,'used in nutritional deficiency states, alcholism, pregnancy','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aec27d-6a7f-11e7-89a8-765859b2742d'),(259,259,'oral hypoglycemic drug in the sulfonyl urea class','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aec364-6a7f-11e7-89a8-765859b2742d'),(260,260,'Oral hypoglycemic drug used to treat noninsulin-dependent diabetes, particularly in people whose diabetes cannot be controlled by diet alone. Chlorpropamide lowers blood sugar by stimulating the pancreas to secrete insulin and helping the body to use insulin efficiently. Sulfonyl urea class.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aec44c-6a7f-11e7-89a8-765859b2742d'),(261,261,'sulfmethoxazole-trimethoprim combination Primary Term = No.916','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aec543-6a7f-11e7-89a8-765859b2742d'),(262,262,'non-steroidal anti-inflammatory drug','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aec628-6a7f-11e7-89a8-765859b2742d'),(263,263,'An NSAID C19H16ClNO4 with analgesic and antipyretic properties used especially to treat painful inflammatory conditions (as rheumatoid arthritis and osteoarthritis).','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aec70e-6a7f-11e7-89a8-765859b2742d'),(264,264,'penicillin-based antiobitic used in upper respiratory infections, UTIs, etc.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aec7f5-6a7f-11e7-89a8-765859b2742d'),(265,265,'A semisynthetic penicillin C16H19N3O5S derived from ampicillin.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aec8db-6a7f-11e7-89a8-765859b2742d'),(266,266,'A broad-spectrum antibiotic C11H12Cl2N2O5 isolated from cultures of a soil actinomycete of the genus Streptomyces (S. venezuelae) or prepared synthetically.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aec9bc-6a7f-11e7-89a8-765859b2742d'),(267,267,'combination of ampicillin and sulbactam for beta lactam resistance','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aecabc-6a7f-11e7-89a8-765859b2742d'),(268,268,'An antibacterial agent C12H12N2O3 that is used especially in the treatment of genitourinary infections.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aecc4f-6a7f-11e7-89a8-765859b2742d'),(269,269,'A penicillin C16H19N3O4S that is effective against gram-negative and gram-positive bacteria and is used in anhydrous forms, as the trihydrate, or as the sodium salt to treat various infections of the urinary, respiratory, and intestinal tracts.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aecdf0-6a7f-11e7-89a8-765859b2742d'),(270,270,'A penicillin C16H19N3O4S that is effective against gram-negative and gram-positive bacteria and is used in anhydrous forms, as the trihydrate, or as the sodium salt to treat various infections of the urinary, respiratory, and intestinal tracts.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aecf79-6a7f-11e7-89a8-765859b2742d'),(271,271,'An antibiotic C18H34N2O6S obtained from an actinomycete of the genus Streptomyces (S. lincolnensis) and effective especially against gram-positive bacteria.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aed0f6-6a7f-11e7-89a8-765859b2742d'),(272,272,'A broad-spectrum antibiotic C37H67NO13 produced by a bacterium of the genus Streptomyces (S. erythreus), resembling penicillin in antibacterial activity, and effective also against amebas, treponemata, and pinworms.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aed271-6a7f-11e7-89a8-765859b2742d'),(273,273,'A crystalline anticonvulsant compound C15H12N2O2 used in the form of its sodium salt in the treatment of epilepsy.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aed400-6a7f-11e7-89a8-765859b2742d'),(274,274,'used to prevent grand mal seizures','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aed575-6a7f-11e7-89a8-765859b2742d'),(275,275,'used to treat bacterial conjunctivitis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aed6e4-6a7f-11e7-89a8-765859b2742d'),(276,276,'used in eye, ear, and nasal bacterial infections','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aed84a-6a7f-11e7-89a8-765859b2742d'),(277,277,'used for spastic bladder, esophageal spasm, drying secretions','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aed9b3-6a7f-11e7-89a8-765859b2742d'),(278,278,'reduced hyperglycemia, by injection','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aedb1c-6a7f-11e7-89a8-765859b2742d'),(279,279,'A suspension of insulin for injection in a buffered solution containing zinc chloride in which forms of insulin which are relatively slowly and rapidly absorbed are in the approximate ratio of 3:7.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aedcae-6a7f-11e7-89a8-765859b2742d'),(280,280,'reduced hyperglycemia, by injection, short acting','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aedea8-6a7f-11e7-89a8-765859b2742d'),(281,281,'reduced hyperglycemia, by injection, short acting','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aee026-6a7f-11e7-89a8-765859b2742d'),(282,282,'A suspension of insulin for injection to supplement naturally produced insulin. Acts within 1 to 3 hours of injection.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aee195-6a7f-11e7-89a8-765859b2742d'),(283,283,'A glucocorticoid C21H30O5 of the adrenal cortex that is a dihydro derivative of cortisone and is used in the treatment of rheumatoid arthritis.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aee305-6a7f-11e7-89a8-765859b2742d'),(284,284,'An ointment that contains benzoic acid and salicylic acid and is used for its keratolytic effect in treating fungal skin diseases (as ringworm).','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aee478-6a7f-11e7-89a8-765859b2742d'),(285,285,'vaginal imidazole antifungal used for candida','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aee5e8-6a7f-11e7-89a8-765859b2742d'),(286,286,'antifungal used for oral candidiasis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aee7bb-6a7f-11e7-89a8-765859b2742d'),(287,287,'antifungal used for oral candidiasis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aee92c-6a7f-11e7-89a8-765859b2742d'),(288,288,'antimalarial','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeea98-6a7f-11e7-89a8-765859b2742d'),(289,289,'antibacterial antibiotic','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeec03-6a7f-11e7-89a8-765859b2742d'),(290,290,'adrenal hormone used for inflammatory or allergic states or Addisonian crisis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeed72-6a7f-11e7-89a8-765859b2742d'),(291,291,'injectable penicillin','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeeee0-6a7f-11e7-89a8-765859b2742d'),(292,292,'injectable penicillin','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aef046-6a7f-11e7-89a8-765859b2742d'),(293,293,'injectable broader spectrum penicillin-based antibiotic','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aef1b4-6a7f-11e7-89a8-765859b2742d'),(294,294,'Combination antibiotic of Ampicillin and Cloxacillin.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aef321-6a7f-11e7-89a8-765859b2742d'),(295,295,'oral infection with candida','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aef48b-6a7f-11e7-89a8-765859b2742d'),(296,296,'oral infection with candida','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aef5ef-6a7f-11e7-89a8-765859b2742d'),(297,297,'vaginal infection with candida','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aef756-6a7f-11e7-89a8-765859b2742d'),(298,298,'Vaginal infection with candida.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aef920-6a7f-11e7-89a8-765859b2742d'),(299,299,'A flocculation test for syphilis employing cardiolipin in combination with lecithin and cholesterol.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aefaec-6a7f-11e7-89a8-765859b2742d'),(300,300,'Blood typing tests are done before a person receives a blood transfusion and to check a pregnant woman\'s blood type. Human blood is classified, or typed, according to the presence or absence of certain markers (called antigens) on the surface of red blood cells.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aefc62-6a7f-11e7-89a8-765859b2742d'),(301,301,'concentration of hemoglobin in whole blood (in g/ml)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aefd69-6a7f-11e7-89a8-765859b2742d'),(302,302,'An examination of the urine by physical or chemical means. Urinalysis comprises a battery of chemical and microscopic tests that help to screen for urinary tract infections, renal disease, and diseases of other organs that result in abnormal metabolites (break-down products) appearing in the urine.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aefe4d-6a7f-11e7-89a8-765859b2742d'),(303,303,'test of urine for various components','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6aeff3f-6a7f-11e7-89a8-765859b2742d'),(304,304,'Evaluation of stool under a microscope, usually for ova and parasites.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af0026-6a7f-11e7-89a8-765859b2742d'),(305,305,'serologic test for Brucellosis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af0105-6a7f-11e7-89a8-765859b2742d'),(306,306,'The Widal test is used to demonstrate rising titres of antibodies to flagellar (H), somatic (O) antigens in typhoid and paratyphoid fever. An increasing O antibody level signifies acute infection, whilst a raised H antibody level may indicate the serotype of the infecting organism.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af01e4-6a7f-11e7-89a8-765859b2742d'),(307,307,'Ziehl Nielsen stain for tuberculosis, performed on a deep sputum sample from the respiratory tract.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af02cd-6a7f-11e7-89a8-765859b2742d'),(308,308,'ZN stain for tuberculosis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af03e1-6a7f-11e7-89a8-765859b2742d'),(309,309,'An examination using irradiation for imaging the body, site unknown.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af04e0-6a7f-11e7-89a8-765859b2742d'),(310,310,'other unspecified diagnostic services','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af05c5-6a7f-11e7-89a8-765859b2742d'),(311,311,'other unspecified diagnostic services','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af06a8-6a7f-11e7-89a8-765859b2742d'),(312,312,'antiepileptic used to treat epilepsy, depression and nerve pain','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af0784-6a7f-11e7-89a8-765859b2742d'),(313,313,'An unstable compound H2O2 used especially as an oxidizing and bleaching agent and as an antiseptic.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af0863-6a7f-11e7-89a8-765859b2742d'),(314,314,'Antacid used to relieve acid indigestion and heartburn.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af094a-6a7f-11e7-89a8-765859b2742d'),(315,315,'antimalarial medication','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af0a4a-6a7f-11e7-89a8-765859b2742d'),(316,316,'used for coughs and coryza symptoms','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af0b2f-6a7f-11e7-89a8-765859b2742d'),(317,317,'topical antiinflammatory agent to treat muscle pains and bruises','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af0c0b-6a7f-11e7-89a8-765859b2742d'),(318,318,'topical antifungal to treat skin infections','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af0cf1-6a7f-11e7-89a8-765859b2742d'),(319,319,'iron replacement for anemia','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af0e26-6a7f-11e7-89a8-765859b2742d'),(320,320,'topical antifungal agent to treat skin infections','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af0f16-6a7f-11e7-89a8-765859b2742d'),(321,321,'topical antifungal cream for candidiasis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af0ff8-6a7f-11e7-89a8-765859b2742d'),(322,322,'oral paint solution for oral thrush (candidiasis)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af10d8-6a7f-11e7-89a8-765859b2742d'),(323,323,'Topical solution often used as an antifungal.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af11b2-6a7f-11e7-89a8-765859b2742d'),(324,324,'used for hayfever and other allergies-Corticosteroid','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af1290-6a7f-11e7-89a8-765859b2742d'),(325,325,'antibiotic syrup','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af151f-6a7f-11e7-89a8-765859b2742d'),(326,326,'oral antibiotic','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af1619-6a7f-11e7-89a8-765859b2742d'),(327,327,'topical antifungal agent','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af1706-6a7f-11e7-89a8-765859b2742d'),(328,328,'inhaled bronchodilator for asthma and chronic airways disease','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af17f9-6a7f-11e7-89a8-765859b2742d'),(329,329,'Supplement for vitmain deficiencies.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af18d6-6a7f-11e7-89a8-765859b2742d'),(330,330,'H2 antagonists for peptic ulcer','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af19aa-6a7f-11e7-89a8-765859b2742d'),(331,331,'antimalarial in syrup form','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af1a7d-6a7f-11e7-89a8-765859b2742d'),(332,332,'antimalarial in syrup form','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af1b4c-6a7f-11e7-89a8-765859b2742d'),(333,333,'antibiotic drops for neonates','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af1c23-6a7f-11e7-89a8-765859b2742d'),(334,334,'Penicillin injection','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af1cf6-6a7f-11e7-89a8-765859b2742d'),(335,335,'Combination of Ampicillin and Cloxacillin in suspension','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af1dce-6a7f-11e7-89a8-765859b2742d'),(336,336,'rectal preparation for the treatment of hemorrhoids','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af1e9f-6a7f-11e7-89a8-765859b2742d'),(337,337,'topical preparation for skin allergies','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af21e0-6a7f-11e7-89a8-765859b2742d'),(338,338,'syrup to reduce coughing with lung disease','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af2396-6a7f-11e7-89a8-765859b2742d'),(339,339,'Halofantrine antimalarial','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af247b-6a7f-11e7-89a8-765859b2742d'),(340,340,'Halofantrine antimalarial','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af2550-6a7f-11e7-89a8-765859b2742d'),(341,341,'antifungal antibiotic','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af2629-6a7f-11e7-89a8-765859b2742d'),(342,342,'Drug used in the treatment of malaria.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af2706-6a7f-11e7-89a8-765859b2742d'),(343,343,'antibiotic for certain fungal and protozoal infections','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af27de-6a7f-11e7-89a8-765859b2742d'),(344,344,'ergotamine preparation for threatened miscarriage and migraine','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af2d7d-6a7f-11e7-89a8-765859b2742d'),(345,345,'intarmuscular phenothiazine for psychotic and other personality disorders','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6af2e8f-6a7f-11e7-89a8-765859b2742d'),(346,346,'used for sever allergies with anaphylaxis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6b6c2-6a7f-11e7-89a8-765859b2742d'),(347,347,'injection used for sever asthma','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6bbf5-6a7f-11e7-89a8-765859b2742d'),(348,348,'A fluoroquinolone C16H18FN3O3 used topically to treat conjunctivitis and orally to treat various bacterial infections (as of the urinary tract).','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6c119-6a7f-11e7-89a8-765859b2742d'),(349,349,'used to treat high blood pressure','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6c297-6a7f-11e7-89a8-765859b2742d'),(350,350,'used to treat high blood pressure','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6c5f6-6a7f-11e7-89a8-765859b2742d'),(351,351,'Used for electrolyte deplection and dehydration.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6c73f-6a7f-11e7-89a8-765859b2742d'),(352,352,'oral antibiotic in syrup form','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6cad3-6a7f-11e7-89a8-765859b2742d'),(353,353,'sulfmethoxazole-trimethoprim combination used for UTIs, upper respiratory infections','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6d235-6a7f-11e7-89a8-765859b2742d'),(354,354,'used for allergies','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6d74e-6a7f-11e7-89a8-765859b2742d'),(355,355,'used for allergies','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6dfa1-6a7f-11e7-89a8-765859b2742d'),(356,356,'antibiotic most often used for respiratory and venerial infections','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6e1bc-6a7f-11e7-89a8-765859b2742d'),(357,357,'bronchodilator used in asthma, reactive airways disease','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6e35e-6a7f-11e7-89a8-765859b2742d'),(358,358,'Anti-expectorant compound.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6e4d6-6a7f-11e7-89a8-765859b2742d'),(359,359,'cough suppressant','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6e641-6a7f-11e7-89a8-765859b2742d'),(360,360,'nasal decongestant','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6e734-6a7f-11e7-89a8-765859b2742d'),(361,361,'Amitryptiline antidepressant','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6e811-6a7f-11e7-89a8-765859b2742d'),(362,362,'antifungal','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6e8f1-6a7f-11e7-89a8-765859b2742d'),(363,363,'infection with schistosoma protozoa','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6e9ce-6a7f-11e7-89a8-765859b2742d'),(364,364,'presumed malaria despite negative diagnostic test(s)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6eaab-6a7f-11e7-89a8-765859b2742d'),(365,365,'Open wound of unspecified body region','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6eb91-6a7f-11e7-89a8-765859b2742d'),(366,366,'Inflammation of a synovial membrane usually with pain and swelling of the joint','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6ec73-6a7f-11e7-89a8-765859b2742d'),(367,367,'poisoning (usually with GI effects) from ingestion of foodstuffs','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6ed5b-6a7f-11e7-89a8-765859b2742d'),(368,368,'poisoning (usually with GI effects) from ingestion of foodstuffs','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6ee3a-6a7f-11e7-89a8-765859b2742d'),(369,369,'inflammation of the nasal passage due to infection; \"hay fever\"','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6ef1a-6a7f-11e7-89a8-765859b2742d'),(370,370,'Infection of the urethra, usually in males and usually sexually transmitted.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6effe-6a7f-11e7-89a8-765859b2742d'),(371,371,'A disease marked by dermatitis, gastrointestinal disorders, mental disturbance, and memory loss and associated with a diet deficient in niacin and protein.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6f0df-6a7f-11e7-89a8-765859b2742d'),(372,372,'unspecified allergic reaction','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6f1c1-6a7f-11e7-89a8-765859b2742d'),(373,373,'sexually transmitted infection unspecified','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6f2a8-6a7f-11e7-89a8-765859b2742d'),(374,375,'radiograph of the chest','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6f405-6a7f-11e7-89a8-765859b2742d'),(375,376,'radiograph of the abdomen','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6f56f-6a7f-11e7-89a8-765859b2742d'),(376,377,'An examination using irradiation for imaging the upper extremity.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6f73f-6a7f-11e7-89a8-765859b2742d'),(377,378,'radiograph of the upper extremity','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6f8a1-6a7f-11e7-89a8-765859b2742d'),(378,379,'A sensation that resembles that produced by a burn.','en',1,'2006-02-13 00:00:00',NULL,NULL,'c6b6f98a-6a7f-11e7-89a8-765859b2742d'),(379,380,'An examination using irradiation for imaging the lower extremity.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6fa6c-6a7f-11e7-89a8-765859b2742d'),(380,381,'radiograph of the lowerr extremity','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6fb51-6a7f-11e7-89a8-765859b2742d'),(381,382,'An examination using irradiation for imaging the hand.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6fc30-6a7f-11e7-89a8-765859b2742d'),(382,383,'radiograph of the hand','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6fe02-6a7f-11e7-89a8-765859b2742d'),(383,384,'An examination using irradiation for imaging the foot.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6feee-6a7f-11e7-89a8-765859b2742d'),(384,385,'radiograph of the foot','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b6ffd4-6a7f-11e7-89a8-765859b2742d'),(385,386,'An examination using irradiation for imaging the head and skull.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b700ac-6a7f-11e7-89a8-765859b2742d'),(386,387,'radiograph of the skull','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7018d-6a7f-11e7-89a8-765859b2742d'),(387,388,'radiograph of the skull','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b70267-6a7f-11e7-89a8-765859b2742d'),(388,389,'radiograph of the spine','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b70345-6a7f-11e7-89a8-765859b2742d'),(389,390,'An examination using irradiation for imaging the spine.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b70426-6a7f-11e7-89a8-765859b2742d'),(390,391,'radiograph of the pelvic bones','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7050a-6a7f-11e7-89a8-765859b2742d'),(391,392,'An examination using irradiation for imaging the pelvis.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b705e4-6a7f-11e7-89a8-765859b2742d'),(392,393,'radiograph of the shoulder','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b706c4-6a7f-11e7-89a8-765859b2742d'),(393,394,'An examination using irradiation for imaging the shoulder.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b707a4-6a7f-11e7-89a8-765859b2742d'),(394,395,'x-ray done (site unspecified)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b70881-6a7f-11e7-89a8-765859b2742d'),(395,396,'x-ray done (site unspecified)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7095d-6a7f-11e7-89a8-765859b2742d'),(396,397,'synonym for clinical malaria','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b70a37-6a7f-11e7-89a8-765859b2742d'),(397,398,'first vaccination against polio (oral)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b70b13-6a7f-11e7-89a8-765859b2742d'),(398,399,'first vaccination against polio (oral)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b70bee-6a7f-11e7-89a8-765859b2742d'),(399,400,'second vaccination against polio (oral)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b70ccc-6a7f-11e7-89a8-765859b2742d'),(400,401,'third vaccination against polio (oral)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b70daa-6a7f-11e7-89a8-765859b2742d'),(401,402,'fourth vaccination against polio (oral)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b70e83-6a7f-11e7-89a8-765859b2742d'),(402,403,'antimalarial drug','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b70f63-6a7f-11e7-89a8-765859b2742d'),(403,404,'drug for intestinal worms','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7103c-6a7f-11e7-89a8-765859b2742d'),(404,405,'drug for intestinal worms','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b71120-6a7f-11e7-89a8-765859b2742d'),(405,406,'drug for hypertension','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b711fd-6a7f-11e7-89a8-765859b2742d'),(406,407,'long-acting penicillin','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b712d8-6a7f-11e7-89a8-765859b2742d'),(407,408,'A condition in which the foreskin is retracted behind the glans penis and cannot be replaced.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b713b9-6a7f-11e7-89a8-765859b2742d'),(408,409,'Drug commonly used for scabies and head lice.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7149e-6a7f-11e7-89a8-765859b2742d'),(409,410,'bitten by a dog','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7157e-6a7f-11e7-89a8-765859b2742d'),(410,411,'long-acting penicillin injection','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7165b-6a7f-11e7-89a8-765859b2742d'),(411,412,'anti-rabies vaccine','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7173a-6a7f-11e7-89a8-765859b2742d'),(412,413,'Anti-rabies vaccine.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7182f-6a7f-11e7-89a8-765859b2742d'),(413,414,'anti-rabies vaccine','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b71916-6a7f-11e7-89a8-765859b2742d'),(414,415,'penicillin injection','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b71a09-6a7f-11e7-89a8-765859b2742d'),(415,416,'penicillin injection','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b71b39-6a7f-11e7-89a8-765859b2742d'),(416,417,'penicillin injection','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b71c38-6a7f-11e7-89a8-765859b2742d'),(417,418,'diagnosis not established','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b71d06-6a7f-11e7-89a8-765859b2742d'),(418,419,'diagnosis not established','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b71e3b-6a7f-11e7-89a8-765859b2742d'),(419,420,'diagnosis not established','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b71f21-6a7f-11e7-89a8-765859b2742d'),(420,421,'combination of ampicillin and clavulanate for beta lactam resistance','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b71ff6-6a7f-11e7-89a8-765859b2742d'),(421,422,'used to treat bacterial conjunctivitis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b720dd-6a7f-11e7-89a8-765859b2742d'),(422,423,'used to treat bacterial conjunctivitis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b721bd-6a7f-11e7-89a8-765859b2742d'),(423,424,'skin infection with a fungus','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7229c-6a7f-11e7-89a8-765859b2742d'),(424,425,'skin infection with a fungus','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7244c-6a7f-11e7-89a8-765859b2742d'),(425,426,'skin infection with a fungus','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b72561-6a7f-11e7-89a8-765859b2742d'),(426,427,'Silver based cream for burns','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b72647-6a7f-11e7-89a8-765859b2742d'),(427,428,'nausea/vomiting and/or diarrhoea','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b72729-6a7f-11e7-89a8-765859b2742d'),(428,429,'A synthetic antidiarrheal agent C29H33ClN2O2 that slows intestinal peristalsis and is administered in the form of its hydrochloride to control acute nonspecific diarrhea or chronic diarrhea associated with inflammatory bowel disease or to reduce fecal volume discharged from ileostomies.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b72807-6a7f-11e7-89a8-765859b2742d'),(429,430,'antidiarrhoeal agent','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b72916-6a7f-11e7-89a8-765859b2742d'),(430,431,'Works by relaxing the involuntary muscle found in the walls of the stomach and intestines (gastrointestinal tract) and the genital organs and urinary tract (genitourinary tract).','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b729f5-6a7f-11e7-89a8-765859b2742d'),(431,432,'Routine examination, without signs of problems.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b72ade-6a7f-11e7-89a8-765859b2742d'),(432,433,'routine examination','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b72bbc-6a7f-11e7-89a8-765859b2742d'),(433,434,'antifungal for vaginal candidiasis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b72c9b-6a7f-11e7-89a8-765859b2742d'),(434,435,'antifungal for vaginal candidiasis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b72d77-6a7f-11e7-89a8-765859b2742d'),(435,436,'A nonsteroidal anti-inflammatory drug used in the form of its sodium salt C14H10Cl2NNaO especially to treat the symptoms of rheumatoid arthritis, osteoarthritis, and ankylosing spondylitis.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b72e5a-6a7f-11e7-89a8-765859b2742d'),(436,437,'antibiotic for TB and gram-negatives','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b72f3e-6a7f-11e7-89a8-765859b2742d'),(437,438,'An antibiotic organic base C21H39N7O12 that is produced by a soil actinomycete of the genus Streptomyces (S. griseus), is active against bacteria, and is used especially in the treatment of infections (as tuberculosis) by gram-negative bacteria.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7301e-6a7f-11e7-89a8-765859b2742d'),(438,439,'antibiotic for TB and gram-negatives','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b73115-6a7f-11e7-89a8-765859b2742d'),(439,440,'Betamethasone + Salicylic acid cream for burns','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b731f1-6a7f-11e7-89a8-765859b2742d'),(440,441,'Local care for wounds, infected and non-infected.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b732d2-6a7f-11e7-89a8-765859b2742d'),(441,442,'macrolide antibiotic used for gram-positive infections, upper-respiratory, etc.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7348f-6a7f-11e7-89a8-765859b2742d'),(442,443,'drug for amebiasis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7358c-6a7f-11e7-89a8-765859b2742d'),(443,444,'drug for amebiasis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7366b-6a7f-11e7-89a8-765859b2742d'),(444,445,'drug for amebiasis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b73782-6a7f-11e7-89a8-765859b2742d'),(445,446,'Any of several white gelatinous or crystalline hydrates Al2O3','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7392b-6a7f-11e7-89a8-765859b2742d'),(446,447,'A penicillinase-resistant, semisynthetic penicillin which has been used primarily in the treatment of infections due to benzylpenicillin-resistant staphylococci.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b73ad9-6a7f-11e7-89a8-765859b2742d'),(447,448,'topical cream for burns','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b73bee-6a7f-11e7-89a8-765859b2742d'),(448,449,'form of penicillin','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b73cd8-6a7f-11e7-89a8-765859b2742d'),(449,450,'A preparation of amoxicillin and the potassium salt of clavulanic acid to provide beta-lactam resistance.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b73db5-6a7f-11e7-89a8-765859b2742d'),(450,451,'inflammation of the knee joint','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b73ea3-6a7f-11e7-89a8-765859b2742d'),(451,452,'inflammation of the knee joint','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b73f82-6a7f-11e7-89a8-765859b2742d'),(452,453,'drug used for pain relief and fever','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b74060-6a7f-11e7-89a8-765859b2742d'),(453,454,'infection of the intestinal tract with an unspecified helminth (worm)HELMINTHIASIS-ICD','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b74179-6a7f-11e7-89a8-765859b2742d'),(454,455,'Lateral curvature of the spine no specified','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7426b-6a7f-11e7-89a8-765859b2742d'),(455,456,'Discomfort or a pain in the region of the back or spine.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7434d-6a7f-11e7-89a8-765859b2742d'),(456,457,'first tet tox in pregnancy','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7442c-6a7f-11e7-89a8-765859b2742d'),(457,458,'second tet tox in pregnancy','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7450c-6a7f-11e7-89a8-765859b2742d'),(458,459,'Drug unspecified worms','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b745e9-6a7f-11e7-89a8-765859b2742d'),(459,460,'An abnormal excess accumulation of serous fluid in connective tissue or in a serous cavity.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b746c7-6a7f-11e7-89a8-765859b2742d'),(460,461,'Vitamin preparation containing several Vitamin types.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b747a6-6a7f-11e7-89a8-765859b2742d'),(461,462,'rash as a result of a cutaneous allergy-NOT Eczema','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7488a-6a7f-11e7-89a8-765859b2742d'),(462,463,'used to increase urinary excretion of uric acid in gout','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7496b-6a7f-11e7-89a8-765859b2742d'),(463,464,'Eye ointment[nystatin, 2 5 mg neomycin, 0,25 mg gramicidin, and 1,0 mg triamcinolone ]','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b74a4f-6a7f-11e7-89a8-765859b2742d'),(464,465,'treatment for acid peptic disease','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b74c02-6a7f-11e7-89a8-765859b2742d'),(465,466,'analgesic and antipyretic','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b74cf0-6a7f-11e7-89a8-765859b2742d'),(466,467,'A psychotic disorder characterized by loss of contact with the environment, by noticeable deterioration in the level of functioning in everyday life, and by disintegration of personality expressed as disorder of feeling, thought (as in hallucinations and delusions), and conduct.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b74dca-6a7f-11e7-89a8-765859b2742d'),(467,468,'A from of Paracetamol usually as syrup','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b74ed1-6a7f-11e7-89a8-765859b2742d'),(468,469,'nasal decongestant','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b74fb0-6a7f-11e7-89a8-765859b2742d'),(469,470,'benzodiazepine sedative','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7508e-6a7f-11e7-89a8-765859b2742d'),(470,471,'benzodiazepine sedative','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b75167-6a7f-11e7-89a8-765859b2742d'),(471,472,'developmental disorder with severe mental and physical disabilities','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b75243-6a7f-11e7-89a8-765859b2742d'),(472,473,'Ferrous sulphate + Folic Acid supplement','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b75563-6a7f-11e7-89a8-765859b2742d'),(473,474,'antiparasitic drug used for vaginal trichomonas','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7565d-6a7f-11e7-89a8-765859b2742d'),(474,475,'non-steroidal anti-inflammatory drug','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7572f-6a7f-11e7-89a8-765859b2742d'),(475,476,'antimalarial drug','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7580c-6a7f-11e7-89a8-765859b2742d'),(476,477,'Corticosteroid preparation','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b758e9-6a7f-11e7-89a8-765859b2742d'),(477,478,'Antiprotozoal','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b759c2-6a7f-11e7-89a8-765859b2742d'),(478,479,'oral anti-malarial drug','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b75aa0-6a7f-11e7-89a8-765859b2742d'),(479,480,'antibiotic','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b75b7e-6a7f-11e7-89a8-765859b2742d'),(480,481,'Displacement of one or more bones at a joint. Should be qualified with an anatomic concept.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b75c61-6a7f-11e7-89a8-765859b2742d'),(481,482,'Infection causing consolidation of an entire lobe of the lung.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b75d45-6a7f-11e7-89a8-765859b2742d'),(482,483,'enlargement of the thyroid gland','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b75e2c-6a7f-11e7-89a8-765859b2742d'),(483,484,'crushing of muscle causing ecchymoses','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b75f05-6a7f-11e7-89a8-765859b2742d'),(484,485,'crushing of muscle causing ecchymoses','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b75fde-6a7f-11e7-89a8-765859b2742d'),(485,486,'topical antifungal ointment of precipitated sulfur','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b760b8-6a7f-11e7-89a8-765859b2742d'),(486,487,'A mental disorder of old age especially of the degenerative type associated with Alzheimer\'s disease.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b76195-6a7f-11e7-89a8-765859b2742d'),(487,488,'cognitive dysfunction in old age','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7627b-6a7f-11e7-89a8-765859b2742d'),(488,489,'runny nose, cough, etc.: upper respiratory infection symptoms','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b76355-6a7f-11e7-89a8-765859b2742d'),(489,490,'Excessive vomiting during pregnancy.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b76437-6a7f-11e7-89a8-765859b2742d'),(490,491,'A glucocorticoid C21H26O5 that is a dehydrogenated analog of cortisone and is used as an anti-inflammatory agent especially in the treatment of arthritis, as an antineoplastic agent, and as an immunosuppressant.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b76516-6a7f-11e7-89a8-765859b2742d'),(491,492,'Antidote to a poisonous snake bite.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b76607-6a7f-11e7-89a8-765859b2742d'),(492,493,'A mixture of zinc oxide or zinc carbonate with a small amount of ferric oxide that is used in lotions, liniments, and ointments. Often used to prevent itching.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b766e4-6a7f-11e7-89a8-765859b2742d'),(493,494,'Abscess of either of two oval racemose glands lying one to each side of the lower part of the vagina.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b767c2-6a7f-11e7-89a8-765859b2742d'),(494,495,'aminoglycoside antibiotic','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7692f-6a7f-11e7-89a8-765859b2742d'),(495,496,'A semisynthetic cephalosporin antibiotic C18H18N8O7S3 that is administered parenterally in the form of its sodium salt.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b76a29-6a7f-11e7-89a8-765859b2742d'),(496,497,'Physical exam finding. Descreased senssation is typically qualified with an anatomic location.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b76b1f-6a7f-11e7-89a8-765859b2742d'),(497,498,'Decreased sensation in right lower extremity','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b76c1f-6a7f-11e7-89a8-765859b2742d'),(498,499,'Decreased sensation in an extremity of diffuse pattern','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b76cf8-6a7f-11e7-89a8-765859b2742d'),(499,500,'Abnormal gait associated with neurological disease.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b76dd1-6a7f-11e7-89a8-765859b2742d'),(500,501,'Abnormal gait associated with non-neurological disease.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b76efe-6a7f-11e7-89a8-765859b2742d'),(501,502,'Swelling with fluid left leg','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b76fd9-6a7f-11e7-89a8-765859b2742d'),(502,503,'Swelling with fluid of right leg','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b770b0-6a7f-11e7-89a8-765859b2742d'),(503,504,'Of, relating to, situated, or performed in the region below the lower jaw.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7717f-6a7f-11e7-89a8-765859b2742d'),(504,505,'Situated or occurring above the clavicle.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b773be-6a7f-11e7-89a8-765859b2742d'),(505,506,'Of, relating to, or situated in the region of the groin.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b77730-6a7f-11e7-89a8-765859b2742d'),(506,507,'A neoplastic disease affecting especially the skin and mucous membranes, characterized especially by the formation of pink to reddish-brown or bluish tumorous plaques, macules, papules, or nodules especially on the lower extremities, and formerly limited primarily to elderly men in whom it followed a benign course but now being a major and sometimes fatal disease associated with immunodeficient individuals with AIDS.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7781c-6a7f-11e7-89a8-765859b2742d'),(507,508,'thyroid enlargement NOS','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b77a0f-6a7f-11e7-89a8-765859b2742d'),(508,509,'diffuse thyroid enlargement','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b77f21-6a7f-11e7-89a8-765859b2742d'),(509,510,'multinodular thyroid enlargement','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b78020-6a7f-11e7-89a8-765859b2742d'),(510,511,'single thyroid nodule','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b780ea-6a7f-11e7-89a8-765859b2742d'),(511,512,'A skin eruption.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b781b4-6a7f-11e7-89a8-765859b2742d'),(512,513,'Tracheal deviation.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6b7827e-6a7f-11e7-89a8-765859b2742d'),(513,514,'non-specific abnormality on a test','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be300a-6a7f-11e7-89a8-765859b2742d'),(514,515,'jaundice visible in sclera','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be35d0-6a7f-11e7-89a8-765859b2742d'),(515,516,'Pale eye conjuctiva, often times associated with iron deficiency anemia.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be3897-6a7f-11e7-89a8-765859b2742d'),(516,517,'Red, inflamed conjunctiva, often times associated with conjunctivitis.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be3a2e-6a7f-11e7-89a8-765859b2742d'),(517,518,'Abnormal ocular fundus on examination.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be3ebb-6a7f-11e7-89a8-765859b2742d'),(518,519,'redness of skin','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be4025-6a7f-11e7-89a8-765859b2742d'),(519,520,'Of, relating to, or characterized by a spot or spots.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be416d-6a7f-11e7-89a8-765859b2742d'),(520,521,'Consisting of or characterized by papules, small semi-solid elevations of the skin.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be44c8-6a7f-11e7-89a8-765859b2742d'),(521,522,'Combining the characteristics of macules and papules.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be4a62-6a7f-11e7-89a8-765859b2742d'),(522,523,'Covered with or composed of scale or scales.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be4dea-6a7f-11e7-89a8-765859b2742d'),(523,524,'skin dermatitis NOS','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be5244-6a7f-11e7-89a8-765859b2742d'),(524,525,'increased expansion of the chest','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be5af0-6a7f-11e7-89a8-765859b2742d'),(525,526,'decreased expansion (movement) of the chest','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be5c10-6a7f-11e7-89a8-765859b2742d'),(526,527,'To protect against pain by reducing the motion of.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be5cec-6a7f-11e7-89a8-765859b2742d'),(527,528,'dullness over lung segment on percussion','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be5de2-6a7f-11e7-89a8-765859b2742d'),(528,529,'decreased palpable fremitus in the chest','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be5ec1-6a7f-11e7-89a8-765859b2742d'),(529,530,'Wax impaction in the ear canal.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be5fa6-6a7f-11e7-89a8-765859b2742d'),(530,531,'red inflamed tympanic membrane','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6086-6a7f-11e7-89a8-765859b2742d'),(531,532,'scarring of tympanic membrane','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6166-6a7f-11e7-89a8-765859b2742d'),(532,533,'decreased lucency of tympanic membrane','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6245-6a7f-11e7-89a8-765859b2742d'),(533,534,'Obstruction of the nasal passages.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6325-6a7f-11e7-89a8-765859b2742d'),(534,535,'Erythematous, inflamed, red appearing oropharynx.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6405-6a7f-11e7-89a8-765859b2742d'),(535,536,'Enlargement of the tonsils.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be64e4-6a7f-11e7-89a8-765859b2742d'),(536,537,'Inflammatory exudate on tonsils','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be65bf-6a7f-11e7-89a8-765859b2742d'),(537,538,'A modification of the voice resembling bleating heard on auscultation of the chest in some diseases, such as pulmonary effusion.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be669e-6a7f-11e7-89a8-765859b2742d'),(538,539,'Continuous inspiratory & expiratory breath sounds of bronchial obstruction','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6796-6a7f-11e7-89a8-765859b2742d'),(539,540,'Anatomic location.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6880-6a7f-11e7-89a8-765859b2742d'),(540,541,'Anatomic location.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be695b-6a7f-11e7-89a8-765859b2742d'),(541,542,'Of or relating to the side. Anatomic location.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6a3d-6a7f-11e7-89a8-765859b2742d'),(542,543,'Anatomic location.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6b22-6a7f-11e7-89a8-765859b2742d'),(543,544,'point of maximal impulse of heart beat','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6c00-6a7f-11e7-89a8-765859b2742d'),(544,545,'parasternal maximal heart beat','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6d10-6a7f-11e7-89a8-765859b2742d'),(545,546,'midclavicular line cardiac impulse','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6e5e-6a7f-11e7-89a8-765859b2742d'),(546,547,'axillary maximal cardiac impulse','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be6f4b-6a7f-11e7-89a8-765859b2742d'),(547,548,'palpable systolic cardiac murmur','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be702a-6a7f-11e7-89a8-765859b2742d'),(548,549,'palpable diastolic cardiac murmur e.g. mitral stenosis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be7108-6a7f-11e7-89a8-765859b2742d'),(549,550,'Third heart sound (gallop rhythm).','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be7283-6a7f-11e7-89a8-765859b2742d'),(550,551,'4th heart sound gallop rhythm','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be7457-6a7f-11e7-89a8-765859b2742d'),(551,552,'single first heart sound e.g. mitral stenosis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be763b-6a7f-11e7-89a8-765859b2742d'),(552,553,'split first heart sound','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be7884-6a7f-11e7-89a8-765859b2742d'),(553,554,'single second heart sound','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be797d-6a7f-11e7-89a8-765859b2742d'),(554,555,'split second heart sound','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be7a69-6a7f-11e7-89a8-765859b2742d'),(555,556,'reversal of normal splitting of second heart sound','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be7b4a-6a7f-11e7-89a8-765859b2742d'),(556,557,'soft second heart sound of aortic origin','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be7c30-6a7f-11e7-89a8-765859b2742d'),(557,558,'loud second sound due to pulmonary sound','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be7d13-6a7f-11e7-89a8-765859b2742d'),(558,559,'systolic ejection murmur','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be7df0-6a7f-11e7-89a8-765859b2742d'),(559,560,'holosystolic cardiac murmur','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be7ecf-6a7f-11e7-89a8-765859b2742d'),(560,561,'diastolic decrescendo murmur','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be7fab-6a7f-11e7-89a8-765859b2742d'),(561,562,'General finding of extra sounds on cardiac examination.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8089-6a7f-11e7-89a8-765859b2742d'),(562,563,'heart murmur left lower sternal border','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be816a-6a7f-11e7-89a8-765859b2742d'),(563,564,'position of heart apex impulse','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be824a-6a7f-11e7-89a8-765859b2742d'),(564,565,'heart murmur upper right sternal border','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8327-6a7f-11e7-89a8-765859b2742d'),(565,566,'murmur in carotid artery','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8406-6a7f-11e7-89a8-765859b2742d'),(566,567,'site of clinical abnormality','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be84dd-6a7f-11e7-89a8-765859b2742d'),(567,568,'heart murmur upper left sternal border','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be85bf-6a7f-11e7-89a8-765859b2742d'),(568,569,'abnormalities detected on the back','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be869d-6a7f-11e7-89a8-765859b2742d'),(569,570,'mass in abdomen in right upper quadrant','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8779-6a7f-11e7-89a8-765859b2742d'),(570,571,'mass in abdomen in left upper quadrant','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8858-6a7f-11e7-89a8-765859b2742d'),(571,572,'mass in abdomen in right lower quadrant','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8935-6a7f-11e7-89a8-765859b2742d'),(572,573,'mass in abdomen in left lower quadrant','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8a15-6a7f-11e7-89a8-765859b2742d'),(573,574,'Maximal cardiac impulse in epigastrium','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8af1-6a7f-11e7-89a8-765859b2742d'),(574,575,'Anatomic location.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8bcd-6a7f-11e7-89a8-765859b2742d'),(575,576,'Widely spread or scattered; not concentrated. Descriptive concept.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8ca8-6a7f-11e7-89a8-765859b2742d'),(576,577,'rebound tenderness in the abdomen','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8d91-6a7f-11e7-89a8-765859b2742d'),(577,578,'rigidity of the abdominal wall due to inflammation','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8e75-6a7f-11e7-89a8-765859b2742d'),(578,579,'Estimated measurement of liver size (cm below costal margin).','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be8f58-6a7f-11e7-89a8-765859b2742d'),(579,580,'enlargement of the spleen(cms below costal margin)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be903b-6a7f-11e7-89a8-765859b2742d'),(580,581,'An abnormal accumulation of serous fluid in the abdominal cavity.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be9118-6a7f-11e7-89a8-765859b2742d'),(581,582,'Localized swelling, mass and lump, unspecified location.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be91fb-6a7f-11e7-89a8-765859b2742d'),(582,583,'Localized cystic mass unspecified','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be92de-6a7f-11e7-89a8-765859b2742d'),(583,584,'pulsatile mass','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be93c0-6a7f-11e7-89a8-765859b2742d'),(584,585,'any tender mass','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be9542-6a7f-11e7-89a8-765859b2742d'),(585,586,'murmur heard over abdominal aorta','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be96f5-6a7f-11e7-89a8-765859b2742d'),(586,587,'Murmur heard over liver','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be9858-6a7f-11e7-89a8-765859b2742d'),(587,588,'Clubbing at distal end of fingers.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be9a09-6a7f-11e7-89a8-765859b2742d'),(588,589,'Blue coloration of skin and extremities due to hypoxia.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be9b82-6a7f-11e7-89a8-765859b2742d'),(589,590,'Fluid accumulation in the lower limbs.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be9cf1-6a7f-11e7-89a8-765859b2742d'),(590,591,'An abnormal swelling and tortuosity especially of a superficial vein of the legs.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6be9f46-6a7f-11e7-89a8-765859b2742d'),(591,592,'Skin changes due to blood stasis due to varicose veins.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bea0d4-6a7f-11e7-89a8-765859b2742d'),(592,593,'varicose leg ulcers','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bea24a-6a7f-11e7-89a8-765859b2742d'),(593,594,'wasting of muscles in right upper limb','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bea3b8-6a7f-11e7-89a8-765859b2742d'),(594,595,'wasting of muscles in left upper limb','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bea524-6a7f-11e7-89a8-765859b2742d'),(595,596,'wasting of muscles in right lower limb','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bea691-6a7f-11e7-89a8-765859b2742d'),(596,597,'wasting of muscles in left lower limb','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bea7ff-6a7f-11e7-89a8-765859b2742d'),(597,598,'generalised wasting of muscles','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bea962-6a7f-11e7-89a8-765859b2742d'),(598,599,'Abnormalities of the cranial nerves.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beaa49-6a7f-11e7-89a8-765859b2742d'),(599,600,'decreased sensation in right upper limb','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beab31-6a7f-11e7-89a8-765859b2742d'),(600,601,'Contraction of the biceps muscle in response to it\'s tendon stimulation.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beac13-6a7f-11e7-89a8-765859b2742d'),(601,602,'An involuntary forward jerk or kick produced by a light blow or sudden strain upon the patellar ligament of the knee that causes a reflex contraction of the quadriceps muscle.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beacfb-6a7f-11e7-89a8-765859b2742d'),(602,603,'A reflex downward movement of the foot produced by a spasmodic contraction of the muscles of the calf in response to sudden extension of the leg or the striking of the Achilles\' tendon above the heel.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beadeb-6a7f-11e7-89a8-765859b2742d'),(603,604,'Pattern of walking or movement','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beaee1-6a7f-11e7-89a8-765859b2742d'),(604,605,'abnormality of balance due to spinal cord disease','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beafc4-6a7f-11e7-89a8-765859b2742d'),(605,606,'evidence of a depressed mood','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beb0a3-6a7f-11e7-89a8-765859b2742d'),(606,607,'evidence of memory loss','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beb184-6a7f-11e7-89a8-765859b2742d'),(607,608,'suppleness of neck in possible meningitis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beb266-6a7f-11e7-89a8-765859b2742d'),(608,609,'tenderness in the left upper quadrant of the abdomen','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beb34d-6a7f-11e7-89a8-765859b2742d'),(609,610,'tenderness in the right upper quadrant of the abdomen','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beb42f-6a7f-11e7-89a8-765859b2742d'),(610,611,'tenderness in the left lower quandrant of the abdomen','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beb512-6a7f-11e7-89a8-765859b2742d'),(611,612,'tenderness in the right lower quadrant of the abdomen','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beb5f2-6a7f-11e7-89a8-765859b2742d'),(612,613,'generalised muscle weakness','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beb6d3-6a7f-11e7-89a8-765859b2742d'),(613,614,'muscle weakness of the left lower extremity','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beb7b1-6a7f-11e7-89a8-765859b2742d'),(614,615,'muscle weakness of the left upper extremity','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beb893-6a7f-11e7-89a8-765859b2742d'),(615,616,'muscle weakness of the right lower extremity','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beb974-6a7f-11e7-89a8-765859b2742d'),(616,617,'muscle weakness of the right upper extremity','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beba4e-6a7f-11e7-89a8-765859b2742d'),(617,618,'presence of focal central nervous system findings','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bebb75-6a7f-11e7-89a8-765859b2742d'),(618,619,'decreased sensation in left lower extremity','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bebcae-6a7f-11e7-89a8-765859b2742d'),(619,620,'A pain in the head.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bebd9c-6a7f-11e7-89a8-765859b2742d'),(620,621,'drug for antiviral therapy usually HIV','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bebe7d-6a7f-11e7-89a8-765859b2742d'),(621,622,'drug for antiviral therapy usually HIV','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bebf57-6a7f-11e7-89a8-765859b2742d'),(622,623,'drug for antiviral therapy usually HIV','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bec033-6a7f-11e7-89a8-765859b2742d'),(623,624,'drug for antiviral therapy usually HIV','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bec10d-6a7f-11e7-89a8-765859b2742d'),(624,625,'A synthetic antiretroviral nucleoside (C10H12N2O4) that is an analog of thymidine and is administered orally in the treatment of HIV infection.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bec1e7-6a7f-11e7-89a8-765859b2742d'),(625,626,'drug for antiviral therapy usually HIV','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bec2cd-6a7f-11e7-89a8-765859b2742d'),(626,627,'drug for antiviral therapy usually HIV','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bec3b0-6a7f-11e7-89a8-765859b2742d'),(627,628,'An antiviral drug (C8H11N3O3S) that is a synthetic nucleoside analog acting against HIV by inhibiting reverse transcriptase.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bec554-6a7f-11e7-89a8-765859b2742d'),(628,629,'drug for antiviral therapy usually HIV','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bec674-6a7f-11e7-89a8-765859b2742d'),(629,630,'Antiretroviral combination drug (Zidovudine & Lamivudine)','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bec75a-6a7f-11e7-89a8-765859b2742d'),(630,631,'A non-nucleoside analogue that is used as an antiviral drug in the treatment of HIV infection.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bec83f-6a7f-11e7-89a8-765859b2742d'),(631,632,'drug for antiviral therapy usually HIV','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bec924-6a7f-11e7-89a8-765859b2742d'),(632,633,'A non-nucleoside drug used to treat HIV infection.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beca04-6a7f-11e7-89a8-765859b2742d'),(633,634,'drug for antiviral therapy usually HIV','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6becae2-6a7f-11e7-89a8-765859b2742d'),(634,635,'A protease-inhibiting drug usually used in combination with other drugs to suppress the replication of HIV.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6becbc1-6a7f-11e7-89a8-765859b2742d'),(635,636,'drug for antiviral therapy usually HIV','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6becca4-6a7f-11e7-89a8-765859b2742d'),(636,637,'Crepitations in right upper lobe of lung','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6becd83-6a7f-11e7-89a8-765859b2742d'),(637,638,'Crepitations right middle lobe of lung','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bece5c-6a7f-11e7-89a8-765859b2742d'),(638,639,'Anatomic location of the lung','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6becf37-6a7f-11e7-89a8-765859b2742d'),(639,640,'Crepitations left upper lobe of lung','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bed019-6a7f-11e7-89a8-765859b2742d'),(640,641,'Crepitations lingula of left lung','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bed0fc-6a7f-11e7-89a8-765859b2742d'),(641,642,'Crepitations left lower lobe of lung','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bed1d8-6a7f-11e7-89a8-765859b2742d'),(642,643,'Anatomical location of lesion or pathology.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bed2b2-6a7f-11e7-89a8-765859b2742d'),(643,644,'Kaposi sarcoma of mouth and oral cavity.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bed392-6a7f-11e7-89a8-765859b2742d'),(644,645,'Chest X Ray','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bed470-6a7f-11e7-89a8-765859b2742d'),(645,646,'Screening test for HIV-enzyme-linked immunosorbent assay','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bed552-6a7f-11e7-89a8-765859b2742d'),(646,647,'Full hematological blood examination','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bed631-6a7f-11e7-89a8-765859b2742d'),(647,648,'Hemoglobin estimation','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bed711-6a7f-11e7-89a8-765859b2742d'),(648,649,'Total white cell count in blood','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bed7ee-6a7f-11e7-89a8-765859b2742d'),(649,650,'Total lymphocyte count in blood','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bed8cd-6a7f-11e7-89a8-765859b2742d'),(650,651,'Platelet count on blood examination','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bed9a5-6a7f-11e7-89a8-765859b2742d'),(651,652,'Liver function on blood','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bedcaf-6a7f-11e7-89a8-765859b2742d'),(652,653,'Liver function test, which usually is used to detect liver injury.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beddaa-6a7f-11e7-89a8-765859b2742d'),(653,654,'Liver function test, which usually is used to detect liver injury.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bede85-6a7f-11e7-89a8-765859b2742d'),(654,655,'Bilirubin level assay from blood','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bedf66-6a7f-11e7-89a8-765859b2742d'),(655,656,'A crystalline antibacterial compound (C6H7N3O) used in the treatment of tuberculosis.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bee042-6a7f-11e7-89a8-765859b2742d'),(656,657,'Breakdown of lymphocytes by surface receptors, including counts, percentiles and ratios.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bee128-6a7f-11e7-89a8-765859b2742d'),(657,658,'Broad spectrum antibiotic','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bee22c-6a7f-11e7-89a8-765859b2742d'),(658,659,'Active combination therapy in HIV','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bee387-6a7f-11e7-89a8-765859b2742d'),(659,660,'Antiviral therapy reserved for nominated patients','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bee475-6a7f-11e7-89a8-765859b2742d'),(660,661,'Antiviral therapy for patients who are eligible for Rx','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bee5f8-6a7f-11e7-89a8-765859b2742d'),(661,662,'antidote to poisonous snake bite','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bee757-6a7f-11e7-89a8-765859b2742d'),(662,663,'rash as a result of a cutaneous allergy','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bee8fd-6a7f-11e7-89a8-765859b2742d'),(663,664,'Response to a finding or test result.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beea0a-6a7f-11e7-89a8-765859b2742d'),(664,665,'response to a finding or test result','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beeaed-6a7f-11e7-89a8-765859b2742d'),(665,666,'Skin or vagina cells found in a urine specimen.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beec88-6a7f-11e7-89a8-765859b2742d'),(666,667,'skin or vagina cells in a urine specimen','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beed8f-6a7f-11e7-89a8-765859b2742d'),(667,668,'Rod-shaped bacteria staining purple with Gram\'s stain.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beeeac-6a7f-11e7-89a8-765859b2742d'),(668,669,'rod-shaped bacteria staining purple with Gram\'s stain','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bef06b-6a7f-11e7-89a8-765859b2742d'),(669,670,'rod-shaped bacteria staining purple with Gram\'s stain','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bef254-6a7f-11e7-89a8-765859b2742d'),(670,671,'Rod-shaped bacteria staining red with Gram\'s stain.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bef38c-6a7f-11e7-89a8-765859b2742d'),(671,672,'rod-shaped bacteria staining red with Gram\'s stain','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bef490-6a7f-11e7-89a8-765859b2742d'),(672,673,'rod-shaped bacteria staining red with Gram\'s stain','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bef591-6a7f-11e7-89a8-765859b2742d'),(673,674,'The canal that in most mammals carries off the urine from the bladder and in the male serves also as a genital duct.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bef66d-6a7f-11e7-89a8-765859b2742d'),(674,675,'Paired rounded bacteria on smear.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bef748-6a7f-11e7-89a8-765859b2742d'),(675,676,'leukocytes','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bef81e-6a7f-11e7-89a8-765859b2742d'),(676,677,'leukocytes','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bef8f2-6a7f-11e7-89a8-765859b2742d'),(677,678,'Blood test to measure the number of white blood cells.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bef9c7-6a7f-11e7-89a8-765859b2742d'),(678,679,'Blood test to measure the number of white blood cells.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6befaa1-6a7f-11e7-89a8-765859b2742d'),(679,680,'leukocytes','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6befb74-6a7f-11e7-89a8-765859b2742d'),(680,681,'erythrocytes','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6beff5c-6a7f-11e7-89a8-765859b2742d'),(681,682,'erythrocytes','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf0064-6a7f-11e7-89a8-765859b2742d'),(682,683,'single-celled organism causing vaginal and bladder infections','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf0173-6a7f-11e7-89a8-765859b2742d'),(683,684,'Parasitic flagellated protozoans which invade sites of the alimentary or genitourinary tracts of numerous vertebrate and invertebrate hosts including one (T. vaginalis) causing human vaginitis.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf026d-6a7f-11e7-89a8-765859b2742d'),(684,685,'single-celled organism causing vaginal and bladder infections','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf0360-6a7f-11e7-89a8-765859b2742d'),(685,686,'fungai causing infection of skin and mucous membranes, and occasionally abscesses and sepsis.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf0726-6a7f-11e7-89a8-765859b2742d'),(686,687,'fungai causing infection of skin and mucous membranes, and occasionally abscesses and sepsis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf0819-6a7f-11e7-89a8-765859b2742d'),(687,688,'blood group A, Rh positive','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf08eb-6a7f-11e7-89a8-765859b2742d'),(688,689,'blood group A','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf7d20-6a7f-11e7-89a8-765859b2742d'),(689,690,'Describes a particular antigen combination on the surface of red blood cells: A, Rh positive.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf836b-6a7f-11e7-89a8-765859b2742d'),(690,691,'blood group A, Rh negative','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf85ba-6a7f-11e7-89a8-765859b2742d'),(691,692,'Describes a particular antigen combination on the surface of red blood cells: A, Rh negative.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf871f-6a7f-11e7-89a8-765859b2742d'),(692,693,'blood group B, Rh positive','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf8a90-6a7f-11e7-89a8-765859b2742d'),(693,694,'Describes a particular antigen combination on the surface of red blood cells: B, Rh positive.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf8c86-6a7f-11e7-89a8-765859b2742d'),(694,695,'blood group B, Rh negative','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf9069-6a7f-11e7-89a8-765859b2742d'),(695,696,'Describes a particular antigen combination on the surface of red blood cells: B, Rh negative.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf91c8-6a7f-11e7-89a8-765859b2742d'),(696,697,'blood group B','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf94b7-6a7f-11e7-89a8-765859b2742d'),(697,698,'blood group O, Rh positive','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf96c3-6a7f-11e7-89a8-765859b2742d'),(698,699,'Describes a particular antigen combination on the surface of red blood cells: O, Rh positive.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf9a8c-6a7f-11e7-89a8-765859b2742d'),(699,700,'blood group O, Rh negative','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bf9ff0-6a7f-11e7-89a8-765859b2742d'),(700,701,'Describes a particular antigen combination on the surface of red blood cells: O, Rh negative.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfa147-6a7f-11e7-89a8-765859b2742d'),(701,702,'blood group O','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfa401-6a7f-11e7-89a8-765859b2742d'),(702,703,'General finding of a positive result.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfa4ea-6a7f-11e7-89a8-765859b2742d'),(703,704,'General finding of a positive result-no system specific','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfa629-6a7f-11e7-89a8-765859b2742d'),(704,705,'A sensation aroused by moderate compression or a feeling of compression.','en',1,'2006-02-13 00:00:00',NULL,NULL,'c6bfa76f-6a7f-11e7-89a8-765859b2742d'),(705,706,'result of stool exam, indicative of amoeba infection with e. histolytica','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfa999-6a7f-11e7-89a8-765859b2742d'),(706,707,'result of stool exam, indicative of amoeba infection with e. histolytica','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfab0d-6a7f-11e7-89a8-765859b2742d'),(707,708,'result of stool exam, indicative of amoeba infection with e. histolytica','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfabf5-6a7f-11e7-89a8-765859b2742d'),(708,709,'A genus of ameboid protozoans (order Amoebida) that are parasitic in the vertebrate alimentary canal and especially in the intestines and that include the causative agent (E. histolytica) of amebic dysentery.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bface1-6a7f-11e7-89a8-765859b2742d'),(709,710,'result of stool exam, indicative of amoeba infection with the more benign e. coli organism','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfadcf-6a7f-11e7-89a8-765859b2742d'),(710,711,'result of stool exam, indicative of Escherichia Coli infection with the more benign e. coli organism','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfaeba-6a7f-11e7-89a8-765859b2742d'),(711,712,'single cell organism that infects the small bowel, causing abdominal cramps and diarrhea','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfb08f-6a7f-11e7-89a8-765859b2742d'),(712,713,'Flagellate protozoans inhabiting the intestines of various mammals that is associated with diarrhea in humans.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfb1c1-6a7f-11e7-89a8-765859b2742d'),(713,714,'presence of glucose on dipstick exam','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfb2ab-6a7f-11e7-89a8-765859b2742d'),(714,715,'presence of glucose on dipstick exam','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfb390-6a7f-11e7-89a8-765859b2742d'),(715,716,'Eggs of infectious protozoa present on stool examination.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfb46d-6a7f-11e7-89a8-765859b2742d'),(716,717,'Any of numerous naturally occurring extremely complex substances (as an enzyme or antibody) that consist of amino acid residues joined by peptide bonds that are essential constituents of all living cells.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfb54f-6a7f-11e7-89a8-765859b2742d'),(717,718,'presence of protein on dipstick exam','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfb63a-6a7f-11e7-89a8-765859b2742d'),(718,719,'A protozoan of a vegetative form as distinguished from one of a reproductive or resting form.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfb716-6a7f-11e7-89a8-765859b2742d'),(719,720,'presence of protein on dipstick exam','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfb7f7-6a7f-11e7-89a8-765859b2742d'),(720,721,'presence of protein on dipstick exam','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfb8d7-6a7f-11e7-89a8-765859b2742d'),(721,722,'Crystals on urinalysis having no real apparent form.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfb9b6-6a7f-11e7-89a8-765859b2742d'),(722,723,'non-specific phosphate crystals on urinalysis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfba93-6a7f-11e7-89a8-765859b2742d'),(723,724,'Any of a group (as kingdom Procaryotae or kingdom Monera or the former class Schizomycetes) of prokaryotic unicellular round, spiral, or rod-shaped single-celled microorganisms that are often aggregated into colonies.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfbbf2-6a7f-11e7-89a8-765859b2742d'),(724,725,'A colorless crystalline salt CaC2O4','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfbd6f-6a7f-11e7-89a8-765859b2742d'),(725,726,'Cells having a grainy texture.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfbe68-6a7f-11e7-89a8-765859b2742d'),(726,727,'presence of bacteria on urinalysis','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfbf47-6a7f-11e7-89a8-765859b2742d'),(727,728,'presence of glucose on dipstick exam','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfc05f-6a7f-11e7-89a8-765859b2742d'),(728,729,'Minute, nonnucleated, disklike cytoplasmic bodies found in the blood plasma of mammals, derived from a megakaryocyte and function to promote blood clotting.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfc141-6a7f-11e7-89a8-765859b2742d'),(729,730,'Percentage of T-helper lymphocytes.','en',1,'2004-04-08 00:00:00',NULL,NULL,'c6bfc227-6a7f-11e7-89a8-765859b2742d'),(730,731,'An ACE inhibitor administered orally in the form of its hydrochloride C25H30N2O5-HCl to treat hypertension.','en',1,'2004-01-01 00:00:00',NULL,NULL,'c6bfc2ff-6a7f-11e7-89a8-765859b2742d'),(731,732,'A cyclic nucleoside C8H11N5O3 used especially to treat the symptoms of the genital form of herpes simplex.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfc3e0-6a7f-11e7-89a8-765859b2742d'),(732,733,'A benzodiazepine tranquilizer C17H13ClN4 used especially in the treatment of mild to moderate anxiety.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfc4c5-6a7f-11e7-89a8-765859b2742d'),(733,734,'Fluoroquninalone broad spectrum antibiotic (Moxifloxacin)','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfc5aa-6a7f-11e7-89a8-765859b2742d'),(734,735,'A semisynthetic macrolide antibiotic C38H72N2O12 that is derived from erythromycin and is used especially as an antibacterial agent.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfc691-6a7f-11e7-89a8-765859b2742d'),(735,736,'Second generation Cephalosporin antibiotic','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfc772-6a7f-11e7-89a8-765859b2742d'),(736,737,'A semisynthetic cephalosporin antibiotic C16H16N4O8S that is administered parenterally usually in the form of its sodium salt or an ester derivative.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfc854-6a7f-11e7-89a8-765859b2742d'),(737,738,'Cox 2 inhibitor antiinflammatory analgesic','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfc92e-6a7f-11e7-89a8-765859b2742d'),(738,739,'Topical steroid for psoriasis','en',1,'2004-02-03 00:00:00',NULL,NULL,'c6bfca0c-6a7f-11e7-89a8-765859b2742d'),(739,740,'A fluoroquinolone C17H18FN3O3 that is often administered in the form of its hydrochloride and is effective especially against gram-negative bacteria.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfcafa-6a7f-11e7-89a8-765859b2742d'),(740,741,'Non-sedating antihistamine','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfccb5-6a7f-11e7-89a8-765859b2742d'),(741,742,'Miconazole oral antifungal agent','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfce70-6a7f-11e7-89a8-765859b2742d'),(742,743,'Narcotic analgesic an antitussive agent.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfd06d-6a7f-11e7-89a8-765859b2742d'),(743,744,'Antifungal','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfd289-6a7f-11e7-89a8-765859b2742d'),(744,745,'Anti-mycobaterial drug used to treat active tuberculosis. Always used with other antimycobacterial agents.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfd45c-6a7f-11e7-89a8-765859b2742d'),(745,746,'Oral Famciclovir antiviral for Herpes I & II and Hepres Zoster','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfd5d8-6a7f-11e7-89a8-765859b2742d'),(746,747,'Fluconazole is an antifungal medication of the azole (triazole) class, and is used to treat systemic yeast and fungal infections. Commonly called Diflucan.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfd84d-6a7f-11e7-89a8-765859b2742d'),(747,748,'A tricyclic antidepressant drug C19H24N2 administered especially in the form of its hydrochloride.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfd9da-6a7f-11e7-89a8-765859b2742d'),(748,749,'An antiviral protease inhibitor C36H47N5O4 that by inhibiting the protease of HIV causes it to produce only immature noninfectious particles and that is used in the form of its sulfate in combination therapy with antiretroviral drugs (as AZT and lamivudine) to treat HIV infection.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfdb56-6a7f-11e7-89a8-765859b2742d'),(749,750,'Anti-tuberculosis antibiotic','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfdc69-6a7f-11e7-89a8-765859b2742d'),(750,751,'An antiemetic drug C14H22ClN3O2 administered in the form of its hydrochloride.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfdd49-6a7f-11e7-89a8-765859b2742d'),(751,752,'Belongs to a group of drugs called proton pump inhibitors (PPI), inhibits gastric acid secretion.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfde26-6a7f-11e7-89a8-765859b2742d'),(752,753,'Frusemide diuretic','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfdf00-6a7f-11e7-89a8-765859b2742d'),(753,754,'Fluoroquinalone antibiotic','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfdfdb-6a7f-11e7-89a8-765859b2742d'),(754,755,'Antibiotic that stops multiplication of bacteria by preventing the reproduction and repair of their genetic material. It is in a class of antibiotics called fluoroquinolones.','en',1,'2003-03-20 00:00:00',NULL,NULL,'c6bfe0b5-6a7f-11e7-89a8-765859b2742d'),(755,756,'Domperidone dopamine antogonist antiemetic','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfe195-6a7f-11e7-89a8-765859b2742d'),(756,757,'Anticandidia antifungale agent','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfe26d-6a7f-11e7-89a8-765859b2742d'),(757,758,'Inhaled nasal steroid','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfe380-6a7f-11e7-89a8-765859b2742d'),(758,759,'Imidazole class antifungal medication.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfe45f-6a7f-11e7-89a8-765859b2742d'),(759,760,'Proton pump inhibitor','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfe57c-6a7f-11e7-89a8-765859b2742d'),(760,761,'Ketaconazole antifungal-topical','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfe690-6a7f-11e7-89a8-765859b2742d'),(761,762,'A strong sensation which causes intense mental or physical distress.','en',1,'2006-02-13 00:00:00',NULL,NULL,'c6bfe776-6a7f-11e7-89a8-765859b2742d'),(762,763,'Proton pump inhibitor used to treat gastroesophageal reflux disease (GERD).','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfe859-6a7f-11e7-89a8-765859b2742d'),(763,764,'Antiemetic and prokinetic agent','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfe93a-6a7f-11e7-89a8-765859b2742d'),(764,765,'A glucocorticoid C21H28O5 that is a dehydrogenated analog of hydrocortisone and is used often in the form of an ester or methyl derivative especially as an anti-inflammatory drug in the treatment of arthritis.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfea11-6a7f-11e7-89a8-765859b2742d'),(765,766,'A crystalline phenolic alcohol C8H11NO3 of the vitamin B6 group found especially in cereals and convertible in the body into pyridoxal and pyridoxamine.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfeaf3-6a7f-11e7-89a8-765859b2742d'),(766,767,'Semisynthetic antibiotic often used in tuberculosis, leprosy and meningococcal treatment/prophylaxis. Also commonly known as Rifampin.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfebd1-6a7f-11e7-89a8-765859b2742d'),(767,768,'Combination drug also known as Rifater. Used in the early treatment of tuberculosis.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfecb7-6a7f-11e7-89a8-765859b2742d'),(768,770,'Antifungal agent','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfedc3-6a7f-11e7-89a8-765859b2742d'),(769,771,'reverse transcriptase inhibitor FOR hiv THERAPY','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfeeb1-6a7f-11e7-89a8-765859b2742d'),(770,772,'Cephalosporin antibiotic','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfef8e-6a7f-11e7-89a8-765859b2742d'),(771,773,'Combination ferrous sulfate and folic acid supplement.','en',1,'2004-03-28 00:00:00',NULL,NULL,'c6bff06f-6a7f-11e7-89a8-765859b2742d'),(772,774,'Triple antibiotic therapy for heliobacter gastritis / PUD.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bff14c-6a7f-11e7-89a8-765859b2742d'),(773,775,'Cox 2 inhibitor antiinflammatory analgesic','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bff263-6a7f-11e7-89a8-765859b2742d'),(774,776,'Antianxiety benzodiazepine','en',1,'2004-03-22 00:00:00',NULL,NULL,'c6bff349-6a7f-11e7-89a8-765859b2742d'),(775,777,'Topical rectal antiinflammatory and anesthetic.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bff49d-6a7f-11e7-89a8-765859b2742d'),(776,778,'Aciclovir antiviral for Hepres Simplex I & II and Herpes Zoster','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bff591-6a7f-11e7-89a8-765859b2742d'),(777,779,'An H1 antagonist C21H25ClN2O3 administered orally in the form of its hydrochloride to treat allergic rhinitis and chronic urticaria.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bff670-6a7f-11e7-89a8-765859b2742d'),(778,780,'Female contraception method. Ultimately will make a good MedSet.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bff74b-6a7f-11e7-89a8-765859b2742d'),(779,781,'Vaccination given for diphtheria, tetanus, and acellular pertussis infections','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bff827-6a7f-11e7-89a8-765859b2742d'),(780,782,'Vaccination given for hepatitis B.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bff903-6a7f-11e7-89a8-765859b2742d'),(781,783,'Vaccination given for polio.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bff9dd-6a7f-11e7-89a8-765859b2742d'),(782,784,'A mixture of relatively nontoxic antibiotic acids produced especially by molds of the genus Penicillium (as P. notatum or P. chrysogenum) and having a powerful bacteriostatic effect against various bacteria.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bffab6-6a7f-11e7-89a8-765859b2742d'),(783,785,'Any of the phosphatases (as phosphomonoesterase from blood plasma or milk) optimally active in alkaline medium and occurring in especially high concentrations in bone, the liver, the kidneys, and the placenta.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bffb98-6a7f-11e7-89a8-765859b2742d'),(784,786,'A potent glucocorticoid C22H29FO5 that is isomeric with dexamethasone and has potent anti-inflammatory activity.','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bffc7d-6a7f-11e7-89a8-765859b2742d'),(785,787,'Narcotic analgesic','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bffe26-6a7f-11e7-89a8-765859b2742d'),(786,788,'Non-sedating antihistamine','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6bfff2c-6a7f-11e7-89a8-765859b2742d'),(787,789,'Topical antifungal','en',1,'2004-03-20 00:00:00',NULL,NULL,'c6c0000c-6a7f-11e7-89a8-765859b2742d'),(788,790,'Laboratory test that determines a blood serum creatinine level. Often used with BUN to assess kidney function.','en',1,'2004-04-08 00:00:00',NULL,NULL,'c6c0011f-6a7f-11e7-89a8-765859b2742d'),(789,791,'Medication in a category of HIV antiretrovirals called reverse transcriptase inhibitors. Emtricitabine inhibits the reproduction of HIV in the body.','en',1,'2004-04-08 00:00:00',NULL,NULL,'c6c00209-6a7f-11e7-89a8-765859b2742d'),(790,792,'Combination antiretroviral drug.','en',1,'2004-04-08 00:00:00',NULL,NULL,'c6c002ec-6a7f-11e7-89a8-765859b2742d'),(791,793,'antiretroviral lopinavir','en',1,'2004-04-08 00:00:00',NULL,NULL,'c6c003c8-6a7f-11e7-89a8-765859b2742d'),(792,794,'Combination of two medications in a category of HIV antriretrovirals called protease inhibitors. Lopinavir and ritonavir prevent HIV from multiplying.','en',1,'2004-04-08 00:00:00',NULL,NULL,'c6c004aa-6a7f-11e7-89a8-765859b2742d'),(793,795,'An antiviral protease inhibitor C37H48N6O5S2 administered orally to treat HIV infection and AIDS.','en',1,'2004-04-08 00:00:00',NULL,NULL,'c6c00649-6a7f-11e7-89a8-765859b2742d'),(794,796,'A nucleoside analogue antiviral drug that inhibits replication of retroviruses such as HIV by interfering with the enzyme reverse transcriptase.','en',1,'2004-04-08 00:00:00',NULL,NULL,'c6c00a87-6a7f-11e7-89a8-765859b2742d'),(795,797,'A nucleoside analogue antiviral drug that inhibits the replication of retroviruses such as HIV by interfering with the enzyme reverse transcriptase.','en',1,'2004-04-08 00:00:00',NULL,NULL,'c6c00b9c-6a7f-11e7-89a8-765859b2742d'),(796,798,'Beta2-adrenergic agonist used for asthma or reactive airways.','en',1,'2004-04-08 00:00:00',NULL,NULL,'c6c00cfc-6a7f-11e7-89a8-765859b2742d'),(797,799,'An antimalarial drug C26H30Cl2F3NO used in the form of its hydrochloride especially against chloroquine-resistant falciparum malaria.','en',1,'2004-04-13 00:00:00',NULL,NULL,'c6c00ecf-6a7f-11e7-89a8-765859b2742d'),(798,800,'antiretroviral medication','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c01029-6a7f-11e7-89a8-765859b2742d'),(799,801,'A rapid respiratory rate.','en',1,'2004-05-24 00:00:00',NULL,NULL,'c6c01118-6a7f-11e7-89a8-765859b2742d'),(800,802,'Belongs to a class of drugs called Nucleotide Reverse Transcriptase Inhibitors (NtRTI). The body converts these meds into a chemical that prevents HIV from reproducing in uninfected cells, but it does not help cells that have already been infected with the virus.','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c011fb-6a7f-11e7-89a8-765859b2742d'),(801,803,'antiretroviral medication','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c012f8-6a7f-11e7-89a8-765859b2742d'),(802,804,'antiretroviral medication','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c01412-6a7f-11e7-89a8-765859b2742d'),(803,805,'antiretroviral medication','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c014f8-6a7f-11e7-89a8-765859b2742d'),(804,806,'antiretroviral medication','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c015d8-6a7f-11e7-89a8-765859b2742d'),(805,807,'antiretroviral medication','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c016b3-6a7f-11e7-89a8-765859b2742d'),(806,808,'antiretroviral medication','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c017a4-6a7f-11e7-89a8-765859b2742d'),(807,809,'combination ARV (lamivudine+stavudine+nevirapine)','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c01897-6a7f-11e7-89a8-765859b2742d'),(808,810,'Medication in a category of HIV antiretrovirals called protease inhibitors. Amprenavir prevents HIV from maturing. This reduces the amount of infectious or active virus in your body.','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c01971-6a7f-11e7-89a8-765859b2742d'),(809,811,'antiretroviral medication','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c01a4c-6a7f-11e7-89a8-765859b2742d'),(810,812,'antiretroviral medication','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c01bb5-6a7f-11e7-89a8-765859b2742d'),(811,813,'antiretroviral medication','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c01d21-6a7f-11e7-89a8-765859b2742d'),(812,814,'A nucleoside reverse transcriptase inhibitor (NRTI) that prevents HIV from altering the genetic material of healthy T-cells.','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c01e0d-6a7f-11e7-89a8-765859b2742d'),(813,815,'antiretroviral medication','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c01ee5-6a7f-11e7-89a8-765859b2742d'),(814,816,'antiretorviral medication','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c0225f-6a7f-11e7-89a8-765859b2742d'),(815,817,'Combination antiretroviral.','en',1,'2004-04-25 00:00:00',NULL,NULL,'c6c02358-6a7f-11e7-89a8-765859b2742d'),(816,818,'Verification of patient adhering to treatment','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c024e9-6a7f-11e7-89a8-765859b2742d'),(817,819,'Patient unable to pay for treatment.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c025fb-6a7f-11e7-89a8-765859b2742d'),(818,820,'Patient has difficulties with transport to health care center.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c026e1-6a7f-11e7-89a8-765859b2742d'),(819,821,'A disease or degenerative state (as polyneuropathy) of the peripheral nerves in which motor, sensory, or vasomotor nerve fibers may be affected and which is marked by muscle weakness and atrophy, pain, and numbness.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c027fe-6a7f-11e7-89a8-765859b2742d'),(820,822,'Describes that a person was exposed to Human Immunodeficiency Virus infections through typical methods of transmission.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c02b3e-6a7f-11e7-89a8-765859b2742d'),(821,823,'Clinical diagnosis of a patient with extreme weight loss. Used in both WHO and CDC HIV staging.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c02c2a-6a7f-11e7-89a8-765859b2742d'),(822,824,'clinical finding of obstructed nasal passages','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c02d6a-6a7f-11e7-89a8-765859b2742d'),(823,825,'Coincident enlargement of the liver and spleen.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c6fe42-6a7f-11e7-89a8-765859b2742d'),(824,826,'clinical finding of white plaques in mouth','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c70161-6a7f-11e7-89a8-765859b2742d'),(825,827,'diagnosis of Pneumocystis Pneumonia','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c70355-6a7f-11e7-89a8-765859b2742d'),(826,828,'Muscular weakness or partial paralysis restricted to one side of the body.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c70567-6a7f-11e7-89a8-765859b2742d'),(827,829,'An inflammatory condition of the skin characterized by redness, itching, and oozing vesicular lesions which become scaly, crusted, or hardened.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c7093c-6a7f-11e7-89a8-765859b2742d'),(828,830,'Inflammation of the larynx.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c70c4c-6a7f-11e7-89a8-765859b2742d'),(829,831,'infection of the lungs with mycobacterium tuberculae','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c70da7-6a7f-11e7-89a8-765859b2742d'),(830,832,'Clinical finding of weight loss, less severe than the wasting syndrome.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c710f2-6a7f-11e7-89a8-765859b2742d'),(831,833,'patient is unable to voluntarily able to walk','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c7148e-6a7f-11e7-89a8-765859b2742d'),(832,834,'patient is breast feeding','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c7177e-6a7f-11e7-89a8-765859b2742d'),(833,835,'A fungal infection involving parts of the body not covered with hair, called also body ringworm.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c71dda-6a7f-11e7-89a8-765859b2742d'),(834,836,'An acute viral infection characterized by inflammation of the sensory ganglia of certain spinal or cranial nerves and the eruption of vesicles along the affected nerve path. It usually strikes only one side of the body and is often accompanied by severe neuralgia.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c72266-6a7f-11e7-89a8-765859b2742d'),(835,837,'Patient complaint of excess acid in stomach or esophagus.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c7245e-6a7f-11e7-89a8-765859b2742d'),(836,838,'Clinical finding of acneiform lesions (pimples) on the skin.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c725de-6a7f-11e7-89a8-765859b2742d'),(837,839,'Persistent decrease in the number of blood platelets that is often associated with hemorrhagic conditions.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c7276e-6a7f-11e7-89a8-765859b2742d'),(838,840,'The presence of blood or blood cells in the urine.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c728e9-6a7f-11e7-89a8-765859b2742d'),(839,841,'clinical finding of an abnormal lump or mass on or in the body','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c72bb2-6a7f-11e7-89a8-765859b2742d'),(840,842,'Inflammation of one or more follicles especially of the hair.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c72ec4-6a7f-11e7-89a8-765859b2742d'),(841,843,'Failure of a therapy or treatment to achieve its end points.','en',1,'2004-05-04 00:00:00',NULL,NULL,'c6c7312b-6a7f-11e7-89a8-765859b2742d'),(842,844,'Test which is used to detect genetic information inserted into the DNA of human cells by HIV','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c732c1-6a7f-11e7-89a8-765859b2742d'),(843,845,'Ultrasound examination of the abdomen.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c73442-6a7f-11e7-89a8-765859b2742d'),(844,846,'A sectional view of the head constructed by computed tomography.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c735be-6a7f-11e7-89a8-765859b2742d'),(845,847,'Thick blood smear to look for malarail parasites','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c73775-6a7f-11e7-89a8-765859b2742d'),(846,848,'Laboratory test for measuring albumin levels in serum.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c738ec-6a7f-11e7-89a8-765859b2742d'),(847,849,'Laboratory test for albumin in the urine.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c739e3-6a7f-11e7-89a8-765859b2742d'),(848,850,'Alkaline Phosphatase measurement (liver/bone/other)','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c73ac1-6a7f-11e7-89a8-765859b2742d'),(849,851,'The volume of the average red blood cell in a given blood sample that is found by multiplying the hematocrit by 10 and dividing by the estimated number of red blood cells .','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c73ba4-6a7f-11e7-89a8-765859b2742d'),(850,852,'Ultrasound examination of the hepatic region-includes biliary tree','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c73c8f-6a7f-11e7-89a8-765859b2742d'),(851,853,'Measure of CD8 (T-Suppressor or killer cells) in blood.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c73d74-6a7f-11e7-89a8-765859b2742d'),(852,854,'Measure of the ratio of CD4 cells to CD8 cells in the blood.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c73e5a-6a7f-11e7-89a8-765859b2742d'),(853,855,'Measurement of the sedimation rate of red blood cells in a blood specimen.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c73f37-6a7f-11e7-89a8-765859b2742d'),(854,856,'This is a measure of the number of copies/ml of DNA/RNA in patients with HIV.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c74016-6a7f-11e7-89a8-765859b2742d'),(855,857,'Measure of urea levels in the blood often used to assess kidney status.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c740f5-6a7f-11e7-89a8-765859b2742d'),(856,858,'Ziehl Nielsen stain for mycobacterium','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c741d5-6a7f-11e7-89a8-765859b2742d'),(857,859,'Patient complains of having \'fluid\' in the chest with excess sputum','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c742b2-6a7f-11e7-89a8-765859b2742d'),(858,860,'Symptom of pain in the neck','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c7438f-6a7f-11e7-89a8-765859b2742d'),(859,861,'Reduced or absent ability to hear sounds.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c74469-6a7f-11e7-89a8-765859b2742d'),(860,862,'Patient complains of discharge, usually fluid, from vagina','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c74540-6a7f-11e7-89a8-765859b2742d'),(861,863,'Patient complains of itching-not site specific','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c74704-6a7f-11e7-89a8-765859b2742d'),(862,864,'Non-specific painful or ulcerated lesions on vagina or penis.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c74821-6a7f-11e7-89a8-765859b2742d'),(863,865,'Pain in throat usually associated with swallowing.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c7490b-6a7f-11e7-89a8-765859b2742d'),(864,866,'Pain which occurs when swallowing','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c749ef-6a7f-11e7-89a8-765859b2742d'),(865,867,'Sleep disorder associated with waking at night.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c74acd-6a7f-11e7-89a8-765859b2742d'),(866,868,'Loss of appetite especially when prolonged.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c74bae-6a7f-11e7-89a8-765859b2742d'),(867,869,'A general feeling of being unwell, non specific, not localised.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c74c8f-6a7f-11e7-89a8-765859b2742d'),(868,870,'Pain in any part of the back','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c74d70-6a7f-11e7-89a8-765859b2742d'),(869,871,'A sensation of feeling cold in the body often associated with a fever.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c74e70-6a7f-11e7-89a8-765859b2742d'),(870,872,'Symptom of excessive discharge(fluid) from nose','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c74f57-6a7f-11e7-89a8-765859b2742d'),(871,873,'A fluid discharge from the ear canal.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c75033-6a7f-11e7-89a8-765859b2742d'),(872,874,'A fluid discharge from the eyes.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c7518c-6a7f-11e7-89a8-765859b2742d'),(873,875,'A painful sensation afffecting the whole body','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c752bb-6a7f-11e7-89a8-765859b2742d'),(874,876,'A rapid breathing rate','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c753a2-6a7f-11e7-89a8-765859b2742d'),(875,877,'A sensation of being unsteady on standing that is NOT vertigo.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c7547e-6a7f-11e7-89a8-765859b2742d'),(876,878,'An explosive discharge of air associated with nasal congestion, inflammation.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c7556a-6a7f-11e7-89a8-765859b2742d'),(877,879,'The sensation in the skin that encourages itching or scratching.','en',1,'2004-05-05 00:00:00',NULL,NULL,'c6c7564d-6a7f-11e7-89a8-765859b2742d'),(878,880,'Irritation of the nose.','en',1,'2004-05-24 00:00:00',NULL,NULL,'c6c75768-6a7f-11e7-89a8-765859b2742d'),(879,881,'Pain which occurs when swallowing.','en',1,'2004-05-24 00:00:00',NULL,NULL,'c6c75853-6a7f-11e7-89a8-765859b2742d'),(880,882,'Diagnosis of pneumocystis pneumonia.','en',1,'2004-05-24 00:00:00',NULL,NULL,'c6c75933-6a7f-11e7-89a8-765859b2742d'),(881,883,'Ziehl Nielsen stain for mycobacterium','en',1,'2004-05-27 00:00:00',NULL,NULL,'c6c75a12-6a7f-11e7-89a8-765859b2742d'),(882,884,'The virus that causes the acquired immune deficiency syndrome (AIDS).','en',1,'2004-05-27 00:00:00',NULL,NULL,'c6c75af0-6a7f-11e7-89a8-765859b2742d'),(883,885,'A test for cancer, especially of the female genital tract, in which a smear of exfoliated cells is specially stained and examined under a microscope for pathological changes. Also called Pap test.','en',1,'2004-05-27 00:00:00',NULL,NULL,'c6c75bd6-6a7f-11e7-89a8-765859b2742d'),(884,886,'Deactivated tuberculous agent as basis for tuberculosis vaccination.','en',1,'2004-05-31 00:00:00',NULL,NULL,'c6c75cc8-6a7f-11e7-89a8-765859b2742d'),(885,887,'Laboratory measurement of the glucose level in the blood.','en',1,'2004-05-31 00:00:00',NULL,NULL,'c6c75da8-6a7f-11e7-89a8-765859b2742d'),(886,888,'A deficiency disease that affects the young during the period of skeletal growth, is characterized especially by soft and deformed bones, and is caused by failure to assimilate and use calcium and phosphorus normally due to inadequate sunlight or vitamin D.','en',1,'2004-05-31 00:00:00',NULL,NULL,'c6c75e89-6a7f-11e7-89a8-765859b2742d'),(887,889,'A disease caused by a lack of vitamin C and characterized by spongy gums, loosening of the teeth, and bleeding into the skin and mucous membranes.','en',1,'2004-06-01 00:00:00',NULL,NULL,'c6c75f76-6a7f-11e7-89a8-765859b2742d'),(888,890,'A chronic disease caused by infection with an acid-fast bacillus of the genus Mycobacterium (M. leprae) and characterized by the formation of nodules on the surface of the body and especially on the face or by the appearance of tuberculoid macules on the skin that enlarge and spread and are accompanied by loss of sensation followed sooner or later in both types if not treated by involvement of nerves with eventual paralysis, wasting of muscle, and production of deformities and mutilations.','en',1,'2004-06-01 00:00:00',NULL,NULL,'c6c7605d-6a7f-11e7-89a8-765859b2742d'),(889,891,'An infectious disease especially of children caused by a bacterium of the genus Bordetella (B. pertussis) and marked by a convulsive spasmodic cough sometimes followed by a crowing intake of breath.','en',1,'2004-06-01 00:00:00',NULL,NULL,'c6c7616a-6a7f-11e7-89a8-765859b2742d'),(890,892,'An acute contagious disease especially of children that is marked by low-grade fever and formation of vesicles and that is caused by a herpesvirus.','en',1,'2004-06-02 00:00:00',NULL,NULL,'c6c76289-6a7f-11e7-89a8-765859b2742d'),(891,893,'A contagious inflammation of the genital mucous membrane caused by the gonococcus.','en',1,'2004-06-04 00:00:00',NULL,NULL,'c6c76373-6a7f-11e7-89a8-765859b2742d'),(892,894,'Syndrome associated with infeciton with the HIV','en',1,'2004-06-04 00:00:00',NULL,NULL,'c6c76454-6a7f-11e7-89a8-765859b2742d'),(893,895,'Infectio-viral, bacterial, of the upper respiratory tract','en',1,'2004-06-04 00:00:00',NULL,NULL,'c6c7652f-6a7f-11e7-89a8-765859b2742d'),(894,896,'A small circumscribed tumor of the eyelid formed by retention of secretions of the meibomian gland and sometimes accompanied by inflammation.','en',1,'2004-06-10 00:00:00',NULL,NULL,'c6c76611-6a7f-11e7-89a8-765859b2742d'),(895,897,'Cutaneous abscess, furuncle and carbuncle, unspecified','en',1,'2004-06-11 00:00:00',NULL,NULL,'c6c766f2-6a7f-11e7-89a8-765859b2742d'),(896,898,'Pain in the Lumbar spine region-without sciatica','en',1,'2004-06-11 00:00:00',NULL,NULL,'c6c767da-6a7f-11e7-89a8-765859b2742d'),(897,899,'Pains resembling those of normal labor but occurring at irregular intervals and without dilation of the cervix.','en',1,'2004-06-15 00:00:00',NULL,NULL,'c6c768b6-6a7f-11e7-89a8-765859b2742d'),(898,900,'Diarrheal illness, usually due to infection.','en',1,'2004-06-15 00:00:00',NULL,NULL,'c6c7699b-6a7f-11e7-89a8-765859b2742d'),(899,901,'Fever appreciated without a diagnosis for 21 or more days. Also called pyrexia of unknown origin.','en',1,'2004-06-23 00:00:00',NULL,NULL,'c6c76a78-6a7f-11e7-89a8-765859b2742d'),(900,902,'Inflamation of the female pelvis-not specified','en',1,'2004-06-23 00:00:00',NULL,NULL,'c6c76b56-6a7f-11e7-89a8-765859b2742d'),(901,903,'Abnormally high arterial blood pressure.','en',1,'2004-06-25 00:00:00',NULL,NULL,'c6c76c34-6a7f-11e7-89a8-765859b2742d'),(902,904,'Injury of unspecified body region','en',1,'2004-06-30 00:00:00',NULL,NULL,'c6c76d0e-6a7f-11e7-89a8-765859b2742d'),(903,905,'An intrauterine death of a fetus that is not followed by its immediate expulsion.','en',1,'2004-06-30 00:00:00',NULL,NULL,'c6c76ebc-6a7f-11e7-89a8-765859b2742d'),(904,906,'Malaria diagnosis not clearly specified Primary Term for Terms 35,123,189,364,397','en',1,'2004-07-02 00:00:00',NULL,NULL,'c6c76fb4-6a7f-11e7-89a8-765859b2742d'),(905,907,'A synthetic steroid progestational hormone C24H34O4 that is used especially in the treatment of amenorrhea and abnormal uterine bleeding, in conjunction with conjugated estrogens to relieve the symptoms of menopause and to prevent osteoporosis, and as an injectable contraceptive.','en',1,'2004-07-02 00:00:00',NULL,NULL,'c6c77095-6a7f-11e7-89a8-765859b2742d'),(906,908,'Qualitative (positive or negative) result of HSV testing.','en',1,'2004-07-02 00:00:00',NULL,NULL,'c6c772a9-6a7f-11e7-89a8-765859b2742d'),(907,909,'Question on encounter form which elicits descriptive information regarding chest pain quality.','en',1,'2006-02-13 00:00:00',NULL,NULL,'c6c773a4-6a7f-11e7-89a8-765859b2742d'),(908,910,'Other and unspecified convulsions as per (ICD10)-see 205,206','en',1,'2004-07-11 00:00:00',NULL,NULL,'c6c77489-6a7f-11e7-89a8-765859b2742d'),(909,911,'Depressive episode unspecified (ICD10 terminology)','en',1,'2004-07-11 00:00:00',NULL,NULL,'c6c77566-6a7f-11e7-89a8-765859b2742d'),(910,912,'A nonsteroidal anti-inflammatory drug C13H18O2 used in over-the-counter preparations to relieve pain and fever and in prescription strength especially to relieve the symptoms of rheumatoid arthritis and degenerative arthritis.','en',1,'2004-07-13 00:00:00',NULL,NULL,'c6c77649-6a7f-11e7-89a8-765859b2742d'),(911,913,'An antihistamine C16H19ClN2 that is usually administered in the form of its maleate.','en',1,'2004-07-15 00:00:00',NULL,NULL,'c6c77740-6a7f-11e7-89a8-765859b2742d'),(912,914,'A drug, C17H19ClN2S, derived from phenothiazine and used to suppress vomiting and as a sedative and a tranquilizer, especially in the treatment of schizophrenia and other psychotic states.','en',1,'2004-07-15 00:00:00',NULL,NULL,'c6c778ab-6a7f-11e7-89a8-765859b2742d'),(913,915,'Drug is used to treat Parkinson\'s disease.','en',1,'2004-07-15 00:00:00',NULL,NULL,'c6c77b68-6a7f-11e7-89a8-765859b2742d'),(914,916,'Combination antibiotic therapy. First-line treatment for pneumocystis carinii pneumonia.','en',1,'2004-07-15 00:00:00',NULL,NULL,'c6c77c62-6a7f-11e7-89a8-765859b2742d'),(915,917,'Anticholinergic agent.','en',1,'2004-07-15 00:00:00',NULL,NULL,'c6c77d3c-6a7f-11e7-89a8-765859b2742d'),(916,918,'An antifungal agent administered especially in the form of its nitrate C18H14Cl4N2O-HNO3.','en',1,'2004-07-19 00:00:00',NULL,NULL,'c6c77e1f-6a7f-11e7-89a8-765859b2742d'),(917,919,'An antibiotic that is derived from a soil actinomycete of the genus Streptomyces (S. noursei) and is used especially in the treatment of candidiasis.','en',1,'2004-07-19 00:00:00',NULL,NULL,'c6c77f04-6a7f-11e7-89a8-765859b2742d'),(918,920,'A tricyclic anticonvulsant and analgesic C15H12N2O used in the treatment of trigeminal neuralgia and epilepsy.','en',1,'2004-07-19 00:00:00',NULL,NULL,'c6c77fe3-6a7f-11e7-89a8-765859b2742d'),(919,921,'An antihistamine C17H21NO used especially in the form of its hydrochloride to treat allergy symptoms and motion sickness.','en',1,'2004-07-19 00:00:00',NULL,NULL,'c6c78104-6a7f-11e7-89a8-765859b2742d'),(920,922,'A semisynthetic oral penicillin C19H17ClN3NaO5S effective especially against staphylococci which secrete beta-lactamase.','en',1,'2004-07-20 00:00:00',NULL,NULL,'c6c781f4-6a7f-11e7-89a8-765859b2742d'),(921,923,'An antihistamine C13H22N4O3S that is administered in the form of its hydrochloride to inhibit gastric acid secretion.','en',1,'2004-07-23 00:00:00',NULL,NULL,'c6c782d4-6a7f-11e7-89a8-765859b2742d'),(922,924,'Antimalarial prophylactic and therapy. Also being used for PCP treatment.','en',1,'2004-07-23 00:00:00',NULL,NULL,'c6c783b5-6a7f-11e7-89a8-765859b2742d'),(923,925,'Combination antibiotic therapy with Ampicillin & Cloxacillin','en',1,'2004-07-23 00:00:00',NULL,NULL,'c6c78497-6a7f-11e7-89a8-765859b2742d'),(924,926,'A synthetic broad-spectrum antifungal agent C26H28Cl2N4O4 used to treat chronic internal and cutaneous disorders.','en',1,'2004-07-26 00:00:00',NULL,NULL,'c6c7857c-6a7f-11e7-89a8-765859b2742d'),(925,927,'A phenothiazine tranquilizer C22H26F3N3OS used especially combined as a salt or ester.','en',1,'2004-07-26 00:00:00',NULL,NULL,'c6c7865d-6a7f-11e7-89a8-765859b2742d'),(926,928,'A theophylline derivative C16H24N10O4 used especially to stimulate the heart in congestive heart failure and to dilate the air passages in respiratory disorders.','en',1,'2004-07-26 00:00:00',NULL,NULL,'c6c7873c-6a7f-11e7-89a8-765859b2742d'),(927,929,'An antihypertensive drug C8H8N4 used in the form of its hydrochloride and acting to produce peripheral arteriolar dilation by relaxing vascular smooth muscle.','en',1,'2004-07-26 00:00:00',NULL,NULL,'c6c78820-6a7f-11e7-89a8-765859b2742d'),(928,930,'Nasal decongestant.','en',1,'2004-07-26 00:00:00',NULL,NULL,'c6c78905-6a7f-11e7-89a8-765859b2742d'),(929,931,'A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.','en',1,'2004-07-26 00:00:00',NULL,NULL,'c6c789e3-6a7f-11e7-89a8-765859b2742d'),(930,932,'infection with schistosoma protozoa','en',1,'2004-07-26 00:00:00',NULL,NULL,'c6c78ac6-6a7f-11e7-89a8-765859b2742d'),(931,933,'Open wound of unspecified body region','en',1,'2004-07-28 00:00:00',NULL,NULL,'c6c78ba6-6a7f-11e7-89a8-765859b2742d'),(932,934,'Unspecified sexually transmitted disease','en',1,'2004-07-28 00:00:00',NULL,NULL,'c6c78c97-6a7f-11e7-89a8-765859b2742d'),(933,935,'Antimalarial','en',1,'2004-07-28 00:00:00',NULL,NULL,'c6c78dcd-6a7f-11e7-89a8-765859b2742d'),(934,936,'An anthelmintic drug C11H12N2S administered in the form of its hydrochloride that also possesses immunostimulant properties and is used especially in the treatment of colon cancer.','en',1,'2004-07-28 00:00:00',NULL,NULL,'c6c78ea8-6a7f-11e7-89a8-765859b2742d'),(935,937,'Fungal infection of the skin.','en',1,'2004-07-28 00:00:00',NULL,NULL,'c6c78f81-6a7f-11e7-89a8-765859b2742d'),(936,938,'Silver based cream for burns.','en',1,'2004-07-28 00:00:00',NULL,NULL,'c6c7904f-6a7f-11e7-89a8-765859b2742d'),(937,939,'A broad-spectrum antibiotic C23H45N5O14 that is obtained from a bacterium of the genus Streptomyces (S. rimosus paromomycinus) and is used against intestinal amebiasis especially in the form of its sulfate.','en',1,'2004-07-29 00:00:00',NULL,NULL,'c6c7911b-6a7f-11e7-89a8-765859b2742d'),(938,940,'Any of various degenerative diseases of the spine.','en',1,'2004-07-29 00:00:00',NULL,NULL,'c6c791ef-6a7f-11e7-89a8-765859b2742d'),(939,941,'Oral drug used to treat a variety of worm infections. It is related to mebendazole.','en',1,'2004-08-02 00:00:00',NULL,NULL,'c6c79558-6a7f-11e7-89a8-765859b2742d'),(940,942,'A drug C13H19NO4S that acts on renal tubular function and is used to increase the concentration of some drugs (as penicillin) in the blood by inhibiting their excretion and to increase the excretion of urates in gout.','en',1,'2004-08-02 00:00:00',NULL,NULL,'c6c79710-6a7f-11e7-89a8-765859b2742d'),(941,943,'A glucocorticoid drug C21H27FO6 that is administered especially in the form of its acetal and acetate derivatives for its anti-inflammatory and immunosuppressant effects and that is used chiefly in the treatment of skin disorders, asthma, and allergic rhinitis.','en',1,'2004-08-02 00:00:00',NULL,NULL,'c6c7980e-6a7f-11e7-89a8-765859b2742d'),(942,944,'An agent (as an alkali or absorbent) that counteracts or neutralizes acidity.','en',1,'2004-08-02 00:00:00',NULL,NULL,'c6c79bfb-6a7f-11e7-89a8-765859b2742d'),(943,945,'All inclusive term for congenital spaticity disorders.','en',1,'2004-08-02 00:00:00',NULL,NULL,'c6c79cf3-6a7f-11e7-89a8-765859b2742d'),(944,946,'Iron and Folic Acid combination.','en',1,'2004-08-02 00:00:00',NULL,NULL,'c6c79dc0-6a7f-11e7-89a8-765859b2742d'),(945,947,'Redness of skin.','en',1,'2004-08-17 00:00:00',NULL,NULL,'c6c79ed1-6a7f-11e7-89a8-765859b2742d'),(946,948,'Redness of tympanic membrane.','en',1,'2004-08-17 00:00:00',NULL,NULL,'c6c79fe9-6a7f-11e7-89a8-765859b2742d'),(947,949,'Scarring of tympanic membrane.','en',1,'2004-08-17 00:00:00',NULL,NULL,'c6c7a0f7-6a7f-11e7-89a8-765859b2742d'),(948,950,'Loss of translucency of tympanic membrane.','en',1,'2004-08-17 00:00:00',NULL,NULL,'c6c7a3c2-6a7f-11e7-89a8-765859b2742d'),(949,951,'Varicose veins of the lower limbs with ulcer.','en',1,'2004-08-18 00:00:00',NULL,NULL,'c6c7a4b3-6a7f-11e7-89a8-765859b2742d'),(950,952,'Total lymphocyte count in blood.','en',1,'2004-08-24 00:00:00',NULL,NULL,'c6cead82-6a7f-11e7-89a8-765859b2742d'),(951,953,'Laboratory set of tests of liver function.','en',1,'2004-08-26 00:00:00',NULL,NULL,'c6ceb0df-6a7f-11e7-89a8-765859b2742d'),(952,954,'A genus of aerobic gram-negative rod-shaped bacteria of the family Enterobacteriaceae that form acid and gas on many carbohydrates (as dextrose and lactose) but no acetoin and that include occas. pathogenic forms (as some strains of E. coli) normally present in the human intestine and other forms which typically occur in soil and water.','en',1,'2004-08-26 00:00:00',NULL,NULL,'c6ceb561-6a7f-11e7-89a8-765859b2742d'),(953,955,'Flouroquinilone antibiotic.','en',1,'2004-08-30 00:00:00',NULL,NULL,'c6ceb8c3-6a7f-11e7-89a8-765859b2742d'),(954,956,'A COX-2 blocker C17H14F3N3O2S that is administered orally especially to relieve the pain and inflammation of osteoarthritis and rheumatoid arthritis.','en',1,'2004-08-30 00:00:00',NULL,NULL,'c6ceba38-6a7f-11e7-89a8-765859b2742d'),(955,957,'A long-acting tricyclic antihistamine C22H23ClN2O2 used especially to relieve the symptoms of seasonal allergic rhinitis.','en',1,'2004-08-30 00:00:00',NULL,NULL,'c6cebdc6-6a7f-11e7-89a8-765859b2742d'),(956,958,'A precursor C14H19N5O4 of the antiviral agent penciclovir that after oral administration is converted to penciclovir by cellular kinases and that is used to treat especially shingles and herpes genitalis.','en',1,'2004-08-30 00:00:00',NULL,NULL,'c6cec0ed-6a7f-11e7-89a8-765859b2742d'),(957,959,'Medicine that increases the movements or contractions of the stomach and bowel. Domperidone is also used to treat nausea and vomiting caused by other drugs used to treat Parkinson\'s Disease.','en',1,'2004-08-30 00:00:00',NULL,NULL,'c6cec4ab-6a7f-11e7-89a8-765859b2742d'),(958,960,'An antifungal agent C22H17ClN2 used to treat candida infections, tinea, and ringworm.','en',1,'2004-08-30 00:00:00',NULL,NULL,'c6cec854-6a7f-11e7-89a8-765859b2742d'),(959,961,'Used to treat gastroesophageal reflux disease (GERD), a condition in which backward flow of acid from the stomach causes heartburn and injury of the esophagus (food pipe between the mouth and stomach).','en',1,'2004-08-30 00:00:00',NULL,NULL,'c6cecc28-6a7f-11e7-89a8-765859b2742d'),(960,962,'A triazole antifungal agent C35H38Cl2N8O4 used orally especially to treat blastomycosis and histoplasmosis.','en',1,'2004-08-30 00:00:00',NULL,NULL,'c6ced3e5-6a7f-11e7-89a8-765859b2742d'),(961,963,'A semisynthetic cephalosporin antibiotic C16H15N5O7S2 that is administered orally and is effective especially against gram-negative bacteria and streptococci.','en',1,'2004-08-30 00:00:00',NULL,NULL,'c6ced500-6a7f-11e7-89a8-765859b2742d'),(962,964,'A COX-2 inhibitor C17H14O4S used to relieve the signs and symptoms of osteoarthritis, to manage acute pain in adults, and to treat some forms of dysmenorrhea.','en',1,'2004-08-30 00:00:00',NULL,NULL,'c6ced5e3-6a7f-11e7-89a8-765859b2742d'),(963,965,'Question on encounter form: \"Is the patient or their partner currently using any form of family planning?\"','en',1,'2006-02-15 00:00:00',NULL,NULL,'c6ced6c7-6a7f-11e7-89a8-765859b2742d'),(964,966,'Question on encounter forms: \"Is the patient currently taking, or has the patient ever taken, any of the following retroviral medications? Reason for use?\". This particular concept stores a history of active use of the associated antiretroviral medications for pMTCT.','en',1,'2006-02-13 00:00:00',NULL,NULL,'c6ced7a5-6a7f-11e7-89a8-765859b2742d'),(965,967,'Expectoration of blood from some part of the respiratory tract','en',1,'2006-03-19 00:00:00',NULL,NULL,'c6ced89b-6a7f-11e7-89a8-765859b2742d'),(966,968,'Milk from a cow.','en',1,'2006-04-14 00:00:00',NULL,NULL,'c6ced985-6a7f-11e7-89a8-765859b2742d'),(967,969,'Question on encounter form: \"Person bringing patient:\"','en',1,'2006-04-14 00:00:00',NULL,NULL,'c6ceda68-6a7f-11e7-89a8-765859b2742d'),(968,970,'Family member.','en',1,'2006-04-14 00:00:00',NULL,NULL,'c6cedb53-6a7f-11e7-89a8-765859b2742d'),(969,971,'Family member.','en',1,'2006-04-14 00:00:00',NULL,NULL,'c6cedc31-6a7f-11e7-89a8-765859b2742d'),(970,972,'Family member.','en',1,'2006-04-14 00:00:00',NULL,NULL,'c6cedd09-6a7f-11e7-89a8-765859b2742d'),(971,973,'Family member.','en',1,'2006-04-14 00:00:00',NULL,NULL,'c6cedde5-6a7f-11e7-89a8-765859b2742d'),(972,974,'Family member.','en',1,'2006-04-14 00:00:00',NULL,NULL,'c6cedebf-6a7f-11e7-89a8-765859b2742d'),(973,975,'Family member.','en',1,'2006-04-14 00:00:00',NULL,NULL,'c6cedf9e-6a7f-11e7-89a8-765859b2742d'),(974,976,'Question on encounter form: \"Has the patient been hospitalized since last visit?\"','en',1,'2006-04-14 00:00:00',NULL,NULL,'c6cee07b-6a7f-11e7-89a8-765859b2742d'),(975,977,'Pay category. Don\'t quite know what this means yet, but first seen on the pediatric return visit form.','en',1,'2006-04-14 00:00:00',NULL,NULL,'c6cee194-6a7f-11e7-89a8-765859b2742d'),(976,978,'Refers to the patient.','en',1,'2006-04-14 00:00:00',NULL,NULL,'c6cee278-6a7f-11e7-89a8-765859b2742d'),(977,980,'Vital measurement that assists in drug calculations.','en',1,'2006-04-15 00:00:00',NULL,NULL,'c6cee356-6a7f-11e7-89a8-765859b2742d'),(978,981,'Medication dose/quantity alteration.','en',1,'2006-04-15 00:00:00',NULL,NULL,'c6cee439-6a7f-11e7-89a8-765859b2742d'),(979,982,'Answer on encounter form. Implies that a patient had a CD4 percentage greater than 15.','en',1,'2006-04-15 00:00:00',NULL,NULL,'c6cee518-6a7f-11e7-89a8-765859b2742d'),(980,983,'Alteration in a patient\'s weight. Could represent either a weight gain or loss.','en',1,'2006-04-15 00:00:00',NULL,NULL,'c6cee5f6-6a7f-11e7-89a8-765859b2742d'),(981,984,'Information gathered from the pediatric return visit form. Captures basic information about immunizations administered during a visit.','en',1,'2006-04-15 00:00:00',NULL,NULL,'c6cee6d4-6a7f-11e7-89a8-765859b2742d'),(982,985,'Question on encounter form. Gathers information about the dietary plan for a child following a clinical encounter.','en',1,'2006-04-15 00:00:00',NULL,NULL,'c6cee7ea-6a7f-11e7-89a8-765859b2742d'),(983,986,'Question on encounter form. Captures information related to why diet/feeding method for child has changed.','en',1,'2006-04-15 00:00:00',NULL,NULL,'c6cee93a-6a7f-11e7-89a8-765859b2742d'),(984,987,'Not able to tolerate.','en',1,'2006-04-15 00:00:00',NULL,NULL,'c6ceea28-6a7f-11e7-89a8-765859b2742d'),(985,988,'A decision factor. The affordability or cost of something.','en',1,'2006-04-15 00:00:00',NULL,NULL,'c6ceeb0f-6a7f-11e7-89a8-765859b2742d'),(986,989,'Generic answer to a question. For example, a patient stops a medication because of his or her age.','en',1,'2006-04-15 00:00:00',NULL,NULL,'c6ceebf6-6a7f-11e7-89a8-765859b2742d'),(987,990,'Infectious condition caused by the protozoal parasite Toxoplasma gondii and occurs in acquired and congenital forms. This type of infection is limited to the central nervous system, including the brain and spinal fluid. ','en',1,'2006-04-18 00:00:00',NULL,NULL,'c6ceecd5-6a7f-11e7-89a8-765859b2742d'),(988,991,'An abnormal depletion of body fluids.','en',1,'2006-04-20 00:00:00',NULL,NULL,'c6ceedb3-6a7f-11e7-89a8-765859b2742d'),(989,992,'Relatively common chronic fungal infection of the skin. Most commonly affected areas are the back, underarms, upper arms, chest, and neck.','en',1,'2006-04-20 00:00:00',NULL,NULL,'c6ceee8b-6a7f-11e7-89a8-765859b2742d'),(990,993,'Inflammation of lymph nodes, in response to a tuberculosis infection.','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6ceefa6-6a7f-11e7-89a8-765859b2742d'),(991,994,'Inflammation of a gland, most commonly the lymph nodes.','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6cef091-6a7f-11e7-89a8-765859b2742d'),(992,995,'Inflammation of the conjunctiva, in response to an allergen.','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6cef256-6a7f-11e7-89a8-765859b2742d'),(993,996,'Abnormally delayed or infrequent passage of dry hardened feces.','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6cef404-6a7f-11e7-89a8-765859b2742d'),(994,997,'Bacterial infection of the spinal fluid and meninges.','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6cef5a8-6a7f-11e7-89a8-765859b2742d'),(995,998,'Infection of the lower respiratory tract. Includes infections such as bronchitis, pneumonia, etc.','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6cef715-6a7f-11e7-89a8-765859b2742d'),(996,999,'Infection of the respiratory tract, not specified.','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6cef887-6a7f-11e7-89a8-765859b2742d'),(997,1000,'Blood samples not seperated into subtypes','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cef9f1-6a7f-11e7-89a8-765859b2742d'),(998,1001,'Blood supernatent product after blood clots','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cefb63-6a7f-11e7-89a8-765859b2742d'),(999,1002,'Blood supernatent product, including clotting factors.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cefccf-6a7f-11e7-89a8-765859b2742d'),(1000,1003,'Isolated mononuclear cells from whole blood.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cefe37-6a7f-11e7-89a8-765859b2742d'),(1001,1004,'Matter coughed up and usually ejected from the mouth, including saliva, foreign material, and substances such as mucus or phlegm, from the respiratory tract.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6ceff9d-6a7f-11e7-89a8-765859b2742d'),(1002,1005,'Secretions captured from the urogenital region of the body','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf0105-6a7f-11e7-89a8-765859b2742d'),(1003,1006,'Test often used to help establish later risk of heart disease','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf026c-6a7f-11e7-89a8-765859b2742d'),(1004,1007,'Test for HDL cholesterol is used along with other lipid tests to determine risk of heart disease.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf03d8-6a7f-11e7-89a8-765859b2742d'),(1005,1008,'Test for LDL cholesterol is used along with other lipid tests to determine risk of heart disease.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf053d-6a7f-11e7-89a8-765859b2742d'),(1006,1009,'Blood component, measure of fat concentration in blood.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf06da-6a7f-11e7-89a8-765859b2742d'),(1007,1010,'Blood test, composed of cholesterol, HDL, LDL, and triglyceride levels.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf084f-6a7f-11e7-89a8-765859b2742d'),(1008,1011,'Blood product of muscular cell damage','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf09b8-6a7f-11e7-89a8-765859b2742d'),(1009,1012,'Blood product of anaerobic metabolism','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf0b1b-6a7f-11e7-89a8-765859b2742d'),(1010,1013,'The blood test for lipase is used to help diagnose pancreatitis (swelling of the pancreas) and other pancreatic disease. It is also used to a lesser extent in the diagnosis and follow-up of cystic fibrosis, celiac disease, and Crohn\'s disease.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf0c82-6a7f-11e7-89a8-765859b2742d'),(1011,1014,'General indicator of the existence and severity of acute or chronic tissue damage and, sometimes, as a monitor of progressive conditions.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf0dfc-6a7f-11e7-89a8-765859b2742d'),(1012,1015,'Percent of whole blood that is composed of red blood cells.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf0ff7-6a7f-11e7-89a8-765859b2742d'),(1013,1016,'Measurement of the amount that red blood cells vary in size','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf1186-6a7f-11e7-89a8-765859b2742d'),(1014,1017,'Average concentration of hemoglobin in a given volume of blood.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf126f-6a7f-11e7-89a8-765859b2742d'),(1015,1018,'A calculation of the amount of oxygen-carrying hemoglobin inside RBCs. Since macrocytic RBCs are larger than either normal or microcytic RBCs, they would also tend to have higher MCH values.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf1352-6a7f-11e7-89a8-765859b2742d'),(1016,1019,'A broad screening test to check for such disorders as anemia, infection, and many other diseases. Includes white blood cell count, red blood cell count, hemoglobin, hematocrit, indices (MCV, MCH, MCHC, RDW), and often includes platelet count.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf1437-6a7f-11e7-89a8-765859b2742d'),(1017,1020,'Immature neutrophils with a crescent shaped nucleus, bands are normal in the circulation in small numbers. If there is a percentage increase of them, there is said to be a left shift. This may happen when an acute infection stimulates increased neutrophils production.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf151d-6a7f-11e7-89a8-765859b2742d'),(1018,1021,'Agranulocytic leukocyte that normally makes up about 25% of the total white blood cell count but increases in the presence of infection.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf1607-6a7f-11e7-89a8-765859b2742d'),(1019,1022,'Type of white blood cell which forms an early line of defence against bacterial infections','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf1725-6a7f-11e7-89a8-765859b2742d'),(1020,1023,'Large, circulating, phagocytic white blood cells, having a single well-defined nucleus and very fine granulation in the cytoplasm. Monocytes constitute from 3 to 8 percent of the white blood cells in humans.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf1813-6a7f-11e7-89a8-765859b2742d'),(1021,1024,'A type of white blood cell found in vertebrate blood, containing cytoplasmic granules that are easily stained by eosin or other acid dyes.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf19f1-6a7f-11e7-89a8-765859b2742d'),(1022,1025,'Type of leukocyte, with coarse granules that stain blue when exposed to a basic dye. Basophils normally constitute 1% or less of the total white blood cell count but may increase or decrease in certain diseases.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf1ae2-6a7f-11e7-89a8-765859b2742d'),(1023,1026,'Describes the relative distribution of the different types of white blood cells','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf1bc7-6a7f-11e7-89a8-765859b2742d'),(1024,1027,'Percentage of T-Suppresor (killer) lymphocytes','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf1cab-6a7f-11e7-89a8-765859b2742d'),(1025,1028,'Count of t-cells which express the CD3 surface receptor','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf1d90-6a7f-11e7-89a8-765859b2742d'),(1026,1029,'Titre level of VDRL test.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf1e6e-6a7f-11e7-89a8-765859b2742d'),(1027,1030,'Qualitiative test to determine HIV infection','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf1f48-6a7f-11e7-89a8-765859b2742d'),(1028,1031,'A treponemal antigen serologic test for syphilis using tanned sheep red blood cells coated with antigen from the Nichol\'s strain of Treponema pallidum and patient serum absorbed with an extract of Reiter treponemes to remove nonspecific antibodies. It is similar in sensitivity and specificity to the FTA-ABS test except that it is less sensitive in detecting primary syphilis.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf2024-6a7f-11e7-89a8-765859b2742d'),(1029,1032,'Qualitative interpretation of TPHA result.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf2116-6a7f-11e7-89a8-765859b2742d'),(1030,1033,'Test to detect chlamydial infections via PCR','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf21f1-6a7f-11e7-89a8-765859b2742d'),(1031,1034,'Qualitative test to detect chlamydia infections via PCR','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf22c6-6a7f-11e7-89a8-765859b2742d'),(1032,1035,'Quantitative measure of Herpes Simplex Virus within a serum sample.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf23d7-6a7f-11e7-89a8-765859b2742d'),(1033,1036,'Test to detect neisseria infections via PCR','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf24bf-6a7f-11e7-89a8-765859b2742d'),(1034,1037,'Percentage of HSV sample to a cutoff value.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf259f-6a7f-11e7-89a8-765859b2742d'),(1035,1038,'Qualitative test to detect gonococcal infections via PCR','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf2672-6a7f-11e7-89a8-765859b2742d'),(1036,1039,'Qualitative test to detect trichomonal infections via PCR','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf2748-6a7f-11e7-89a8-765859b2742d'),(1037,1040,'Qualitative interpretation of rapid HIV screening test 1.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf2826-6a7f-11e7-89a8-765859b2742d'),(1038,1041,'Quantitative result for initial HIV screening test','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf2900-6a7f-11e7-89a8-765859b2742d'),(1039,1042,'Qualitative interpretation of initial screening test for HIV','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf29de-6a7f-11e7-89a8-765859b2742d'),(1040,1043,'Test to detect trichomonal infections via PCR','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf2ab6-6a7f-11e7-89a8-765859b2742d'),(1041,1044,'Test to detect herpes infections via PCR','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf2b93-6a7f-11e7-89a8-765859b2742d'),(1042,1045,'Bands seen on western blot testing for HIV.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf2c6a-6a7f-11e7-89a8-765859b2742d'),(1043,1046,'Qualitative test to detect herpes infections via PCR','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf2d44-6a7f-11e7-89a8-765859b2742d'),(1044,1047,'Qualitative interpretation of western blot test for HIV confirmation.','en',1,'2004-12-02 00:00:00',NULL,NULL,'c6cf2e23-6a7f-11e7-89a8-765859b2742d'),(1045,1048,'Question on encounter form: \"Have you disclosed your HIV status to anyone?\"','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf30ac-6a7f-11e7-89a8-765859b2742d'),(1046,1049,'Time range which is less than thirty minutes.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf31a0-6a7f-11e7-89a8-765859b2742d'),(1047,1050,'Time range which is between thirty and sixty minutes.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf3275-6a7f-11e7-89a8-765859b2742d'),(1048,1051,'Time range which is between 60 and 120 minutes.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf3350-6a7f-11e7-89a8-765859b2742d'),(1049,1052,'Time range which is greater than 120 minutes.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf3462-6a7f-11e7-89a8-765859b2742d'),(1050,1053,'The number of children a woman has delivered.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf3548-6a7f-11e7-89a8-765859b2742d'),(1051,1054,'More detailed description of the following encounter form question: \"Are you currently married or living with a partner?\"','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf36bb-6a7f-11e7-89a8-765859b2742d'),(1052,1055,'Question on encounter form: \"Are you currently married or living with a partner?\"','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf37dc-6a7f-11e7-89a8-765859b2742d'),(1053,1056,'Answer which describes a type of civil status.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf38c0-6a7f-11e7-89a8-765859b2742d'),(1054,1057,'Answer which describes a type of civil status.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf3993-6a7f-11e7-89a8-765859b2742d'),(1055,1058,'Answer which describes a type of civil status.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf3a61-6a7f-11e7-89a8-765859b2742d'),(1056,1059,'Answer which describes a type of civil status.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf3b30-6a7f-11e7-89a8-765859b2742d'),(1057,1060,'Answer which describes a type of civil status.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf3bfe-6a7f-11e7-89a8-765859b2742d'),(1058,1061,'Question on encounter form: \"How do you think you were exposed to HIV?\" Note that this question can have 1 to n answers.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf3cc9-6a7f-11e7-89a8-765859b2742d'),(1059,1062,'Answer on encounter form: \"Suspected past exposure (prior to relationship)\"','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf40da-6a7f-11e7-89a8-765859b2742d'),(1060,1063,'The process of administering fluid into a vein or an artery with blood.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf42ad-6a7f-11e7-89a8-765859b2742d'),(1061,1064,'Generic answer.. ensures that when a negative is confirmed, that there is some way of noting this within the system.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf43a4-6a7f-11e7-89a8-765859b2742d'),(1062,1065,'Generic answer to a question.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf447b-6a7f-11e7-89a8-765859b2742d'),(1063,1066,'Generic answer to a question.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf455f-6a7f-11e7-89a8-765859b2742d'),(1064,1067,'Generic answer to a question.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf463a-6a7f-11e7-89a8-765859b2742d'),(1065,1068,'Generic answer to a question.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf4a86-6a7f-11e7-89a8-765859b2742d'),(1066,1069,'Question which ascertains a number of general symptoms.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf4b7c-6a7f-11e7-89a8-765859b2742d'),(1067,1070,'Question which ascertains number of symptoms related to the head, eyes, ears, neck, and throat.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf4c4f-6a7f-11e7-89a8-765859b2742d'),(1068,1071,'Question which ascertains number of symptoms related to the cardiopulmonary system.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6cf4d1a-6a7f-11e7-89a8-765859b2742d'),(1069,1072,'Generic temporal answer to question.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6d6e90d-6a7f-11e7-89a8-765859b2742d'),(1070,1073,'Generic temporal answer to question.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6d6ec37-6a7f-11e7-89a8-765859b2742d'),(1071,1074,'Generic temporal answer to question.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6d6edc0-6a7f-11e7-89a8-765859b2742d'),(1072,1075,'Descriptive quality.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6d6ef0d-6a7f-11e7-89a8-765859b2742d'),(1073,1076,'Descriptive quality.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6d6f2bb-6a7f-11e7-89a8-765859b2742d'),(1074,1077,'Descriptive quality.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6d6f434-6a7f-11e7-89a8-765859b2742d'),(1075,1078,'Question which ascertains number of symptoms related to the gastrointestinal system.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6d6f82b-6a7f-11e7-89a8-765859b2742d'),(1076,1079,'Generic temporal answer to question.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6d6fb4c-6a7f-11e7-89a8-765859b2742d'),(1077,1080,'Question which ascertains number of symptoms related to the genitourinary system.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6d6ff33-6a7f-11e7-89a8-765859b2742d'),(1078,1081,'Question which ascertains number of symptoms related to the musculoskeletal system.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6d708fe-6a7f-11e7-89a8-765859b2742d'),(1079,1082,'Question which ascertains number of symptoms related to the central nervous system.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6d70a1b-6a7f-11e7-89a8-765859b2742d'),(1080,1083,'Question asked on encounter form: allergic to meds outside of penicillin or sulfa? yes/no answer.','en',1,'2005-01-06 00:00:00',NULL,NULL,'c6d70aed-6a7f-11e7-89a8-765859b2742d'),(1081,1084,'Question on encounter forms: \"If yes: On ARV-directed pMTCT\". This particular concept stores a history of current use of the associated antiretroviral medications for prevention of maternal to child transmission of HIV.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d70bfc-6a7f-11e7-89a8-765859b2742d'),(1082,1085,'Set which contains all drugs used to treat HIV.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d70d45-6a7f-11e7-89a8-765859b2742d'),(1083,1086,'Question on encounter forms: \"Is the patient currently taking, or has the patient ever taken, any of the following retroviral medications?\". This particular concept stores a history of previous use of the associated antiretroviral medications for pMTCT.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d70e2a-6a7f-11e7-89a8-765859b2742d'),(1084,1087,'Question on encounter forms: \"Is the patient currently taking, or has the patient ever taken, any of the following retroviral medications? Reason for use?\". This particular concept stores a history of previous use of the associated antiretroviral medications for HIV treatment.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d70f18-6a7f-11e7-89a8-765859b2742d'),(1085,1088,'Question on encounter forms: \"Is the patient currently taking, or has the patient ever taken, any of the following retroviral medications?\" or \"Current HIV Medications:\". This particular concept stores a history of active use of the associated antiretroviral medications for treatment.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71021-6a7f-11e7-89a8-765859b2742d'),(1086,1089,'Question which assesses the year a patient was exposed to a blood transfusion. The reason this is important is that someone who was transfused last year should not present with clinical findings of AIDS, while someone exposed 8 years ago might very well have been infected via the transfusion.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71123-6a7f-11e7-89a8-765859b2742d'),(1087,1090,'Generic response to a question.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71220-6a7f-11e7-89a8-765859b2742d'),(1088,1091,'Time range which is a month or less than a month.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71309-6a7f-11e7-89a8-765859b2742d'),(1089,1092,'Time range which is between two to four times a month.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d713f2-6a7f-11e7-89a8-765859b2742d'),(1090,1093,'Time range which is between two and three times a week.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d714d1-6a7f-11e7-89a8-765859b2742d'),(1091,1094,'Time range which is between four and five times a week.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d715b3-6a7f-11e7-89a8-765859b2742d'),(1092,1095,'Time range which is greater than or equal to six times per week.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d7168c-6a7f-11e7-89a8-765859b2742d'),(1093,1096,'A convenience set which contains all answers related to a time or time period. For example, 2-4 times a month, weekly, 30 mins or less etc.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d7179e-6a7f-11e7-89a8-765859b2742d'),(1094,1097,'Time range which is a less than a month.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71890-6a7f-11e7-89a8-765859b2742d'),(1095,1098,'Time descriptor. Every month.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71972-6a7f-11e7-89a8-765859b2742d'),(1096,1099,'Time descriptor. Every week.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71a4d-6a7f-11e7-89a8-765859b2742d'),(1097,1100,'Time descriptor. Just about every day.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71b26-6a7f-11e7-89a8-765859b2742d'),(1098,1101,'Generic descriptive answer.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71bfb-6a7f-11e7-89a8-765859b2742d'),(1099,1102,'Generic descriptive answer.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71cd6-6a7f-11e7-89a8-765859b2742d'),(1100,1103,'Generic descriptive answer.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71db1-6a7f-11e7-89a8-765859b2742d'),(1101,1104,'Generic descriptive answer.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71e8a-6a7f-11e7-89a8-765859b2742d'),(1102,1105,'Generic descriptive answer.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d71f6b-6a7f-11e7-89a8-765859b2742d'),(1103,1106,'Generic descriptive answer.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d72049-6a7f-11e7-89a8-765859b2742d'),(1104,1107,'Generic descriptive answer.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d72126-6a7f-11e7-89a8-765859b2742d'),(1105,1108,'Combination drug used to treat tuberculosis, often used with other drugs. It\'s also known as Ethizide.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d72203-6a7f-11e7-89a8-765859b2742d'),(1106,1109,'Question on encounter form. Other current medications used to provide PCP prophylaxis.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d722e5-6a7f-11e7-89a8-765859b2742d'),(1107,1110,'Question on encounter form. Other current medications used to provide tuberculosis prophylaxis.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d723c4-6a7f-11e7-89a8-765859b2742d'),(1108,1111,'Question on encounter form. Other current medications used to provide tuberculosis treatment.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d724a7-6a7f-11e7-89a8-765859b2742d'),(1109,1112,'Question on encounter form. Other current medications used to provide treatment for cryptococcus.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d72690-6a7f-11e7-89a8-765859b2742d'),(1110,1113,'Encounter form question. Date in which tuberculosis treatment was started.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d7286e-6a7f-11e7-89a8-765859b2742d'),(1111,1114,'Convenience set. Listing of vital signs.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d72a23-6a7f-11e7-89a8-765859b2742d'),(1112,1115,'General descriptive answer.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d72bd4-6a7f-11e7-89a8-765859b2742d'),(1113,1116,'General descriptive answer.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d72d83-6a7f-11e7-89a8-765859b2742d'),(1114,1117,'General descriptive answer.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d72ed3-6a7f-11e7-89a8-765859b2742d'),(1115,1118,'General descriptive answer.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d73033-6a7f-11e7-89a8-765859b2742d'),(1116,1119,'General physical exam findings. List can be expanded, as more coded answers are identified.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d73125-6a7f-11e7-89a8-765859b2742d'),(1117,1120,'Findings noted on examination of the skin.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d7320e-6a7f-11e7-89a8-765859b2742d'),(1118,1121,'Findings noted on examination of the lymph nodes.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d7330e-6a7f-11e7-89a8-765859b2742d'),(1119,1122,'Findings noted on examination of the head, ears, eyes, nose and throat.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d734b2-6a7f-11e7-89a8-765859b2742d'),(1120,1123,'Findings noted on examination of the chest.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d73614-6a7f-11e7-89a8-765859b2742d'),(1121,1124,'Findings noted on examination of the heart.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d737ce-6a7f-11e7-89a8-765859b2742d'),(1122,1125,'Findings noted on examination of the abdomen.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d7393d-6a7f-11e7-89a8-765859b2742d'),(1123,1126,'Findings noted on examination of the urogenital region.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d73aae-6a7f-11e7-89a8-765859b2742d'),(1124,1127,'Findings noted on examination of the extremities.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d73c19-6a7f-11e7-89a8-765859b2742d'),(1125,1128,'Findings noted on examination of the musculoskeletal region.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d73d87-6a7f-11e7-89a8-765859b2742d'),(1126,1129,'Findings noted upon neurologic examination.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d73ef5-6a7f-11e7-89a8-765859b2742d'),(1127,1130,'Findings noted upon psychiatric examination.','en',1,'2005-01-12 00:00:00',NULL,NULL,'c6d74098-6a7f-11e7-89a8-765859b2742d'),(1128,1131,'Fixed-dose combination drug used to treat tuberculosis. Also known as Rifafour.','en',1,'2005-01-21 00:00:00',NULL,NULL,'c6d74207-6a7f-11e7-89a8-765859b2742d'),(1129,1132,'Laboratory test that determines a blood serum sodium level.','en',1,'2005-01-22 00:00:00',NULL,NULL,'c6d74374-6a7f-11e7-89a8-765859b2742d'),(1130,1133,'Laboratory test that determines a blood serum potassium level.','en',1,'2005-01-22 00:00:00',NULL,NULL,'c6d744db-6a7f-11e7-89a8-765859b2742d'),(1131,1134,'Laboratory test that determines a blood serum chloride level.','en',1,'2005-01-22 00:00:00',NULL,NULL,'c6d7464e-6a7f-11e7-89a8-765859b2742d'),(1132,1135,'Laboratory test that determines a blood serum carbon dioxide level.','en',1,'2005-01-22 00:00:00',NULL,NULL,'c6d7473c-6a7f-11e7-89a8-765859b2742d'),(1133,1136,'Accumulation of serous, purulent, or bloody fluid into the pulmonary cavity.','en',1,'2005-01-26 00:00:00',NULL,NULL,'c6d7481d-6a7f-11e7-89a8-765859b2742d'),(1134,1137,'Descriptive term, classically described as having the appearance of millet seeds. Diffuse, granular lesions throughout lung fields often seen with tuberculosis.','en',1,'2005-01-26 00:00:00',NULL,NULL,'c6d748fe-6a7f-11e7-89a8-765859b2742d'),(1135,1138,'Descriptive term: not precisely defined, determinable, or established.','en',1,'2005-01-26 00:00:00',NULL,NULL,'c6d749e0-6a7f-11e7-89a8-765859b2742d'),(1136,1139,'Pay category noted on encounter form. Coverage through PEPFAR funds or philanthropic donations through the Indiana University.','en',1,'2005-01-26 00:00:00',NULL,NULL,'c6d74abc-6a7f-11e7-89a8-765859b2742d'),(1137,1140,'Pay category noted on encounter form. Members of the hospital staff whose benefits include health care and for whom the hospital should be paying for care.','en',1,'2005-01-26 00:00:00',NULL,NULL,'c6d74ba2-6a7f-11e7-89a8-765859b2742d'),(1138,1141,'Pay category noted on encounter form. A program through the Kenyan Government which provides drugs at a discounted rate to patients.','en',1,'2005-01-26 00:00:00',NULL,NULL,'c6d74d6e-6a7f-11e7-89a8-765859b2742d'),(1139,1142,'Pay category noted on encounter form. Staff of the MTCT-plus program for whom care should be provided through the MTCT-plus grant.','en',1,'2005-01-26 00:00:00',NULL,NULL,'c6d74e8c-6a7f-11e7-89a8-765859b2742d'),(1140,1143,'Pay category noted on encounter form. Funding for care is provided through a research grant.','en',1,'2005-01-26 00:00:00',NULL,NULL,'c6d74f7b-6a7f-11e7-89a8-765859b2742d'),(1141,1144,'Pay category noted on encounter form. A category for patients who can\'t self pay but have not yet been assigned to a payer source.','en',1,'2005-01-26 00:00:00',NULL,NULL,'c6d75094-6a7f-11e7-89a8-765859b2742d'),(1142,1145,'Historical history/exam finding captured on encounter form. Purely gathered through history, and not a specific confirmed diagnosis.','en',1,'2005-01-26 00:00:00',NULL,NULL,'c6d7517a-6a7f-11e7-89a8-765859b2742d'),(1143,1146,'Question on encounter form: \"Has she delivered since her last visit?\".','en',1,'2005-02-07 00:00:00',NULL,NULL,'c6d7525a-6a7f-11e7-89a8-765859b2742d'),(1144,1147,'Question asked on encounter form: \"How was the mother treated?\", with an assumption that this was asked during her pregnancy.','en',1,'2005-02-07 00:00:00',NULL,NULL,'c6d75330-6a7f-11e7-89a8-765859b2742d'),(1145,1148,'Describes the use of drugs to prevent the maternal to child transmission of HIV during pregnancy.','en',1,'2005-02-07 00:00:00',NULL,NULL,'c6d7540d-6a7f-11e7-89a8-765859b2742d'),(1146,1149,'Describes a state: patient is, or was taking antiretroviral medications','en',1,'2005-02-07 00:00:00',NULL,NULL,'c6d754ed-6a7f-11e7-89a8-765859b2742d'),(1147,1150,'Describes when mothers predominately feed their children their own breast milk.','en',1,'2005-02-07 00:00:00',NULL,NULL,'c6d755eb-6a7f-11e7-89a8-765859b2742d'),(1148,1151,'Question on encounter form: \"Feeding method?\"','en',1,'2005-02-07 00:00:00',NULL,NULL,'c6d75749-6a7f-11e7-89a8-765859b2742d'),(1149,1152,'Descriptive term. To accustom children to take nourishment other than by suckling.','en',1,'2005-02-07 00:00:00',NULL,NULL,'c6d7583c-6a7f-11e7-89a8-765859b2742d'),(1150,1153,'Question on encounter form: \"Baby enrolled in Peds HIV Clinic?\"','en',1,'2005-02-07 00:00:00',NULL,NULL,'c6d75919-6a7f-11e7-89a8-765859b2742d'),(1151,1154,'Complaints since the last visit to the clinic. Question asked on encounter form in a boolean fashion.','en',1,'2005-02-07 00:00:00',NULL,NULL,'c6d759f7-6a7f-11e7-89a8-765859b2742d'),(1152,1155,'Question on encounter form: \"Is this the patient\'s primary regimen?\"','en',1,'2005-02-07 00:00:00',NULL,NULL,'c6d75ae3-6a7f-11e7-89a8-765859b2742d'),(1153,1156,'Question on encounter form: \"During the last month has the patient missed any medications?\"','en',1,'2005-02-07 00:00:00',NULL,NULL,'c6d75bc7-6a7f-11e7-89a8-765859b2742d'),(1154,1157,'Drugs used to prevent PCP infection.','en',1,'2005-02-07 00:00:00',NULL,NULL,'c6d75cab-6a7f-11e7-89a8-765859b2742d'),(1155,1158,'Drugs used to prevent tuberculosis.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d75d86-6a7f-11e7-89a8-765859b2742d'),(1156,1159,'Drugs used in the treatment of tuberculosis.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d75e9b-6a7f-11e7-89a8-765859b2742d'),(1157,1160,'Descriptive quantifying term. Amounting to or consisting of a small number.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d75f7d-6a7f-11e7-89a8-765859b2742d'),(1158,1161,'Descriptive quantifying term. 50% of the total amount.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d76059-6a7f-11e7-89a8-765859b2742d'),(1159,1162,'Descriptive quantifying term. Being one of a large indefinite number.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d76138-6a7f-11e7-89a8-765859b2742d'),(1160,1163,'Descriptive quantifying term. 100% of the amount.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d7621b-6a7f-11e7-89a8-765859b2742d'),(1161,1164,'Question on encounter form: \"During the last seven days how many of his/her pulls did the patient take?\"','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d762f8-6a7f-11e7-89a8-765859b2742d'),(1162,1165,'Question on encounter form: \"During the last seven days how many of his/her pills did the patient take?\"','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d763d5-6a7f-11e7-89a8-765859b2742d'),(1163,1166,'Mucocutaneous physical exam findings. List can be expanded, as more coded answers are identified.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d764af-6a7f-11e7-89a8-765859b2742d'),(1164,1168,'Pay category noted on encounter form.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d7658e-6a7f-11e7-89a8-765859b2742d'),(1165,1169,'Describes when a person has actually been confirmed to be infected with the Human Immunodeficiency Virus.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d7666c-6a7f-11e7-89a8-765859b2742d'),(1166,1170,'Describes a routine fetal delivery through the vaginal tract which occured spontaneously.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d76752-6a7f-11e7-89a8-765859b2742d'),(1167,1171,'A surgical incision through the abdominal wall and uterus, performed to deliver a fetus.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d76836-6a7f-11e7-89a8-765859b2742d'),(1168,1172,'Delivery of a fetus with the buttocks or feet appearing first.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d7691a-6a7f-11e7-89a8-765859b2742d'),(1169,1173,'Describes breastmilk that was expressed from the breast manually, in ways other than direct suckling.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d769fa-6a7f-11e7-89a8-765859b2742d'),(1170,1174,'A child who has been deprived of parental care and has not been adopted. This question is asked on an encounter form, so it\'s modelled as a boolean question.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d76adc-6a7f-11e7-89a8-765859b2742d'),(1171,1175,'Generic response to a question. The question doesn\'t directly apply to the person.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d76bef-6a7f-11e7-89a8-765859b2742d'),(1172,1176,'Antiretroviral drugs that were taken during pregnancy.','en',1,'2005-02-08 00:00:00',NULL,NULL,'c6d76ea2-6a7f-11e7-89a8-765859b2742d'),(1173,1177,'Describes the periodicity of medication dosing during a woman\'s pregnancy.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d76f9d-6a7f-11e7-89a8-765859b2742d'),(1174,1178,'Of or occurring in the period before childbirth.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d77077-6a7f-11e7-89a8-765859b2742d'),(1175,1179,'Occurring during labor and delivery.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d77157-6a7f-11e7-89a8-765859b2742d'),(1176,1180,'Of or occurring in the period shortly after childbirth.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d77233-6a7f-11e7-89a8-765859b2742d'),(1177,1181,'Describes the quantity, or style of antiretroviral drug use.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d773cd-6a7f-11e7-89a8-765859b2742d'),(1178,1182,'Single dose of a substance.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d774d2-6a7f-11e7-89a8-765859b2742d'),(1179,1183,'Two doses of a substance.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d775bd-6a7f-11e7-89a8-765859b2742d'),(1180,1184,'More than two doses of a substance.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d7769b-6a7f-11e7-89a8-765859b2742d'),(1181,1185,'Administration or application of remedies to a patient or for a disease or an injury; medicinal or surgical management; therapy.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d77778-6a7f-11e7-89a8-765859b2742d'),(1182,1186,'Quantifies the number of weeks a drug has been administered.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d7785f-6a7f-11e7-89a8-765859b2742d'),(1183,1187,'Antiretroviral drugs that were used for HIV prophylaxis during the newborn period.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d77941-6a7f-11e7-89a8-765859b2742d'),(1184,1188,'Question on encounter form, describes tachypnea duration on review of systems.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d77a7a-6a7f-11e7-89a8-765859b2742d'),(1185,1189,'Question which ascertains number of symptoms related to a person\'s development.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d77c2b-6a7f-11e7-89a8-765859b2742d'),(1186,1190,'Information gathered on encounter forms which describes the date of a particular drug\'s institution. Most often \"globbed\" with another concept which describes the drug.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d77db6-6a7f-11e7-89a8-765859b2742d'),(1187,1191,'Information gathered on encounter forms which describes the date of a particular drug\'s discontinuance. Most often \"globbed\" with another concept which describes the drug.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d77f19-6a7f-11e7-89a8-765859b2742d'),(1188,1192,'Question on encounter form: \"Is the patient currently taking, or has the patient ever taken, any antiretroviral medications?\" Also used to note active retroviral use on return visits.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d77fff-6a7f-11e7-89a8-765859b2742d'),(1189,1193,'Question on encounter forms: \"Is the patient currently taking, or has the patient ever taken, any of the following other medications?\" This particular concept stores a history of active use of the associated medications.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d7829e-6a7f-11e7-89a8-765859b2742d'),(1190,1194,'Combination drug also known as Rifinah. Used in the early treatment of tuberculosis.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d7838a-6a7f-11e7-89a8-765859b2742d'),(1191,1195,'Drugs used to prevent and treat infections from microorganisms.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d784fd-6a7f-11e7-89a8-765859b2742d'),(1192,1196,'Generic question modifier. If a particular medicine was taken, this concept allows you to store the number of doses that the patient received of this drug prior to clinic enrollment.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d785e7-6a7f-11e7-89a8-765859b2742d'),(1193,1197,'Disabled microorganisms introduced into humans for the purpose of inducing the development of immunity.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d788d5-6a7f-11e7-89a8-765859b2742d'),(1194,1198,'Question on encounter form: \"Has the patient received any of the following immunizations?\"','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d789bd-6a7f-11e7-89a8-765859b2742d'),(1195,1199,'Abnormal finding which indicates damage to the motor pathways if present constantly after the age of 6 weeks.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d78a8b-6a7f-11e7-89a8-765859b2742d'),(1196,1200,'Findings noted upon developmental evaluation.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d78b54-6a7f-11e7-89a8-765859b2742d'),(1197,1201,'Mildly symptomatic conditions. A patient fits within this category, if there are two of the following associated symptoms, but NONE in category B or C.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d78c1a-6a7f-11e7-89a8-765859b2742d'),(1198,1202,'Moderately symptomatic conditions. One or more of the following conditions places a patient at this condition level.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d78eb7-6a7f-11e7-89a8-765859b2742d'),(1199,1203,'Severely symptomatic conditions. One or more places a patient in this group.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d78fde-6a7f-11e7-89a8-765859b2742d'),(1200,1204,'Convenience set.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6d790bd-6a7f-11e7-89a8-765859b2742d'),(1201,1205,'Convenience set.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6deeefd-6a7f-11e7-89a8-765859b2742d'),(1202,1206,'Convenience set.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6def8a0-6a7f-11e7-89a8-765859b2742d'),(1203,1207,'Convenience set.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6defcae-6a7f-11e7-89a8-765859b2742d'),(1204,1208,'Question on encounter form: \"Does the patient have, or has the patient ever had, any of the following conditions?\".','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6deff90-6a7f-11e7-89a8-765859b2742d'),(1205,1209,'Question on encounter form: \"Does the patient have, or has the patient ever had, any of the following conditions?\". This question records a category, rather than the specific condition, if checked on the form.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df066d-6a7f-11e7-89a8-765859b2742d'),(1206,1210,'Enlargement of the parotid gland. Sometimes seen with early HIV infection.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df0cf6-6a7f-11e7-89a8-765859b2742d'),(1207,1211,'A small smooth slightly elevated wart found especially on the face and back of the hands. Occurs chiefly in children and adolescents.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df0fc9-6a7f-11e7-89a8-765859b2742d'),(1208,1212,'An infectious disease of the skin caused by a virus of the family Poxviridae and characterized by the appearance of small, pearly, umbilicated papular epithelial lesions containing many inclusion bodies.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df16cd-6a7f-11e7-89a8-765859b2742d'),(1209,1213,'Any of various strains of papovavirus that cause warts, especially of the hands, feet, and genitals, with some strains believed to be a causative factor in cancer of the cervix, vagina, and vulva.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df1c32-6a7f-11e7-89a8-765859b2742d'),(1210,1214,'An abnormal decrease in the number of platelets in circulatory blood. In this particular case, this decrease doesn\'t respond to steroid administration, and is seen as a sign of mildly advanced HIV disease in children.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df235c-6a7f-11e7-89a8-765859b2742d'),(1211,1215,'WHO Peds Stage 3 - Recurrent severe bacterial pneumonia, responsive to standard therapy.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df28e1-6a7f-11e7-89a8-765859b2742d'),(1212,1216,'WHO Peds Stage 3 - HSV infections that are unresponsive to therapy.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df3550-6a7f-11e7-89a8-765859b2742d'),(1213,1217,'WHO Peds Stage 3 - Anaemia (< 8g/dl refractory to haematinics, antimalarials, and antihelminthics)','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df3720-6a7f-11e7-89a8-765859b2742d'),(1214,1218,'An abnormal anatomical passage between the rectum and the vagina.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df38c5-6a7f-11e7-89a8-765859b2742d'),(1215,1219,'Infection with a fungus of the species Cryptococcus neoformans.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df3afe-6a7f-11e7-89a8-765859b2742d'),(1216,1220,'Convenience set.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df3cc6-6a7f-11e7-89a8-765859b2742d'),(1217,1221,'Convenience set.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df3e94-6a7f-11e7-89a8-765859b2742d'),(1218,1222,'Convenience set.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df4071-6a7f-11e7-89a8-765859b2742d'),(1219,1223,'Convenience set.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df4241-6a7f-11e7-89a8-765859b2742d'),(1220,1224,'Question on encounter form: \"Does the patient have, or has the patient ever had, any of the following conditions?\". This question records a category, rather than the specific condition, if checked on the form.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df441d-6a7f-11e7-89a8-765859b2742d'),(1221,1225,'Question on encounter form: \"Does the patient have, or has the patient ever had, any of the following conditions?\". This question records 1 to n conditions all listed as answers to this concept.','en',1,'2005-02-09 00:00:00',NULL,NULL,'c6df461a-6a7f-11e7-89a8-765859b2742d'),(1222,1226,'Anemia, due to nutritional deficiencies in iron uptake.','en',1,'2005-02-16 00:00:00',NULL,NULL,'c6df4800-6a7f-11e7-89a8-765859b2742d'),(1223,1227,'A preparation of amoxicillin and the potassium salt of clavulanic acid. Often used for upper respiratory infections.','en',1,'2005-02-16 00:00:00',NULL,NULL,'c6df49c9-6a7f-11e7-89a8-765859b2742d'),(1224,1228,'General descriptive term, often used to describe positive test findings.','en',1,'2005-02-16 00:00:00',NULL,NULL,'c6df4b8b-6a7f-11e7-89a8-765859b2742d'),(1225,1229,'General descriptive answer, often used in tests to describe a negative result.','en',1,'2005-02-16 00:00:00',NULL,NULL,'c6df4d41-6a7f-11e7-89a8-765859b2742d'),(1226,1230,'Describes a particular antigen combination on the surface of red blood cells: AB, Rh positive.','en',1,'2005-02-16 00:00:00',NULL,NULL,'c6df4f5a-6a7f-11e7-89a8-765859b2742d'),(1227,1231,'Describes a particular antigen combination on the surface of red blood cells: AB, Rh negative.','en',1,'2005-02-16 00:00:00',NULL,NULL,'c6df511e-6a7f-11e7-89a8-765859b2742d'),(1228,1232,'Anatomic location.','en',1,'2005-02-17 00:00:00',NULL,NULL,'c6df52e8-6a7f-11e7-89a8-765859b2742d'),(1229,1233,'Anatomic location.','en',1,'2005-02-17 00:00:00',NULL,NULL,'c6df54bb-6a7f-11e7-89a8-765859b2742d'),(1230,1234,'Anatomic location.','en',1,'2005-02-17 00:00:00',NULL,NULL,'c6df567f-6a7f-11e7-89a8-765859b2742d'),(1231,1235,'Anatomic location.','en',1,'2005-02-17 00:00:00',NULL,NULL,'c6df583f-6a7f-11e7-89a8-765859b2742d'),(1232,1236,'Anatomic location.','en',1,'2005-02-17 00:00:00',NULL,NULL,'c6df59f8-6a7f-11e7-89a8-765859b2742d'),(1233,1237,'Anatomic location.','en',1,'2005-02-17 00:00:00',NULL,NULL,'c6df5baf-6a7f-11e7-89a8-765859b2742d'),(1234,1238,'General description for clinical observations entered into the system.','en',1,'2005-02-17 00:00:00',NULL,NULL,'c6df5d54-6a7f-11e7-89a8-765859b2742d'),(1235,1239,'Numerous anatomic locations around the body.','en',1,'2005-02-18 00:00:00',NULL,NULL,'c6df5eff-6a7f-11e7-89a8-765859b2742d'),(1236,1240,'a steroid anti-inflammatory drug administered in the form of its dipropionate C28H37ClO7 as an inhalant especially in the treatment of asthma and rhinitis.','en',1,'2005-02-18 00:00:00',NULL,NULL,'c6df60cf-6a7f-11e7-89a8-765859b2742d'),(1237,1241,'The hydrochloride salt of L-valyl ester of the antiviral drug acyclovir.','en',1,'2005-02-18 00:00:00',NULL,NULL,'c6df6311-6a7f-11e7-89a8-765859b2742d'),(1238,1242,'An antihypertensive drug C20H28N2O5 that is an ACE inhibitor administered orally in the form of its maleate.','en',1,'2005-02-18 00:00:00',NULL,NULL,'c6df64f1-6a7f-11e7-89a8-765859b2742d'),(1239,1243,'A diuretic and antihypertensive drug C7H8ClN3O4S2.','en',1,'2005-02-18 00:00:00',NULL,NULL,'c6df6700-6a7f-11e7-89a8-765859b2742d'),(1240,1244,'A benzimidazole derivative C17H19N3O3S that inhibits gastric acid secretion and is used in the short-term treatment of duodenal ulcers as well as the treatment of gastroesophageal reflux, erosive esophagitis, and pathological hypersecretory disorders.','en',1,'2005-02-18 00:00:00',NULL,NULL,'c6df69e9-6a7f-11e7-89a8-765859b2742d'),(1241,1245,'Convenience set which describes the AMPATH Med Kit prescription components.','en',1,'2005-02-18 00:00:00',NULL,NULL,'c6df6d58-6a7f-11e7-89a8-765859b2742d'),(1242,1246,'Question on encounter form: asks whether the current visit is scheduled.. Yes = scheduled visit, no = unscheduled visit.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df7071-6a7f-11e7-89a8-765859b2742d'),(1243,1247,'Question on encounter form: \"During the last seven days how many of his/her pills did the patient take?\"','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df7346-6a7f-11e7-89a8-765859b2742d'),(1244,1248,'Question on encounter form. Describes whether a person\'s HIV staging changed since the previous visit.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df7635-6a7f-11e7-89a8-765859b2742d'),(1245,1249,'Intensely pruritic skin rash known to be related to HIV infection. It is hypothesized that this condition reflects an altered and exaggerated immune response to arthropod antigens in a subset of susceptible HIV-infected patients.','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6df7938-6a7f-11e7-89a8-765859b2742d'),(1246,1250,'Part of the encounter form plan. Answers are drugs started at the end of the particular encounter.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df7c2e-6a7f-11e7-89a8-765859b2742d'),(1247,1251,'Question on encounter form. Part of the plan gathers a reason for starting ARVs. This concept captures that information.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df7f11-6a7f-11e7-89a8-765859b2742d'),(1248,1252,'Question on encounter form. Part of the plan gathers a reason for stopping ARVs. This concept captures that information.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df80f4-6a7f-11e7-89a8-765859b2742d'),(1249,1253,'Answer to question. Implies that a person completed a course of total prevention of mother to child transmission therapy.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df82c4-6a7f-11e7-89a8-765859b2742d'),(1250,1254,'Answer on encounter form. Implies that a patient had a CD4 count greater than 200.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df848a-6a7f-11e7-89a8-765859b2742d'),(1251,1255,'Question on encounter form. Collects information related to antiretroviral drug therapy plans.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df864a-6a7f-11e7-89a8-765859b2742d'),(1252,1256,'Answer on encounter form. Implies that a patient will be started on drugs for that particular encounter.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df88f1-6a7f-11e7-89a8-765859b2742d'),(1253,1257,'Answer on encounter form. Implies that a patient will continue on the same drug regimen as previously described.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df8aed-6a7f-11e7-89a8-765859b2742d'),(1254,1258,'Answer on encounter form. Implies that a patient\'s current drugs will be changed to meet a new formulation.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df8cb6-6a7f-11e7-89a8-765859b2742d'),(1255,1259,'Answer on encounter form. Implies that a patient will receive a change in their current drug regimen.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df8ec8-6a7f-11e7-89a8-765859b2742d'),(1256,1260,'Answer on encounter form. Implies that a patient will stop all forms of a drug at a particular patient encounter.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df9090-6a7f-11e7-89a8-765859b2742d'),(1257,1261,'Question on encounter form. Collects information related to pneumocystis drug therapy plans.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df925b-6a7f-11e7-89a8-765859b2742d'),(1258,1262,'Question on encounter form. Part of the plan gathers a reason for stopping PCP prophylactic drugs. This concept captures that information.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df942b-6a7f-11e7-89a8-765859b2742d'),(1259,1263,'Part of the encounter form plan. Answers are drugs started at the end of the particular encounter.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df95f6-6a7f-11e7-89a8-765859b2742d'),(1260,1264,'Part of the encounter form plan. Answers are drugs started at the end of the particular encounter.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df97d2-6a7f-11e7-89a8-765859b2742d'),(1261,1265,'Question on encounter form. Collects information related to tuberculosis drug therapy plans.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df999f-6a7f-11e7-89a8-765859b2742d'),(1262,1266,'Question on encounter form. Part of the plan gathers a reason for stopping TB prophylactic drugs. This concept captures that information.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df9b76-6a7f-11e7-89a8-765859b2742d'),(1263,1267,'Generic answer to a question.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df9d47-6a7f-11e7-89a8-765859b2742d'),(1264,1268,'Question on encounter form. Collects information related to tuberculosis drug therapy plans.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6df9efb-6a7f-11e7-89a8-765859b2742d'),(1265,1269,'Question on encounter form. Part of the plan gathers a reason for stopping TB prophylactic drugs. This concept captures that information.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6dfa0bd-6a7f-11e7-89a8-765859b2742d'),(1266,1270,'Part of the encounter form plan. Answers are drugs started at the end of the particular encounter.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6dfa29a-6a7f-11e7-89a8-765859b2742d'),(1267,1271,'Question on encounter form. Answers are the tests (0 to many) ordered during a particular patient visit.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6dfa463-6a7f-11e7-89a8-765859b2742d'),(1268,1272,'Question on encounter form. Answers are referrals made during a particular patient visit.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6dfa636-6a7f-11e7-89a8-765859b2742d'),(1269,1273,'Question on encounter form. Answer is location of hospital patient received or will receive care at.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6dfa84e-6a7f-11e7-89a8-765859b2742d'),(1270,1274,'The Moi Teaching and Referral Hospital (MTRH) started as a small cottage hospital in 1917 with a sixty-bed capacity, and evolved into a fully-fledged District Hospital.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6dfaa1b-6a7f-11e7-89a8-765859b2742d'),(1271,1275,'Low acuity, short stay \"hospitals\" that are related to each clinical site.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6dfabcd-6a7f-11e7-89a8-765859b2742d'),(1272,1276,'Question on encounter form. \"Medication picked up at visit:\"','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6dfad8c-6a7f-11e7-89a8-765859b2742d'),(1273,1277,'Question on encounter form. Collects information related to cryptococcal drug therapy plans.','en',1,'2005-02-22 00:00:00',NULL,NULL,'c6dfb043-6a7f-11e7-89a8-765859b2742d'),(1274,1278,'Part of the encounter form plan. Answers are drugs started at the end of the particular encounter.','en',1,'2005-02-23 00:00:00',NULL,NULL,'c6dfb23e-6a7f-11e7-89a8-765859b2742d'),(1275,1279,'Question on encounter form: Number of weeks the mother has been pregnant.','en',1,'2005-02-23 00:00:00',NULL,NULL,'c6dfb421-6a7f-11e7-89a8-765859b2742d'),(1276,1280,'Question on encounter form: \"Has the patient received any of the following immunizations?\"','en',1,'2005-02-23 00:00:00',NULL,NULL,'c6dfb5f3-6a7f-11e7-89a8-765859b2742d'),(1277,1281,'Series of observations related to a person\'s medication history/use.','en',1,'2005-02-24 00:00:00',NULL,NULL,'c6dfb7b8-6a7f-11e7-89a8-765859b2742d'),(1278,1282,'Drugs that are ordered at a given patient encounter.','en',1,'2005-02-24 00:00:00',NULL,NULL,'c6dfb97a-6a7f-11e7-89a8-765859b2742d'),(1279,1283,'Labs that are ordered at a particular patient visit.','en',1,'2005-02-24 00:00:00',NULL,NULL,'c6dfbb4a-6a7f-11e7-89a8-765859b2742d'),(1280,1284,'List of problems for a given patient visit.','en',1,'2005-02-24 00:00:00',NULL,NULL,'c6dfbd22-6a7f-11e7-89a8-765859b2742d'),(1281,1285,'Question on encounter form: \"Transfer care to other centre:\"','en',1,'2005-02-24 00:00:00',NULL,NULL,'c6dfbef6-6a7f-11e7-89a8-765859b2742d'),(1282,1286,'Academic Model for the Prevention and Treatment of HIV/AIDS.','en',1,'2005-02-24 00:00:00',NULL,NULL,'c6dfc0c3-6a7f-11e7-89a8-765859b2742d'),(1283,1287,'Facilities which are not included within the AMPATH system.','en',1,'2005-02-24 00:00:00',NULL,NULL,'c6dfc290-6a7f-11e7-89a8-765859b2742d'),(1284,1288,'Referral made @ AMPATH.','en',1,'2005-02-25 00:00:00',NULL,NULL,'c6dfc485-6a7f-11e7-89a8-765859b2742d'),(1285,1289,'Series of observations related to a person\'s medication history/use.','en',1,'2005-08-08 00:00:00',NULL,NULL,'c6dfc646-6a7f-11e7-89a8-765859b2742d'),(1286,1292,'Deep venous thrombosis is a condition where there is a blood clot in a deep vein (a vein that accompanies an artery).','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6dfc806-6a7f-11e7-89a8-765859b2742d'),(1287,1293,'A chronic condition in which the lower esophageal sphincter allows gastric acids to reflux into the esophagus, causing heartburn, acid indigestion, and possible injury to the esophageal lining.','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6dfcc74-6a7f-11e7-89a8-765859b2742d'),(1288,1294,'Infection of the spinal fluid and meninges secondary to cryptococcus.','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6dfce30-6a7f-11e7-89a8-765859b2742d'),(1289,1295,'Umbrella term for a group of respiratory tract diseases that are characterized by airflow obstruction or limitation (ie, emphysema)','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6dfcfe4-6a7f-11e7-89a8-765859b2742d'),(1290,1296,'Generic descriptive diagnosis that includes many non-specific dermatitidies.','en',1,'2006-04-22 00:00:00',NULL,NULL,'c6dfd1bd-6a7f-11e7-89a8-765859b2742d'),(1291,1297,'Bilirubin is a breakdown product of hemoglobin. Total and direct bilirubin are usually measured to screen for or to monitor liver or gall bladder dysfunction.','en',1,'2006-06-02 00:00:00',NULL,NULL,'c6dfd38d-6a7f-11e7-89a8-765859b2742d'),(1292,1298,'Very Low Density Lipoprotein (VLDL) is one of three major lipoprotein particles. VLDL contains the highest amount of triglyceride. Since VLDL contains most of the circulating triglyceride and since the compositions of the different particles are relatively constant, it is possible to estimate the amount of VLDL cholesterol by dividing the triglyceride value (in mg/dL) by 5.','en',1,'2006-06-02 00:00:00',NULL,NULL,'c6dfd556-6a7f-11e7-89a8-765859b2742d'),(1293,1299,'To diagnose pancreatitis or other pancreatic diseases','en',1,'2006-06-05 00:00:00',NULL,NULL,'c6dfd869-6a7f-11e7-89a8-765859b2742d'),(1294,1300,'Descriptive term: open to two or more interpretations; or of uncertain nature or significance.','en',1,'2006-06-05 00:00:00',NULL,NULL,'c6dfda47-6a7f-11e7-89a8-765859b2742d'),(1295,1301,'Descriptive term: to discover or ascertain the existence, presence, or fact of.','en',1,'2006-06-05 00:00:00',NULL,NULL,'c6dfdbf1-6a7f-11e7-89a8-765859b2742d'),(1296,1302,'Descriptive term: unable to discover or ascertain the existence, presence, or fact of.','en',1,'2006-06-05 00:00:00',NULL,NULL,'c6dfddb1-6a7f-11e7-89a8-765859b2742d'),(1297,1303,'Descriptive term: restrictive of action.','en',1,'2006-06-05 00:00:00',NULL,NULL,'c6dfdf8c-6a7f-11e7-89a8-765859b2742d'),(1298,1305,'This is a qualitative result for the number of copies/ml of DNA/RNA in patients with HIV.','en',1,'2006-06-05 00:00:00',NULL,NULL,'c6dfe141-6a7f-11e7-89a8-765859b2742d'),(1299,1306,'Descriptive Term: beyond detectable limit.','en',1,'2006-06-05 00:00:00',NULL,NULL,'c6dfe2eb-6a7f-11e7-89a8-765859b2742d'),(1300,1307,'Mean platelet volume (MPV) is a machine-calculated measurement of the average size of your platelets. New platelets are larger, and an increased MPV occurs when increased numbers of platelets are being produced. MPV gives your doctor information about platelet production in your bone marrow.','en',1,'2006-06-06 00:00:00',NULL,NULL,'c6dfe847-6a7f-11e7-89a8-765859b2742d'),(1301,1308,'A measurement derived from the platelet count and the mean platelet volume.','en',1,'2006-06-06 00:00:00',NULL,NULL,'c6dfea20-6a7f-11e7-89a8-765859b2742d'),(1302,1309,'Derived from direct flow cytometric measurement of platelet cell volume, it is increased in the presence of platelet anisocytosis.','en',1,'2006-06-06 00:00:00',NULL,NULL,'c6dfed40-6a7f-11e7-89a8-765859b2742d'),(1303,1310,'Percentage of t-cells which express the CD3 surface receptor.','en',1,'2006-06-06 00:00:00',NULL,NULL,'c6dfef17-6a7f-11e7-89a8-765859b2742d'),(1304,1318,'Quantitative cut-off result for initial HIV screening test','en',1,'2006-06-06 00:00:00',NULL,NULL,'c6dff536-6a7f-11e7-89a8-765859b2742d'),(1305,1319,'Immunology Test - CD45 plus lymphocyte count.','en',1,'2006-06-06 00:00:00',NULL,NULL,'c6dff6f4-6a7f-11e7-89a8-765859b2742d'),(1306,1326,'Qualitative interpretation of rapid HIV screening test 2.','en',1,'2006-06-07 00:00:00',NULL,NULL,'c6dff87a-6a7f-11e7-89a8-765859b2742d'),(1307,1327,'Help determine if the bone marrow is responding adequately to the body?s need for RBCs and to help determine the cause of and classify different types of anemia.\r\n\r\nReticulocyte (%) = [Number of Reticulocytes / Number of Red Blood Cells] X 100','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6dff9f8-6a7f-11e7-89a8-765859b2742d'),(1308,1328,'Reactive, or atypical lymphocytes are lymphocytes that become large as a result of antigen stimulation. Typically they can be more than 30 ','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6dfffee-6a7f-11e7-89a8-765859b2742d'),(1309,1330,'Absolute neutrophil count (ANC) is a measure of the number of neutrophil granulocytes (also known as polymorphonuclear cells, PMN\'s, polys, granulocytes, segmented neutrophils or segs) present in the blood. Neutrophils are a type of white blood cell that fights against infection.\r\n\r\nANC = (%neutrophils + %bands) x WBC','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6e00196-6a7f-11e7-89a8-765859b2742d'),(1310,1331,'A monocyte count is part of a complete blood count and is expressed by absolute numbers. Increase a monocyte count include: - chronic inflammation - stress response - hyperadrenocorticism - immune mediated disease - pyogranulomatous disease - necrosis - red cell regeneration.\r\n','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6e0071f-6a7f-11e7-89a8-765859b2742d'),(1311,1332,'Eosinophil granulocytes, commonly referred to as eosinophils (or less commonly as acidophils), are white blood cells that are responsible for combating infection by parasites in the body.\r\n\r\n','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6e009d0-6a7f-11e7-89a8-765859b2742d'),(1312,1333,'Basophils are the least common of the granulocytes, representing about 0.5% to 1% of circulating leukocytes. ','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6e0100f-6a7f-11e7-89a8-765859b2742d'),(1313,1334,'Reactive, or atypical lymphocytes are lymphocytes that become large as a result of antigen stimulation. Typically they can be more than 30 ','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6e9058b-6a7f-11e7-89a8-765859b2742d'),(1314,1336,'Type of white blood cell which forms an early line of defence against bacterial infections by using microscopic exam','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6e90dc0-6a7f-11e7-89a8-765859b2742d'),(1315,1337,'Immature neutrophils with a crescent shaped nucleus, bands are normal in the circulation in small numbers. If there is a percentage increase of them, there is said to be a left shift. This may happen when an acute infection stimulates increased neutrophils production. This is a microscopic exam.','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6e91054-6a7f-11e7-89a8-765859b2742d'),(1316,1338,'Agranulocytic leukocyte that normally makes up about 25% of the total white blood cell count but increases in the presence of infection. This is a microscopic exam.','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6e917c2-6a7f-11e7-89a8-765859b2742d'),(1317,1339,'Large, circulating, phagocytic white blood cells, having a single well-defined nucleus and very fine granulation in the cytoplasm. Monocytes constitute from 3 to 8 percent of the white blood cells in humans. This is a microscopic exam.','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6e91ee7-6a7f-11e7-89a8-765859b2742d'),(1318,1340,'A type of white blood cell found in vertebrate blood, containing cytoplasmic granules that are easily stained by eosin or other acid dyes. This is a microscopic exam.','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6e924b4-6a7f-11e7-89a8-765859b2742d'),(1319,1341,'Type of leukocyte, with coarse granules that stain blue when exposed to a basic dye. Basophils normally constitute 1% or less of the total white blood cell count but may increase or decrease in certain diseases. This is a microscopic exam.','en',1,'2006-06-09 00:00:00',NULL,NULL,'c6e92afe-6a7f-11e7-89a8-765859b2742d'),(1320,1342,'Body Mass Index (BMI) is a relationship between weight and height that is associated with body fat and health risk.\r\n\r\nThe equation is BMI = body weight in kilograms/height in meters squared.','en',1,'2006-07-13 00:00:00',NULL,NULL,'c6e93816-6a7f-11e7-89a8-765859b2742d'),(1321,1343,'MUAC is the circumference of the left upper arm, measured at the mid-point between the tip of the shoulder and the tip of the elbow. MUAC is useful for the assessment of nutritional status.','en',1,'2006-07-13 00:00:00',NULL,NULL,'c6e939f2-6a7f-11e7-89a8-765859b2742d'),(1322,1344,'Anatomic location.','en',1,'2006-07-13 00:00:00',NULL,NULL,'c6e93bcb-6a7f-11e7-89a8-765859b2742d'),(1323,1345,'Anatomic location.','en',1,'2006-07-13 00:00:00',NULL,NULL,'c6e93da0-6a7f-11e7-89a8-765859b2742d'),(1324,1346,'Anatomic location.','en',1,'2006-07-13 00:00:00',NULL,NULL,'c6e93f7e-6a7f-11e7-89a8-765859b2742d'),(1325,1347,'Anatomic location.\r\n','en',1,'2006-07-13 00:00:00',NULL,NULL,'c6e940f4-6a7f-11e7-89a8-765859b2742d'),(1326,1348,'Anatomic location.','en',1,'2006-07-13 00:00:00',NULL,NULL,'c6e94291-6a7f-11e7-89a8-765859b2742d'),(1327,1349,'Anatomic location.','en',1,'2006-07-13 00:00:00',NULL,NULL,'c6e94444-6a7f-11e7-89a8-765859b2742d'),(1328,1350,'Anatomic location.','en',1,'2006-07-13 00:00:00',NULL,NULL,'c6e945e4-6a7f-11e7-89a8-765859b2742d'),(1329,1351,'Anatomic location.','en',1,'2006-07-13 00:00:00',NULL,NULL,'c6e9475e-6a7f-11e7-89a8-765859b2742d'),(1330,1352,'Estimation of body fat by skinfold thickness measurement.','en',1,'2006-07-13 00:00:00',NULL,NULL,'c6e948cf-6a7f-11e7-89a8-765859b2742d'),(1331,5002,'Describes a person\'s cause of death.. Coded answer.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e94a93-6a7f-11e7-89a8-765859b2742d'),(1332,5003,'Patient\'s identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e94c4e-6a7f-11e7-89a8-765859b2742d'),(1333,5004,'Visit number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e94e5a-6a7f-11e7-89a8-765859b2742d'),(1334,5005,'Date of visit','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e95001-6a7f-11e7-89a8-765859b2742d'),(1335,5006,'General descriptive term.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e951b8-6a7f-11e7-89a8-765859b2742d'),(1336,5007,'A chronic, abnormal enlargement of the lymph nodes, usually associated with disease.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e95349-6a7f-11e7-89a8-765859b2742d'),(1337,5008,'Abnormal enlargement of the liver.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e954c7-6a7f-11e7-89a8-765859b2742d'),(1338,5009,'Enlargement of the spleen.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e95677-6a7f-11e7-89a8-765859b2742d'),(1339,5010,'Inflammation/rash of skin','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e95844-6a7f-11e7-89a8-765859b2742d'),(1340,5011,'Inflammation of the parotid gland.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e959f1-6a7f-11e7-89a8-765859b2742d'),(1341,5012,'WHO Stage 2 / CDC Category A - Recurrent Or Persistent URIs, Sinusitis, Or Otitis Media','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e95b7c-6a7f-11e7-89a8-765859b2742d'),(1342,5013,'CDC Category B - Anemia (<8 mg/dl), Neutropenia (<1000 mm3), or Thrombocytopenia (<100k/mm3) for > 30 days.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e95cfa-6a7f-11e7-89a8-765859b2742d'),(1343,5014,'CDC Category B - Bacterial Meningitis, Pneumonia, Or Sepsis (Single Episode)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e95ed1-6a7f-11e7-89a8-765859b2742d'),(1344,5015,'CDC Category B - Candidiasis, Oropharyngeal (Thrush), Persisting >2 Months In Children Aged >6 Months Of Age (Who Stage II)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e960a4-6a7f-11e7-89a8-765859b2742d'),(1345,5016,'A disease or disorder of the heart muscle, especially of unknown or obscure cause.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9623c-6a7f-11e7-89a8-765859b2742d'),(1346,5017,'CDC Category B - Cytomegalovirus Infection Onset Before Age One Month','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e963bb-6a7f-11e7-89a8-765859b2742d'),(1347,5018,'Diarrhea, recurrent or chronic and greater than two weeks duration.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9656b-6a7f-11e7-89a8-765859b2742d'),(1348,5019,'Inflammation of liver','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e96709-6a7f-11e7-89a8-765859b2742d'),(1349,5020,'CDC Category B / WHO Peds Stage 2 - Herpes Simplex Virus (HSV) Stomatitis, Recurrent (> 2 Episodes In 1 Year)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9689b-6a7f-11e7-89a8-765859b2742d'),(1350,5021,'CDC Category B - HSV Bronchitis, Pneumonitis, Or Esophagitis, Onset Before 1 Month Of Age','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e96a51-6a7f-11e7-89a8-765859b2742d'),(1351,5022,'CDC Category B - Herpes Zoster (Shingles), At Least Two Distinct Episodes Or More Than One Dermatone','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e96bc5-6a7f-11e7-89a8-765859b2742d'),(1352,5023,'Malignant neoplasm derived from smooth muscle.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e96d31-6a7f-11e7-89a8-765859b2742d'),(1353,5024,'CDC Category B - Lymphoid Interstitial Pneumonia (LIP) Or Pulmonary Lymphoid Hyperplasia Complex','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e96ec6-6a7f-11e7-89a8-765859b2742d'),(1354,5025,'Disease or abnormality of the kidney.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9708d-6a7f-11e7-89a8-765859b2742d'),(1355,5026,'Generalized infection from Nocardia asteroides or occassionally N. farcinica.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e97220-6a7f-11e7-89a8-765859b2742d'),(1356,5027,'CDC Category B / WHO Stage 3 - Persistent Fever (Lasting > 1 Month)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9739d-6a7f-11e7-89a8-765859b2742d'),(1357,5028,'CDC Category B - Toxoplasmosis, Onset Before One Month Of Age','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e975ce-6a7f-11e7-89a8-765859b2742d'),(1358,5029,'WHO Peds Stage 3 / CDC Category B - Disseminated varicella infection','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e977d2-6a7f-11e7-89a8-765859b2742d'),(1359,5030,'CDC Category C / WHO Stage 3 - Serious Bacterial Infections (e.g., Pneumonia, Polymyositis), Multiple Or Recurrent','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e97955-6a7f-11e7-89a8-765859b2742d'),(1360,5031,'CDC Category C - Candidiasis, Esophageal Or Pulmonary (Bronchi, Trachea, Lungs)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e97b39-6a7f-11e7-89a8-765859b2742d'),(1361,5032,'CDC Category C - Coccidiodomycosis, Disseminated (at site other than or in addition to lungs or cervical or hilar lymph nodes)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e97e0d-6a7f-11e7-89a8-765859b2742d'),(1362,5033,'Cryptococcosis infection which exists outsides of the pulmonary tract (includes cryptococcal meningitis).','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e98091-6a7f-11e7-89a8-765859b2742d'),(1363,5034,'CDC Category C / WHO Stage 4 - Cryptosporidiosis Or Isosporiasis With Diarrhea Persisting > 1 Month','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e98396-6a7f-11e7-89a8-765859b2742d'),(1364,5035,'CDC Category C / WHO Peds and Adult Stage 4 - Cytomegalovirus disease with onset of symptoms after first month of life (at sites other Than Liver, Spleen, Lymph Nodes). Examples are CMV retinitis and colitis.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e98636-6a7f-11e7-89a8-765859b2742d'),(1365,5036,'Category C - Encephalopathy (Refer To MTCT-Plus Manual For Further Definition)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e988f3-6a7f-11e7-89a8-765859b2742d'),(1366,5037,'CDC Category C - HSV Infection - Mucocutaneous Ulcer > 1 Month/Bronchitis/Pneumonitis/Esophagitis - Child > 1 Month Of Age','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e98b86-6a7f-11e7-89a8-765859b2742d'),(1367,5038,'CDC Category C - Histoplasmosis, Disseminated (at sites other than or in addition to lungs or cervical or hilar lymph nodes)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e98e23-6a7f-11e7-89a8-765859b2742d'),(1368,5039,'Category C - Kaposi\'s Sarcoma','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e990a2-6a7f-11e7-89a8-765859b2742d'),(1369,5040,'CDC Category C - Lymphoma, Primary In Brain','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9934b-6a7f-11e7-89a8-765859b2742d'),(1370,5041,'CDC Category C - Lymphoma, Small, Noncleaved Cell (Burkitt\'s)/Immunoblastic/Large Cell Lymphoma','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e995e3-6a7f-11e7-89a8-765859b2742d'),(1371,5042,'Mycobacterium Tuberculosis (Disseminated Or Extrapulmonary)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9996c-6a7f-11e7-89a8-765859b2742d'),(1372,5043,'CDC Category C - Mycobacterium, Species Or Unidentified Species, Disseminated (At Site Other Than Or In Addition To Lungs, Skin, Or Cervical Or Hilar Lymph Nodes).','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e99d3e-6a7f-11e7-89a8-765859b2742d'),(1373,5044,'Category C - Mycobacterium Avium Complex Or Mycobacterium Kansasii, Disseminated (At Site Other Than Or In Addition To Lungs, Skin, Or Cervical Or Hilar Lymph Nodes)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9a012-6a7f-11e7-89a8-765859b2742d'),(1374,5045,'Category C - Pneumocystis Carinii Pneumonia','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9a292-6a7f-11e7-89a8-765859b2742d'),(1375,5046,'Category C - Progressive Multifocal Leukoencephalopathy. Also the adult WHO Stage 4 Condition - Progressive Multifocal Leukoencephalopathy (PML).','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9a505-6a7f-11e7-89a8-765859b2742d'),(1376,5047,'Category C - Salmonella (Nontyphoid) Septicemia, Recurrent','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9a7d2-6a7f-11e7-89a8-765859b2742d'),(1377,5048,'CDC Category C - Toxoplasmosis Of The Brain With Onset >1 Month Of Age','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9aa4e-6a7f-11e7-89a8-765859b2742d'),(1378,5049,'Category C - Wasting Syndrome In The Absence Of Concurrent Illness Other Than HIV Illness','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9acb8-6a7f-11e7-89a8-765859b2742d'),(1379,5050,'A decrease in expected rate of growth based on the child\'s previously defined growth curve. Examples of this are low weight for age, or low height for age, or low weight for height.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9af70-6a7f-11e7-89a8-765859b2742d'),(1380,5051,'Other HIV Conditions - Other','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9b20c-6a7f-11e7-89a8-765859b2742d'),(1381,5052,'Other HIV Conditions - Other - Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9b474-6a7f-11e7-89a8-765859b2742d'),(1382,5053,'Child\'s Highest CDC Category Or WHO Staging Indicator','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9b724-6a7f-11e7-89a8-765859b2742d'),(1383,5054,'Child\'s Current HIV Status (Based On History And Physical)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9b9a0-6a7f-11e7-89a8-765859b2742d'),(1384,5055,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9bbfa-6a7f-11e7-89a8-765859b2742d'),(1385,5056,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9be92-6a7f-11e7-89a8-765859b2742d'),(1386,5057,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9c116-6a7f-11e7-89a8-765859b2742d'),(1387,5058,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9c4cd-6a7f-11e7-89a8-765859b2742d'),(1388,5059,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9c74f-6a7f-11e7-89a8-765859b2742d'),(1389,5060,'Visit number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9c9fe-6a7f-11e7-89a8-765859b2742d'),(1390,5061,'Code of the term given. The code can be found in the table DiseaseSystem','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9cc80-6a7f-11e7-89a8-765859b2742d'),(1391,5062,'Result of the test given','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9cf42-6a7f-11e7-89a8-765859b2742d'),(1392,5063,'Clinic where the test was given','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9d1dd-6a7f-11e7-89a8-765859b2742d'),(1393,5064,'The amount charged for the test or drug','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9d482-6a7f-11e7-89a8-765859b2742d'),(1394,5065,'Was the charge paid','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9d6ed-6a7f-11e7-89a8-765859b2742d'),(1395,5066,'Reason for not paying','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9d98f-6a7f-11e7-89a8-765859b2742d'),(1396,5067,'Strength of medicine','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9dc30-6a7f-11e7-89a8-765859b2742d'),(1397,5068,'How often to take meds','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9de94-6a7f-11e7-89a8-765859b2742d'),(1398,5069,'Rx sig','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9e0dc-6a7f-11e7-89a8-765859b2742d'),(1399,5070,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9e320-6a7f-11e7-89a8-765859b2742d'),(1400,5071,'Date drug discontinued','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9e593-6a7f-11e7-89a8-765859b2742d'),(1401,5072,'Drugs Stopped due to Toxicity','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9e829-6a7f-11e7-89a8-765859b2742d'),(1402,5073,'Other Drugs not in the list (jr)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9ed36-6a7f-11e7-89a8-765859b2742d'),(1403,5074,'Patient\'s identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9f003-6a7f-11e7-89a8-765859b2742d'),(1404,5075,'Visit number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9f28f-6a7f-11e7-89a8-765859b2742d'),(1405,5076,'Date of visit','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9f51a-6a7f-11e7-89a8-765859b2742d'),(1406,5077,'Clinic from which patient comes.. 1= MTRH 2=MOSORIOT','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9f80a-6a7f-11e7-89a8-765859b2742d'),(1407,5078,'1=Adult 2=Peds','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9fab8-6a7f-11e7-89a8-765859b2742d'),(1408,5079,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9fd1f-6a7f-11e7-89a8-765859b2742d'),(1409,5080,'Time of visit','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6e9ff98-6a7f-11e7-89a8-765859b2742d'),(1410,5081,'Doctors','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea0225-6a7f-11e7-89a8-765859b2742d'),(1411,5082,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea047a-6a7f-11e7-89a8-765859b2742d'),(1412,5083,'Patient who is enrolled in MTCT+','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea062d-6a7f-11e7-89a8-765859b2742d'),(1413,5084,'Describes whether HIV status should be disclosed to husband','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea07c8-6a7f-11e7-89a8-765859b2742d'),(1414,5085,'A patient\'s systolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea096f-6a7f-11e7-89a8-765859b2742d'),(1415,5086,'A patient\'s diastolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea0b21-6a7f-11e7-89a8-765859b2742d'),(1416,5087,'Patient pulse rate, as measured with a peripheral oximeter.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea0cd3-6a7f-11e7-89a8-765859b2742d'),(1417,5088,'Patient\'s temperature in degrees centigrade.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea0e67-6a7f-11e7-89a8-765859b2742d'),(1418,5089,'Patient\'s weight in kilograms.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea0fd8-6a7f-11e7-89a8-765859b2742d'),(1419,5090,'Patient\'s height in centimeters.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea1297-6a7f-11e7-89a8-765859b2742d'),(1420,5091,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea142c-6a7f-11e7-89a8-765859b2742d'),(1421,5092,'Oxygen saturation, as measured from a peripheral oximeter.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea15ba-6a7f-11e7-89a8-765859b2742d'),(1422,5093,'Impression of Compliance 1 -4 4=excellent','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea177f-6a7f-11e7-89a8-765859b2742d'),(1423,5094,'Patient is to return in # of weeks','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea1902-6a7f-11e7-89a8-765859b2742d'),(1424,5095,'Patient is to return in # of months','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea1ad6-6a7f-11e7-89a8-765859b2742d'),(1425,5096,'Patient is to return on this date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea1c9d-6a7f-11e7-89a8-765859b2742d'),(1426,5097,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea1e4c-6a7f-11e7-89a8-765859b2742d'),(1427,5098,'describes symptoms that have no specific anatomic location..','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea2000-6a7f-11e7-89a8-765859b2742d'),(1428,5099,'describes an anatomic location of the abdomen','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea21a9-6a7f-11e7-89a8-765859b2742d'),(1429,5100,'describes a physical exam finding.. when the abdomen is palpated, the patient guards.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea234c-6a7f-11e7-89a8-765859b2742d'),(1430,5101,'describes a physical exam finding.. when the abdomen is palpated, releasing pressure elicits pain.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea24d1-6a7f-11e7-89a8-765859b2742d'),(1431,5102,'describes an anatomic location close to the patient\'s bladder..','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea262f-6a7f-11e7-89a8-765859b2742d'),(1432,5103,'Finding of an abdominal mass upon physical examination.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea27ce-6a7f-11e7-89a8-765859b2742d'),(1433,5104,'anatomic location in the left lower quadrant of the abdomen','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea296b-6a7f-11e7-89a8-765859b2742d'),(1434,5105,'Abdominal pain elicited on palpation.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea2ad0-6a7f-11e7-89a8-765859b2742d'),(1435,5106,'Describes abdominal pain on examination. Coded answer is location of this finding.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea318e-6a7f-11e7-89a8-765859b2742d'),(1436,5107,'Anatomic location in the right upper quadrant of the abdomen.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea332b-6a7f-11e7-89a8-765859b2742d'),(1437,5108,'Unusual walking patterns noted on physical exam','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea3482-6a7f-11e7-89a8-765859b2742d'),(1438,5109,'A reflex bending of the foot resulting from contraction of the calf muscles when the Achilles tendon is struck.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea35d3-6a7f-11e7-89a8-765859b2742d'),(1439,5110,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea381a-6a7f-11e7-89a8-765859b2742d'),(1440,5111,'An abnormal accumulation of serous fluid in the abdominal cavity.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea3c1e-6a7f-11e7-89a8-765859b2742d'),(1441,5112,'Of, relating to, or located near the axilla (armpit).','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea43b4-6a7f-11e7-89a8-765859b2742d'),(1442,5113,'Contraction of the biceps muscle when its tendon is struck.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea4550-6a7f-11e7-89a8-765859b2742d'),(1443,5114,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6ea46d3-6a7f-11e7-89a8-765859b2742d'),(1444,5115,'Decreased breath sounds on auscultation of the lungs during physical exam.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f123da-6a7f-11e7-89a8-765859b2742d'),(1445,5116,'Bronchial (coarse) breath sounds heard during auscultation of the lungs.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f126fd-6a7f-11e7-89a8-765859b2742d'),(1446,5117,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f12eb5-6a7f-11e7-89a8-765859b2742d'),(1447,5118,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f13114-6a7f-11e7-89a8-765859b2742d'),(1448,5119,'Anatomic location of the lung','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1336f-6a7f-11e7-89a8-765859b2742d'),(1449,5120,'Anatomic location of the lung','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f13816-6a7f-11e7-89a8-765859b2742d'),(1450,5121,'a tongue-shaped process','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f141c3-6a7f-11e7-89a8-765859b2742d'),(1451,5122,'A spreading inflammation of subcutaneous or connective tissue.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1441e-6a7f-11e7-89a8-765859b2742d'),(1452,5123,'Cerumen (earwax) occluding the ear canal.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f14ac3-6a7f-11e7-89a8-765859b2742d'),(1453,5124,'1=right 2=left 3=both','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f151a1-6a7f-11e7-89a8-765859b2742d'),(1454,5125,'Paleness of the mucous membrane(s) that lines the inner surface of the eyelid and the exposed surface of the eyeball.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1586b-6a7f-11e7-89a8-765859b2742d'),(1455,5126,'Abnormalities of the cranial nerve exam.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f168f1-6a7f-11e7-89a8-765859b2742d'),(1456,5127,'A grating or crackling sound or sensation','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f16ac6-6a7f-11e7-89a8-765859b2742d'),(1457,5128,'Location of crepitations heard during auscultation of the lungs.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f16c40-6a7f-11e7-89a8-765859b2742d'),(1458,5129,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f16df3-6a7f-11e7-89a8-765859b2742d'),(1459,5130,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f16fe5-6a7f-11e7-89a8-765859b2742d'),(1460,5131,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f17195-6a7f-11e7-89a8-765859b2742d'),(1461,5132,'Anatomic location of the lung','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f17338-6a7f-11e7-89a8-765859b2742d'),(1462,5133,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f174b3-6a7f-11e7-89a8-765859b2742d'),(1463,5134,'Anatomic location of the lung','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1761d-6a7f-11e7-89a8-765859b2742d'),(1464,5135,'Complaint or a finding of decreased sensation of the body','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f177d7-6a7f-11e7-89a8-765859b2742d'),(1465,5136,'Deterioration of intellectual faculties, such as memory, concentration, and judgment, resulting from an organic disease or a disorder of the brain. It is sometimes accompanied by emotional disturbance and personality changes.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f17997-6a7f-11e7-89a8-765859b2742d'),(1466,5137,'Depression noted during history and physical exam.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f17b40-6a7f-11e7-89a8-765859b2742d'),(1467,5138,'Dullness to percussion','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f17cb7-6a7f-11e7-89a8-765859b2742d'),(1468,5139,'Location or laterality.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f17e25-6a7f-11e7-89a8-765859b2742d'),(1469,5140,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f17f98-6a7f-11e7-89a8-765859b2742d'),(1470,5141,'Location or laterality.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f18148-6a7f-11e7-89a8-765859b2742d'),(1471,5142,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f182ef-6a7f-11e7-89a8-765859b2742d'),(1472,5143,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1847a-6a7f-11e7-89a8-765859b2742d'),(1473,5144,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f185ef-6a7f-11e7-89a8-765859b2742d'),(1474,5145,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f18770-6a7f-11e7-89a8-765859b2742d'),(1475,5146,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f18911-6a7f-11e7-89a8-765859b2742d'),(1476,5147,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f18ba2-6a7f-11e7-89a8-765859b2742d'),(1477,5148,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f18d26-6a7f-11e7-89a8-765859b2742d'),(1478,5149,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f18f2b-6a7f-11e7-89a8-765859b2742d'),(1479,5150,'Abnormal physical examination of the fundus','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f19117-6a7f-11e7-89a8-765859b2742d'),(1480,5151,'1=right 2=left 3=both','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1929e-6a7f-11e7-89a8-765859b2742d'),(1481,5152,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1940f-6a7f-11e7-89a8-765859b2742d'),(1482,5153,'Estimated measurement of liver size (cm below costal margin).','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f195c2-6a7f-11e7-89a8-765859b2742d'),(1483,5154,'Of or located in the groin','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1976c-6a7f-11e7-89a8-765859b2742d'),(1484,5155,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f198f9-6a7f-11e7-89a8-765859b2742d'),(1485,5156,'Chest wall lift noticed on exam by palpation (left ventricle)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f19a81-6a7f-11e7-89a8-765859b2742d'),(1486,5157,'Chest wall lift noticed on exam by palpation (right ventricle)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f19c29-6a7f-11e7-89a8-765859b2742d'),(1487,5158,'Physical findings suggestive of cardiomegaly.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f19d9c-6a7f-11e7-89a8-765859b2742d'),(1488,5159,'Abnormal enlargement of the cervical lymph nodes, usually associated with disease.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f19eff-6a7f-11e7-89a8-765859b2742d'),(1489,5160,'Cardiac murmur ausculted in diastolic phase','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1a097-6a7f-11e7-89a8-765859b2742d'),(1490,5161,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1a236-6a7f-11e7-89a8-765859b2742d'),(1491,5162,'Cardiac murmur ausculted throughout the entire systolic phase','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1a3d3-6a7f-11e7-89a8-765859b2742d'),(1492,5163,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1a567-6a7f-11e7-89a8-765859b2742d'),(1493,5164,'Characteristic deep, long rolling sound heard on auscultation','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1a6dd-6a7f-11e7-89a8-765859b2742d'),(1494,5165,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1a872-6a7f-11e7-89a8-765859b2742d'),(1495,5166,'Characteristic murmur heard on auscultation during systole','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1aa19-6a7f-11e7-89a8-765859b2742d'),(1496,5167,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1abad-6a7f-11e7-89a8-765859b2742d'),(1497,5168,'Modifier of a finding.. eg, a murmur where the sound radiates into the neck.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1ad56-6a7f-11e7-89a8-765859b2742d'),(1498,5169,'Modifier of a finding.. eg, a murmur where the sound radiates into the axilla.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1aec8-6a7f-11e7-89a8-765859b2742d'),(1499,5170,'Stiffness of the neck often associated with meningitis.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1b058-6a7f-11e7-89a8-765859b2742d'),(1500,5171,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1b2f1-6a7f-11e7-89a8-765859b2742d'),(1501,5172,'Common fungal infection of the mouth caused by Candida albicans','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1b49f-6a7f-11e7-89a8-765859b2742d'),(1502,5173,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1b622-6a7f-11e7-89a8-765859b2742d'),(1503,5174,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1b794-6a7f-11e7-89a8-765859b2742d'),(1504,5175,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1b90e-6a7f-11e7-89a8-765859b2742d'),(1505,5176,'Typical murmur heard on auscultation. The murmur sounds closer to the stethoscope and coincides with heart movement in midsystole and during ventricular filling.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1bac1-6a7f-11e7-89a8-765859b2742d'),(1506,5177,'Finding heard on cardiac auscultation when the point of maximal impulse is displaced away from it\'s typical location','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1bc80-6a7f-11e7-89a8-765859b2742d'),(1507,5178,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1be0b-6a7f-11e7-89a8-765859b2742d'),(1508,5179,'Descriptive location at the midpoint of the clavicle','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1bf77-6a7f-11e7-89a8-765859b2742d'),(1509,5180,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1c0e7-6a7f-11e7-89a8-765859b2742d'),(1510,5181,'Finding appreciated on lung auscultation. Abnormal dry, leathery sounds heard in the lungs which indicate congestion and mucus in the larger bronchial tubes.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1c2a4-6a7f-11e7-89a8-765859b2742d'),(1511,5182,'1=right 2=left 3=both','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1c44c-6a7f-11e7-89a8-765859b2742d'),(1512,5183,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1c5ec-6a7f-11e7-89a8-765859b2742d'),(1513,5184,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1c757-6a7f-11e7-89a8-765859b2742d'),(1514,5185,'Increased volume of the S1 heart sound on auscultation','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1c917-6a7f-11e7-89a8-765859b2742d'),(1515,5186,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1cac8-6a7f-11e7-89a8-765859b2742d'),(1516,5187,'Auscultative cardiac finding when S2 splits with expiration. Often consistent with left bundle branch block.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1cc66-6a7f-11e7-89a8-765859b2742d'),(1517,5188,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1cdee-6a7f-11e7-89a8-765859b2742d'),(1518,5189,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1d44c-6a7f-11e7-89a8-765859b2742d'),(1519,5190,'Auscultative cardiac finding when S2 splits throughout respiration. Often consistent with right heart failure and atrial septal defects.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1d5fe-6a7f-11e7-89a8-765859b2742d'),(1520,5191,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1d777-6a7f-11e7-89a8-765859b2742d'),(1521,5192,'Yellow discoloration of the sclera','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1d9e2-6a7f-11e7-89a8-765859b2742d'),(1522,5193,'1=right 2=left 3=both','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1dbb0-6a7f-11e7-89a8-765859b2742d'),(1523,5194,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1dd59-6a7f-11e7-89a8-765859b2742d'),(1524,5195,'Size of spleen measured in centimeters below costal margin.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1df00-6a7f-11e7-89a8-765859b2742d'),(1525,5196,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1e1ad-6a7f-11e7-89a8-765859b2742d'),(1526,5197,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1e403-6a7f-11e7-89a8-765859b2742d'),(1527,5198,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1e65e-6a7f-11e7-89a8-765859b2742d'),(1528,5199,'Adenomatous goiter with several colloid nodules.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1e982-6a7f-11e7-89a8-765859b2742d'),(1529,5200,'Nodule appreciated on thyroid exam','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1ec1c-6a7f-11e7-89a8-765859b2742d'),(1530,5201,'Abnormal reduction in the size of temporal muscles often associated with HIV','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1ee94-6a7f-11e7-89a8-765859b2742d'),(1531,5202,'On otoscopic exam, a tympanic membrane which appears dull','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1f116-6a7f-11e7-89a8-765859b2742d'),(1532,5203,'1=right 2=left 3=both','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1f3f7-6a7f-11e7-89a8-765859b2742d'),(1533,5205,'1=right 2=left 3=both','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1f667-6a7f-11e7-89a8-765859b2742d'),(1534,5206,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1f911-6a7f-11e7-89a8-765859b2742d'),(1535,5207,'1=right 2=left','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1fbec-6a7f-11e7-89a8-765859b2742d'),(1536,5208,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f1fe61-6a7f-11e7-89a8-765859b2742d'),(1537,5209,'High-pitched sounds heard on lung auscultation','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f20298-6a7f-11e7-89a8-765859b2742d'),(1538,5210,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2049a-6a7f-11e7-89a8-765859b2742d'),(1539,5211,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f20620-6a7f-11e7-89a8-765859b2742d'),(1540,5212,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2079b-6a7f-11e7-89a8-765859b2742d'),(1541,5213,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f20990-6a7f-11e7-89a8-765859b2742d'),(1542,5214,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f20b58-6a7f-11e7-89a8-765859b2742d'),(1543,5215,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f20cd2-6a7f-11e7-89a8-765859b2742d'),(1544,5216,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f20e39-6a7f-11e7-89a8-765859b2742d'),(1545,5217,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f20fa1-6a7f-11e7-89a8-765859b2742d'),(1546,5218,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f21105-6a7f-11e7-89a8-765859b2742d'),(1547,5219,'Patient\'s chief complaint','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2126a-6a7f-11e7-89a8-765859b2742d'),(1548,5220,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f213d7-6a7f-11e7-89a8-765859b2742d'),(1549,5221,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f214c1-6a7f-11e7-89a8-765859b2742d'),(1550,5222,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2159d-6a7f-11e7-89a8-765859b2742d'),(1551,5223,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2167e-6a7f-11e7-89a8-765859b2742d'),(1552,5224,'Perhaps use this as a set?','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2175c-6a7f-11e7-89a8-765859b2742d'),(1553,5225,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f21894-6a7f-11e7-89a8-765859b2742d'),(1554,5226,'The condition or quality of being weak.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f21983-6a7f-11e7-89a8-765859b2742d'),(1555,5227,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f21a62-6a7f-11e7-89a8-765859b2742d'),(1556,5228,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f21b40-6a7f-11e7-89a8-765859b2742d'),(1557,5229,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f21c1b-6a7f-11e7-89a8-765859b2742d'),(1558,5230,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f21cf7-6a7f-11e7-89a8-765859b2742d'),(1559,5231,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f21dd8-6a7f-11e7-89a8-765859b2742d'),(1560,5232,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f21eb4-6a7f-11e7-89a8-765859b2742d'),(1561,5233,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f21f91-6a7f-11e7-89a8-765859b2742d'),(1562,5234,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f22070-6a7f-11e7-89a8-765859b2742d'),(1563,5235,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2214a-6a7f-11e7-89a8-765859b2742d'),(1564,5236,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f22229-6a7f-11e7-89a8-765859b2742d'),(1565,5237,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f22304-6a7f-11e7-89a8-765859b2742d'),(1566,5238,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f223e0-6a7f-11e7-89a8-765859b2742d'),(1567,5239,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f224bc-6a7f-11e7-89a8-765859b2742d'),(1568,5240,'Patients that are lost to followup.. boolean question.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2259b-6a7f-11e7-89a8-765859b2742d'),(1569,5241,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2272e-6a7f-11e7-89a8-765859b2742d'),(1570,5242,'Measured respiratory rate in breaths per minute','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f22819-6a7f-11e7-89a8-765859b2742d'),(1571,5243,'Atrophy of the gluteal muscles.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f228fa-6a7f-11e7-89a8-765859b2742d'),(1572,5244,'Complaint. Person who describes nonspecific sores within the mouth','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f229dd-6a7f-11e7-89a8-765859b2742d'),(1573,5245,'Term that describes skin paleness or loss of color','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f22abd-6a7f-11e7-89a8-765859b2742d'),(1574,5246,'Discharge noted from the ear','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f22bd2-6a7f-11e7-89a8-765859b2742d'),(1575,5247,'1=right 2=left 3=both','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f22cb7-6a7f-11e7-89a8-765859b2742d'),(1576,5248,'Nose','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f22d93-6a7f-11e7-89a8-765859b2742d'),(1577,5249,'Enlargement of the tonsils','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f22e6e-6a7f-11e7-89a8-765859b2742d'),(1578,5250,'A deficiency disease resulting from a lack of vitamin D or calcium and from insufficient exposure to sunlight, characterized by defective bone growth and occurring chiefly in children. Also called rachitis.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f22f48-6a7f-11e7-89a8-765859b2742d'),(1579,5251,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f230c1-6a7f-11e7-89a8-765859b2742d'),(1580,5252,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f231c1-6a7f-11e7-89a8-765859b2742d'),(1581,5253,'Child exclusively feeding from breast, and without formula','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2329f-6a7f-11e7-89a8-765859b2742d'),(1582,5254,'Describes a substance used to feed children.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2337e-6a7f-11e7-89a8-765859b2742d'),(1583,5255,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2345a-6a7f-11e7-89a8-765859b2742d'),(1584,5256,'Non-coded response','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f23532-6a7f-11e7-89a8-765859b2742d'),(1585,5257,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2360e-6a7f-11e7-89a8-765859b2742d'),(1586,5258,'A highly infectious viral disease that chiefly affects children and, in its acute forms, causes inflammation of motor neurons of the spinal cord and brainstem, leading to paralysis, muscular atrophy, and often deformity. Through vaccination, the disease is preventable. Also called infantile paralysis.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f236ed-6a7f-11e7-89a8-765859b2742d'),(1587,5259,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f237e9-6a7f-11e7-89a8-765859b2742d'),(1588,5260,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f238c6-6a7f-11e7-89a8-765859b2742d'),(1589,5261,'Vaccine given for HIB.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f239a6-6a7f-11e7-89a8-765859b2742d'),(1590,5262,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f23a83-6a7f-11e7-89a8-765859b2742d'),(1591,5263,'Easily irritated or annoyed.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f23b63-6a7f-11e7-89a8-765859b2742d'),(1592,5264,'Decreased muscular tone','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f23c7e-6a7f-11e7-89a8-765859b2742d'),(1593,5265,'Feeling or showing a lack of interest or concern; indifferent.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f23d63-6a7f-11e7-89a8-765859b2742d'),(1594,5266,'Symptoms related to the nervous sysystem','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f23e58-6a7f-11e7-89a8-765859b2742d'),(1595,5267,'Poor weight gain','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f23f41-6a7f-11e7-89a8-765859b2742d'),(1596,5268,'Time 1= days 2 =weeks 3=months','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f24022-6a7f-11e7-89a8-765859b2742d'),(1597,5269,'Patient pays for their own evaluation and related treatment. Used as an answer for \"pay category\".','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f24104-6a7f-11e7-89a8-765859b2742d'),(1598,5270,'Condoms','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f241ec-6a7f-11e7-89a8-765859b2742d'),(1599,5271,'Question on encounter form: \"Is the patient or their partner currently using any form of family planning?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f242c9-6a7f-11e7-89a8-765859b2742d'),(1600,5272,'Question on encounter form: \"Is the patient pregnant?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f243ae-6a7f-11e7-89a8-765859b2742d'),(1601,5273,'Pregnancy Outcome.. seems like a historical question.. might likely have a coded set of answers.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f24491-6a7f-11e7-89a8-765859b2742d'),(1602,5274,'Question on encounter form: \"Does the patient or their partner use oral contraceptive pills?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f24576-6a7f-11e7-89a8-765859b2742d'),(1603,5275,'A device (as a spiral of plastic or a ring of stainless steel) inserted and left in the uterus to prevent effective conception.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2465a-6a7f-11e7-89a8-765859b2742d'),(1604,5276,'Surgical removal of the uterus.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f24744-6a7f-11e7-89a8-765859b2742d'),(1605,5277,'A method of birth control that involves abstention from sexual intercourse during the period of ovulation which is determined through observation and measurement of bodily signs (as cervical mucus and body temperature).','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f24823-6a7f-11e7-89a8-765859b2742d'),(1606,5278,'A molded cap, usually of thin rubber fitted over the uterine cervix to act as a mechanical contraceptive barrier.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f24ba2-6a7f-11e7-89a8-765859b2742d'),(1607,5279,'Injectable medicines which enable deliberate prevention of conception or impregnation.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f24d18-6a7f-11e7-89a8-765859b2742d'),(1608,5280,'Question on encounter form: \"Does the patient or their partner use another form of family planning, not otherwise specified?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f24e10-6a7f-11e7-89a8-765859b2742d'),(1609,5281,'Other Family Planning Specify','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f24efe-6a7f-11e7-89a8-765859b2742d'),(1610,5282,'Question on encounter form. Defines the \"pay category\" of a patient for each visit. Patient can currently have only one of these categories, but this can and will change in the future.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f24fe1-6a7f-11e7-89a8-765859b2742d'),(1611,5283,'Zero to 100 scale commonly used for assessing terminally ill patients.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f250c7-6a7f-11e7-89a8-765859b2742d'),(1612,5284,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f251b0-6a7f-11e7-89a8-765859b2742d'),(1613,5285,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f25291-6a7f-11e7-89a8-765859b2742d'),(1614,5286,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2536c-6a7f-11e7-89a8-765859b2742d'),(1615,5287,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2544b-6a7f-11e7-89a8-765859b2742d'),(1616,5288,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f25528-6a7f-11e7-89a8-765859b2742d'),(1617,5289,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2560a-6a7f-11e7-89a8-765859b2742d'),(1618,5290,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f25745-6a7f-11e7-89a8-765859b2742d'),(1619,5291,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f25863-6a7f-11e7-89a8-765859b2742d'),(1620,5292,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2594f-6a7f-11e7-89a8-765859b2742d'),(1621,5293,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f25a44-6a7f-11e7-89a8-765859b2742d'),(1622,5294,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f25b3e-6a7f-11e7-89a8-765859b2742d'),(1623,5295,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f25c18-6a7f-11e7-89a8-765859b2742d'),(1624,5296,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f25ce9-6a7f-11e7-89a8-765859b2742d'),(1625,5297,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f25e0d-6a7f-11e7-89a8-765859b2742d'),(1626,5298,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f25eea-6a7f-11e7-89a8-765859b2742d'),(1627,5299,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f25fb9-6a7f-11e7-89a8-765859b2742d'),(1628,5300,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2608f-6a7f-11e7-89a8-765859b2742d'),(1629,5301,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2615c-6a7f-11e7-89a8-765859b2742d'),(1630,5302,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2622e-6a7f-11e7-89a8-765859b2742d'),(1631,5303,'Question on Encounter Form: \"Child\'s Current HIV Status:\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f262fb-6a7f-11e7-89a8-765859b2742d'),(1632,5304,'1=Initial visit 2=Followup','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f263cd-6a7f-11e7-89a8-765859b2742d'),(1633,5305,'Time to next visit','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f2679a-6a7f-11e7-89a8-765859b2742d'),(1634,5306,'Other time frame to next visit','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f26998-6a7f-11e7-89a8-765859b2742d'),(1635,5307,'Normal, Abnormal','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f26a8d-6a7f-11e7-89a8-765859b2742d'),(1636,5308,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f26b64-6a7f-11e7-89a8-765859b2742d'),(1637,5309,'Does not meet appropriate milestones','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f26c46-6a7f-11e7-89a8-765859b2742d'),(1638,5310,'A sexual maturity rating used to determine the level of genital development.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f93790-6a7f-11e7-89a8-765859b2742d'),(1639,5311,'A sexual maturity rating used to determine the level of genital development.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f94019-6a7f-11e7-89a8-765859b2742d'),(1640,5312,'Swelling / inflammation of any joint within the body.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f941cc-6a7f-11e7-89a8-765859b2742d'),(1641,5313,'Tenderness upon palpation of the muscle.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f943e2-6a7f-11e7-89a8-765859b2742d'),(1642,5314,'Measurement of the largest part of the infant\'s head (just above the eyebrow and ears) used to determine brain growth.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f94992-6a7f-11e7-89a8-765859b2742d'),(1643,5315,'Type of visit- Scheduled or Unscheduled/Interim','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f94b87-6a7f-11e7-89a8-765859b2742d'),(1644,5316,'Is The Child Currently Being Breastfed?','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f95109-6a7f-11e7-89a8-765859b2742d'),(1645,5317,'If Breastfed, Is The Child Receiving Any Foods Or Liquids Other Than Breastmilk (Including Water)?','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f952ce-6a7f-11e7-89a8-765859b2742d'),(1646,5318,'Is The Child Currently Attending School?','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f956af-6a7f-11e7-89a8-765859b2742d'),(1647,5319,'Part of the AUDIT-3 screening instrument (http://alcalc.oupjournals.org/cgi/content/full/37/6/591). Question: \"How often did you have a drink containing alcohol in the last year?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f95d12-6a7f-11e7-89a8-765859b2742d'),(1648,5320,'Part of the AUDIT-3 screening instrument (http://alcalc.oupjournals.org/cgi/content/full/37/6/591). Question: \"How many drinks containing alcohol did you have on a typical day when you were drinking in the past year?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f96208-6a7f-11e7-89a8-765859b2742d'),(1649,5321,'Part of the AUDIT-3 screening instrument (http://alcalc.oupjournals.org/cgi/content/full/37/6/591). Question: \"How often did you have six or more drinks on one occasion in the past year?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f96de2-6a7f-11e7-89a8-765859b2742d'),(1650,5322,'Cooment On Alcohol Use #Added By Chris #','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f96f23-6a7f-11e7-89a8-765859b2742d'),(1651,5323,'Does patient meet developmental milestones','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f96ffd-6a7f-11e7-89a8-765859b2742d'),(1652,5324,'Has the patient lost any developmental milestones','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f970c6-6a7f-11e7-89a8-765859b2742d'),(1653,5325,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f97197-6a7f-11e7-89a8-765859b2742d'),(1654,5326,'Date of appointment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f97268-6a7f-11e7-89a8-765859b2742d'),(1655,5327,'WHO Stage 1 / CDC Category N Conditions - Asymptomatic HIV Infection','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f973b1-6a7f-11e7-89a8-765859b2742d'),(1656,5328,'WHO Stage 1 Conditions - Persistent Generalized Lymphadenopathy (PGL)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f97500-6a7f-11e7-89a8-765859b2742d'),(1657,5329,'WHO Stage 2 Conditions - Herpes Zoster (Within Last 5 Years)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f976c9-6a7f-11e7-89a8-765859b2742d'),(1658,5330,'WHO Stage 2 Conditions - Minor Mucocutaneous Manifestations','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f97843-6a7f-11e7-89a8-765859b2742d'),(1659,5331,'WHO Stage 2 Conditions - Recurrent Upper Respiratory Infections','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f979b0-6a7f-11e7-89a8-765859b2742d'),(1660,5332,'WHO Stage 2 Conditions - Weight Loss <= 10% of Body Weight','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f97aa4-6a7f-11e7-89a8-765859b2742d'),(1661,5333,'WHO Peds Stage 3 / WHO Adult Stage 3 Conditions - Severe Bacterial Infections (e.g., Pneumonia, Polymyositis)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f97b89-6a7f-11e7-89a8-765859b2742d'),(1662,5334,'Fungal infection of the mouth. Also the WHO Stage 3 Condition - Oral Candidiasis (Thrush).','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f97c6f-6a7f-11e7-89a8-765859b2742d'),(1663,5335,'WHO Stage 3 Conditions - Unexplained Chronic Diarrhea (> 1 Month)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f97d68-6a7f-11e7-89a8-765859b2742d'),(1664,5336,'WHO Stage 3 Conditions - Unexplained Prolonged Fever (Intermittent Or Constant, > 1 Month)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f97f15-6a7f-11e7-89a8-765859b2742d'),(1665,5337,'White patch on the side of the tongue with a corrugated or hairy appearance seen in severe defects of immunity, particularly in HIV infection. Typically caused by Epstein-Barr virus. Also a WHO Stage 3 Condition - Oral Hairy Leukoplakia.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f980a4-6a7f-11e7-89a8-765859b2742d'),(1666,5338,'WHO Stage 3 Conditions - Tuberculosis, Pulmonary (Within Previous Year)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f982ad-6a7f-11e7-89a8-765859b2742d'),(1667,5339,'WHO Stage 3 Conditions - Weight Loss > 10% Of Body Weight','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9842e-6a7f-11e7-89a8-765859b2742d'),(1668,5340,'WHO Peds Stage 3 / WHO Stage 4 Adult Conditions - Candidiasis (Esophageal, Bronchi, Trachea, Or Lungs)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f985d9-6a7f-11e7-89a8-765859b2742d'),(1669,5341,'WHO Stage 4 Conditions - Cryptococcosis, Extrapulmonary','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f98782-6a7f-11e7-89a8-765859b2742d'),(1670,5342,'WHO Stage 4 Conditions - Cryptosporidiosis with Diarrhea (> 1 Month Duration)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9891d-6a7f-11e7-89a8-765859b2742d'),(1671,5343,'WHO Stage 4 Conditions - Cytomegalovirus Disease (Other Than Liver, Spleen, Lymph Nodes)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f98abf-6a7f-11e7-89a8-765859b2742d'),(1672,5344,'WHO Stage 4 Conditions - Herpes Simplex (Mucocutaneous > 1 Month, Or Visceral Any Duration)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f98c03-6a7f-11e7-89a8-765859b2742d'),(1673,5345,'Any disorder or disease of the brain.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f98cef-6a7f-11e7-89a8-765859b2742d'),(1674,5346,'WHO Stage 4 Conditions - HIV Wasting Syndrome','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f98dd7-6a7f-11e7-89a8-765859b2742d'),(1675,5347,'WHO Stage 4 Conditions - Kaposi\'s Sarcoma (KS)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f98f25-6a7f-11e7-89a8-765859b2742d'),(1676,5348,'WHO Stage 4 Conditions - Lymphoma','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f99092-6a7f-11e7-89a8-765859b2742d'),(1677,5349,'WHO Stage 4 Conditions - Atypical Mycobacteriosis, Disseminated','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9917e-6a7f-11e7-89a8-765859b2742d'),(1678,5350,'WHO Stage 4 Conditions - Mycosis, Disseminated Endemic (IE, Histoplasmosis, Coccidiodomycosos)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9925c-6a7f-11e7-89a8-765859b2742d'),(1679,5351,'WHO Stage 4 Conditions - Tuberculosis, Extrapulmonary','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f99335-6a7f-11e7-89a8-765859b2742d'),(1680,5352,'WHO Stage 4 Conditions - Pneumocystis Carinii Pneumonia (PCP)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f99411-6a7f-11e7-89a8-765859b2742d'),(1681,5353,'WHO Stage 4 Conditions - Progressive Multifocal Leukoencephalopathy (PML)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f994ea-6a7f-11e7-89a8-765859b2742d'),(1682,5354,'CDC Category C / WHO Stage 4 Conditions - Salmonella Septicemia, Non-Typhoid','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f99606-6a7f-11e7-89a8-765859b2742d'),(1683,5355,'WHO Stage 4 Conditions - Toxoplasmosis, CNS','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f996eb-6a7f-11e7-89a8-765859b2742d'),(1684,5356,'Question asked on encounter form. Expects a numeric answer defining the HIV stage at a particular visit.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f997ca-6a7f-11e7-89a8-765859b2742d'),(1685,5357,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f998a4-6a7f-11e7-89a8-765859b2742d'),(1686,5358,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f99983-6a7f-11e7-89a8-765859b2742d'),(1687,5359,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f99a5b-6a7f-11e7-89a8-765859b2742d'),(1688,5360,'Current Opportunistic Infection Prophylaxix Status','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f99b31-6a7f-11e7-89a8-765859b2742d'),(1689,5361,'If Not On OI Prophylaxis Therapy, Eligibility As Of This Visit','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f99ebb-6a7f-11e7-89a8-765859b2742d'),(1690,5362,'If Ineligible For OI Prophylaxis, HIV Status','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9a02e-6a7f-11e7-89a8-765859b2742d'),(1691,5363,'Patient Newly Eligible For OI Prophylaxis By CD4 Count','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9a12b-6a7f-11e7-89a8-765859b2742d'),(1692,5364,'Patient Newly Eligible For OI Prophylaxis By WHO Stage','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9a2c1-6a7f-11e7-89a8-765859b2742d'),(1693,5365,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9a475-6a7f-11e7-89a8-765859b2742d'),(1694,5366,'Newly eligible for prophylaxis for other reason','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9a606-6a7f-11e7-89a8-765859b2742d'),(1695,5367,'Newly eligible for prophylaxis for other reason specify','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9a79f-6a7f-11e7-89a8-765859b2742d'),(1696,5368,'Patient Previously Eligible For OI Prophylaxis','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9a99a-6a7f-11e7-89a8-765859b2742d'),(1697,5369,'Patient Previously Eligible For OI Prophylaxis - Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9ab40-6a7f-11e7-89a8-765859b2742d'),(1698,5370,'OI Prophylaxis Medications Prescribed At This Time','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9acd5-6a7f-11e7-89a8-765859b2742d'),(1699,5371,'If no, why not?','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9aebf-6a7f-11e7-89a8-765859b2742d'),(1700,5372,'Current Opportunistic Infection Prophylaxix Status','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9b07a-6a7f-11e7-89a8-765859b2742d'),(1701,5373,'If Not On ARV Prophylaxis Therapy, Eligibility As Of This Visit','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9b225-6a7f-11e7-89a8-765859b2742d'),(1702,5374,'If Ineligible For ARV Therapy, HIV Status','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9b3d0-6a7f-11e7-89a8-765859b2742d'),(1703,5375,'Patient Newly Eligible For ARV Prophylaxis By CD4 Count','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9b579-6a7f-11e7-89a8-765859b2742d'),(1704,5376,'Patient Newly Eligible For ARV Prophylaxis By WHO Stage','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9b724-6a7f-11e7-89a8-765859b2742d'),(1705,5377,'Patient Previously Eligible For ARV Prophylaxis','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9b8d6-6a7f-11e7-89a8-765859b2742d'),(1706,5378,'Patient Previously Eligible For ARV Prophylaxis - Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9ba77-6a7f-11e7-89a8-765859b2742d'),(1707,5379,'ARV Prophylaxis Medications Prescribed At This Time','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9bc1e-6a7f-11e7-89a8-765859b2742d'),(1708,5380,'If no, why not?','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9bdd9-6a7f-11e7-89a8-765859b2742d'),(1709,5381,'Person Completing Form','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9bf82-6a7f-11e7-89a8-765859b2742d'),(1710,5382,'Provider Initials','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9c121-6a7f-11e7-89a8-765859b2742d'),(1711,5383,'Medication Recommendation - Zidovudine (AZT)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9c2a6-6a7f-11e7-89a8-765859b2742d'),(1712,5384,'Start/Stop Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9c43d-6a7f-11e7-89a8-765859b2742d'),(1713,5385,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9c5e4-6a7f-11e7-89a8-765859b2742d'),(1714,5386,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9c79e-6a7f-11e7-89a8-765859b2742d'),(1715,5387,'Dose And Comments - Zidovudine (AZT)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9c951-6a7f-11e7-89a8-765859b2742d'),(1716,5388,'Medication Recommendation - Lamivudine (3TC)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9cb32-6a7f-11e7-89a8-765859b2742d'),(1717,5389,'Start/Stop Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9ccf6-6a7f-11e7-89a8-765859b2742d'),(1718,5390,'Discontinuation Reason #1 - Lamivudine (3TC)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9ce77-6a7f-11e7-89a8-765859b2742d'),(1719,5391,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9d13c-6a7f-11e7-89a8-765859b2742d'),(1720,5392,'Dose And Comments - Lamivudine (3TC)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9d313-6a7f-11e7-89a8-765859b2742d'),(1721,5393,'Medication Recommendation - Stavudine (d4T)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9d4d6-6a7f-11e7-89a8-765859b2742d'),(1722,5394,'Start/Stop Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9d681-6a7f-11e7-89a8-765859b2742d'),(1723,5395,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9d820-6a7f-11e7-89a8-765859b2742d'),(1724,5396,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9d9ca-6a7f-11e7-89a8-765859b2742d'),(1725,5397,'Dose And Comments - Stavudine (d4T)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9dc66-6a7f-11e7-89a8-765859b2742d'),(1726,5398,'Medication Recommendation - Didanosine (ddI)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9defd-6a7f-11e7-89a8-765859b2742d'),(1727,5399,'Start/Stop Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9e191-6a7f-11e7-89a8-765859b2742d'),(1728,5400,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9e494-6a7f-11e7-89a8-765859b2742d'),(1729,5401,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9e62f-6a7f-11e7-89a8-765859b2742d'),(1730,5402,'Dose And Comments - Didanosine (ddI)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9e79c-6a7f-11e7-89a8-765859b2742d'),(1731,5403,'Medication Recommendation - Abacavir (ABC)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9e90c-6a7f-11e7-89a8-765859b2742d'),(1732,5404,'Start/Stop Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9eb5e-6a7f-11e7-89a8-765859b2742d'),(1733,5405,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9edd8-6a7f-11e7-89a8-765859b2742d'),(1734,5406,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9f079-6a7f-11e7-89a8-765859b2742d'),(1735,5407,'Dose And Comments - Abacavir (ABC)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9f324-6a7f-11e7-89a8-765859b2742d'),(1736,5408,'Medication Recommendation - Nevirapine (NVP)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9f561-6a7f-11e7-89a8-765859b2742d'),(1737,5409,'Start/Stop Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9f8bd-6a7f-11e7-89a8-765859b2742d'),(1738,5410,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9fb76-6a7f-11e7-89a8-765859b2742d'),(1739,5411,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9fe3a-6a7f-11e7-89a8-765859b2742d'),(1740,5412,'Dose And Comments - Nevirapine (NVP)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6f9fffe-6a7f-11e7-89a8-765859b2742d'),(1741,5413,'Medication Recommendation - Efavirenz (EFV)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa0176-6a7f-11e7-89a8-765859b2742d'),(1742,5414,'Start/Stop Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa02ed-6a7f-11e7-89a8-765859b2742d'),(1743,5415,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa0452-6a7f-11e7-89a8-765859b2742d'),(1744,5416,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa05bf-6a7f-11e7-89a8-765859b2742d'),(1745,5417,'Dose And Comments - Efavirenz (EFV)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa0727-6a7f-11e7-89a8-765859b2742d'),(1746,5418,'Medication Recommendation - Nelfinavir (NFV)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa08b8-6a7f-11e7-89a8-765859b2742d'),(1747,5419,'Start/Stop Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa0a36-6a7f-11e7-89a8-765859b2742d'),(1748,5420,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa0b9e-6a7f-11e7-89a8-765859b2742d'),(1749,5421,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa0d0b-6a7f-11e7-89a8-765859b2742d'),(1750,5422,'Dose And Comments - Nelfinavir (NFV)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa0e6e-6a7f-11e7-89a8-765859b2742d'),(1751,5423,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa109c-6a7f-11e7-89a8-765859b2742d'),(1752,5424,'Generic answer to encounter form questions.. another retroviral drug not already specified in the antiretroviral set (term 1085).','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa12cc-6a7f-11e7-89a8-765859b2742d'),(1753,5425,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa14d3-6a7f-11e7-89a8-765859b2742d'),(1754,5426,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa171c-6a7f-11e7-89a8-765859b2742d'),(1755,5427,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa18b5-6a7f-11e7-89a8-765859b2742d'),(1756,5428,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa1a9c-6a7f-11e7-89a8-765859b2742d'),(1757,5429,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa1c15-6a7f-11e7-89a8-765859b2742d'),(1758,5430,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa1e13-6a7f-11e7-89a8-765859b2742d'),(1759,5431,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa1ff2-6a7f-11e7-89a8-765859b2742d'),(1760,5432,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa216f-6a7f-11e7-89a8-765859b2742d'),(1761,5433,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa22dc-6a7f-11e7-89a8-765859b2742d'),(1762,5434,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa2448-6a7f-11e7-89a8-765859b2742d'),(1763,5435,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa25ae-6a7f-11e7-89a8-765859b2742d'),(1764,5436,'Medication Recommendation - Cotrimoxazole','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa2736-6a7f-11e7-89a8-765859b2742d'),(1765,5437,'Start/Stop Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa29aa-6a7f-11e7-89a8-765859b2742d'),(1766,5438,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa2b3c-6a7f-11e7-89a8-765859b2742d'),(1767,5439,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa2ca8-6a7f-11e7-89a8-765859b2742d'),(1768,5440,'Dose And Comments - Cotrimoxazole','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa2e09-6a7f-11e7-89a8-765859b2742d'),(1769,5441,'Medication Recommendation - Dapsone','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa2f72-6a7f-11e7-89a8-765859b2742d'),(1770,5442,'Start/Stop Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa30e2-6a7f-11e7-89a8-765859b2742d'),(1771,5443,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa3247-6a7f-11e7-89a8-765859b2742d'),(1772,5444,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa33ac-6a7f-11e7-89a8-765859b2742d'),(1773,5445,'Dose And Comments - Dapsone','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa35d8-6a7f-11e7-89a8-765859b2742d'),(1774,5446,'Medication Recommendation - Fluconazole','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa377a-6a7f-11e7-89a8-765859b2742d'),(1775,5447,'Start/Stop Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa38ec-6a7f-11e7-89a8-765859b2742d'),(1776,5448,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa3af3-6a7f-11e7-89a8-765859b2742d'),(1777,5449,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa3dec-6a7f-11e7-89a8-765859b2742d'),(1778,5450,'Dose And Comments - Fluconazole','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa40ae-6a7f-11e7-89a8-765859b2742d'),(1779,5451,'Medication Recommendation - Isoniazid (INH)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa4359-6a7f-11e7-89a8-765859b2742d'),(1780,5452,'Start/Stop Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa46ae-6a7f-11e7-89a8-765859b2742d'),(1781,5453,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa495e-6a7f-11e7-89a8-765859b2742d'),(1782,5454,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa4bf5-6a7f-11e7-89a8-765859b2742d'),(1783,5455,'Dose And Comments - Isoniazid (INH)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa4e98-6a7f-11e7-89a8-765859b2742d'),(1784,5456,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa510d-6a7f-11e7-89a8-765859b2742d'),(1785,5457,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa5374-6a7f-11e7-89a8-765859b2742d'),(1786,5458,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa55e7-6a7f-11e7-89a8-765859b2742d'),(1787,5459,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa5778-6a7f-11e7-89a8-765859b2742d'),(1788,5460,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa5865-6a7f-11e7-89a8-765859b2742d'),(1789,5461,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa5945-6a7f-11e7-89a8-765859b2742d'),(1790,5462,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa5a23-6a7f-11e7-89a8-765859b2742d'),(1791,5463,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa5afe-6a7f-11e7-89a8-765859b2742d'),(1792,5464,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa5bd6-6a7f-11e7-89a8-765859b2742d'),(1793,5465,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa5cb5-6a7f-11e7-89a8-765859b2742d'),(1794,5466,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa5d90-6a7f-11e7-89a8-765859b2742d'),(1795,5467,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa5e6b-6a7f-11e7-89a8-765859b2742d'),(1796,5468,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa5f5b-6a7f-11e7-89a8-765859b2742d'),(1797,5469,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa603b-6a7f-11e7-89a8-765859b2742d'),(1798,5470,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa611a-6a7f-11e7-89a8-765859b2742d'),(1799,5471,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa6276-6a7f-11e7-89a8-765859b2742d'),(1800,5472,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa6373-6a7f-11e7-89a8-765859b2742d'),(1801,5473,'Serum electrolyte chemistry panel.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa64a2-6a7f-11e7-89a8-765859b2742d'),(1802,5474,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa6646-6a7f-11e7-89a8-765859b2742d'),(1803,5475,'Widely used test for detecting asymptomatic tuberculosis infection, or latent tuberculosis infection.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa67f2-6a7f-11e7-89a8-765859b2742d'),(1804,5476,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa6920-6a7f-11e7-89a8-765859b2742d'),(1805,5477,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa6a06-6a7f-11e7-89a8-765859b2742d'),(1806,5478,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa6aea-6a7f-11e7-89a8-765859b2742d'),(1807,5479,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa6c71-6a7f-11e7-89a8-765859b2742d'),(1808,5480,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa6d79-6a7f-11e7-89a8-765859b2742d'),(1809,5481,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa6e5e-6a7f-11e7-89a8-765859b2742d'),(1810,5482,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa6f3b-6a7f-11e7-89a8-765859b2742d'),(1811,5483,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa7017-6a7f-11e7-89a8-765859b2742d'),(1812,5484,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa70f3-6a7f-11e7-89a8-765859b2742d'),(1813,5485,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa71cc-6a7f-11e7-89a8-765859b2742d'),(1814,5486,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa72a6-6a7f-11e7-89a8-765859b2742d'),(1815,5487,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa7434-6a7f-11e7-89a8-765859b2742d'),(1816,5488,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa75af-6a7f-11e7-89a8-765859b2742d'),(1817,5489,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa76aa-6a7f-11e7-89a8-765859b2742d'),(1818,5490,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa7787-6a7f-11e7-89a8-765859b2742d'),(1819,5491,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa7862-6a7f-11e7-89a8-765859b2742d'),(1820,5492,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa7986-6a7f-11e7-89a8-765859b2742d'),(1821,5493,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa7a6e-6a7f-11e7-89a8-765859b2742d'),(1822,5494,'Immunizations/Vaccinations (specify)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa7b4f-6a7f-11e7-89a8-765859b2742d'),(1823,5495,'Alteration In OI Prophylaxis, ARV Regimens, Etc. Indicated By Lab Results','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa7c51-6a7f-11e7-89a8-765859b2742d'),(1824,5496,'Due To Lab Results - Patient Is Now Eligible For OI Prophylaxis','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa7def-6a7f-11e7-89a8-765859b2742d'),(1825,5497,'Measure of CD4 (T-helper cells) in blood','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa7f0d-6a7f-11e7-89a8-765859b2742d'),(1826,5498,'CD4 Percentage','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa7ff9-6a7f-11e7-89a8-765859b2742d'),(1827,5499,'Date of CD4 test','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa80f0-6a7f-11e7-89a8-765859b2742d'),(1828,5500,'Due To Lab Results - Patient Is Now Eligible For ARV Medications','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa81eb-6a7f-11e7-89a8-765859b2742d'),(1829,5501,'Due To Lab Results - Patient Requires A Change In Current ARV Medications','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa8341-6a7f-11e7-89a8-765859b2742d'),(1830,5502,'Due To Lab Results - Patient Needs A Further Work-Up For TB','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa8473-6a7f-11e7-89a8-765859b2742d'),(1831,5503,'Due To Lab Results - Additional Evaluation Needed','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa855c-6a7f-11e7-89a8-765859b2742d'),(1832,5504,'Due To Lab Results - Additional Evaluation Needed Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa8681-6a7f-11e7-89a8-765859b2742d'),(1833,5505,'Alteration In OI Prophylaxis, ARV Regimens, Etc. Indicated By Lab Results Comments','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa8805-6a7f-11e7-89a8-765859b2742d'),(1834,5506,'Form completed today by: Clinical officer','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa89b3-6a7f-11e7-89a8-765859b2742d'),(1835,5507,'Form completed today by: Consultant','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa8b4b-6a7f-11e7-89a8-765859b2742d'),(1836,5508,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa920c-6a7f-11e7-89a8-765859b2742d'),(1837,5509,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa960d-6a7f-11e7-89a8-765859b2742d'),(1838,5510,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa97d9-6a7f-11e7-89a8-765859b2742d'),(1839,5511,'Health Care Providers Outside MTCT-Plus Program Seen For HIV-Related Ambulatory Care','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa9970-6a7f-11e7-89a8-765859b2742d'),(1840,5512,'Outside MTCT-Plus HCP Seen For HIV-Related Ambulatory Care - Doctor Or Nurse At Public Hospital/Clinic','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa9b34-6a7f-11e7-89a8-765859b2742d'),(1841,5513,'Outside MTCT-Plus HCP Seen For HIV-Related Ambulatory Care - Pharmacist/Chemist','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6fa9ccd-6a7f-11e7-89a8-765859b2742d'),(1842,5514,'Outside MTCT-Plus HCP Seen For HIV-Related Ambulatory Care - Private Doctor','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6faa0ba-6a7f-11e7-89a8-765859b2742d'),(1843,5515,'Outside MTCT-Plus HCP Seen For HIV-Related Ambulatory Care - Traditional Care Provider','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6faa1a6-6a7f-11e7-89a8-765859b2742d'),(1844,5516,'Outside MTCT-Plus HCP Seen For HIV-Related Ambulatory Care - Other','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6faa27a-6a7f-11e7-89a8-765859b2742d'),(1845,5517,'Outside MTCT-Plus HCP Seen For HIV-Related Ambulatory Care - Other Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c6faa346-6a7f-11e7-89a8-765859b2742d'),(1846,5518,'MTCT-Plus Services Received Since Last Visit - None','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7013e0e-6a7f-11e7-89a8-765859b2742d'),(1847,5519,'MTCT-Plus Services Received Since Last Visit - Psychosocial Counseling','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701427b-6a7f-11e7-89a8-765859b2742d'),(1848,5520,'MTCT-Plus Services Received Since Last Visit - Mental Health Services','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7014527-6a7f-11e7-89a8-765859b2742d'),(1849,5521,'MTCT-Plus Services Received Since Last Visit - Adherence Counseling','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7014e05-6a7f-11e7-89a8-765859b2742d'),(1850,5522,'MTCT-Plus Services Received Since Last Visit - Social Support Services','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70150b8-6a7f-11e7-89a8-765859b2742d'),(1851,5523,'MTCT-Plus Services Received Since Last Visit - Nutritional Support','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701650c-6a7f-11e7-89a8-765859b2742d'),(1852,5524,'MTCT-Plus Services Received Since Last Visit - Other','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70167e3-6a7f-11e7-89a8-765859b2742d'),(1853,5525,'MTCT-Plus Services Received Since Last Visit - Other Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7016fe3-6a7f-11e7-89a8-765859b2742d'),(1854,5526,'Describes when mothers exclusively feed their children their own breast milk.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7017692-6a7f-11e7-89a8-765859b2742d'),(1855,5527,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7017cfd-6a7f-11e7-89a8-765859b2742d'),(1856,5528,'Current/Past Diagnosis Of Tuberculosis - Diagnosis, Comments, Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70187c1-6a7f-11e7-89a8-765859b2742d'),(1857,5529,'Current/Past Diagnosis Of Hepatic Disease - Diagnosis, Comments, Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7018ced-6a7f-11e7-89a8-765859b2742d'),(1858,5530,'Current/Past Diagnosis Of Renal Disease - Diagnosis, Comments, Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7018e67-6a7f-11e7-89a8-765859b2742d'),(1859,5531,'Current/Past Diagnosis Of Anemia - Diagnosis, Comments, Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7018fb6-6a7f-11e7-89a8-765859b2742d'),(1860,5532,'Current/Past Diagnosis Of Mental Illness - Diagnosis, Comments, Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7019139-6a7f-11e7-89a8-765859b2742d'),(1861,5533,'Current/Past Diagnosis Of Other 1','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701934a-6a7f-11e7-89a8-765859b2742d'),(1862,5534,'Current/Past Diagnosis Of Other 1 - Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7019510-6a7f-11e7-89a8-765859b2742d'),(1863,5535,'Current/Past Diagnosis Of Other 1 - Diagnosis, Comments, Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70196ca-6a7f-11e7-89a8-765859b2742d'),(1864,5536,'Current/Past Diagnosis Of Other 2','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7019931-6a7f-11e7-89a8-765859b2742d'),(1865,5537,'Current/Past Diagnosis Of Other 2 - Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7019aa2-6a7f-11e7-89a8-765859b2742d'),(1866,5538,'Current/Past Diagnosis Of Other 2 - Diagnosis, Comments, Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7019c21-6a7f-11e7-89a8-765859b2742d'),(1867,5539,'Within The Last Month, Has The Patient Experienced Signs Or Symptoms?','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7019e08-6a7f-11e7-89a8-765859b2742d'),(1868,5540,'Sign Or Symptom In Last Month - Difficulty Breathing','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7019fb3-6a7f-11e7-89a8-765859b2742d'),(1869,5541,'Sign Or Symptom In Last Month - Numbness And/Or Tingling In Legs And/Or Feet','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701a12a-6a7f-11e7-89a8-765859b2742d'),(1870,5542,'Sign Or Symptom In Last Month - Thrush','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701a282-6a7f-11e7-89a8-765859b2742d'),(1871,5543,'Sign Or Symptom In Last Month - Weakness','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701a431-6a7f-11e7-89a8-765859b2742d'),(1872,5544,'Sign Or Symptom In Last Month - Weight Gain','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701a5d5-6a7f-11e7-89a8-765859b2742d'),(1873,5545,'Sign Or Symptom In Last Month - Other 1','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701a776-6a7f-11e7-89a8-765859b2742d'),(1874,5546,'Sign Or Symptom In Last Month - Other 1 Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701a8e7-6a7f-11e7-89a8-765859b2742d'),(1875,5547,'Major congenital abnormality','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701aa44-6a7f-11e7-89a8-765859b2742d'),(1876,5548,'Rapid Breathing','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701abbd-6a7f-11e7-89a8-765859b2742d'),(1877,5549,'days, weeks, months','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701ad64-6a7f-11e7-89a8-765859b2742d'),(1878,5550,'Learning or educational problems.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701aeff-6a7f-11e7-89a8-765859b2742d'),(1879,5551,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701b085-6a7f-11e7-89a8-765859b2742d'),(1880,5552,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701b22c-6a7f-11e7-89a8-765859b2742d'),(1881,5553,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701b397-6a7f-11e7-89a8-765859b2742d'),(1882,5554,'Date of appointment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701b51c-6a7f-11e7-89a8-765859b2742d'),(1883,5555,'Wedded to another person.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701b6ca-6a7f-11e7-89a8-765859b2742d'),(1884,5556,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701b87b-6a7f-11e7-89a8-765859b2742d'),(1885,5557,'Question on encounter form: \"Number of wives?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701ba7c-6a7f-11e7-89a8-765859b2742d'),(1886,5558,'Question on encounter forms: \"How many children do you have?\" Note that this question is only asked of males, and is different from female parity or the number of children currently living with the patient.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701bc39-6a7f-11e7-89a8-765859b2742d'),(1887,5559,'Age of first child','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701be12-6a7f-11e7-89a8-765859b2742d'),(1888,5560,'Age of last child','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701c0a1-6a7f-11e7-89a8-765859b2742d'),(1889,5561,'Spouse dead','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701c214-6a7f-11e7-89a8-765859b2742d'),(1890,5562,'Discorded Couple','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701c385-6a7f-11e7-89a8-765859b2742d'),(1891,5563,'Question on encounter form: \"If widowed, suspicion of HIV as cause of death of spouse?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701c4e0-6a7f-11e7-89a8-765859b2742d'),(1892,5564,'Answer on encounter form: \"Sexual partner or co-wife suspected to have HIV\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701c650-6a7f-11e7-89a8-765859b2742d'),(1893,5565,'Is spouse aware of pt\'s HIV status','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701c7ed-6a7f-11e7-89a8-765859b2742d'),(1894,5566,'Answer on encounter form: \"Patient knows spouse or partner is HIV+\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701c997-6a7f-11e7-89a8-765859b2742d'),(1895,5567,'Question on encounter form: \"Patient has sex partners outside marriage or current relationship.\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701cb19-6a7f-11e7-89a8-765859b2742d'),(1896,5568,'Question on encounter form: \"Patient has sex partners outside marriage or current relationship.\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701ccaf-6a7f-11e7-89a8-765859b2742d'),(1897,5569,'Question on encounter form: \"Sexually active last 6 months\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701ce3d-6a7f-11e7-89a8-765859b2742d'),(1898,5570,'Question on encounter form: \"Number of different partners:\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701cfb1-6a7f-11e7-89a8-765859b2742d'),(1899,5571,'Question on encounter form: \"Does the patient or their partner use condoms?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701d17a-6a7f-11e7-89a8-765859b2742d'),(1900,5572,'Ever on HIV Therapy','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701d340-6a7f-11e7-89a8-765859b2742d'),(1901,5573,'Number of children within a family.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701d934-6a7f-11e7-89a8-765859b2742d'),(1902,5574,'The age of the family\'s first child.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701db18-6a7f-11e7-89a8-765859b2742d'),(1903,5575,'The age of the family\'s last child.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701dce2-6a7f-11e7-89a8-765859b2742d'),(1904,5576,'ARV for Mother and Child','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701deab-6a7f-11e7-89a8-765859b2742d'),(1905,5577,'Question on encounter form: \"Episiotomy done on mother:\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701e0a1-6a7f-11e7-89a8-765859b2742d'),(1906,5578,'Question on encounter form: \"ROM > 4 hours\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701e339-6a7f-11e7-89a8-765859b2742d'),(1907,5579,'Breast feeding exclusive','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701e55a-6a7f-11e7-89a8-765859b2742d'),(1908,5580,'Given Mixed feeding','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701e909-6a7f-11e7-89a8-765859b2742d'),(1909,5581,'Fomular feedings','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701ebaa-6a7f-11e7-89a8-765859b2742d'),(1910,5582,'Other feedings given','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701ee4f-6a7f-11e7-89a8-765859b2742d'),(1911,5583,'Restated brease feeding due to family presure','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701efc0-6a7f-11e7-89a8-765859b2742d'),(1912,5584,'Question on encounter form: \"If using formula, has mother/caretaker been counseled on IYCF/milk preparation?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701f112-6a7f-11e7-89a8-765859b2742d'),(1913,5585,'Question on encounter form: \"Are immunizations on schedule?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701f26c-6a7f-11e7-89a8-765859b2742d'),(1914,5586,'Question on encounter form: \"Counseled on ARV prior to birth:\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701f3ca-6a7f-11e7-89a8-765859b2742d'),(1915,5587,'Question on encounter form: \"Sibling infected with HIV?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701f521-6a7f-11e7-89a8-765859b2742d'),(1916,5588,'Question on encounter form: \"Mother Deceased?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701f69a-6a7f-11e7-89a8-765859b2742d'),(1917,5589,'Question on encounter form: \"Father Deceased?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701f85d-6a7f-11e7-89a8-765859b2742d'),(1918,5590,'Question on encounter form: \"Suspicion of HIV as cause of death in the mother?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701f9fe-6a7f-11e7-89a8-765859b2742d'),(1919,5591,'Question on encounter form: \"Suspicion of HIV as cause of death in the father?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701fbb7-6a7f-11e7-89a8-765859b2742d'),(1920,5592,'Question on encounter form: \"Father aware of infant/child\'s serostatus?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701fd18-6a7f-11e7-89a8-765859b2742d'),(1921,5593,'Question on encounter form: \"Mother on treatment for HIV/OI:\". Refers to mother receiving treatment for either HIV or opportunistic infections.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701fe70-6a7f-11e7-89a8-765859b2742d'),(1922,5594,'Type of patient being enrolled in MTCT-Plus. Look at ztblMTCTPatientType for codes','en',1,'2004-08-12 00:00:00',NULL,NULL,'c701fff9-6a7f-11e7-89a8-765859b2742d'),(1923,5595,'Woman Receiving, Or Has Received, Antenatal Care At An Affiliated pMTCT Site','en',1,'2004-08-12 00:00:00',NULL,NULL,'c702014f-6a7f-11e7-89a8-765859b2742d'),(1924,5596,'An estimation of the date in which a mother will give birth to her child.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70202c3-6a7f-11e7-89a8-765859b2742d'),(1925,5597,'Estimated Date Of Delivery (Month)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c702046a-6a7f-11e7-89a8-765859b2742d'),(1926,5598,'Estimated Date Of Delivery (Year)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c702060e-6a7f-11e7-89a8-765859b2742d'),(1927,5599,'Date in which a mother delivers her child.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7020769-6a7f-11e7-89a8-765859b2742d'),(1928,5600,'Date Of Delivery (Month)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70208ba-6a7f-11e7-89a8-765859b2742d'),(1929,5601,'Date Of Delivery (Year)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7020a43-6a7f-11e7-89a8-765859b2742d'),(1930,5602,'Member Of Household Of Woman Already Enrolled In MTCT-Plus','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7020be9-6a7f-11e7-89a8-765859b2742d'),(1931,5603,'Relationship Of Other HIV-Infected Household Adult To Index Woman','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7020e4b-6a7f-11e7-89a8-765859b2742d'),(1932,5604,'Index Woman\'s MTCT + ID','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7020fbf-6a7f-11e7-89a8-765859b2742d'),(1933,5605,'Question on encounter forms: \"How long did it take you to travel to clinic today?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7021115-6a7f-11e7-89a8-765859b2742d'),(1934,5606,'Question on encounter form: \"Have you ever attended school?\", or \"Has the child ever attended school?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c702129a-6a7f-11e7-89a8-765859b2742d'),(1935,5607,'Question on encounter forms: \"If yes, how many years of school have you completed?\" or \"Number of years of school completed by the child?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7021499-6a7f-11e7-89a8-765859b2742d'),(1936,5608,'Question on encounter forms: \"Are you employed outside the home?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7021610-6a7f-11e7-89a8-765859b2742d'),(1937,5609,'Question on encounter forms: \"Do you have electricity inside your home?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c702176c-6a7f-11e7-89a8-765859b2742d'),(1938,5610,'Question on encounter forms: \"Do you have water piped (from a tap) inside your home?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70218c5-6a7f-11e7-89a8-765859b2742d'),(1939,5611,'Question on encounter forms: \"How many people usually live in your household or are staying with you now?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7021a21-6a7f-11e7-89a8-765859b2742d'),(1940,5612,'Sub-question on encounter forms: \"How many people live in the household that are children under 5 years of age?\" Note that this can include children who are not products of either parent.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7021b7c-6a7f-11e7-89a8-765859b2742d'),(1941,5613,'Children between 5 and 14 years of age','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7021ce8-6a7f-11e7-89a8-765859b2742d'),(1942,5614,'Individuals 15 years of age or older','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7021e8d-6a7f-11e7-89a8-765859b2742d'),(1943,5615,'Marker for patients not married','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7022048-6a7f-11e7-89a8-765859b2742d'),(1944,5616,'Question on encounter form: \"Have you disclosed your HIV status to any of the following people?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70221f8-6a7f-11e7-89a8-765859b2742d'),(1945,5617,'General descriptive answer.. a patient\'s partner or spouse.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c702231c-6a7f-11e7-89a8-765859b2742d'),(1946,5618,'A general descriptive answer.. a patient\'s friend.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7022423-6a7f-11e7-89a8-765859b2742d'),(1947,5619,'A general descriptive answer: a patient\'s health care provider.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7022506-6a7f-11e7-89a8-765859b2742d'),(1948,5620,'A general descriptive answer: a patient\'s other family member.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70225e5-6a7f-11e7-89a8-765859b2742d'),(1949,5621,'A general descriptive answer: a patient\'s other household member which is not a family member.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70226c1-6a7f-11e7-89a8-765859b2742d'),(1950,5622,'A generic, descriptive answer which is a handwritten, non-coded response to a question.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70227da-6a7f-11e7-89a8-765859b2742d'),(1951,5624,'The number of times a woman has been pregnant','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7022949-6a7f-11e7-89a8-765859b2742d'),(1952,5625,'Question on encounter form: \"Year of spouse\'s death from HIV\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7022abb-6a7f-11e7-89a8-765859b2742d'),(1953,5626,'Patient\'s Relationship To Woman Enrolled In MTCT-Plus (Index Patient)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7022bb6-6a7f-11e7-89a8-765859b2742d'),(1954,5627,'Has The Child Ever Attended School?','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7022c9c-6a7f-11e7-89a8-765859b2742d'),(1955,5628,'Number Of Years Of School Completed By The Child','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7022d7e-6a7f-11e7-89a8-765859b2742d'),(1956,5629,'Is The Child Currently Attending School?','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7022e5a-6a7f-11e7-89a8-765859b2742d'),(1957,5630,'Describes how a child was delivered during the birthing process.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7022f2c-6a7f-11e7-89a8-765859b2742d'),(1958,5631,'Other method of delivery','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7023006-6a7f-11e7-89a8-765859b2742d'),(1959,5632,'Question on encounter form: \"Is the child currently being breastfed?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70230df-6a7f-11e7-89a8-765859b2742d'),(1960,5633,'Question on encounter form: \"If yes, is the child receiving any foods or liquids other than breastmilk (including water)?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70231bb-6a7f-11e7-89a8-765859b2742d'),(1961,5634,'Question on encounter form: \"If yes, Breast Feeding due to family pressure?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70232dd-6a7f-11e7-89a8-765859b2742d'),(1962,5635,'Patient\'s Mother Received ARV(s) Antepartum, Intrapartum And/Or Postpartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70234e1-6a7f-11e7-89a8-765859b2742d'),(1963,5636,'ARVs Received By Mother - Nevirapine (NVP) - Antepartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7023800-6a7f-11e7-89a8-765859b2742d'),(1964,5637,'ARVs Received By Mother - Nevirapine (NVP) - Antepartum Doses Received','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7023901-6a7f-11e7-89a8-765859b2742d'),(1965,5638,'ARVs Received By Mother - Nevirapine (NVP) - Antepartum Weeks On Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70239db-6a7f-11e7-89a8-765859b2742d'),(1966,5639,'ARVs Received By Mother - Nevirapine (NVP) - Intrapartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7023b07-6a7f-11e7-89a8-765859b2742d'),(1967,5640,'ARVs Received By Mother - Nevirapine (NVP) - Postpartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7023c69-6a7f-11e7-89a8-765859b2742d'),(1968,5641,'ARVs Received By Mother - Nevirapine (NVP) - Postpartum Doses Received','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7023de2-6a7f-11e7-89a8-765859b2742d'),(1969,5642,'ARVs Received By Mother - Nevirapine (NVP) - Postpartum Weeks On Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7023ed9-6a7f-11e7-89a8-765859b2742d'),(1970,5643,'ARVs Received By Mother - Zidovudine (AZT) - Antepartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7023fbc-6a7f-11e7-89a8-765859b2742d'),(1971,5644,'ARVs Received By Mother - Zidovudine (AZT) - Antepartum Doses Received','en',1,'2004-08-12 00:00:00',NULL,NULL,'c702409c-6a7f-11e7-89a8-765859b2742d'),(1972,5645,'ARVs Received By Mother - Zidovudine (AZT) - Antepartum Weeks On Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c702417c-6a7f-11e7-89a8-765859b2742d'),(1973,5646,'ARVs Received By Mother - Zidovudine (AZT) - Intrapartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7024258-6a7f-11e7-89a8-765859b2742d'),(1974,5647,'ARVs Received By Mother - Zidovudine (AZT) - Postpartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c702433a-6a7f-11e7-89a8-765859b2742d'),(1975,5648,'ARVs Received By Mother - Zidovudine (AZT) - Postpartum Doses Received','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7024416-6a7f-11e7-89a8-765859b2742d'),(1976,5649,'ARVs Received By Mother - Zidovudine (AZT) - Postpartum Weeks On Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70244f3-6a7f-11e7-89a8-765859b2742d'),(1977,5650,'ARVs Received By Mother - Lamivudine (3TC) - Antepartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70245d3-6a7f-11e7-89a8-765859b2742d'),(1978,5651,'ARVs Received By Mother - Lamivudine (3TC) - Antepartum Doses Received','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70246b3-6a7f-11e7-89a8-765859b2742d'),(1979,5652,'ARVs Received By Mother - Lamivudine (3TC) - Antepartum Weeks On Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7024792-6a7f-11e7-89a8-765859b2742d'),(1980,5653,'ARVs Received By Mother - Lamivudine (3TC) - Intrapartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c702486c-6a7f-11e7-89a8-765859b2742d'),(1981,5654,'ARVs Received By Mother - Lamivudine (3TC) - Postpartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7024947-6a7f-11e7-89a8-765859b2742d'),(1982,5655,'ARVs Received By Mother - Lamivudine (3TC) - Postpartum Doses Received','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7024a74-6a7f-11e7-89a8-765859b2742d'),(1983,5656,'ARVs Received By Mother - Lamivudine (3TC) - Postpartum Weeks On Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7024b79-6a7f-11e7-89a8-765859b2742d'),(1984,5657,'ARVs Received By Mother - Other - Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7024c59-6a7f-11e7-89a8-765859b2742d'),(1985,5658,'ARVs Received By Mother - Other - Antepartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7024d2b-6a7f-11e7-89a8-765859b2742d'),(1986,5659,'ARVs Received By Mother - Other - Antepartum Doses Received','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7024e26-6a7f-11e7-89a8-765859b2742d'),(1987,5660,'ARVs Received By Mother - Other - Antepartum Weeks On Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7024f97-6a7f-11e7-89a8-765859b2742d'),(1988,5661,'ARVs Received By Mother - Other - Intrapartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7025103-6a7f-11e7-89a8-765859b2742d'),(1989,5662,'ARVs Received By Mother - Other - Postpartum','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70252a0-6a7f-11e7-89a8-765859b2742d'),(1990,5663,'ARVs Received By Mother - Other - Postpartum Doses Received','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70256cd-6a7f-11e7-89a8-765859b2742d'),(1991,5664,'ARVs Received By Mother - Other - Postpartum Weeks On Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70257b3-6a7f-11e7-89a8-765859b2742d'),(1992,5665,'Question on encounter form: \"Did the child receive ARVs during the newborn period for prophylaxis?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70258a8-6a7f-11e7-89a8-765859b2742d'),(1993,5666,'ARVs Received By Child - Nevirapine (NVP) - Number Of Doses Received','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7025a2e-6a7f-11e7-89a8-765859b2742d'),(1994,5667,'ARVs Received By Child - Nevirapine (NVP) - Number Of Weeks On Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7025c98-6a7f-11e7-89a8-765859b2742d'),(1995,5668,'ARVs Received By Child - Zidovudine (AZT) - Number Of Doses Received','en',1,'2004-08-12 00:00:00',NULL,NULL,'c702632e-6a7f-11e7-89a8-765859b2742d'),(1996,5669,'ARVs Received By Child - Zidovudine (AZT) - Number Of Weeks On Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7026703-6a7f-11e7-89a8-765859b2742d'),(1997,5670,'ARVs Received By Child - Lamivudine (3TC) Antepartum - Number Of Doses Received','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70268c1-6a7f-11e7-89a8-765859b2742d'),(1998,5671,'ARVs Received By Child - Lamivudine (3TC) Antepartum - Number Of Weeks On Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7026a3a-6a7f-11e7-89a8-765859b2742d'),(1999,5672,'ARVs Received By Child - Other - Number Of Doses Received','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7026fa1-6a7f-11e7-89a8-765859b2742d'),(2000,5673,'ARVs Received By Child - Other - Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7095c6c-6a7f-11e7-89a8-765859b2742d'),(2001,5674,'ARVs Received By Child - Other - Number Of Weeks On Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7096144-6a7f-11e7-89a8-765859b2742d'),(2002,5675,'Question on encounter forms: \"Number of your children living with you now?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7096978-6a7f-11e7-89a8-765859b2742d'),(2003,5676,'Question on encounter forms: \"Number of your children living with you now <5 yrs old?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7096c36-6a7f-11e7-89a8-765859b2742d'),(2004,5677,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70973b7-6a7f-11e7-89a8-765859b2742d'),(2005,5678,'Date of visit for diagnosis','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70978b0-6a7f-11e7-89a8-765859b2742d'),(2006,5679,'Patient\'s problem','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7098226-6a7f-11e7-89a8-765859b2742d'),(2007,5680,'Is problem Active','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7098a2b-6a7f-11e7-89a8-765859b2742d'),(2008,5681,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7099185-6a7f-11e7-89a8-765859b2742d'),(2009,5682,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709a296-6a7f-11e7-89a8-765859b2742d'),(2010,5683,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709a482-6a7f-11e7-89a8-765859b2742d'),(2011,5684,'Date of visit for diagnosis','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709a64f-6a7f-11e7-89a8-765859b2742d'),(2012,5685,'Patient\'s surgical','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709a801-6a7f-11e7-89a8-765859b2742d'),(2013,5686,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709a9a0-6a7f-11e7-89a8-765859b2742d'),(2014,5687,'Date of visit for diagnosis','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709ab54-6a7f-11e7-89a8-765859b2742d'),(2015,5688,'Patient\'s symptom','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709ad06-6a7f-11e7-89a8-765859b2742d'),(2016,5689,'Is problem Active','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709af24-6a7f-11e7-89a8-765859b2742d'),(2017,5690,'How severe is symptom','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709b0d3-6a7f-11e7-89a8-765859b2742d'),(2018,5691,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709b286-6a7f-11e7-89a8-765859b2742d'),(2019,5692,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709b482-6a7f-11e7-89a8-765859b2742d'),(2020,5693,'Visit number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709b5fd-6a7f-11e7-89a8-765859b2742d'),(2021,5694,'Code of the term given. The code can be found in the table DiseaseSystem','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709b754-6a7f-11e7-89a8-765859b2742d'),(2022,5695,'Result of the test given','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709b8a2-6a7f-11e7-89a8-765859b2742d'),(2023,5696,'Clinic where the test was given','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709b9e2-6a7f-11e7-89a8-765859b2742d'),(2024,5697,'The amount charged for the test or drug','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709bb4a-6a7f-11e7-89a8-765859b2742d'),(2025,5698,'Was the charge paid','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709bd05-6a7f-11e7-89a8-765859b2742d'),(2026,5699,'Reason for not paying','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709bec5-6a7f-11e7-89a8-765859b2742d'),(2027,5700,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709c08a-6a7f-11e7-89a8-765859b2742d'),(2028,5701,'Date of appointment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709c260-6a7f-11e7-89a8-765859b2742d'),(2029,5702,'Has the patient received Isoniazid(INH)prophylaxis in the past?','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709c447-6a7f-11e7-89a8-765859b2742d'),(2030,5703,'Question on encounter form: \"Has the patient been hospitalized in the past year?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709c5f9-6a7f-11e7-89a8-765859b2742d'),(2031,5704,'Question on encounter form: \"If yes, how many hospitalizations did the patient have in the past year?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709c7b8-6a7f-11e7-89a8-765859b2742d'),(2032,5705,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709c95c-6a7f-11e7-89a8-765859b2742d'),(2033,5706,'Yes/no question on encounter forms: \"Is the patient currently taking, or has the patient ever taken, any of the following antiretroviral medications?\" More detail coded in other concepts.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709cafd-6a7f-11e7-89a8-765859b2742d'),(2034,5707,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709cce6-6a7f-11e7-89a8-765859b2742d'),(2035,5708,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709cea8-6a7f-11e7-89a8-765859b2742d'),(2036,5709,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709d089-6a7f-11e7-89a8-765859b2742d'),(2037,5710,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709d233-6a7f-11e7-89a8-765859b2742d'),(2038,5711,'ARVs Started/Continued Since Last Visit - Zidovudine (AZT)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709d3b9-6a7f-11e7-89a8-765859b2742d'),(2039,5712,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709d5c2-6a7f-11e7-89a8-765859b2742d'),(2040,5713,'ARVs Discontinued Since Last Visit - Zidovudine (AZT)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709d7aa-6a7f-11e7-89a8-765859b2742d'),(2041,5714,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709d983-6a7f-11e7-89a8-765859b2742d'),(2042,5715,'Discontinuation Reason #1 - Zidovudine (AZT)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709db37-6a7f-11e7-89a8-765859b2742d'),(2043,5716,'Discontinuation Reason #2 - Zidovudine (AZT)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709dcd5-6a7f-11e7-89a8-765859b2742d'),(2044,5717,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709de95-6a7f-11e7-89a8-765859b2742d'),(2045,5718,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709e04d-6a7f-11e7-89a8-765859b2742d'),(2046,5719,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709e1ed-6a7f-11e7-89a8-765859b2742d'),(2047,5720,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709e3b2-6a7f-11e7-89a8-765859b2742d'),(2048,5721,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709e55e-6a7f-11e7-89a8-765859b2742d'),(2049,5722,'ARVs Started/Continued Since Last Visit - Lamivudine','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709e6dd-6a7f-11e7-89a8-765859b2742d'),(2050,5723,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709e87f-6a7f-11e7-89a8-765859b2742d'),(2051,5724,'ARVs Discontinued Since Last Visit - Lamivudine','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709ea2b-6a7f-11e7-89a8-765859b2742d'),(2052,5725,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709ebe0-6a7f-11e7-89a8-765859b2742d'),(2053,5726,'Discontinuation Reason #1 - Lamivudine (3TC)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709ed9d-6a7f-11e7-89a8-765859b2742d'),(2054,5727,'Discontinuation Reason #2 - Lamivudine (3TC)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709ef4b-6a7f-11e7-89a8-765859b2742d'),(2055,5728,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709f0d4-6a7f-11e7-89a8-765859b2742d'),(2056,5729,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709f2ca-6a7f-11e7-89a8-765859b2742d'),(2057,5730,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709f48b-6a7f-11e7-89a8-765859b2742d'),(2058,5731,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709f635-6a7f-11e7-89a8-765859b2742d'),(2059,5732,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709f7f6-6a7f-11e7-89a8-765859b2742d'),(2060,5733,'ARVs Started/Continued Since Last Visit - Stavudine','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709f99c-6a7f-11e7-89a8-765859b2742d'),(2061,5734,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709fb52-6a7f-11e7-89a8-765859b2742d'),(2062,5735,'ARVs Discontinued Since Last Visit - Stavudine','en',1,'2004-08-12 00:00:00',NULL,NULL,'c709fe72-6a7f-11e7-89a8-765859b2742d'),(2063,5736,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a0031-6a7f-11e7-89a8-765859b2742d'),(2064,5737,'Discontinuation Reason #1 - Stavudine (d4T)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a01f7-6a7f-11e7-89a8-765859b2742d'),(2065,5738,'Discontinuation Reason #2 - Stavudine (d4T)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a03ab-6a7f-11e7-89a8-765859b2742d'),(2066,5739,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a055e-6a7f-11e7-89a8-765859b2742d'),(2067,5740,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a070f-6a7f-11e7-89a8-765859b2742d'),(2068,5741,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a08c4-6a7f-11e7-89a8-765859b2742d'),(2069,5742,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a0a60-6a7f-11e7-89a8-765859b2742d'),(2070,5743,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a0bfb-6a7f-11e7-89a8-765859b2742d'),(2071,5744,'ARVs Started/Continued Since Last Visit - Didanosine','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a0da1-6a7f-11e7-89a8-765859b2742d'),(2072,5745,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a0f49-6a7f-11e7-89a8-765859b2742d'),(2073,5746,'ARVs Discontinued Since Last Visit - Didanosine','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a10f0-6a7f-11e7-89a8-765859b2742d'),(2074,5747,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a12a7-6a7f-11e7-89a8-765859b2742d'),(2075,5748,'Discontinuation Reason #1 - Didanosine (ddI)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a144c-6a7f-11e7-89a8-765859b2742d'),(2076,5749,'Discontinuation Reason #2 - Didanosine (ddI)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a1646-6a7f-11e7-89a8-765859b2742d'),(2077,5750,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a1cce-6a7f-11e7-89a8-765859b2742d'),(2078,5751,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a1e9a-6a7f-11e7-89a8-765859b2742d'),(2079,5752,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a2045-6a7f-11e7-89a8-765859b2742d'),(2080,5753,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a21fd-6a7f-11e7-89a8-765859b2742d'),(2081,5754,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a2429-6a7f-11e7-89a8-765859b2742d'),(2082,5755,'ARVs Started/Continued Since Last Visit - Abacavir','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a25fe-6a7f-11e7-89a8-765859b2742d'),(2083,5756,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a27b2-6a7f-11e7-89a8-765859b2742d'),(2084,5757,'ARVs Discontinued Since Last Visit - Abacavir','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a2975-6a7f-11e7-89a8-765859b2742d'),(2085,5758,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a2b39-6a7f-11e7-89a8-765859b2742d'),(2086,5759,'Discontinuation Reason #1 - Abacavir (ABC)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a2cf8-6a7f-11e7-89a8-765859b2742d'),(2087,5760,'Discontinuation Reason #2 - Abacavir (ABC)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a2ea2-6a7f-11e7-89a8-765859b2742d'),(2088,5761,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a305a-6a7f-11e7-89a8-765859b2742d'),(2089,5762,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a31f3-6a7f-11e7-89a8-765859b2742d'),(2090,5763,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a339a-6a7f-11e7-89a8-765859b2742d'),(2091,5764,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a353e-6a7f-11e7-89a8-765859b2742d'),(2092,5765,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a3718-6a7f-11e7-89a8-765859b2742d'),(2093,5766,'ARVs Started/Continued Since Last Visit - Nevirapine','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a39e8-6a7f-11e7-89a8-765859b2742d'),(2094,5767,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a3c95-6a7f-11e7-89a8-765859b2742d'),(2095,5768,'ARVs Discontinued Since Last Visit - Nevirapine','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a3f50-6a7f-11e7-89a8-765859b2742d'),(2096,5769,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a4331-6a7f-11e7-89a8-765859b2742d'),(2097,5770,'Discontinuation Reason #1 - Nevirapine (NVP)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a45f5-6a7f-11e7-89a8-765859b2742d'),(2098,5771,'Discontinuation Reason #2 - Nevirapine (NVP)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a490e-6a7f-11e7-89a8-765859b2742d'),(2099,5772,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a4c17-6a7f-11e7-89a8-765859b2742d'),(2100,5773,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a4ead-6a7f-11e7-89a8-765859b2742d'),(2101,5774,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a5176-6a7f-11e7-89a8-765859b2742d'),(2102,5775,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a5444-6a7f-11e7-89a8-765859b2742d'),(2103,5776,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a570b-6a7f-11e7-89a8-765859b2742d'),(2104,5777,'ARVs Started/Continued Since Last Visit - Efavirenz','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a59b8-6a7f-11e7-89a8-765859b2742d'),(2105,5778,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a5c58-6a7f-11e7-89a8-765859b2742d'),(2106,5779,'ARVs Discontinued Since Last Visit - Efavirenz','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a5ef9-6a7f-11e7-89a8-765859b2742d'),(2107,5780,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a617d-6a7f-11e7-89a8-765859b2742d'),(2108,5781,'Discontinuation Reason #1 - Efavirenz (EFV)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a640f-6a7f-11e7-89a8-765859b2742d'),(2109,5782,'Discontinuation Reason #2 - Efavirenz (EFV)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a66ab-6a7f-11e7-89a8-765859b2742d'),(2110,5783,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a6955-6a7f-11e7-89a8-765859b2742d'),(2111,5784,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a6c1d-6a7f-11e7-89a8-765859b2742d'),(2112,5785,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a6ea4-6a7f-11e7-89a8-765859b2742d'),(2113,5786,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a7196-6a7f-11e7-89a8-765859b2742d'),(2114,5787,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a7450-6a7f-11e7-89a8-765859b2742d'),(2115,5788,'ARVs Started/Continued Since Last Visit -Nelfinavir','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a76f1-6a7f-11e7-89a8-765859b2742d'),(2116,5789,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a79e5-6a7f-11e7-89a8-765859b2742d'),(2117,5790,'ARVs Discontinued Since Last Visit - Nelfinavir','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a7c87-6a7f-11e7-89a8-765859b2742d'),(2118,5791,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a7f25-6a7f-11e7-89a8-765859b2742d'),(2119,5792,'Discontinuation Reason #1 - Nelfinavir (NFV)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a80df-6a7f-11e7-89a8-765859b2742d'),(2120,5793,'Discontinuation Reason #2 - Nelfinavir (NFV)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a8282-6a7f-11e7-89a8-765859b2742d'),(2121,5794,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a842c-6a7f-11e7-89a8-765859b2742d'),(2122,5795,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a85dc-6a7f-11e7-89a8-765859b2742d'),(2123,5796,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a878a-6a7f-11e7-89a8-765859b2742d'),(2124,5797,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a8938-6a7f-11e7-89a8-765859b2742d'),(2125,5798,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a8aef-6a7f-11e7-89a8-765859b2742d'),(2126,5799,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a8c96-6a7f-11e7-89a8-765859b2742d'),(2127,5800,'ARVs Started/Continued Since Last Visit -Other','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a8e4f-6a7f-11e7-89a8-765859b2742d'),(2128,5801,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a901e-6a7f-11e7-89a8-765859b2742d'),(2129,5802,'ARVs Discontinued Since Last Visit - Other','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a91db-6a7f-11e7-89a8-765859b2742d'),(2130,5803,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a9389-6a7f-11e7-89a8-765859b2742d'),(2131,5804,'Discontinuation Reason #1 - Other','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a9533-6a7f-11e7-89a8-765859b2742d'),(2132,5805,'Discontinuation Reason #2 -Other','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a96e2-6a7f-11e7-89a8-765859b2742d'),(2133,5806,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a990c-6a7f-11e7-89a8-765859b2742d'),(2134,5807,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a9ae1-6a7f-11e7-89a8-765859b2742d'),(2135,5808,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a9cac-6a7f-11e7-89a8-765859b2742d'),(2136,5809,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70a9e78-6a7f-11e7-89a8-765859b2742d'),(2137,5810,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aa092-6a7f-11e7-89a8-765859b2742d'),(2138,5811,'Generic answer to a question. Patient knows that they are on an antiretroviral medicine, but does not know the name of it, and it hasn\'t been specified on the encounter form.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aa241-6a7f-11e7-89a8-765859b2742d'),(2139,5812,'ARVs Started/Continued Since Last Visit -Unknown','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aa409-6a7f-11e7-89a8-765859b2742d'),(2140,5813,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aa5bf-6a7f-11e7-89a8-765859b2742d'),(2141,5814,'ARVs Discontinued Since Last Visit -Unknown','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aa765-6a7f-11e7-89a8-765859b2742d'),(2142,5815,'Discontinuation Reason #1 - Unknown','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aa90f-6a7f-11e7-89a8-765859b2742d'),(2143,5816,'Discontinuation Reason #2 - Unknown','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aaaba-6a7f-11e7-89a8-765859b2742d'),(2144,5817,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aac75-6a7f-11e7-89a8-765859b2742d'),(2145,5818,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aae2d-6a7f-11e7-89a8-765859b2742d'),(2146,5819,'Comments About All ARVs #Added By Chris 29/8/03#','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aaff4-6a7f-11e7-89a8-765859b2742d'),(2147,5821,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ab18e-6a7f-11e7-89a8-765859b2742d'),(2148,5822,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ab333-6a7f-11e7-89a8-765859b2742d'),(2149,5823,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ab4d9-6a7f-11e7-89a8-765859b2742d'),(2150,5824,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ab69f-6a7f-11e7-89a8-765859b2742d'),(2151,5825,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ab99e-6a7f-11e7-89a8-765859b2742d'),(2152,5826,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70abb34-6a7f-11e7-89a8-765859b2742d'),(2153,5827,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70abc34-6a7f-11e7-89a8-765859b2742d'),(2154,5828,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70abd20-6a7f-11e7-89a8-765859b2742d'),(2155,5829,'Antituberculosis agent used to treat patients with active tuberculosis, usually in combination with other agents.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70abe02-6a7f-11e7-89a8-765859b2742d'),(2156,5830,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70abf4f-6a7f-11e7-89a8-765859b2742d'),(2157,5831,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ac03e-6a7f-11e7-89a8-765859b2742d'),(2158,5832,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ac1a9-6a7f-11e7-89a8-765859b2742d'),(2159,5833,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ac2c7-6a7f-11e7-89a8-765859b2742d'),(2160,5834,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ac3a8-6a7f-11e7-89a8-765859b2742d'),(2161,5835,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ac48e-6a7f-11e7-89a8-765859b2742d'),(2162,5836,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ac56d-6a7f-11e7-89a8-765859b2742d'),(2163,5837,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ac64a-6a7f-11e7-89a8-765859b2742d'),(2164,5838,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ac72c-6a7f-11e7-89a8-765859b2742d'),(2165,5839,'Set (and answer) to a series of antimalarial medications used within this setting.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ac81d-6a7f-11e7-89a8-765859b2742d'),(2166,5840,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ac90d-6a7f-11e7-89a8-765859b2742d'),(2167,5841,'Potential future set (and answer) to a series of herbal medications used within this setting.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ac9f3-6a7f-11e7-89a8-765859b2742d'),(2168,5842,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70acade-6a7f-11e7-89a8-765859b2742d'),(2169,5843,'A set (and answer) of mineral nutrients given as supplements.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70acbc8-6a7f-11e7-89a8-765859b2742d'),(2170,5844,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70accb3-6a7f-11e7-89a8-765859b2742d'),(2171,5845,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70acd9e-6a7f-11e7-89a8-765859b2742d'),(2172,5846,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ace83-6a7f-11e7-89a8-765859b2742d'),(2173,5847,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70acf66-6a7f-11e7-89a8-765859b2742d'),(2174,5848,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ad04a-6a7f-11e7-89a8-765859b2742d'),(2175,5849,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ad128-6a7f-11e7-89a8-765859b2742d'),(2176,5850,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ad210-6a7f-11e7-89a8-765859b2742d'),(2177,5851,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ad332-6a7f-11e7-89a8-765859b2742d'),(2178,5852,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ad41b-6a7f-11e7-89a8-765859b2742d'),(2179,5853,'Question on encounter form: \"Has the patient received any immunizations?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ad4fa-6a7f-11e7-89a8-765859b2742d'),(2180,5854,'Vaccine Received - BCG','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ad5e2-6a7f-11e7-89a8-765859b2742d'),(2181,5855,'Total Number Of Vaccine Doses Received Before Enrollment - BCG','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ad6c9-6a7f-11e7-89a8-765859b2742d'),(2182,5856,'Vaccine Received - HBV','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ad7b1-6a7f-11e7-89a8-765859b2742d'),(2183,5857,'Total Number Of Vaccine Doses Received Before Enrollment - HBV','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70adbcd-6a7f-11e7-89a8-765859b2742d'),(2184,5858,'Vaccine Received - DPT','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70adcd3-6a7f-11e7-89a8-765859b2742d'),(2185,5859,'Total Number Of Vaccine Doses Received Before Enrollment - DPT','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70addae-6a7f-11e7-89a8-765859b2742d'),(2186,5860,'Vaccine Received - OPV','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70adff4-6a7f-11e7-89a8-765859b2742d'),(2187,5861,'Total Number Of Vaccine Doses Received Before Enrollment - OPV','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ae0fa-6a7f-11e7-89a8-765859b2742d'),(2188,5862,'Vaccine Received - Measles','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ae228-6a7f-11e7-89a8-765859b2742d'),(2189,5863,'Total Number Of Vaccine Doses Received Before Enrollment - Measles','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ae31d-6a7f-11e7-89a8-765859b2742d'),(2190,5864,'Vaccine given for Yellow Fever.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ae40e-6a7f-11e7-89a8-765859b2742d'),(2191,5865,'Total Number Of Vaccine Doses Received Before Enrollment - Yellow Fever','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ae4f2-6a7f-11e7-89a8-765859b2742d'),(2192,5866,'Vaccine Received - Other 1','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ae5da-6a7f-11e7-89a8-765859b2742d'),(2193,5867,'Vaccine Received - Other 1 Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ae6ba-6a7f-11e7-89a8-765859b2742d'),(2194,5868,'Total Number Of Vaccine Doses Received Before Enrollment - Other 1','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ae7a9-6a7f-11e7-89a8-765859b2742d'),(2195,5869,'ARV Medications Start Date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70ae945-6a7f-11e7-89a8-765859b2742d'),(2196,5870,'ARV Medications - Comments','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aea6a-6a7f-11e7-89a8-765859b2742d'),(2197,5871,'Number Of Pills Taken By Patient In Last Seven Days','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aeb5f-6a7f-11e7-89a8-765859b2742d'),(2198,5872,'Reasons For Missed ARVs In Last Seven Days - Forgot','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aec42-6a7f-11e7-89a8-765859b2742d'),(2199,5873,'Reasons For Missed ARVs In Last Seven Days - Felt Too Ill','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aed29-6a7f-11e7-89a8-765859b2742d'),(2200,5874,'Reasons For Missed ARVs In Last Seven Days - Side Effects','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aee0f-6a7f-11e7-89a8-765859b2742d'),(2201,5875,'Reasons For Missed ARVs In Last Seven Days - Clinic Ran Out Of Medication','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aeef8-6a7f-11e7-89a8-765859b2742d'),(2202,5876,'Reasons For Missed ARVs In Last Seven Days - Lost Her/His Medication','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70aeffc-6a7f-11e7-89a8-765859b2742d'),(2203,5877,'Reasons For Missed ARVs In Last Seven Days - Disclosure Issues','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70af100-6a7f-11e7-89a8-765859b2742d'),(2204,5878,'Reasons For Missed ARVs In Last Seven Days - Patient Ran Out Of Pills','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70af1d7-6a7f-11e7-89a8-765859b2742d'),(2205,5879,'Reasons For Missed ARVs In Last Seven Days - Other Reason','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70af2af-6a7f-11e7-89a8-765859b2742d'),(2206,5880,'Reasons For Missed ARVs In Last Seven Days - Other Reason Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70af385-6a7f-11e7-89a8-765859b2742d'),(2207,5881,'Reasons For Missed ARVs In Last Seven Days - Patient Vomited Medication','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70af45a-6a7f-11e7-89a8-765859b2742d'),(2208,5882,'Reasons For Missed ARVs In Last Seven Days - Patient Refused To Take Medication','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70af52d-6a7f-11e7-89a8-765859b2742d'),(2209,5883,'Person Providing Patient ARV Adherence Information - Mother','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70af601-6a7f-11e7-89a8-765859b2742d'),(2210,5884,'Person Providing Patient ARV Adherence Information - Father','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70af9ef-6a7f-11e7-89a8-765859b2742d'),(2211,5885,'Person Providing Patient ARV Adherence Information - Patient','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70afb10-6a7f-11e7-89a8-765859b2742d'),(2212,5886,'Person Providing Patient ARV Adherence Information - Sibling','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70afbe8-6a7f-11e7-89a8-765859b2742d'),(2213,5887,'Person Providing Patient ARV Adherence Information - Other','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70afcb9-6a7f-11e7-89a8-765859b2742d'),(2214,5888,'Person Providing Patient ARV Adherence Information - Other Description','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70afd86-6a7f-11e7-89a8-765859b2742d'),(2215,5889,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70afe54-6a7f-11e7-89a8-765859b2742d'),(2216,5890,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70b02e7-6a7f-11e7-89a8-765859b2742d'),(2217,5891,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70b03ec-6a7f-11e7-89a8-765859b2742d'),(2218,5892,'Other Drugs not in the list (jr)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c70b04c3-6a7f-11e7-89a8-765859b2742d'),(2219,5893,'Strength of medicine','en',1,'2004-08-12 00:00:00',NULL,NULL,'c710fa92-6a7f-11e7-89a8-765859b2742d'),(2220,5894,'How often to take meds','en',1,'2004-08-12 00:00:00',NULL,NULL,'c710fe0e-6a7f-11e7-89a8-765859b2742d'),(2221,5895,'Rx sig','en',1,'2004-08-12 00:00:00',NULL,NULL,'c710ffb8-6a7f-11e7-89a8-765859b2742d'),(2222,5896,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71107c2-6a7f-11e7-89a8-765859b2742d'),(2223,5897,'Date drug discontinued','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7110a38-6a7f-11e7-89a8-765859b2742d'),(2224,5898,'Drugs Stopped due to Toxicity','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7110e12-6a7f-11e7-89a8-765859b2742d'),(2225,5899,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7111666-6a7f-11e7-89a8-765859b2742d'),(2226,5900,'Date of visit for diagnosis','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71117ee-6a7f-11e7-89a8-765859b2742d'),(2227,5901,'Patient\'s problem','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7111bf4-6a7f-11e7-89a8-765859b2742d'),(2228,5902,'Is problem Active','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711207c-6a7f-11e7-89a8-765859b2742d'),(2229,5903,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7112712-6a7f-11e7-89a8-765859b2742d'),(2230,5904,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7113803-6a7f-11e7-89a8-765859b2742d'),(2231,5905,'Visit number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7113a15-6a7f-11e7-89a8-765859b2742d'),(2232,5906,'Other test performed','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7113bba-6a7f-11e7-89a8-765859b2742d'),(2233,5907,'Result of the test given','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7113d5f-6a7f-11e7-89a8-765859b2742d'),(2234,5908,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7113f1e-6a7f-11e7-89a8-765859b2742d'),(2235,5909,'MTRH ID IF PATEINT WAS TRANSFERED','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71140c9-6a7f-11e7-89a8-765859b2742d'),(2236,5910,'CALCULATED AGE','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711425e-6a7f-11e7-89a8-765859b2742d'),(2237,5911,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71143cd-6a7f-11e7-89a8-765859b2742d'),(2238,5912,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711456b-6a7f-11e7-89a8-765859b2742d'),(2239,5913,'Patient\'s first name','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711471b-6a7f-11e7-89a8-765859b2742d'),(2240,5914,'Patient\'s middle name','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71148c2-6a7f-11e7-89a8-765859b2742d'),(2241,5915,'Patient\'s last name','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71149d6-6a7f-11e7-89a8-765859b2742d'),(2242,5916,'Measurement of a person\'s birth weight in kilograms.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7114b63-6a7f-11e7-89a8-765859b2742d'),(2243,5917,'Day of Birth','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7114d32-6a7f-11e7-89a8-765859b2742d'),(2244,5918,'Month of Birth','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7114ece-6a7f-11e7-89a8-765859b2742d'),(2245,5919,'Year of Birth','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115036-6a7f-11e7-89a8-765859b2742d'),(2246,5920,'Patient\'s birth date','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115120-6a7f-11e7-89a8-765859b2742d'),(2247,5921,'Patient\'s mother\'s first name','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71151fd-6a7f-11e7-89a8-765859b2742d'),(2248,5922,'Child\'s Father\'s name','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71152dd-6a7f-11e7-89a8-765859b2742d'),(2249,5923,'Patient\'s gender','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71153b7-6a7f-11e7-89a8-765859b2742d'),(2250,5924,'Patient\'s tribe of origin','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115497-6a7f-11e7-89a8-765859b2742d'),(2251,5925,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71155b0-6a7f-11e7-89a8-765859b2742d'),(2252,5926,'Gestation at birth','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115696-6a7f-11e7-89a8-765859b2742d'),(2253,5927,'Is the patient inside the Mosoriot catchment area','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115771-6a7f-11e7-89a8-765859b2742d'),(2254,5928,'Approximate date patient passed away','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115850-6a7f-11e7-89a8-765859b2742d'),(2255,5929,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711592e-6a7f-11e7-89a8-765859b2742d'),(2256,5930,'Lost to followup after 3 months','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115a07-6a7f-11e7-89a8-765859b2742d'),(2257,5931,'Other tribes not listed','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115ae0-6a7f-11e7-89a8-765859b2742d'),(2258,5932,'Date of first Registration','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115bc0-6a7f-11e7-89a8-765859b2742d'),(2259,5933,'Death','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115c97-6a7f-11e7-89a8-765859b2742d'),(2260,5934,'Patient pays for workup and Treatment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115d72-6a7f-11e7-89a8-765859b2742d'),(2261,5935,'Social Economic status','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115e4e-6a7f-11e7-89a8-765859b2742d'),(2262,5936,'Id for the Plus program','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7115f28-6a7f-11e7-89a8-765859b2742d'),(2263,5937,'291 for Moi, 292 for Mosoriot','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711608a-6a7f-11e7-89a8-765859b2742d'),(2264,5938,'Site Code 29','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711621c-6a7f-11e7-89a8-765859b2742d'),(2265,5939,'Id for mother of the child','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7116390-6a7f-11e7-89a8-765859b2742d'),(2266,5940,'Patient\'s Village //Added By CJ on 15/10/03','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7116524-6a7f-11e7-89a8-765859b2742d'),(2267,5941,'Patient\'s Identification number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71166ac-6a7f-11e7-89a8-765859b2742d'),(2268,5942,'Date of appointment','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7116861-6a7f-11e7-89a8-765859b2742d'),(2269,5943,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71169a9-6a7f-11e7-89a8-765859b2742d'),(2270,5944,'Visit Number','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7116ad5-6a7f-11e7-89a8-765859b2742d'),(2271,5945,'Abnormally high body temperature.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7116bb9-6a7f-11e7-89a8-765859b2742d'),(2272,5946,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7116cdd-6a7f-11e7-89a8-765859b2742d'),(2273,5947,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7116e8b-6a7f-11e7-89a8-765859b2742d'),(2274,5948,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7116fc0-6a7f-11e7-89a8-765859b2742d'),(2275,5949,'Physical or mental weariness resulting from exertion.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7117159-6a7f-11e7-89a8-765859b2742d'),(2276,5950,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71172c3-6a7f-11e7-89a8-765859b2742d'),(2277,5951,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71173b5-6a7f-11e7-89a8-765859b2742d'),(2278,5952,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7117491-6a7f-11e7-89a8-765859b2742d'),(2279,5953,'Reduced visual capacity.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711756a-6a7f-11e7-89a8-765859b2742d'),(2280,5954,'Difficulty with the act of swallowing.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71176ee-6a7f-11e7-89a8-765859b2742d'),(2281,5955,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71177e3-6a7f-11e7-89a8-765859b2742d'),(2282,5956,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71178c5-6a7f-11e7-89a8-765859b2742d'),(2283,5957,'A cough that expels mucus or sputum from the respiratory tract.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711799e-6a7f-11e7-89a8-765859b2742d'),(2284,5958,'Question on encounter form which details the quality of the patient\'s productive cough.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7117a85-6a7f-11e7-89a8-765859b2742d'),(2285,5959,'Question on encounter form, describes cough duration on review of systems.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7117b6d-6a7f-11e7-89a8-765859b2742d'),(2286,5960,'Sensation of being out of breath.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7117c4f-6a7f-11e7-89a8-765859b2742d'),(2287,5961,'Sensation of being out of breath while at rest.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7117d30-6a7f-11e7-89a8-765859b2742d'),(2288,5962,'Question on encounter form, describes shortness of breath duration on review of systems.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7117e0b-6a7f-11e7-89a8-765859b2742d'),(2289,5963,'Sensation of being out of breath with exertion.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7117f22-6a7f-11e7-89a8-765859b2742d'),(2290,5964,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7118004-6a7f-11e7-89a8-765859b2742d'),(2291,5965,'Question on encounter form: \"Is patient currently on TB treatment?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71180e9-6a7f-11e7-89a8-765859b2742d'),(2292,5966,'Question on encounter form: Year patient completed tuberculosis treatment.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71181ef-6a7f-11e7-89a8-765859b2742d'),(2293,5967,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7118377-6a7f-11e7-89a8-765859b2742d'),(2294,5968,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711847d-6a7f-11e7-89a8-765859b2742d'),(2295,5969,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711855e-6a7f-11e7-89a8-765859b2742d'),(2296,5970,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7118638-6a7f-11e7-89a8-765859b2742d'),(2297,5971,'Question on encounter form, describes chest pain duration on review of systems.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711875c-6a7f-11e7-89a8-765859b2742d'),(2298,5972,'Arising from the pleura.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7118909-6a7f-11e7-89a8-765859b2742d'),(2299,5973,'Below the sternum.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7118ab3-6a7f-11e7-89a8-765859b2742d'),(2300,5974,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7118c5c-6a7f-11e7-89a8-765859b2742d'),(2301,5975,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7118f18-6a7f-11e7-89a8-765859b2742d'),(2302,5976,'Question on encounter form, describes chest pain location on review of systems. Compound answer.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71190d4-6a7f-11e7-89a8-765859b2742d'),(2303,5977,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7119737-6a7f-11e7-89a8-765859b2742d'),(2304,5978,'A feeling of sickness in the stomach characterized by an urge to vomit.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7119918-6a7f-11e7-89a8-765859b2742d'),(2305,5979,'Question on encounter form, describes nausea duration on review of systems.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7119acd-6a7f-11e7-89a8-765859b2742d'),(2306,5980,'To eject part or all of the contents of the stomach through the mouth, usually in a series of involuntary spasmic movements.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7119cd9-6a7f-11e7-89a8-765859b2742d'),(2307,5981,'Question on encounter form, describes vomiting duration on review of systems.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7119f4d-6a7f-11e7-89a8-765859b2742d'),(2308,5982,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711a083-6a7f-11e7-89a8-765859b2742d'),(2309,5983,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711a563-6a7f-11e7-89a8-765859b2742d'),(2310,5984,'Question on encounter form, describes diarrhea duration on review of systems.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711a66e-6a7f-11e7-89a8-765859b2742d'),(2311,5985,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711a79d-6a7f-11e7-89a8-765859b2742d'),(2312,5986,'Patient has or previously had jaundice, a yellowish discoloration of the skin.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711a884-6a7f-11e7-89a8-765859b2742d'),(2313,5987,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711a959-6a7f-11e7-89a8-765859b2742d'),(2314,5988,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711aa2c-6a7f-11e7-89a8-765859b2742d'),(2315,5989,'Patient is actively menstruating, symptom.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711aaf6-6a7f-11e7-89a8-765859b2742d'),(2316,5990,'Of or having to do with the period marked by the natural and permanent cessation of menstruation.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711ac8b-6a7f-11e7-89a8-765859b2742d'),(2317,5991,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711ad80-6a7f-11e7-89a8-765859b2742d'),(2318,5992,'Question on encounter form which asks what month of the pregnancy the mother is currently in.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711ae57-6a7f-11e7-89a8-765859b2742d'),(2319,5993,'Discharge from the vagina.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711af3c-6a7f-11e7-89a8-765859b2742d'),(2320,5994,'Question on encounter form, describes duration of vaginal discharge on review of systems.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711b022-6a7f-11e7-89a8-765859b2742d'),(2321,5995,'Discharge from the urethra.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711b10a-6a7f-11e7-89a8-765859b2742d'),(2322,5996,'Question on encounter form, describes duration of urethral discharge on review of systems.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711b1ec-6a7f-11e7-89a8-765859b2742d'),(2323,5997,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711b2cf-6a7f-11e7-89a8-765859b2742d'),(2324,5998,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711b3af-6a7f-11e7-89a8-765859b2742d'),(2325,5999,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711b48c-6a7f-11e7-89a8-765859b2742d'),(2326,6000,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711b564-6a7f-11e7-89a8-765859b2742d'),(2327,6001,'Increase in size or volume as a result of internal pressure; expand.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711b643-6a7f-11e7-89a8-765859b2742d'),(2328,6002,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711b797-6a7f-11e7-89a8-765859b2742d'),(2329,6003,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711b935-6a7f-11e7-89a8-765859b2742d'),(2330,6004,'A skin sensation, such as burning, prickling, itching, or tingling, with no apparent physical cause.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711ba2a-6a7f-11e7-89a8-765859b2742d'),(2331,6005,'Localized muscle weakness.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711bb8f-6a7f-11e7-89a8-765859b2742d'),(2332,6006,'Impaired orientation with respect to time, place, or person; a disturbed mental state.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711bc92-6a7f-11e7-89a8-765859b2742d'),(2333,6007,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711bd79-6a7f-11e7-89a8-765859b2742d'),(2334,6008,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711bf15-6a7f-11e7-89a8-765859b2742d'),(2335,6009,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711c0d2-6a7f-11e7-89a8-765859b2742d'),(2336,6010,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711c29a-6a7f-11e7-89a8-765859b2742d'),(2337,6011,'Question asked on encounter form: yes/no answer.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711c502-6a7f-11e7-89a8-765859b2742d'),(2338,6012,'Question asked on encounter form: yes/no answer.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711c6d1-6a7f-11e7-89a8-765859b2742d'),(2339,6013,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711c7e6-6a7f-11e7-89a8-765859b2742d'),(2340,6014,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711c8c6-6a7f-11e7-89a8-765859b2742d'),(2341,6015,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711c9a3-6a7f-11e7-89a8-765859b2742d'),(2342,6016,'Discharge from the nose.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711ca7b-6a7f-11e7-89a8-765859b2742d'),(2343,6017,'Patient refusal to eat.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711cb58-6a7f-11e7-89a8-765859b2742d'),(2344,6018,'Question on encounter form, describes duration of the child\'s refusal to eat on review of systems.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711cc37-6a7f-11e7-89a8-765859b2742d'),(2345,6019,'Sweeling of the abdominal region. Nonspecific symptom or finding.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711cd1d-6a7f-11e7-89a8-765859b2742d'),(2346,6020,'Painful or difficult urination.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711ce03-6a7f-11e7-89a8-765859b2742d'),(2347,6021,'Abnormally slight or infrequent urination.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711cedf-6a7f-11e7-89a8-765859b2742d'),(2348,6022,'Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711d004-6a7f-11e7-89a8-765859b2742d'),(2349,6023,'The quality or state of being irritable; testiness or petulance.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711d0ef-6a7f-11e7-89a8-765859b2742d'),(2350,6024,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711d1d0-6a7f-11e7-89a8-765859b2742d'),(2351,6025,'Regression in a set of functional skills or age-specific tasks that most children can do by a certain age range.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711d2a9-6a7f-11e7-89a8-765859b2742d'),(2352,6026,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711d38d-6a7f-11e7-89a8-765859b2742d'),(2353,6027,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711d46a-6a7f-11e7-89a8-765859b2742d'),(2354,6028,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711d549-6a7f-11e7-89a8-765859b2742d'),(2355,6029,'Nocturnal diaphoresis.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711d625-6a7f-11e7-89a8-765859b2742d'),(2356,6030,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711d702-6a7f-11e7-89a8-765859b2742d'),(2357,6031,'Abnormally reduced appetite.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711d7e4-6a7f-11e7-89a8-765859b2742d'),(2358,6032,'Disease of the liver.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711d8c0-6a7f-11e7-89a8-765859b2742d'),(2359,6033,'History of problems with a patient\'s kidneys.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711d9a1-6a7f-11e7-89a8-765859b2742d'),(2360,6034,'Tenderness of muscles anywhere throughout the body.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711dac7-6a7f-11e7-89a8-765859b2742d'),(2361,6035,'Pain in the legs/feet.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711dc8d-6a7f-11e7-89a8-765859b2742d'),(2362,6036,'Any of various conditions characterized by impairment of an individual\'s normal cognitive, emotional, or behavioral functioning, and caused by social, psychological, biochemical, genetic, or other factors, such as infection or head trauma.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711de4b-6a7f-11e7-89a8-765859b2742d'),(2363,6037,'Symptom which describes difficulties in remembering things.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711e03e-6a7f-11e7-89a8-765859b2742d'),(2364,6038,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711e210-6a7f-11e7-89a8-765859b2742d'),(2365,6039,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711e465-6a7f-11e7-89a8-765859b2742d'),(2366,6040,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711e70d-6a7f-11e7-89a8-765859b2742d'),(2367,6041,'Current/Past Diagnosis Of Various Conditions','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711e8c3-6a7f-11e7-89a8-765859b2742d'),(2368,6042,'Diagnosis or problem noted on a patient encounter.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711ea83-6a7f-11e7-89a8-765859b2742d'),(2369,6043,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711ed0a-6a7f-11e7-89a8-765859b2742d'),(2370,6044,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711eeb5-6a7f-11e7-89a8-765859b2742d'),(2371,6045,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711f024-6a7f-11e7-89a8-765859b2742d'),(2372,6046,'Describes when families select to feed a child a combination of different foodstuffs (eg, breastmilk, formula, foods)','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711f1c3-6a7f-11e7-89a8-765859b2742d'),(2373,6047,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711f369-6a7f-11e7-89a8-765859b2742d'),(2374,6048,'Question on encounter form: \"Does the patient have, or has the patient ever had, any of the following conditions?\".','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711f51c-6a7f-11e7-89a8-765859b2742d'),(2375,6049,'General descriptive term.. when a liquid permeates a tissue by passing through its interstices or pores (ie, pulmonary infiltrate).','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711fba6-6a7f-11e7-89a8-765859b2742d'),(2376,6050,'Descriptive finding on chest xray interpretation. Interpretive findings are diffuse throughout lung fields, but don\'t have a specific miliary appearance.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711fd8c-6a7f-11e7-89a8-765859b2742d'),(2377,6051,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c711fef5-6a7f-11e7-89a8-765859b2742d'),(2378,6052,'Descriptive interpretation of chest radiograph.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7120093-6a7f-11e7-89a8-765859b2742d'),(2379,6053,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7120242-6a7f-11e7-89a8-765859b2742d'),(2380,6054,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71203fb-6a7f-11e7-89a8-765859b2742d'),(2381,6055,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7120596-6a7f-11e7-89a8-765859b2742d'),(2382,6056,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7120744-6a7f-11e7-89a8-765859b2742d'),(2383,6057,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c712093c-6a7f-11e7-89a8-765859b2742d'),(2384,6058,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7120ab4-6a7f-11e7-89a8-765859b2742d'),(2385,6059,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7120bbd-6a7f-11e7-89a8-765859b2742d'),(2386,6060,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7120d4d-6a7f-11e7-89a8-765859b2742d'),(2387,6061,'Question on encounter form: \"Has the child ever breast fed in the past?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7120eff-6a7f-11e7-89a8-765859b2742d'),(2388,6062,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71210b9-6a7f-11e7-89a8-765859b2742d'),(2389,6063,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7121301-6a7f-11e7-89a8-765859b2742d'),(2390,6064,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71214dc-6a7f-11e7-89a8-765859b2742d'),(2391,6065,'Question on encounter form: \"During the last seven days how many of his/her pulls did the patient take?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7121699-6a7f-11e7-89a8-765859b2742d'),(2392,6066,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c712183a-6a7f-11e7-89a8-765859b2742d'),(2393,6067,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71219dd-6a7f-11e7-89a8-765859b2742d'),(2394,6068,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7121b92-6a7f-11e7-89a8-765859b2742d'),(2395,6069,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7121d45-6a7f-11e7-89a8-765859b2742d'),(2396,6070,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7121ee8-6a7f-11e7-89a8-765859b2742d'),(2397,6071,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c712209b-6a7f-11e7-89a8-765859b2742d'),(2398,6072,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71221ef-6a7f-11e7-89a8-765859b2742d'),(2399,6073,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71222dc-6a7f-11e7-89a8-765859b2742d'),(2400,6074,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7122400-6a7f-11e7-89a8-765859b2742d'),(2401,6075,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c712256d-6a7f-11e7-89a8-765859b2742d'),(2402,6076,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7122668-6a7f-11e7-89a8-765859b2742d'),(2403,6077,'Question on encounter form: \"During the last seven days how many of his/her pills did the patient take?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7122743-6a7f-11e7-89a8-765859b2742d'),(2404,6078,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7122866-6a7f-11e7-89a8-765859b2742d'),(2405,6079,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71229e8-6a7f-11e7-89a8-765859b2742d'),(2406,6080,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7122b8f-6a7f-11e7-89a8-765859b2742d'),(2407,6081,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7122cc4-6a7f-11e7-89a8-765859b2742d'),(2408,6082,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7122da5-6a7f-11e7-89a8-765859b2742d'),(2409,6083,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7122e7c-6a7f-11e7-89a8-765859b2742d'),(2410,6084,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7122fa6-6a7f-11e7-89a8-765859b2742d'),(2411,6085,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c712314c-6a7f-11e7-89a8-765859b2742d'),(2412,6086,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7123305-6a7f-11e7-89a8-765859b2742d'),(2413,6087,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71234a6-6a7f-11e7-89a8-765859b2742d'),(2414,6088,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7123664-6a7f-11e7-89a8-765859b2742d'),(2415,6089,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71237c7-6a7f-11e7-89a8-765859b2742d'),(2416,6090,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c71238ae-6a7f-11e7-89a8-765859b2742d'),(2417,6091,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7123a29-6a7f-11e7-89a8-765859b2742d'),(2418,6092,'Vaccine Received - HIB','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7123b32-6a7f-11e7-89a8-765859b2742d'),(2419,6093,'Total Number Of Vaccine Doses Received Before Enrollment - HIB','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7123c16-6a7f-11e7-89a8-765859b2742d'),(2420,6094,'none','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7123cf9-6a7f-11e7-89a8-765859b2742d'),(2421,6095,'Question on encounter form: \"Infant received NVP?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7123dd3-6a7f-11e7-89a8-765859b2742d'),(2422,6096,'Question on encounter form: \"Discordant couple?\"','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7123eb1-6a7f-11e7-89a8-765859b2742d'),(2423,6097,'Diagnosis or problem noted on a patient encounter as being resolved.','en',1,'2004-08-12 00:00:00',NULL,NULL,'c7123f90-6a7f-11e7-89a8-765859b2742d'),(2424,6098,'Describes a reason for stopping an order. Coded answer.','en',1,'2007-05-06 00:00:00',NULL,NULL,'c7124073-6a7f-11e7-89a8-765859b2742d'),(6099,6099,'Special kind of TB that has developed because people sick with TB have not taken their drugs correctly or for a long enough time.','en',1,'2009-03-21 00:00:00',NULL,NULL,'c7124191-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `concept_description` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_map_type` -- DROP TABLE IF EXISTS `concept_map_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_map_type` ( `concept_map_type_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(255) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `is_hidden` tinyint(1) NOT NULL DEFAULT '0', `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_map_type_id`), UNIQUE KEY `name` (`name`), UNIQUE KEY `uuid` (`uuid`), KEY `mapped_user_creator_concept_map_type` (`creator`), KEY `mapped_user_changed_concept_map_type` (`changed_by`), KEY `mapped_user_retired_concept_map_type` (`retired_by`), CONSTRAINT `mapped_user_changed_concept_map_type` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `mapped_user_creator_concept_map_type` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `mapped_user_retired_concept_map_type` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_map_type` -- LOCK TABLES `concept_map_type` WRITE; /*!40000 ALTER TABLE `concept_map_type` DISABLE KEYS */; INSERT INTO `concept_map_type` VALUES (1,'SAME-AS',NULL,1,'2017-07-16 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'35543629-7d8c-11e1-909d-c80aa9edcf4e'),(2,'NARROWER-THAN',NULL,1,'2017-07-16 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'43ac5109-7d8c-11e1-909d-c80aa9edcf4e'),(3,'BROADER-THAN',NULL,1,'2017-07-16 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'4b9d9421-7d8c-11e1-909d-c80aa9edcf4e'),(4,'Associated finding',NULL,1,'2017-07-16 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'55e02065-7d8c-11e1-909d-c80aa9edcf4e'),(5,'Associated morphology',NULL,1,'2017-07-16 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'605f4a61-7d8c-11e1-909d-c80aa9edcf4e'),(6,'Associated procedure',NULL,1,'2017-07-16 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'6eb1bfce-7d8c-11e1-909d-c80aa9edcf4e'),(7,'Associated with',NULL,1,'2017-07-16 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'781bdc8f-7d8c-11e1-909d-c80aa9edcf4e'),(8,'Causative agent',NULL,1,'2017-07-16 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'808f9e19-7d8c-11e1-909d-c80aa9edcf4e'),(9,'Finding site',NULL,1,'2017-07-16 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'889c3013-7d8c-11e1-909d-c80aa9edcf4e'),(10,'Has specimen',NULL,1,'2017-07-16 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'929600b9-7d8c-11e1-909d-c80aa9edcf4e'),(11,'Laterality',NULL,1,'2017-07-16 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'999c6fc0-7d8c-11e1-909d-c80aa9edcf4e'),(12,'Severity',NULL,1,'2017-07-16 00:00:00',NULL,NULL,0,0,NULL,NULL,NULL,'a0e52281-7d8c-11e1-909d-c80aa9edcf4e'),(13,'Access',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'f9e90b29-7d8c-11e1-909d-c80aa9edcf4e'),(14,'After',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'01b60e29-7d8d-11e1-909d-c80aa9edcf4e'),(15,'Clinical course',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'5f7c3702-7d8d-11e1-909d-c80aa9edcf4e'),(16,'Component',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'67debecc-7d8d-11e1-909d-c80aa9edcf4e'),(17,'Direct device',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'718c00da-7d8d-11e1-909d-c80aa9edcf4e'),(18,'Direct morphology',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'7b9509cb-7d8d-11e1-909d-c80aa9edcf4e'),(19,'Direct substance',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'82bb495d-7d8d-11e1-909d-c80aa9edcf4e'),(20,'Due to',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'8b77f7d3-7d8d-11e1-909d-c80aa9edcf4e'),(21,'Episodicity',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'94a81179-7d8d-11e1-909d-c80aa9edcf4e'),(22,'Finding context',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'9d23c22e-7d8d-11e1-909d-c80aa9edcf4e'),(23,'Finding informer',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'a4524368-7d8d-11e1-909d-c80aa9edcf4e'),(24,'Finding method',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'af089254-7d8d-11e1-909d-c80aa9edcf4e'),(25,'Has active ingredient',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'b65aa605-7d8d-11e1-909d-c80aa9edcf4e'),(26,'Has definitional manifestation',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'c2b7b2fa-7d8d-11e1-909d-c80aa9edcf4'),(27,'Has dose form',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'cc3878e6-7d8d-11e1-909d-c80aa9edcf4e'),(28,'Has focus',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'d67c5840-7d8d-11e1-909d-c80aa9edcf4e'),(29,'Has intent',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'de2fb2c5-7d8d-11e1-909d-c80aa9edcf4e'),(30,'Has interpretation',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'e758838b-7d8d-11e1-909d-c80aa9edcf4e'),(31,'Indirect device',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'ee63c142-7d8d-11e1-909d-c80aa9edcf4e'),(32,'Indirect morphology',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'f4f36681-7d8d-11e1-909d-c80aa9edcf4e'),(33,'Interprets',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'fc7f5fed-7d8d-11e1-909d-c80aa9edcf4e'),(34,'Measurement method',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'06b11d79-7d8e-11e1-909d-c80aa9edcf4e'),(35,'Method',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'0efb4753-7d8e-11e1-909d-c80aa9edcf4e'),(36,'Occurrence',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'16e7b617-7d8e-11e1-909d-c80aa9edcf4e'),(37,'Part of',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'1e82007b-7d8e-11e1-909d-c80aa9edcf4e'),(38,'Pathological process',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'2969915e-7d8e-11e1-909d-c80aa9edcf4e'),(39,'Priority',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'32d57796-7d8e-11e1-909d-c80aa9edcf4e'),(40,'Procedure context',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'3f11904c-7d8e-11e1-909d-c80aa9edcf4e'),(41,'Procedure device',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'468c4aa3-7d8e-11e1-909d-c80aa9edcf4e'),(42,'Procedure morphology',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'5383e889-7d8e-11e1-909d-c80aa9edcf4e'),(43,'Procedure site',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'5ad2655d-7d8e-11e1-909d-c80aa9edcf4e'),(44,'Procedure site - Direct',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'66085196-7d8e-11e1-909d-c80aa9edcf4e'),(45,'Procedure site - Indirect',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'7080e843-7d8e-11e1-909d-c80aa9edcf4e'),(46,'Property',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'76bfb796-7d8e-11e1-909d-c80aa9edcf4e'),(47,'Recipient category',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'7e7d00e4-7d8e-11e1-909d-c80aa9edcf4e'),(48,'Revision status',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'851e14c1-7d8e-11e1-909d-c80aa9edcf4e'),(49,'Route of administration',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'8ee5b13d-7d8e-11e1-909d-c80aa9edcf4e'),(50,'Scale type',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'986acf48-7d8e-11e1-909d-c80aa9edcf4e'),(51,'Specimen procedure',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'a6937642-7d8e-11e1-909d-c80aa9edcf4e'),(52,'Specimen source identity',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'b1d6941e-7d8e-11e1-909d-c80aa9edcf4e'),(53,'Specimen source morphology',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'b7c793c1-7d8e-11e1-909d-c80aa9edcf4e'),(54,'Specimen source topography',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'be9f9eb8-7d8e-11e1-909d-c80aa9edcf4e'),(55,'Specimen substance',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'c8f2bacb-7d8e-11e1-909d-c80aa9edcf4e'),(56,'Subject of information',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'d0664c4f-7d8e-11e1-909d-c80aa9edcf4e'),(57,'Subject relationship context',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'dace9d13-7d8e-11e1-909d-c80aa9edcf4e'),(58,'Surgical approach',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'e3cd666d-7d8e-11e1-909d-c80aa9edcf4e'),(59,'Temporal context',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'ed96447d-7d8e-11e1-909d-c80aa9edcf4e'),(60,'Time aspect',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'f415bcce-7d8e-11e1-909d-c80aa9edcf4e'),(61,'Using access device',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'fa9538a9-7d8e-11e1-909d-c80aa9edcf4e'),(62,'Using device',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'06588655-7d8f-11e1-909d-c80aa9edcf4e'),(63,'Using energy',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'0c2ae0bc-7d8f-11e1-909d-c80aa9edcf4e'),(64,'Using substance',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'13d2c607-7d8f-11e1-909d-c80aa9edcf4e'),(65,'IS A',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'1ce7a784-7d8f-11e1-909d-c80aa9edcf4e'),(66,'MAY BE A',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'267812a3-7d8f-11e1-909d-c80aa9edcf4e'),(67,'MOVED FROM',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'2de3168e-7d8f-11e1-909d-c80aa9edcf4e'),(68,'MOVED TO',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'32f0fd99-7d8f-11e1-909d-c80aa9edcf4e'),(69,'REPLACED BY',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'3b3b9a7d-7d8f-11e1-909d-c80aa9edcf4e'),(70,'WAS A',NULL,1,'2017-07-16 00:00:00',NULL,NULL,1,0,NULL,NULL,NULL,'41a034da-7d8f-11e1-909d-c80aa9edcf4e'); /*!40000 ALTER TABLE `concept_map_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_name` -- DROP TABLE IF EXISTS `concept_name`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_name` ( `concept_name_id` int(11) NOT NULL AUTO_INCREMENT, `concept_id` int(11) DEFAULT NULL, `name` varchar(255) NOT NULL DEFAULT '', `locale` varchar(50) NOT NULL DEFAULT '', `locale_preferred` tinyint(1) DEFAULT '0', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `concept_name_type` varchar(50) DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, PRIMARY KEY (`concept_name_id`), UNIQUE KEY `concept_name_uuid_index` (`uuid`), KEY `name_of_concept` (`name`), KEY `name_for_concept` (`concept_id`), KEY `user_who_created_name` (`creator`), KEY `user_who_voided_this_name` (`voided_by`), KEY `concept_name_changed_by` (`changed_by`), CONSTRAINT `concept_name_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `name_for_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `user_who_created_name` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_voided_this_name` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6100 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_name` -- LOCK TABLES `concept_name` WRITE; /*!40000 ALTER TABLE `concept_name` DISABLE KEYS */; INSERT INTO `concept_name` VALUES (1,1,'ANEMIA, BLOOD LOSS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713de74-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2,2,'ANEMIA, HEMOLYSIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713e455-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3,3,'ANEMIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713e714-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(4,4,'ASTHMA EXACERBATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713e8de-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(5,5,'ASTHMA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713ea70-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(6,6,'BCG','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713ebef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(7,7,'GALLSTONES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713ed69-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(8,8,'BILIARY TRACT DISEASE NOT OTHERWISE SPECIFIED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713eedb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(9,9,'BLOOD SUGAR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713f052-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(10,10,'BRONCHITIS, ACUTE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713f1cb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(11,11,'BRONCHITIS, RECURRENT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713f43d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(12,12,'X-RAY, CHEST','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713f7e2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(13,13,'PILLS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713f8e7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(14,14,'DIARRHEA, AMOEBIASIS','en',1,1,'2004-04-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713f9c8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(15,15,'DIARRHEA, CHOLERA','en',1,1,'2004-04-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713faae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(16,16,'DIARRHEA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713fb88-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(17,17,'DIPTHERIA TETANUS BOOSTER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713fc65-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(18,18,'DPT VACCINATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713fd42-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(19,19,'DPT VACCINATION NO.2','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713fe25-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(20,20,'DPT VACCINATION NO.3','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713ff02-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(21,21,'HEMOGLOBIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c713ffe2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(22,22,'HEPATITIS A VACCINATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71400d8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(23,23,'HEPATITIS B VACCINATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71401d0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(24,24,'HEPATITIS B VAX NO.2','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71402b0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(25,25,'HEPATITIS B VAX NO.3','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71403ee-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(26,26,'HEPATITIS A','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7140558-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(27,27,'HEPATITIS B','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7140652-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(28,28,'HEPATITIS C','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714074b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(29,29,'HEPATITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714088f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(30,30,'HIV POS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7140a19-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(31,31,'SERVICES ORDERED','en',1,1,'2006-02-10 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7140be7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(32,32,'MALARIAL SMEAR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7140e23-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(33,33,'MALARIA, MILD','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7140f3c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(34,34,'MALARIA, SEVERE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714101f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(35,35,'MALARIA, PRESUMED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7141101-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(36,36,'MEASLES VACCINATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71411df-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(37,37,'MENSTRUAL DYSFUNCTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71412b7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(38,38,'ORAL POLIO VACCINATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7141398-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(39,39,'ORAL POLIO VAX NO.2','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7141499-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(40,40,'ORAL POLIO VAX NO.3','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714158b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(41,41,'PAPANICOLAOU SMEAR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7141662-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(42,42,'PNEUMONIA, TUBERCULOUS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7141736-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(43,43,'PNEUMONIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714180b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(44,44,'PREGNANCY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71418e6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(45,45,'URINE PREGNANCY TEST','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71419bc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(46,46,'PREGNANCY, ECTOPIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7141a90-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(47,47,'PREGNANCY, HYPERTENSION ASSOCIATED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7141b68-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(48,48,'PREGNANCY, MISCARRIAGE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7141c42-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(49,49,'POSTPARTUM HEMORRHAGE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7141d19-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(50,50,'PREGNANCY, TERMINATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7141def-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(51,51,'RICKETS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7141ed2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(52,52,'SCURVY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7141fd9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(53,53,'STOOL MICROSCOPY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71420b7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(54,54,'TETANUS BOOSTER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7142199-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(55,55,'URINARY TRACT INFECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71422fd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(56,56,'URINE MICROSCOPY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71424c6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(57,57,'YELLOW FEVER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714260b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(58,58,'TUBERCULOSIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71426f9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(59,59,'LEPROSY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71427d8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(60,60,'MENINGITIS, NOS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71428b4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(61,61,'WHOOPING COUGH','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714298f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(62,62,'CHICKEN POX','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7142eba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(63,63,'MEASLES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71430d3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(64,64,'MUMPS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714320f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(65,65,'GONORRHOEA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71432fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(66,66,'BILHARZIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7143465-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(67,67,'INTESTINAL WORMS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7143576-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(68,68,'MALNUTRITION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714365d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(69,69,'EYE INFECTIONS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714373a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(70,70,'CATARACT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714381e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(71,71,'EAR DISORDERS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7143900-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(72,72,'CIRCULATORY DISEASE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71439da-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(73,73,'RESPIRATORY DISEASE NOS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7143ad6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(74,74,'DISEASE OF PUERPERIUM AND CHILDBIRTH','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7143c79-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(75,75,'NEOPLASM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7143e36-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(76,76,'DISEASE OF BLOOD AND BLOOD FORMING ORGANS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7143f48-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(77,77,'MENTAL DISORDERS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7144032-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(78,78,'DENTAL DISORDERS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7144112-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(79,79,'SKIN DISORDERS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71441ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(80,80,'JOINT PAIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7144380-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(81,81,'CONGENITAL DISORDERS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71444f2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(82,82,'PYREXIA OF UNKNOWN ORIGON(PUO)','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7144673-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(83,83,'TOXICITY, NOT OTHERWISE SPECIFIED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7144805-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(84,84,'ACCIDENT, NOT OTHERWISE SPECIFIED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71449a2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(85,85,'UNCLASSIFIED DISEASES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7144b2b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(86,86,'ACCIDENT, MOTOR VEHICLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7144cba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(87,87,'SULFADOXINE AND PYRIMETHAMINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7144e48-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(88,88,'ASPIRIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7144fdf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(89,89,'PARACETAMOL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7145186-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(90,90,'PENICILLIN V (ORAL) TABS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714533e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(91,91,'TRIMETHOPRIM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714545a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(92,92,'DAPSONE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71455d8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(93,93,'COTRIMOXAZOLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71457a4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(94,94,'BETADINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7145c55-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(95,95,'DOXYCYCLINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7145d73-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(96,96,'MEFLOQUINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7145e53-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(97,97,'PROGUANIL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7145f30-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(98,98,'CHLOROQUINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714600c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(99,99,'FUROSEMIDE','en',1,1,'2004-04-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71460e3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(100,100,'GENTAMICIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71461bf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(101,101,'X-RAY, ABDOMEN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714629a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(102,102,'TOXICITY, DRUG','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714637c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(103,103,'HIV ANTIBODY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714645a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(104,104,'AIDS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7146536-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(105,105,'INTRAVENOUS DRUG USE','en',1,1,'2006-02-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714660e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(106,106,'RESPIRATORY TRACT INFECTION, UPPER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71466ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(107,107,'COUGH','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7146897-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(108,108,'BRONCHOSPASM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7146997-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(109,109,'WOUND, SEPTIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7146a87-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(110,110,'LACERATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7146bd7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(111,111,'DYSPEPSIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7146db6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(112,112,'TONSILLITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7146f67-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(113,113,'FURUNCULOSIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71470ff-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(114,114,'OTITIS MEDIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7147217-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(115,115,'MASTITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7147313-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(116,116,'ARTHRITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714740c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(117,117,'CONJUNCTIVITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7147500-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(118,118,'EYE PROBLEM OTHER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71475f9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(119,119,'DERMATITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71476ee-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(120,120,'DERMATITIS, ALLERGIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71477e1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(121,121,'MYALGIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714793a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(122,122,'CHICKEN POX','en',1,1,'2004-03-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7147a58-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(123,123,'MALARIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7147b50-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(124,124,'AMOEBIASIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7147c43-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(125,125,'HEAD INJURY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7147d38-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(126,126,'GINGIVITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7147e2b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(127,127,'DYSMENORRHOEA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7147f1b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(128,128,'WOUND, DEEP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714800e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(129,129,'RHINITIS, ALLERGIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71480fd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(130,130,'PUERPERAL SEPSIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71481f0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(131,131,'DENTAL CARIES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71483a7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(132,132,'STY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71484af-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(133,133,'GOITER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71485a4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(134,134,'CELLULITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714869a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(135,135,'BURN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714878f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(136,136,'CHEST PAIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7148921-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(137,137,'ASTHMA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7148af4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(138,138,'ABSCESS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7148c50-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(139,139,'VAGINITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7148e0b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(140,140,'SCABIES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7148f8d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(141,141,'TYPHOID FEVER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7149118-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(142,142,'ALLERGY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71492aa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(143,143,'LUMBAGO','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714942d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(144,144,'TINEA CAPITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71495b4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(145,145,'LABOR PAIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714972e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(146,146,'LABOR PAIN, FALSE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71498b1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(147,147,'BRONCHITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71499bc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(148,148,'INJURY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7149aa8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(149,149,'CERVICITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7149b93-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(150,150,'PHARYNGITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714a123-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(151,151,'ABDOMINAL PAIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714a22d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(152,152,'DYSENTERY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714a30d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(153,153,'GUD','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c714a3ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(154,154,'PUD','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718a34a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(155,155,'EPILEPSY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718b0ec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(156,156,'WOUND NOS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718b34f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(157,157,'FEVER NOS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718baa8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(158,158,'PID','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718bc3d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(159,159,'DECEASED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718bda2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(160,160,'BRUCELLOSIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718bf6c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(161,161,'LYMPHADENOPATHY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718c455-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(162,162,'POLYMENORRHEA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718c5cb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(163,163,'FOREIGN BODY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718cf8f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(164,164,'WORMS NOS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718db5e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(165,165,'SEXUAL ASSAULT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718e646-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(166,166,'BITE, DOG','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718e770-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(167,167,'BITE, ANIMAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718e853-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(168,168,'BITE, HUMAN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718e939-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(169,169,'URETHRITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718ea18-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(170,170,'RHEUMATISM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718eaf4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(171,171,'FUNGAL INFECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718f036-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(172,172,'GASTRITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718f1a4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(173,173,'EPISTAXIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718f29a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(174,174,'SEXUALLY TRANSMITTED INFECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718f39e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(175,175,'DIABETES MELLITUS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718f4a6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(176,176,'ASSAULT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718f59c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(177,177,'FRACTURE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718f694-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(178,178,'FRACTURE, COLLES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718f78d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(179,179,'RTA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718f886-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(180,180,'SHOULDER DISLOCATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718f97b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(181,181,'CONTAMINATED NEEDLE STICK','en',1,1,'2006-02-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718fa72-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(182,182,'CYST','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718fb66-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(183,183,'HYPERTENSION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718fc56-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(184,184,'BRUISE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718fd47-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(185,185,'CHOLECYSTITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718fe36-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(186,186,'ABORTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c718ff2b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(187,187,'ABORTION, INCOMPLETE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7190038-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(188,188,'RASH, SEPTIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7190137-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(189,189,'MALARIA, RULE OUT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719022d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(190,190,'CONDOMS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7190320-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(191,191,'DEPO PROVERA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7190412-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(192,192,'HVS TEST','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7190500-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(193,193,'BRONCHOPNEUMONIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71905f0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(194,194,'PNEUMONIA BRONCHIAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71906dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(195,195,'SKIN INFECTION NOS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71907cb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(196,196,'INFECTION SKIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71908bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(197,197,'GASTROENTERITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71909b0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(198,198,'CHOLERA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7190aad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(199,199,'HELMINTHIASIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7190b9e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(200,200,'SOFT TISSUE INJURY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7190ce8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(201,201,'APPENDICITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7190e33-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(202,202,'RHEUMATOID ARTHRITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7190f36-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(203,203,'ARTHRITIS RHEUMATOID','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719105e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(204,204,'CANDIDIASIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719115f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(205,205,'CONVULSION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7191261-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(206,206,'SEIZURE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7191357-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(207,207,'DEPRESSION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719144b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(208,208,'DUODENAL ULCER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719153a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(209,209,'ULCER DUODENAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719173d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(210,210,'PEPTIC ULCER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719187d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(211,211,'ULCER PEPTIC NOS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719197e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(212,212,'GASTRIC ULCER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7191a75-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(213,213,'ULCER GASTRIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7191b62-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(214,214,'ROAD TRAFFIC ACCIDENT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7191c57-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(215,215,'JAUNDICE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7191d48-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(216,216,'LEUKEMIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7191e37-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(217,217,'LEUKEMIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7191f31-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(218,218,'OTITIS EXTERNA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7192024-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(219,219,'PSYCHOSIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7192116-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(220,220,'RHD','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7192205-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(221,221,'RHEUMATIC HEART DISEASE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71922fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(222,222,'SINUSITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71923ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(223,223,'SYPHILIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71924e2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(224,224,'UTI','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71925d1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(225,225,'DIABETES INSIPIDUS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71926c0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(226,226,'NEONATAL SEPSIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71927b0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(227,227,'SEPSIS NEONATAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719289f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(228,228,'ANTEPARTUM HEMORRHAGE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7192992-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(229,229,'HEMORRHAGE ANTEPARTUM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7192a80-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(230,230,'POSTPARTUM HEMORRHAGE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7192b6f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(231,231,'HEMORRHAGE POSTPARTUM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7192c5b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(232,232,'ASA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7192d44-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(233,233,'LARIAM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7192e35-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(234,234,'BRUFEN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7192f26-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(235,235,'TINIDAZOLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7193322-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(236,236,'FLAGYL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71934dd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(237,237,'METRONIDAZOLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71935ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(238,238,'PHENOBARBITAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71936ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(239,239,'VENTOLIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71937e3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(240,240,'SALBUTAMOL TABS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71938d9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(241,241,'AMODIAQUIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71939d2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(242,242,'PIRITON','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7193acb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(243,243,'QUININE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7193bc1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(244,244,'MEBENDAZOLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7193cb7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(245,245,'VERMOX','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7193eeb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(246,246,'PIPERAZINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7194004-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(247,247,'DIAZEPAM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7194100-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(248,248,'LARGACTIL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71945b6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(249,249,'ARTANE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71946cc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(250,250,'NIFEDIPINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71947bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(251,251,'METHYLDOPA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71948bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(252,252,'ALDOMET','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71949b9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(253,253,'INDERAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7194f13-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(254,254,'PROPRANOLOL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719503c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(255,255,'LASIX','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719513b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(256,256,'FERROUS SULFATE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7195234-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(257,257,'FOLIC ACID','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719532f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(258,258,'FOLATE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7195426-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(259,259,'DIABENESE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7195524-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(260,260,'CHLORPROPRAMIDE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7195619-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(261,261,'SEPTRIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719570f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(262,262,'INDOCID','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719587b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(263,263,'INDOMETHACIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7195a15-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(264,264,'AMOXYL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7195bd6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(265,265,'AMOXICILLIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7195d92-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(266,266,'CHLORAMPHENICOL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7195f4b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(267,267,'AUGMENTIN SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71960fe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(268,268,'NALIDIXIC ACID','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71962a1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(269,269,'AMPICILLIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719651e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(270,270,'TETRACYCLINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7196708-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(271,271,'LINCOMYCIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7196864-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(272,272,'ERYTHROMYCIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7196967-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(273,273,'PHENYTOIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7196a5c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(274,274,'DILANTIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7196b4b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(275,275,'TETRACYCLINE EYE OINTMENT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7196c44-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(276,276,'CHLORAMPHENICOL DROPS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7196d4e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(277,277,'BUSCOPAN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7196f12-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(278,278,'INSULIN LENTE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7197090-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(279,279,'INSULIN, LENTE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7197204-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(280,280,'SOLUBLE INSULIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7197378-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(281,281,'REGULAR INSULIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7197576-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(282,282,'INSULIN, REGULAR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7197710-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(283,283,'HYDROCORTISONE OINTMENT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7197897-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(284,284,'WHITFIELD OINTMENT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7197a21-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(285,285,'CLOTRIMAZOLE PESSARIES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7197ba4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(286,286,'DAKTARIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7197d2b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(287,287,'NYSTATIN DROPS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7197eb3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(288,288,'QUININE INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7198038-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(289,289,'CHLORAMPHENICOL INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7198139-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(290,290,'HYDROCORTISONE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71982bd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(291,291,'CRYSTAPEN INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71983db-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(292,292,'PENICILLIN INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71984d3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(293,293,'AMPICILLIN INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71985c8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(294,294,'AMPICILLIN AND CLOXACILLIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71986be-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(295,295,'THRUSH','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71987b0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(296,296,'CANDIDIASIS ORAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71988a5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(297,297,'VAGINAL CANDIDIASIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7198999-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(298,298,'CANDIDIASIS, VAGINAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7198a91-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(299,299,'VDRL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7198c37-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(300,300,'BLOOD TYPING','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7198d48-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(301,301,'HB','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7198e45-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(302,302,'URINALYSIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7199410-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(303,303,'UA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7199613-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(304,304,'STOOL EXAM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71997e7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(305,305,'BRUCELLA TEST','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7199cac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(306,306,'WIDAL TEST','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7199ecd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(307,307,'SPUTUM FOR ACID FAST BACILLI','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719a042-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(308,308,'AFB SMEAR SPUTUM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719a154-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(309,309,'X-RAY, OTHER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719a24e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(310,310,'SERVICES OTHER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719a387-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(311,311,'OTHER SERVICES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719a4af-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(312,312,'TEGRETOL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719a5ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(313,313,'HYDROGEN PEROXIDE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719a6a5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(314,314,'MAGNESIUM TRISILICATE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719a79d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(315,315,'AMODIAQUIN SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719a8a5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(316,316,'BENYLINE SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719a9c4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(317,317,'DEEP HEAT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719aac3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(318,318,'ELYVATE CREAM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719abb9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(319,319,'FERRUM B SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719acb8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(320,320,'GRABACIN POWDER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719adab-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(321,321,'CANDID B CREAM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719aea7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(322,322,'CANDID MOUTH PAINT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719afa2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(323,323,'GENTIAN VIOLET','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719b09a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(324,324,'CELESTAMINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719b18f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(325,325,'CLOXACILLIN SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719b330-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(326,326,'CLOXACILLIN TABS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719b44b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(327,327,'COTRIMAZOLE CREAM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719b584-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(328,328,'VENTOLIN INHALER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719b6de-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(329,329,'VITAMIN B COMPLEX','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719b7e8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(330,330,'ZANTAC TABLETS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719b8dd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(331,331,'QUININE SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719b9cd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(332,332,'FANSIDAR SYSRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719bdc8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(333,333,'AMPICLOX NEONATAL DROPS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719bf04-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(334,334,'TRIPLE PEN INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719c004-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(335,335,'AMPICLOX SUSPENSION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719c0fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(336,336,'ANNUSOL SUPPOSITORIES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719c44c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(337,337,'ANTIHISTAMINE CREAM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719c5cf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(338,338,'CADIPHEN SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719c6d4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(339,339,'HALFAN TABS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719c7d0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(340,340,'HALFAN SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719c8ca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(341,341,'NIZORAL TABS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719c9c2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(342,342,'SULFALENE AND PYRAMETHAMINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719cab9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(343,343,'FLAGYL INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719cbb0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(344,344,'ERGOTAMINE INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719cca9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(345,345,'MODECATE INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719cd9e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(346,346,'ADRENALINE INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719cea3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(347,347,'AMINOPHYLINE INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719cfc4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(348,348,'NORFLOXACIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719d141-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(349,349,'HYDRALAZINE TABLETS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719d24f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(350,350,'HYDRALAZINE INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719d349-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(351,351,'ORAL REHYDRATION SALTS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719d440-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(352,352,'AMOXYL SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719d53b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(353,353,'SEPTRIN SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719d633-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(354,354,'PIRITON TABS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719d731-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(355,355,'PIRITON SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719d82c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(356,356,'PENICILLIN V SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719d928-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(357,357,'SALBUTAMOL SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719db0f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(358,358,'DEXTROMETHORPHAN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719dc24-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(359,359,'COSCOF SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719dd20-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(360,360,'ACTIFED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719de21-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(361,361,'LAROXYL TABS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719df1b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(362,362,'FASIGYN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719e018-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(363,363,'SCHISTOSOMIASIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719e10f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(364,364,'MALARIA, CLINICAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719e555-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(365,365,'WOUND, PIERCE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719e66d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(366,366,'SYNOVITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719e75f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(367,367,'POISONING, FOOD','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719e859-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(368,368,'TOXICITY, FOOD','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719e955-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(369,369,'ALLERGIC RHINITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719ea4d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(370,370,'URETHRITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719eb46-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(371,371,'PELLAGRA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719ec44-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(372,372,'ALLERGIC REACTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719ed39-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(373,373,'STI,MALES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719ee2e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(374,374,'METHOD OF FAMILY PLANNING','en',1,1,'2006-02-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719ef28-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(375,375,'X-RAY CHEST','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719f01e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(376,376,'X-RAY ABDOMEN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719f118-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(377,377,'X-RAY, ARM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719f211-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(378,378,'X-RAY ARM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719f30f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(379,379,'BURNING SENSATION','en',1,1,'2006-02-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719f407-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(380,380,'X-RAY, LEG','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719f62a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(381,381,'X-RAY LEG','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719f7c6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(382,382,'X-RAY, HAND','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719f98d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(383,383,'X-RAY HAND','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719fabb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(384,384,'X-RAY, FOOT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719fbb9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(385,385,'X-RAY FOOT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719fcb9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(386,386,'X-RAY, SKULL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719fdb1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(387,387,'X-RAY SKULL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719feac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(388,388,'X-RAY HEAD','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c719ffa3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(389,389,'X-RAY SPINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a013e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(390,390,'X-RAY, SPINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a027f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(391,391,'X-RAY PELVIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a0383-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(392,392,'X-RAY, PELVIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a047f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(393,393,'X-RAY SHOULDER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a0577-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(394,394,'X-RAY, SHOULDER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a0674-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(395,395,'X-RAY OTHER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a076f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(396,396,'OTHER X-RAY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a0865-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(397,397,'CLINICAL MALARIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a095b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(398,398,'ORAL POLIO VAX NO.0','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a0a51-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(399,399,'POLIO VAX NO.0','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a0b50-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(400,400,'POLIO VAX NO.1','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a0c49-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(401,401,'POLIO VAX NO.2','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a0d3d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(402,402,'POLIO VAX NO.3','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a0e35-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(403,403,'METAKELFIN TABLETS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a0f2c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(404,404,'KETRAX TABLETS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a1029-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(405,405,'KETRAX SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a111f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(406,406,'ADALAT TABLETS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a1212-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(407,407,'PANADUR INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a1307-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(408,408,'PARAPHIMOSIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a1405-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(409,409,'BENZYL BENZOATE EMULSION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a14ff-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(410,410,'DOG BITE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a15fc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(411,411,'PPF','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a16f9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(412,412,'ARV','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a17f4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(413,413,'RABIES VACCINATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a1905-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(414,414,'ANTI-RABIES VACCINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a1a14-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(415,415,'T\'PEN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a1b03-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(416,416,'T-PEN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a1bf0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(417,417,'T PEN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a1cd7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(418,418,'RULE OUT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a1de5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(419,419,'RULE-OUT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a1f43-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(420,420,'R/O','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a2043-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(421,421,'AUGMENTIN TAB','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a2130-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(422,422,'EYE OINTMENT, TETRACYCLINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a221d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(423,423,'TEO','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a230c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(424,424,'FUNGAL INFECTION SKIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a23f2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(425,425,'FUNGAL SKIN INFECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a299a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(426,426,'SKIN INFECTION, FUNGAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a2acb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(427,427,'DERMAZINE CREAM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a2bbb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(428,428,'GASTROENTERITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a2c9a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(429,429,'LOPERAMIDE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c71a2d77-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(430,430,'IMODIUM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7207a83-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(431,431,'HYOSCINE BUTYLBROMIDE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7207f59-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(432,432,'MEDICAL EXAMINATION, ROUTINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72086af-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(433,433,'ROUTINE, MEDICAL EXAMINATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720887b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(434,434,'NYSTATIN PESSORIAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72089fe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(435,435,'NYSTATIN SUPPOSITORY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7208b65-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(436,436,'DICLOFENAC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7209153-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(437,437,'STREPTOMYCIN INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72092e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(438,438,'STREPTOMYCIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72097db-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(439,439,'STREPTOMYCIN TABLETS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7209dad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(440,440,'DIPROSALIC CREAM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720a47b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(441,441,'CLEAN AND DRESSING','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720afbe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(442,442,'ERYTHROMYCIN SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720b0e0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(443,443,'GABBRORAL SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720b1ca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(444,444,'GABBRORAL TABS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720b2aa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(445,445,'GABBRORAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720b38e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(446,446,'ALUMINUM HYDROXIDE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720b4ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(447,447,'FLOXACILLIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720b6ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(448,448,'SILVEREX CREAM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720b8a4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(449,449,'NORMAXICILLIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720b9b4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(450,450,'AMOXICILLIN AND CLAVULANIC ACID','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720bab1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(451,451,'ARTHRITIS, KNEE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720bba8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(452,452,'KNEE, ARTHRITIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720bc9f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(453,453,'PANADOL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720bd90-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(454,454,'WORMS, INTESTINAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720bea8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(455,455,'SPONDLOSIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720bfa4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(456,456,'BACK PAIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720c096-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(457,457,'TT1','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720c18b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(458,458,'TT2','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720c2ac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(459,459,'ZENTEL TABLETS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720c414-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(460,460,'OEDEMA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720c51b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(461,461,'MULTIVITAMIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720c612-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(462,462,'ALLERGIC RASH','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720c706-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(463,463,'PROEBENECID','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720c7f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(464,464,'HYCOMYCIN EYE DROPS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720c8e8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(465,465,'MIST-ANTACIDS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720c9db-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(466,466,'PARACETAMOL SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720cad3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(467,467,'SCHIZOPHRENIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720cbc8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(468,468,'CALPOL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720ccc1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(469,469,'ACTIFED SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720cdb4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(470,470,'VALIUM INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720cea5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(471,471,'INJECTION VALIUM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720cf9b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(472,472,'CELEBRAL PALSY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720d08e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(473,473,'FEFOL SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720d184-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(474,474,'FLAGYL SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720d278-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(475,475,'BRUFEN SYRUP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720d372-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(476,476,'FANSIDAR INJECTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720d475-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(477,477,'HYDROCORTIZONE EYE DROPS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720d59e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(478,478,'TINIDAZOLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720d6a1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(479,479,'CAMOQUIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720d797-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(480,480,'SPECTINOMYCIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720d88d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(481,481,'DISLOCATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720d980-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(482,482,'PNEUMONIA, LOBAR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720da77-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(483,483,'GOITRE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720db68-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(484,484,'MULTIPLE BRUISES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720dc5f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(485,485,'BRUISES MULTIPLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720dd54-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(486,486,'SULPHUR OINTMENT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720dee4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(487,487,'DEMENTIA, SENILE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720e008-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(488,488,'SENILE DEMENTIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720e104-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(489,489,'CORYZA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720e1fb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(490,490,'HYPEREMESIS GRAVIDARUM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720e2ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(491,491,'PREDNISONE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720eb99-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(492,492,'ANTI-VENIN, SNAKE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720ed87-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(493,493,'CALAMINE LOTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720eea4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(494,494,'BARTHOLIN\'S GLAND ABSCESS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720efa0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(495,495,'TAGAMYCIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720f099-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(496,496,'CEFTRIAXONE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720f192-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(497,497,'DECREASED SENSATION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720f288-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(498,498,'DECREASED SENSATION RLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720f381-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(499,499,'DECREASED SENSATION DIFFUSE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720f477-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(500,500,'ATAXIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720f570-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(501,501,'LIMP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720f670-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(502,502,'EDEMA LEFT LOWER EXTREMITY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720f769-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(503,503,'EDEMA RIGHT LOWER EXTREMITY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720f866-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(504,504,'SUBMANDIBULAR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720f95e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(505,505,'SUPRACLAVICULAR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720fa52-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(506,506,'INGUINAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720fb4b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(507,507,'KAPOSI\'S SARCOMA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720fc83-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(508,508,'THYROMEGALY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720fda9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(509,509,'THYROMEGALY DIFFUSE ENLARGEMENT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720feaf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(510,510,'THYROMEGALY MULTINODULAR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c720ffa9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(511,511,'THYROMEGALY SINGLE NODULE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721009c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(512,512,'RASH','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7210192-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(513,513,'DEVIATED TRACHEA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721028d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(514,514,'ABNORMAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7210388-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(515,515,'SCLERIC ICTERIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721047f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(516,516,'PALE CONJUNCTIVA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721061b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(517,517,'INJECTED CONJUCTIVA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7210737-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(518,518,'FUNDAL ABNORMALITY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7210834-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(519,519,'ERYHTHEMATOUS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7210e3d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(520,520,'MACULAR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7210f77-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(521,521,'PAPULAR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211069-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(522,522,'MACULOPAPULAR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211162-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(523,523,'SCALY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211259-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(524,524,'DERMATITIS NOS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721134d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(525,525,'CHEST EXPANSION INCREASED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211444-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(526,526,'CHEST EXPANSION DECREASED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211539-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(527,527,'SPLINTING','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721162a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(528,528,'DULLNESS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211723-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(529,529,'DECREASED FREMITUS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211816-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(530,530,'CERUMEN IMPACTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721190a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(531,531,'TM INJECTED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211a01-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(532,532,'TM SCLEROSIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211af8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(533,533,'TM DULL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211bf3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(534,534,'NASAL OBSTRUCTION','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211ce7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(535,535,'THROAT INJECTED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211dd9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(536,536,'TONSIL ENLARGED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211eca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(537,537,'EXUDATE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7211fbc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(538,538,'EGOPHONY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72120b4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(539,539,'RHONCHI','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72121a6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(540,540,'ANTERIOR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72122c1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(541,541,'POSTERIOR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72123e0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(542,542,'LATERAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72124de-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(543,543,'SUPERIOR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72125d1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(544,544,'PMI','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72126ca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(545,545,'PMI PS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72127c2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(546,546,'PMI MCL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72128b8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(547,547,'PMI AX','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72129b3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(548,548,'THRILL SYSTOLIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7212aaa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(549,549,'THRILL DIASTOLIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7212ba8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(550,550,'S3 GALLOP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7212d71-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(551,551,'S4 GALLOP','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7212f4d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(552,552,'S1 SINGLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72130d7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(553,553,'S1 SPLIT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7213249-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(554,554,'S2 SINGLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72133bc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(555,555,'S2 SPLIT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721367f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(556,556,'S2 PARADOXICAL SPLIT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721392a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(557,557,'S2 SOFT A2','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7213bdb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(558,558,'S2 LOUD P2','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7213e8c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(559,559,'MURMUR SEM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7214153-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(560,560,'MURMUR HSM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721441e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(561,561,'MURMUR DIASTOLIC DECRESCENDO','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72146db-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(562,562,'CARDIAC MURMUR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7214b28-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(563,563,'MURMUR LLSB','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7214e04-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(564,564,'APEX','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72150b6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(565,565,'MURMUR URSB','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721545e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(566,566,'BRUIT CAROTID','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721575d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(567,567,'AXILLA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7215a3a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(568,568,'MURMUR ULSB','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7215d00-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(569,569,'BACK','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7215fc0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(570,570,'ABDOMINAL MASS RUQ','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721625f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(571,571,'ABDOMINAL MASS LUQ','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721642b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(572,572,'ABDOMINAL MASS RLQ','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72165e8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(573,573,'ABDOMINAL MASS LLQ','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72167a3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(574,574,'PMI EPIGASTRIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7216961-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(575,575,'SUPRAPUBIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7216b2e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(576,576,'DIFFUSE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7216d03-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(577,577,'ABDOMINAL REBOUND TENDERNESS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7216ee1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(578,578,'ABDOMINAL GUARDING','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72170d9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(579,579,'LIVER SIZE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72172b2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(580,580,'SPLENOMEGALY','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72174a3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(581,581,'ASCITES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721766f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(582,582,'MASS, OTHER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7217815-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(583,583,'MASS CYSTIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72179b1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(584,584,'MASS PULSATILE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7217c63-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(585,585,'MASS TENDER','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7217e28-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(586,586,'AORTIC BRUIT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7217fae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(587,587,'HEPATIC BRUIT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721814b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(588,588,'CLUBBING','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7218306-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(589,589,'CYANOSIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72184b6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(590,590,'EDEMA, LEGS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721865e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(591,591,'VARICOSE VEINS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721880c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(592,592,'VENOUS STASIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72189b5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(593,593,'ULCERS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7218b68-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(594,594,'MUSCLE ATROPHY RUE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7218d4c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(595,595,'MUSCLE ATROPHY LUE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7218f12-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(596,596,'MUSCLE ATROPHY RLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72190e6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(597,597,'MUSCLE ATROPHY LLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72192bc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(598,598,'MUSCLE ATROPHY DIFFUSE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7219488-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(599,599,'CRANIAL NERVE ABNORMALITIES','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721964e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(600,600,'DECREASED SENSATION RUE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7219802-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(601,601,'BICEPS REFLEX','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72199d8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(602,602,'PATELLAR REFLEX','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7219b9c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(603,603,'ANKLE REFLEX','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7219d5a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(604,604,'GAIT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7219f16-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(605,605,'RHOMBERG','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721a22c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(606,606,'DEPRESSED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721a426-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(607,607,'DEMENTED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721a605-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(608,608,'NECK SUPPLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721a7c9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(609,609,'ABDOMINAL TENDERNESS LUQ','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721a98c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(610,610,'ABDOMINAL TENDERNESS RUQ','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721ab6b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(611,611,'ABDOMINAL TENDERNESS LLQ','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721ad44-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(612,612,'ABDOMINAL TENDERNESS RLQ','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721af41-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(613,613,'MUSCLE WEAKNESS DIFFUSE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721b108-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(614,614,'MUSCLE WEAKNESS LLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721b2d3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(615,615,'MUSCLE WEAKNESS LUE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721b497-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(616,616,'MUSCLE WEAKNESS RLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721b661-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(617,617,'MUSCLE WEAKNESS RUE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721b82a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(618,618,'FOCAL CNS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721b9e8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(619,619,'DECREASED SENSATION LLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721bbae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(620,620,'HEADACHE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721bd85-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(621,621,'AZT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721bf82-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(622,622,'ZDV','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721c15f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(623,623,'RETROVIR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721c2c1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(624,624,'D4T','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721c3cd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(625,625,'STAVUDINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721c4c6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(626,626,'ZERIT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721c5be-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(627,627,'3TC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721c6b6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(628,628,'LAMIVUDINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721c7ad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(629,629,'EPIVIR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721c957-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(630,630,'ZIDOVUDINE AND LAMIVUDINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721ca79-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(631,631,'NEVIRAPINE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721cb7f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(632,632,'VIRAMUNE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721cc78-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(633,633,'EFAVIRENZ','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721cd73-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(634,634,'SUSTIVE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721ce6b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(635,635,'NELFINAVIR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721cf64-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(636,636,'VIRACEPT','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721d05c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(637,637,'CREPITATIONS RUL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721d152-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(638,638,'CREPITATIONS RML','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721d24c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(639,639,'RIGHT LOWER LOBE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721d343-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(640,640,'CREPITATIONS LUL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721d43a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(641,641,'CREPITATIONS LINGULA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721d532-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(642,642,'CREPITATIONS LLL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721d62b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(643,643,'CERVICAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721da78-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(644,644,'KAPOSI SARCOMA ORAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721db8e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(645,645,'CXR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721dc83-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(646,646,'ELISA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721dd7b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(647,647,'FULL HEMOGRAM','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721de73-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(648,648,'HGB','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721df6b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(649,649,'WBC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721e065-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(650,650,'ALC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721e15c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(651,651,'PLTS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721e255-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(652,652,'LFTS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721e350-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(653,653,'SERUM GLUTAMIC-OXALOACETIC TRANSAMINASE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721e445-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(654,654,'SERUM GLUTAMIC-PYRUVIC TRANSAMINASE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721e547-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(655,655,'TOTAL BILIRUBIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721e697-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(656,656,'ISONIAZID','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721e7e8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(657,657,'CD4 PANEL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721e8f5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(658,658,'LEVOFLOX','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721e9ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(659,659,'HAART ACTIVE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721eaea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(660,660,'HAART RESERVED','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721ebdd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(661,661,'HAART ELIGIBLE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721ecd5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(662,662,'ANTI-VENIN SNAKE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721edcb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(663,663,'RASH ALLERGIC','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721eeba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(664,664,'NEGATIVE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721f04d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(665,665,'NEG','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721f16f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(666,666,'EPITHELIAL CELLS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721f26e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(667,667,'EPI CELLS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721f368-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(668,668,'GRAM POSITIVE RODS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721f464-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(669,669,'GRAM +VE RODS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721f559-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(670,670,'GPCS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721f64a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(671,671,'GRAM NEGATIVE RODS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721f746-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(672,672,'GRAM -VE RODS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721f838-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(673,673,'GNRS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721f932-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(674,674,'URETHRAL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721fa2d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(675,675,'DIPLOCOCCI','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721fb2c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(676,676,'PUS CELLS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721fc26-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(677,677,'WBCS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721fd17-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(678,678,'WHITE BLOOD CELLS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721fe10-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(679,679,'RED BLOOD CELLS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c721ff12-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(680,680,'WHITE CELLS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7220011-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(681,681,'RB CELLS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c722010e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(682,682,'RBCS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7220208-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(683,683,'TRICHOMONAS VAGINALIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7220301-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(684,684,'TRICHOMONAS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72203fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(685,685,'T VAGINALIS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7220548-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(686,686,'YEAST CELLS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72206f3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(687,687,'YEAST','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7220821-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(688,688,'A+','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7220912-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(689,689,'A','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7220a00-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(690,690,'A POSITIVE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7220ae4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(691,691,'A-','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7220bca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(692,692,'A NEGATIVE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7220cb2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(693,693,'B+','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7220e16-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(694,694,'B POSITIVE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7220f21-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(695,695,'B-','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c722100a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(696,696,'B NEGATIVE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72210eb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(697,697,'B','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72211cf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(698,698,'O+','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c722174b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(699,699,'O POSITIVE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7221866-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(700,700,'O-','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c722194c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(701,701,'O NEGATIVE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7221a30-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(702,702,'O','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72465ad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(703,703,'POSITIVE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7249642-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(704,704,'POS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7249854-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(705,705,'PRESSURE SENSATION','en',1,1,'2006-02-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7249fae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(706,706,'CYST','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724a144-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(707,707,'CYST HISTOLYTICA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724a29f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(708,708,'E HISTOLYTICA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724a3f4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(709,709,'ENTAMOEBA HISTOLYTICA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724a90b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(710,710,'ENTOMOEBA COLI','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724aa81-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(711,711,'E COLI','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724b01a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(712,712,'GIARDIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724b728-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(713,713,'GIARDIA LAMBLIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724c1c4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(714,714,'GLUCOSE POSITIVE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724c2e2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(715,715,'GLUCOSE POS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724c3bf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(716,716,'OVA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724c49c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(717,717,'TOTAL PROTEIN','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724c576-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(718,718,'PROTEIN POS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724c64c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(719,719,'TROPHOZOITE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724c7b6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(720,720,'ALBUMIN POSITIVE','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724c8bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(721,721,'ALBUMIN POS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724c9ac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(722,722,'AMORPHOUS PHOSPHATE CRYSTALS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724ca9c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(723,723,'AMORPHOUS PHOS CRYSTALS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724cb95-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(724,724,'BACTERIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724cd04-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(725,725,'CALCIUM OXALATE CRYSTALS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724ce3e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(726,726,'GRANULAR CELLS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724cf3d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(727,727,'MOTILE BACTERIA','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724d031-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(728,728,'SUGAR','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724d124-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(729,729,'PLATELETS','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724d213-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(730,730,'CD4%','en',1,1,'2004-04-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724d302-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(731,731,'QUINAPRIL','en',1,1,'2004-01-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724d3f1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(732,732,'ACYCLOVIR','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724d4de-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(733,733,'ALPRAZOLAM','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724d689-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(734,734,'AVELOX','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724d7b0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(735,735,'AZITHROMYCIN','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724d8ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(736,736,'CEFTIN','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724d99f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(737,737,'CEFUROXIME','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724da94-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(738,738,'CELEBREX','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724db8c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(739,739,'CELESTAMINE','en',1,1,'2004-02-03 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724dc7e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(740,740,'CIPROFLOXACIN','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724dd72-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(741,741,'CLARITIN','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724de62-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(742,742,'DAKTARIN ORAL GEL','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724df5b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(743,743,'DIHYDROCODEINE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724e050-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(744,744,'DIFLUCAN','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724e141-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(745,745,'ETHAMBUTOL','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724e237-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(746,746,'FAMVIR','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724e32d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(747,747,'FLUCONAZOLE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724e419-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(748,748,'IMIPRAMINE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724e50b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(749,749,'INDINAVIR','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724e601-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(750,750,'ISONIAZID','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724e6f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(751,751,'METOCLOPRAMIDE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724e7e8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(752,752,'LANSOPRAZOLE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724e8dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(753,753,'LASIX','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724e9ca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(754,754,'LEVAQUIN','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724eabe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(755,755,'LEVOFLOXACIN','en',1,1,'2003-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724ebb2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(756,756,'MOTILIUM','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724eca3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(757,757,'MYCELEX','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724ed98-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(758,758,'NASACORT','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724ee86-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(759,759,'BIFONAZOLE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724ef7f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(760,760,'NEXIUM','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724f071-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(761,761,'NIZAROL','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724f164-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(762,762,'SHARP SENSATION','en',1,1,'2006-02-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724f258-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(763,763,'PANTOPRAZOLE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724f374-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(764,764,'PLASIL','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724f4db-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(765,765,'PREDNISOLONE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724f5de-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(766,766,'PYRIDOXINE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724f6d1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(767,767,'RIFAMPICIN','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724f7bf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(768,768,'RIFAMPICIN ISONIAZID AND PYRAZINAMIDE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724f8b2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(769,769,'SALICYLIC ACID OINT','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724f9aa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(770,770,'SPORANOX','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724fa9d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(771,771,'STOCRIN','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724fb90-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(772,772,'SUPRAX','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724fc81-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(773,773,'FERROUS SULFATE AND FOLIC ACID','en',1,1,'2004-03-28 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724fe24-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(774,774,'TRIPLE RX FOR HELICOBACTER','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c724ff2a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(775,775,'VIOXX','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7250020-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(776,776,'XANAX','en',1,1,'2004-03-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725010e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(777,777,'LIDOCAINE AND HYDROCORTISONE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7250201-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(778,778,'ZOVIRAX','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72502f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(779,779,'CETIRIZINE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72503ec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(780,780,'ORAL CONTRACEPTION','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725055d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(781,781,'DIPTHERIA TETANUS AND PERTUSSIS VACCINATION','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72506fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(782,782,'HEPATITIS B VACCINATION','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72508b7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(783,783,'POLIO VACCINATION','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7250a6c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(784,784,'PENICILLIN','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7250c19-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(785,785,'ALKALINE PHOSPHATASE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7250dbd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(786,786,'BETAMETHASONE','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7250f6f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(787,787,'DF118','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725112c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(788,788,'ZYNCET','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72512e4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(789,789,'NELTOLON','en',1,1,'2004-03-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7251401-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(790,790,'SERUM CREATININE','en',1,1,'2004-04-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72514f8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(791,791,'EMTRICITABINE','en',1,1,'2004-04-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72515ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(792,792,'STAVUDINE LAMIVUDINE AND NEVIRAPINE','en',1,1,'2004-04-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7251742-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(793,793,'KALETRA','en',1,1,'2004-04-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72518c4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(794,794,'LOPINAVIR AND RITONAVIR','en',1,1,'2004-04-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72519d1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(795,795,'RITONAVIR','en',1,1,'2004-04-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7251b09-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(796,796,'DIDANOSINE','en',1,1,'2004-04-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7251c07-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(797,797,'ZIDOVUDINE','en',1,1,'2004-04-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7251cf9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(798,798,'SALBUTAMOL','en',1,1,'2004-04-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7252137-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(799,799,'HALOFANTRINE','en',1,1,'2004-04-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7252280-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(800,800,'EFV','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7252376-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(801,801,'TACHYPNEA','en',1,1,'2004-05-24 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7252530-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(802,802,'TENOFOVIR','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725263a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(803,803,'VIREAD','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7252730-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(804,804,'EMTRIVA','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725281e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(805,805,'FTC','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7252910-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(806,806,'VIDEX','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7252a06-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(807,807,'DDI','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7252afb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(808,808,'NVP','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7252c2a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(809,809,'EMTRI','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7252d83-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(810,810,'AMPRENAVIR','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7252e87-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(811,811,'INDINAVIR','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7252f7a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(812,812,'CRIXAVAN','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725306d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(813,813,'IDV','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7253160-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(814,814,'ABACAVIR','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7253252-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(815,815,'ZIAGEN','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725334c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(816,816,'ABC','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7253441-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(817,817,'ABACAVIR LAMIVUDINE AND ZIDOVUDINE','en',1,1,'2004-04-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7253533-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(818,818,'ADHERENCE','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7253625-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(819,819,'CANNOT AFFORD TREATMENT','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7253715-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(820,820,'TRANSPORT PROBLEMS','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7253804-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(821,821,'PERIPHERAL NEUROPATHY','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725390a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(822,822,'EXPOSURE TO HIV','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7253a2f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(823,823,'WASTING SYNDROME','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7253bef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(824,824,'NASAL BLOCKAGE','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7253d6c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(825,825,'HEPATOSPLENOMEGALY','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7253eda-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(826,826,'ORAL HAIRY LEUKOPLAKIA','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725404c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(827,827,'PCP','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7254291-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(828,828,'HEMIPARESIS','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7254437-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(829,829,'ECZEMA','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725460a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(830,830,'LARYNGITIS','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725478d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(831,831,'PULMONARY TUBERCULOSIS','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7254890-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(832,832,'WEIGHT LOSS','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7254987-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(833,833,'UNABLE TO WALK','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7254a7c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(834,834,'BREASTFEEDING','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7254c51-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(835,835,'TINEA CORPORIS','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7254d66-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(836,836,'HERPES ZOSTER','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7254e5e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(837,837,'HYPERACIDITY','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7254f4d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(838,838,'ACNE','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7255045-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(839,839,'THROMBOCYTOPENIA','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7255135-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(840,840,'HEMATURIA','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725522c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(841,841,'TUMOUR','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725531d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(842,842,'FOLLICULITIS','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725540a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(843,843,'REGIMEN FAILURE','en',1,1,'2004-05-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72554fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(844,844,'HIV DNA POLYMERASE CHAIN REACTION','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72555e9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(845,845,'ULTRASOUND, ABDOMEN','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72556dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(846,846,'COMPUTED TOMOGRAPHY SCAN, HEAD','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72557c9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(847,847,'BS FOR MPS','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72558c1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(848,848,'SERUM ALBUMIN','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72559b3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(849,849,'URINARY ALBUMIN','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7255aa7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(850,850,'ALP','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7255b96-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(851,851,'MEAN CORPUSCULAR VOLUME','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7255c89-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(852,852,'ULTRASOUND, HEPATIC','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7255d7a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(853,853,'CD8 COUNT','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7255e66-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(854,854,'CD4/CD8','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7255f58-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(855,855,'ERYTHROCYTE SEDIMENTATION RATE','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725604c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(856,856,'HIV VIRAL LOAD','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7256140-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(857,857,'BLOOD UREA NITROGEN','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7256230-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(858,858,'ZN STAIN','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7256324-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(859,859,'CONGESTION','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7256416-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(860,860,'NECK PAINS','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7256502-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(861,861,'HEARING DIFFICULTIES','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72565fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(862,862,'P.V. DISCHARGE','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72566e7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(863,863,'ITCHING','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72567d9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(864,864,'GENITAL SORES','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7256937-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(865,865,'THROAT PAINFUL','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7256a68-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(866,866,'PAINFUL SWALLOWING','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7256b64-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(867,867,'INSOMNIA','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7256c5c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(868,868,'ANOREXIA','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7256d4a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(869,869,'MALAISE','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7256e36-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(870,870,'BACKACHE','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7256f24-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(871,871,'CHILLS','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7257011-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(872,872,'RUNNING NOSE','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7257102-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(873,873,'OTORRHEA','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725726e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(874,874,'EYE DISCHARGE','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7257394-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(875,875,'GENERAL BODYACHE','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725748c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(876,876,'FAST BREATHING','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725757a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(877,877,'DIZZINESS','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725766d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(878,878,'SNEEZING','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725775e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(879,879,'PRURITIS','en',1,1,'2004-05-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7257852-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(880,880,'RHINITIS','en',1,1,'2004-05-24 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7257941-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(881,881,'DYSPHAGIA','en',1,1,'2004-05-24 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7257a2f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(882,882,'PNEUMOCYSTIC CARINII PNEUMONIA','en',1,1,'2004-05-24 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7257b27-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(883,883,'ZIEHL NIELSEN STAIN','en',1,1,'2004-05-27 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7257c1b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(884,884,'HUMAN IMMUNODEFICIENCY VIRUS','en',1,1,'2004-05-27 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7257d0d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(885,885,'PAPANICOLAOU SMEAR','en',1,1,'2004-05-27 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7257dff-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(886,886,'BACILLE CAMILE-GUERIN VACCINATION','en',1,1,'2004-05-31 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7257ef0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(887,887,'SERUM GLUCOSE','en',1,1,'2004-05-31 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7257fdc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(888,888,'VITAMIN D DEFICIENCY','en',1,1,'2004-05-31 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72580d0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(889,889,'VITAMIN C DEFICIENCY','en',1,1,'2004-06-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72581bf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(890,890,'LEPROSY','en',1,1,'2004-06-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72582ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(891,891,'PERTUSSIS','en',1,1,'2004-06-01 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72583a6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(892,892,'VARICELLA','en',1,1,'2004-06-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7258498-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(893,893,'GONORRHEA','en',1,1,'2004-06-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725859a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(894,894,'ACQUIRED IMMUNODEFICIENCY SYNDROME','en',1,1,'2004-06-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7258694-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(895,895,'UPPER RESPIRATORY TRACT INFECTION','en',1,1,'2004-06-04 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725878c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(896,896,'CHALAZION','en',1,1,'2004-06-10 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725887c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(897,897,'CUTANEOUS ABSCESS NOT SPECIFIED','en',1,1,'2004-06-11 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7258970-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(898,898,'LOW BACK PAIN','en',1,1,'2004-06-11 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7258a69-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(899,899,'FALSE LABOR','en',1,1,'2004-06-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7258b5e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(900,900,'DIARRHEA AND GASTROENTERITIS OF PRESUMED INFECTIOUS ORIGIN','en',1,1,'2004-06-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7258c58-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(901,901,'FEVER OF UNKNOWN ORIGIN','en',1,1,'2004-06-23 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7258d58-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(902,902,'PELVIC INFLAMMATORY DISEASE','en',1,1,'2004-06-23 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7258e57-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(903,903,'HYPERTENSION','en',1,1,'2004-06-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7258f54-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(904,904,'INJURY OF UNSPECIFIED BODY REGION','en',1,1,'2004-06-30 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72590d4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(905,905,'MISSED ABORTION','en',1,1,'2004-06-30 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72591e2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(906,906,'UNSPECIFIED MALARIA','en',1,1,'2004-07-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72592db-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(907,907,'MEDROXYPROGESTERONE ACETATE','en',1,1,'2004-07-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72593cf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(908,908,'HERPES SIMPLEX VIRUS, QUALITATIVE','en',1,1,'2004-07-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7259895-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(909,909,'CHEST PAIN QUALITY','en',1,1,'2006-02-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7259a57-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(910,910,'OTHER AND UNSPECIFIED CONVULSIONS','en',1,1,'2004-07-11 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7259b5c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(911,911,'DEPRESSIVE EPISODE','en',1,1,'2004-07-11 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7259c5f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(912,912,'IBUPROFEN','en',1,1,'2004-07-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7259e2b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(913,913,'CHLORPHENAMINE','en',1,1,'2004-07-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7259f41-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(914,914,'CHLORPROMAZINE','en',1,1,'2004-07-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725a03c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(915,915,'TRIHEXYPHENIDYL','en',1,1,'2004-07-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725a133-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(916,916,'TRIMETHOPRIM AND SULFAMETHOXAZOLE','en',1,1,'2004-07-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725a229-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(917,917,'SCOPOLAMINE','en',1,1,'2004-07-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725a320-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(918,918,'MICONAZOLE','en',1,1,'2004-07-19 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725a411-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(919,919,'NYSTATIN','en',1,1,'2004-07-19 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725a50d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(920,920,'CARBAMAZEPINE','en',1,1,'2004-07-19 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725a601-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(921,921,'DIPHENHYDRAMINE','en',1,1,'2004-07-19 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725a6f7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(922,922,'CLOXACILLIN','en',1,1,'2004-07-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725a7ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(923,923,'RANITIDINE','en',1,1,'2004-07-23 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725a8dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(924,924,'SULFADOXINE AND PYRIMETHAMINE','en',1,1,'2004-07-23 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725a9d4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(925,925,'AMPICILLIN+CLOXACILLIN','en',1,1,'2004-07-23 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725aaca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(926,926,'KETOCONAZOLE','en',1,1,'2004-07-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725abc0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(927,927,'FLUPHENAZINE','en',1,1,'2004-07-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725acb4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(928,928,'AMINOPHYLLINE','en',1,1,'2004-07-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725ada9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(929,929,'HYDRALAZINE','en',1,1,'2004-07-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725ae9a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(930,930,'PSEUDOEPHEDRINE AND TRIPOLIDINE','en',1,1,'2004-07-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725af90-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(931,931,'AMITRYPTILINE','en',1,1,'2004-07-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725b083-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(932,932,'SCHISTOSOMIASIS','en',1,1,'2004-07-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725b171-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(933,933,'OPEN WOUND OF UNSPECIFIED BODY REGION','en',1,1,'2004-07-28 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725b268-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(934,934,'SEXUALLY TRANSMITTED DISEASE UNSPECIFIED','en',1,1,'2004-07-28 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725b362-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(935,935,'METAKELFIN','en',1,1,'2004-07-28 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725b45a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(936,936,'LEVAMISOLE','en',1,1,'2004-07-28 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725b54f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(937,937,'DERMATOPHYTOSIS','en',1,1,'2004-07-28 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725b647-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(938,938,'SILVER SULFADIAZINE','en',1,1,'2004-07-28 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725b7c5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(939,939,'PAROMOMYCIN','en',1,1,'2004-07-29 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725b8d5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(940,940,'SPONDYLOSIS','en',1,1,'2004-07-29 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725b9cc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(941,941,'ALBENDAZOLE','en',1,1,'2004-08-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725babf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(942,942,'PROBENECID','en',1,1,'2004-08-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725bbb0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(943,943,'TRIAMCINALONE','en',1,1,'2004-08-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725bc9f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(944,944,'ANTACID','en',1,1,'2004-08-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725bd96-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(945,945,'CEREBRAL PALSY','en',1,1,'2004-08-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725be84-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(946,946,'FEFOL','en',1,1,'2004-08-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725bf74-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(947,947,'ERYTHEMA','en',1,1,'2004-08-17 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725c100-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(948,948,'TYMPANIC MEMBRANE INJECTED','en',1,1,'2004-08-17 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725c214-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(949,949,'TYMPANIC MEMBRANE SCLEROSIS','en',1,1,'2004-08-17 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725c315-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(950,950,'TYMPANIC MEMBRANE DULL','en',1,1,'2004-08-17 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725c407-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(951,951,'VARICOSE LEG ULCERS','en',1,1,'2004-08-18 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725c504-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(952,952,'ABSOLUTE LYMPHOCYTE COUNT','en',1,1,'2004-08-24 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725c5fd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(953,953,'LIVER FUNCTION TESTS','en',1,1,'2004-08-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725c6f4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(954,954,'ESCHERICHIA COLI','en',1,1,'2004-08-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725c7f3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(955,955,'MOXIFLOXACIN','en',1,1,'2004-08-30 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725c8ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(956,956,'CELECOXIB','en',1,1,'2004-08-30 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725c9df-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(957,957,'LORATADINE','en',1,1,'2004-08-30 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725cad2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(958,958,'FAMCICLOVIR','en',1,1,'2004-08-30 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725cbdd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(959,959,'DOMPERIDONE','en',1,1,'2004-08-30 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725cce8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(960,960,'CLOTRIMAZOLE','en',1,1,'2004-08-30 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725cdcf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(961,961,'ESOMEPRAZOLE','en',1,1,'2004-08-30 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725ceb6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(962,962,'ITRACONAZOLE','en',1,1,'2004-08-30 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725cf9a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(963,963,'CEFIXIME','en',1,1,'2004-08-30 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725d07d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(964,964,'ROFECOXIB','en',1,1,'2004-08-30 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725d161-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(965,965,'CURRENTLY USING BIRTH CONTROL','en',1,1,'2006-02-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725d245-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(966,966,'CURRENT ANTIRETROVIRAL DRUGS USED FOR TRANSMISSION PROPHYLAXIS','en',1,1,'2006-02-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725d32e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(967,967,'HEMOPTYSIS','en',1,1,'2006-03-19 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725d419-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(968,968,'COW MILK','en',1,1,'2006-04-14 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725d551-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(969,969,'FAMILY MEMBER ACCOMPANYING PATIENT','en',1,1,'2006-04-14 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725da16-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(970,970,'MOTHER','en',1,1,'2006-04-14 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725db28-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(971,971,'FATHER','en',1,1,'2006-04-14 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725dcba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(972,972,'SIBLING','en',1,1,'2006-04-14 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725de05-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(973,973,'GRANDPARENT','en',1,1,'2006-04-14 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725e01c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(974,974,'UNCLE','en',1,1,'2006-04-14 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c725e12c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(975,975,'AUNT','en',1,1,'2006-04-14 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728ab09-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(976,976,'HOSPITALIZED SINCE LAST VISIT','en',1,1,'2006-04-14 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728b80e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(977,977,'HOSPITAL WAIVER','en',1,1,'2006-04-14 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728ba47-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(978,978,'SELF','en',1,1,'2006-04-14 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728bc4c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(979,979,'FAMILY MEMBER THAT ADMINISTERS MEDICATIONS','en',1,1,'2006-04-14 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728be3a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(980,980,'BODY SURFACE AREA','en',1,1,'2006-04-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728c6ce-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(981,981,'DOSING CHANGE','en',1,1,'2006-04-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728ca36-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(982,982,'CD4 COUNT GREATER THAN 15%','en',1,1,'2006-04-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728cc4e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(983,983,'WEIGHT CHANGE','en',1,1,'2006-04-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728d651-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(984,984,'IMMUNIZATIONS ORDERED','en',1,1,'2006-04-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728d86a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(985,985,'FEEDING PLAN','en',1,1,'2006-04-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728e049-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(986,986,'REASON FEEDING METHOD CHANGED','en',1,1,'2006-04-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728f215-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(987,987,'INTOLERANCE','en',1,1,'2006-04-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728f3a2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(988,988,'AFFORDABILITY','en',1,1,'2006-04-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728f50d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(989,989,'PATIENT AGE','en',1,1,'2006-04-15 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728f698-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(990,990,'TOXOPLASMOSIS, CENTRAL NERVOUS SYSTEM','en',1,1,'2006-04-18 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728f7f9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(991,991,'DEHYDRATION','en',1,1,'2006-04-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728f95e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(992,992,'TINEA VERSICOLOR','en',1,1,'2006-04-20 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728fac8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(993,993,'ADENITIS, TUBERCULOUS','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728fc35-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(994,994,'ADENITIS, NOS','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728fd99-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(995,995,'CONJUNCTIVITIS, ALLERGIC','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c728fef9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(996,996,'CONSTIPATION','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729005e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(997,997,'MENINGITIS, BACTERIAL','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72901bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(998,998,'RESPIRATORY TRACT INFECTION, LOWER','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7290322-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(999,999,'RESPIRATORY TRACT INFECTION, NOS','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7290482-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1000,1000,'WHOLE BLOOD','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72905e3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1001,1001,'SERUM','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7290747-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1002,1002,'PLASMA','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72908a4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1003,1003,'PERIPHERAL BLOOD MONONUCLEAR CELLS','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7290a05-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1004,1004,'SPUTUM','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7290b64-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1005,1005,'UROGENITAL SWAB','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7290cc2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1006,1006,'TOTAL CHOLESTEROL','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7290e23-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1007,1007,'HIGH-DENSITY LIPOPROTEIN CHOLESTEROL','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7290f80-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1008,1008,'LOW-DENSITY LIPOPROTEIN CHOLESTEROL','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7291144-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1009,1009,'TRIGLYCERIDES','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7291319-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1010,1010,'LIPID PANEL','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7291485-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1011,1011,'CREATINE KINASE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72915e1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1012,1012,'SERUM LACTATE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729173f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1013,1013,'SERUM LIPASE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72918a2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1014,1014,'LACTATE DEHYDROGENASE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7291a03-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1015,1015,'HEMATOCRIT','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7291b62-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1016,1016,'RED CELL DISTRIBUTION WIDTH','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7291cfb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1017,1017,'MEAN CELL HEMOGLOBIN CONCENTRATION','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7291e76-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1018,1018,'MEAN CORPUSCULAR HEMOGLOBIN','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7291fd7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1019,1019,'COMPLETE BLOOD COUNT','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729213d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1020,1020,'BANDS','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729229a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1021,1021,'LYMPHOCYTES','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72923f4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1022,1022,'NEUTROPHILS','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7292553-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1023,1023,'MONOCYTES','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72926ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1024,1024,'EOSINOPHILS','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7292809-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1025,1025,'BASOPHILS','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7292961-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1026,1026,'DIFFERENTIAL','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7292ab9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1027,1027,'CD8%','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7292c18-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1028,1028,'CD3 COUNT','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7292d73-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1029,1029,'VDRL TITRE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7292ed0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1030,1030,'HIV DNA POLYMERASE CHAIN REACTION, QUALITATIVE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7293029-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1031,1031,'TREPONEMA PALLIDUM HEMAGGLUTINATION ASSAY','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7293187-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1032,1032,'TREPONEMA PALLIDUM HEMAGGLUTINATION ASSAY, QUALITATIVE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72932e0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1033,1033,'CHLAMYDIA TRACHOMATIS POLYMERASE CHAIN REACTION','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7293446-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1034,1034,'CHLAMYDIA TRACHOMATIS POLYMERASE CHAIN REACTION, QUALITATIVE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729359e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1035,1035,'HERPES SIMPLEX VIRUS SEROLOGY, QUANTITATIVE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72936f9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1036,1036,'NEISSERIA GONORRHOEAE POLYMERASE CHAIN REACTION','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729385a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1037,1037,'HERPES SIMPLEX VIRUS THRESHHOLD PERCENTAGE, QUANTITATIVE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7293a1e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1038,1038,'NEISSERIA GONORRHOEAE POLYMERASE CHAIN REACTION, QUALITATIVE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7293b84-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1039,1039,'TRICHOMONAS VAGINALIS POLYMERASE CHAIN REACTION, QUALITATIVE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7293cea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1040,1040,'HIV RAPID TEST 1, QUALITATIVE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7293e46-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1041,1041,'HIV ENZYME IMMUNOASSAY, QUANTITATIVE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7293fa3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1042,1042,'HIV ENZYME IMMUNOASSAY, QUALITATIVE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72940fe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1043,1043,'TRICHOMONAS VAGINALIS POLYMERASE CHAIN REACTION','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7294261-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1044,1044,'HERPES SIMPLEX VIRUS POLYMERASE CHAIN REACTION','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72943f2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1045,1045,'HIV WESTERN BLOT BANDS','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7294571-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1046,1046,'HERPES SIMPLEX VIRUS POLYMERASE CHAIN REACTION, QUALITATIVE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72946d7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1047,1047,'HIV WESTERN BLOT, QUALITATIVE','en',1,1,'2004-12-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7294840-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1048,1048,'HIV DISCLOSURE TO ANYONE','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72949a2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1049,1049,'LESS THAN 30 MINUTES','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7294b04-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1050,1050,'30 TO 60 MINUTES','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7294c65-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1051,1051,'ONE TO TWO HOURS','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7294dc6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1052,1052,'MORE THAN TWO HOURS','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7294f24-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1053,1053,'PARITY','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7295080-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1054,1054,'CIVIL STATUS','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72951ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1055,1055,'MARRIED OR LIVING WITH PARTNER','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7295342-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1056,1056,'SEPARATED','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72954a0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1057,1057,'NEVER MARRIED','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729561f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1058,1058,'DIVORCED','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729578e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1059,1059,'WIDOWED','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7295dfb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1060,1060,'LIVING WITH PARTNER','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7295f6c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1061,1061,'METHOD OF HIV EXPOSURE','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7296122-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1062,1062,'SUSPECTED PAST HIV EXPOSURE','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7296284-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1063,1063,'BLOOD TRANSFUSION','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72963e0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1064,1064,'NO KNOWN RISK FACTORS','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729692b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1065,1065,'YES','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7296a84-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1066,1066,'NO','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7296b99-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1067,1067,'UNKNOWN','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7296ca0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1068,1068,'SYMPTOMATIC','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7296de3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1069,1069,'REVIEW OF SYSTEMS, GENERAL','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7296f36-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1070,1070,'REVIEW OF SYSTEMS, HEENT','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7297045-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1071,1071,'REVIEW OF SYSTEMS, CARDIOPULMONARY','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7297143-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1072,1072,'DAYS','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7297243-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1073,1073,'WEEKS','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729733a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1074,1074,'MONTHS','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729742b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1075,1075,'WHITE','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7297527-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1076,1076,'PURULENT','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729761e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1077,1077,'BLOODY','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7297714-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1078,1078,'REVIEW OF SYSTEMS, GASTROINTESTINAL','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7297820-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1079,1079,'CONTINUOUS','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72979fc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1080,1080,'REVIEW OF SYSTEMS, GENITOURINARY','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7297b88-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1081,1081,'REVIEW OF SYSTEMS, MUSCULOSKELETAL','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7297d00-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1082,1082,'REVIEW OF SYSTEMS, CENTRAL NERVOUS SYSTEM','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7297eec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1083,1083,'ALLERGY TO OTHER MEDICINE','en',1,1,'2005-01-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7298085-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1084,1084,'ANTIRETROVIRALS USED FOR MTCT PROPHYLAXIS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7298212-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1085,1085,'ANTIRETROVIRAL DRUGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729839f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1086,1086,'PREVIOUS ANTIRETROVIRAL DRUGS USED FOR TRANSMISSION PROPHYLAXIS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7298529-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1087,1087,'PREVIOUS ANTIRETROVIRAL DRUGS USED FOR TREATMENT','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72986bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1088,1088,'CURRENT ANTIRETROVIRAL DRUGS USED FOR TREATMENT','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7298847-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1089,1089,'YEAR OF BLOOD TRANSFUSION EXPOSURE','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72989d0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1090,1090,'NEVER','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7298c60-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1091,1091,'MONTHLY OR LESS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7298df8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1092,1092,'2 TO 4 TIMES A MONTH','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7298f84-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1093,1093,'2 TO 3 TIMES A WEEK','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729910a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1094,1094,'4 TO 5 TIMES A WEEK','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7299210-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1095,1095,'6 OR MORE TIMES A WEEK','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7299308-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1096,1096,'TEMPORAL ANSWERS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72993fc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1097,1097,'LESS THAN MONTHLY','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7299564-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1098,1098,'MONTHLY','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7299690-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1099,1099,'WEEKLY','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7299792-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1100,1100,'DAILY OR ALMOST DAILY','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7299888-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1101,1101,'ZERO','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729997b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1102,1102,'ONE TO TWO','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7299a6f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1103,1103,'THREE TO FOUR','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7299b66-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1104,1104,'FIVE TO SIX','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7299c59-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1105,1105,'SEVEN TO NINE','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7299d4d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1106,1106,'TEN OR MORE','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7299e3a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1107,1107,'NONE','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7299f2a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1108,1108,'ETHAMBUTOL AND ISONIZAID','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729a01d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1109,1109,'PATIENT REPORTED CURRENT PCP PROPHYLAXIS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729a109-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1110,1110,'PATIENT REPORTED CURRENT TUBERCULOSIS PROPHYLAXIS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729a1fb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1111,1111,'PATIENT REPORTED CURRENT TUBERCULOSIS TREATMENT','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729a2f4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1112,1112,'PATIENT REPORTED CURRENT CRYPTOCOCCUS TREATMENT','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729a3e9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1113,1113,'TUBERCULOSIS DRUG TREATMENT START DATE','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729a4da-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1114,1114,'VITAL SIGNS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729a5ce-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1115,1115,'NORMAL','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729a6be-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1116,1116,'ABNORMAL','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729a7ad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1117,1117,'ABNORMAL SOUNDS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729a89c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1118,1118,'NOT DONE','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729a98b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1119,1119,'GENERAL EXAM FINDINGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729aa7b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1120,1120,'SKIN EXAM FINDINGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729ab6b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1121,1121,'LYMPH NODE EXAM FINDINGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729ac62-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1122,1122,'HEENT EXAM FINDINGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729ad53-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1123,1123,'CHEST EXAM FINDINGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729ae49-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1124,1124,'CARDIAC EXAM FINDINGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729af3c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1125,1125,'ABDOMINAL EXAM FINDINGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729b031-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1126,1126,'UROGENITAL EXAM FINDINGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729b125-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1127,1127,'EXTREMITY EXAM FINDINGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729b274-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1128,1128,'MUSCULOSKELETAL EXAM FINDINGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729b377-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1129,1129,'NEUROLOGIC EXAM FINDINGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729b46b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1130,1130,'PSYCHIATRIC EXAM FINDINGS','en',1,1,'2005-01-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729b55e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1131,1131,'RIFAMPICIN ISONIAZID PYRAZINAMIDE AND ETHAMBUTOL','en',1,1,'2005-01-21 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729b6d7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1132,1132,'SERUM SODIUM','en',1,1,'2005-01-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729b891-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1133,1133,'SERUM POTASSIUM','en',1,1,'2005-01-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729b9b3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1134,1134,'SERUM CHLORIDE','en',1,1,'2005-01-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729bab0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1135,1135,'SERUM CARBON DIOXIDE','en',1,1,'2005-01-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729bbd5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1136,1136,'PULMONARY EFFUSION','en',1,1,'2005-01-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729bcea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1137,1137,'MILIARY CHANGES','en',1,1,'2005-01-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729bde3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1138,1138,'INDETERMINATE','en',1,1,'2005-01-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729beda-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1139,1139,'PILOT','en',1,1,'2005-01-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729bfce-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1140,1140,'MTRH STAFF','en',1,1,'2005-01-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729c0c4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1141,1141,'NATIONAL AIDS SEXUALLY TRANSMITTED DISEASE CONTROL PROGRAM','en',1,1,'2005-01-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729c1bd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1142,1142,'MTCT STAFF','en',1,1,'2005-01-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729c2b7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1143,1143,'RESEARCH','en',1,1,'2005-01-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729c3ad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1144,1144,'AWAITING ASSIGNMENT','en',1,1,'2005-01-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729c49e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1145,1145,'HISTORY OF PNEUMONIA','en',1,1,'2005-01-26 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729c591-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1146,1146,'CONCEPTION SINCE LAST VISIT','en',1,1,'2005-02-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729c68a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1147,1147,'ANTIRETROVIRAL USE DURING PREGNANCY','en',1,1,'2005-02-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729c77d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1148,1148,'TOTAL MATERNAL TO CHILD TRANSMISSION PROPHYLAXIS','en',1,1,'2005-02-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729c874-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1149,1149,'ON ANTIRETROVIRAL THERAPY','en',1,1,'2005-02-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729c968-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1150,1150,'BREASTFED PREDOMINATELY','en',1,1,'2005-02-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729ca6d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1151,1151,'INFANT FEEDING METHOD','en',1,1,'2005-02-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729cb6a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1152,1152,'WEANED','en',1,1,'2005-02-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729cc65-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1153,1153,'CHILD OF HIV PATIENT IN CLINIC','en',1,1,'2005-02-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729cd5f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1154,1154,'NEW COMPLAINTS','en',1,1,'2005-02-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729ce58-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1155,1155,'PRIMARY REGIMEN','en',1,1,'2005-02-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729cf51-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1156,1156,'OVERALL DRUG ADHERENCE IN LAST MONTH','en',1,1,'2005-02-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729d04f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1157,1157,'PNEUMOCYSTIC CARINII PNEUMONIA PROPHYLACTIC DRUGS','en',1,1,'2005-02-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729d145-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1158,1158,'TUBERCULOSIS PROPHYLACTIC DRUGS','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729d243-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1159,1159,'TUBERCULOSIS TREATMENT DRUGS','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729d33b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1160,1160,'FEW','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729d435-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1161,1161,'HALF','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729d828-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1162,1162,'MOST','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729d98e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1163,1163,'ALL','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729da8b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1164,1164,'ANTIRETROVIRAL ADHERENCE IN PAST WEEK','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729db8a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1165,1165,'TUBERCULOSIS PROPHYLAXIS ADHERENCE IN PAST WEEK','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729dc89-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1166,1166,'MUCOCUTANEOUS EXAM FINDINGS','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729dd82-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1167,1167,'DISCLOSURE COUNSELING','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729de76-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1168,1168,'MTCT-PLUS','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729df6a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1169,1169,'HIV INFECTED','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729e063-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1170,1170,'SPONTANEOUS VAGINAL DELIVERY','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729e15a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1171,1171,'CESAREAN SECTION','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729e24c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1172,1172,'BREECH DELIVERY','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729e3c3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1173,1173,'EXPRESSED BREASTMILK','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729e4d9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1174,1174,'ORPHAN','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729e5d8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1175,1175,'NOT APPLICABLE','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729e6d0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1176,1176,'PARTUM ANTIRETROVIRAL USE','en',1,1,'2005-02-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729e7c2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1177,1177,'PARTUM DOSING PERIOD','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729e8b2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1178,1178,'ANTEPARTUM','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729e9a3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1179,1179,'INTRAPARTUM','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729ea97-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1180,1180,'POSTPARTUM','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729eb8e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1181,1181,'ANTIRETROVIRAL DOSE QUANTIFICATION','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729ec86-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1182,1182,'ONE DOSE','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729ed78-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1183,1183,'TWO DOSES','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729ee6c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1184,1184,'MORE THAN TWO DOSES','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729ef5d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1185,1185,'TREATMENT','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729f04f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1186,1186,'NUMBER OF WEEKS ON TREATMENT','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729f146-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1187,1187,'NEWBORN ANTIRETROVIRAL USE','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729f239-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1188,1188,'TACHYPNEA DURATION','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729f332-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1189,1189,'REVIEW OF SYSTEMS, DEVELOPMENTAL','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729f427-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1190,1190,'HISTORICAL DRUG START DATE','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729f524-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1191,1191,'HISTORICAL DRUG STOP DATE','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729f61a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1192,1192,'ANTIRETROVIRAL USE','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729f70d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1193,1193,'CURRENT DRUGS USED','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729f7fb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1194,1194,'RIFAMPICIN AND ISONIAZID','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729f8ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1195,1195,'ANTIBIOTICS','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729f9e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1196,1196,'NUMBER OF DOSES RECEIVED BEFORE ENROLLMENT','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729fadc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1197,1197,'VACCINATIONS','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729fbe9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1198,1198,'PREVIOUS IMMUNIZATIONS ADMINISTERED','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729fcf7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1199,1199,'ASYMMETRIC REFLEXES','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729fde5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1200,1200,'DEVELOPMENTAL EXAM FINDINGS','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729fed0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1201,1201,'CDC CATEGORY A','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c729fff3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1202,1202,'CDC CATEGORY B','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72a00f2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1203,1203,'CDC CATEGORY C','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72a01e0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1204,1204,'WHO STAGE 1 ADULT','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72a02c8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1205,1205,'WHO STAGE 2 ADULT','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72a03ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1206,1206,'WHO STAGE 3 ADULT','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72a049a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1207,1207,'WHO STAGE 4 ADULT','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72a0583-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1208,1208,'PEDS CDC SPECIFIC CONDITION QUERY','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72a0bcb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1209,1209,'PEDS CDC CATEGORY QUERY','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72a0d64-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1210,1210,'PAROTID ENLARGEMENT','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72a0e6f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1211,1211,'VERRUCA PLANUS','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72a0f59-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1212,1212,'MOLLUSCUM CONTAGIOSUM','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72a1045-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1213,1213,'HUMAN PAPILLOMAVIRUS','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c72a1249-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1214,1214,'HIV STAGING - STEROID RESISTANT THROMBOCYTOPENIA','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73057fb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1215,1215,'HIV STAGING - RECURRENT BACTERIAL PNEUMONIA','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7306734-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1216,1216,'HIV STAGING - NONRESPONSIVE HERPES SIMPLEX VIRUS','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7306a04-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1217,1217,'HIV STAGING - REFRACTORY ANEMIA','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7306c8c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1218,1218,'RECTOVAGINAL FISTULA','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7307646-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1219,1219,'CRYPTOCOCCOSIS','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73078d4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1220,1220,'WHO STAGE 1 PEDS','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7307b47-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1221,1221,'WHO STAGE 2 PEDS','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7308604-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1222,1222,'WHO STAGE 3 PEDS','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730889f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1223,1223,'WHO STAGE 4 PEDS','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73093c0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1224,1224,'PEDS WHO CATEGORY QUERY','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7309d4a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1225,1225,'PEDS WHO SPECIFIC CONDITION QUERY','en',1,1,'2005-02-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730b1b6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1226,1226,'ANEMIA, IRON DEFICIENCY','en',1,1,'2005-02-16 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730b510-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1227,1227,'AUGMENTIN','en',1,1,'2005-02-16 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730b9ca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1228,1228,'REACTIVE','en',1,1,'2005-02-16 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730bb70-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1229,1229,'NON-REACTIVE','en',1,1,'2005-02-16 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730bc8a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1230,1230,'AB POSITIVE','en',1,1,'2005-02-16 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730bd8a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1231,1231,'AB NEGATIVE','en',1,1,'2005-02-16 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730be8b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1232,1232,'LEFT UPPER EXTREMITY','en',1,1,'2005-02-17 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730bf86-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1233,1233,'RIGHT UPPER EXTREMITY','en',1,1,'2005-02-17 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730c0b4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1234,1234,'LEFT LOWER EXTREMITY','en',1,1,'2005-02-17 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730c1cd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1235,1235,'RIGHT LOWER EXTREMITY','en',1,1,'2005-02-17 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730c2ce-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1236,1236,'LOWER EXTREMITIES','en',1,1,'2005-02-17 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730c3c0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1237,1237,'UPPER EXTREMITIES','en',1,1,'2005-02-17 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730c4b5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1238,1238,'MEDICAL RECORD OBSERVATIONS','en',1,1,'2005-02-17 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730c5ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1239,1239,'ANATOMIC LOCATIONS','en',1,1,'2005-02-18 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730c6a7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1240,1240,'BECLOMETHASONE','en',1,1,'2005-02-18 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730c7a0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1241,1241,'VALACYCLOVIR','en',1,1,'2005-02-18 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730c93f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1242,1242,'ENALAPRIL','en',1,1,'2005-02-18 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730caa1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1243,1243,'HYDROCHLOROTHIAZIDE','en',1,1,'2005-02-18 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730cba5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1244,1244,'OMEPRAZOLE','en',1,1,'2005-02-18 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730cca7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1245,1245,'AMPATH MED KIT','en',1,1,'2005-02-18 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730cd9e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1246,1246,'SCHEDULED VISIT','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730ce90-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1247,1247,'CRYPTOCOCCUS TREATMENT ADHERENCE IN PAST WEEK','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730cf81-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1248,1248,'NEW WHO/CDC STAGING CRITERIA MET','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730d075-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1249,1249,'PAPULAR PRURITIC ERUPTION','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730d16c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1250,1250,'ANTIRETROVIRALS STARTED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730d264-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1251,1251,'REASON ANTIRETROVIRALS STARTED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730d35f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1252,1252,'REASON ANTIRETROVIRALS STOPPED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730d457-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1253,1253,'COMPLETED TOTAL PMTCT','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730d54c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1254,1254,'CD4 COUNT GREATER THAN 200','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730d647-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1255,1255,'ANTIRETROVIRAL PLAN','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730d739-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1256,1256,'START DRUGS','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730d829-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1257,1257,'CONTINUE REGIMEN','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730d921-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1258,1258,'CHANGE FORMULATION','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730da16-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1259,1259,'CHANGE REGIMEN','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730db06-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1260,1260,'STOP ALL','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730dbfc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1261,1261,'PCP PROPHYLAXIS PLAN','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730dcf2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1262,1262,'REASON PCP PROPHYLAXIS STOPPED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730dee1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1263,1263,'PCP PROPHYLAXIS STARTED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730dff6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1264,1264,'TUBERCULOSIS PROPHYLAXIS STARTED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730e0f3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1265,1265,'TUBERCULOSIS PROPHYLAXIS PLAN','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730e1e8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1266,1266,'REASON TUBERCULOSIS PROPHYLAXIS STOPPED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730e2e0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1267,1267,'COMPLETED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730e3d4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1268,1268,'TUBERCULOSIS TREATMENT PLAN','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730e4cb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1269,1269,'REASON TUBERCULOSIS TREATMENT STOPPED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730e5c6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1270,1270,'TUBERCULOSIS TREATMENT STARTED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730e6b9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1271,1271,'TESTS ORDERED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730e7e0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1272,1272,'REFERRALS ORDERED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730e8ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1273,1273,'PATIENT HOSPITALIZED','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730e9ec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1274,1274,'MOI TEACHING AND REFERRAL HOSPITAL','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730eae1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1275,1275,'HEALTH CENTER HOSPITALS','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730ebd5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1276,1276,'MEDICATION RECEIVED AT VIST','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730ecc8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1277,1277,'CRYPTOCOCCAL TREATMENT PLAN','en',1,1,'2005-02-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730edbe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1278,1278,'CRYPTOCOSSUS TREATMENT STARTED','en',1,1,'2005-02-23 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730eeb5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1279,1279,'NUMBER OF WEEKS PREGNANT','en',1,1,'2005-02-23 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730efac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1280,1280,'PREVIOUS IMMUNIZATIONS NOT ADMINISTERED','en',1,1,'2005-02-23 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730f0a4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1281,1281,'MEDICATION HISTORY','en',1,1,'2005-02-24 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730f197-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1282,1282,'MEDICATION ORDERS','en',1,1,'2005-02-24 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730f292-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1283,1283,'LABORATORY ORDERS','en',1,1,'2005-02-24 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730f384-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1284,1284,'PROBLEM LIST','en',1,1,'2005-02-24 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730f47a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1285,1285,'TRANSFER CARE TO OTHER CENTER','en',1,1,'2005-02-24 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730f571-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1286,1286,'AMPATH','en',1,1,'2005-02-24 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730f66a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1287,1287,'NON-AMPATH','en',1,1,'2005-02-24 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730f75a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1288,1288,'ALCOHOL COUNSELING','en',1,1,'2005-02-25 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730f849-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1289,1289,'ANTIRETROVIRAL MEDICATION HISTORY','en',1,1,'2005-08-08 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730f93d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1290,1292,'DEEP VENOUS THROMBOSIS','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730fa2e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1291,1293,'GASTROESOPHAGEAL REFLUX DISEASE','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730fb20-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1292,1294,'MENINGITIS, CRYPTOCOCCAL','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730fc14-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1293,1295,'CHRONIC OBSTRUCTIVE PULMONARY DISEASE','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730fd09-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1294,1296,'MINOR CUTANEOUS MANIFESTATIONS','en',1,1,'2006-04-22 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730fdfd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1295,1297,'DIRECT BILIRUBIN','en',1,1,'2006-06-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730fef4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1296,1298,'VERY LOW DENSITY LIPOPROTEIN','en',1,1,'2006-06-02 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c730ffe5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1297,1299,'AMYLASE','en',1,1,'2006-06-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73100db-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1298,1300,'EQUIVOCAL','en',1,1,'2006-06-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73101cc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1299,1301,'DETECTED','en',1,1,'2006-06-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731075a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1300,1302,'NOT DETECTED','en',1,1,'2006-06-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7310892-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1301,1303,'INHIBITORY','en',1,1,'2006-06-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7310987-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1302,1304,'POOR SAMPLE QUALITY','en',1,1,'2006-06-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7310a83-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1303,1305,'HIV VIRAL LOAD, QUALITATIVE','en',1,1,'2006-06-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7310b7b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1304,1306,'BEYOND DETECTABLE LIMIT','en',1,1,'2006-06-05 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7310c70-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1305,1307,'MEAN PLATELET VOLUME','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7310d65-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1306,1308,'PLATELETCRIT','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7310e5f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1307,1309,'PLATELET DISTRIBUTION WIDTH','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7310f91-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1308,1310,'CD3%','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7311090-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1309,1311,'<1:2','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731118c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1310,1312,'1:2','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73112ee-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1311,1313,'1:4','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7311409-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1312,1314,'1:8','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7311506-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1313,1315,'1:16','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73115f7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1314,1316,'1:32','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73116ec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1315,1317,'>1:32','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73117db-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1316,1318,'HIV ENZYME IMMUNOASSAY (CUT-OFF OD), QUANTITATIVE','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73118d2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1317,1319,'LYMPHOCYTE COUNT','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73119ca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1318,1320,'HEPATITIS B TEST (OD) - QUANTITATIVE','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7311adc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1319,1321,'HEPATITIS B TEST (CUT-OFF OD)','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7311cad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1320,1322,'HEPATITIS B TEST - QUALITATIVE','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7311e33-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1321,1323,'HEPATITIS C TEST (OD) - QUANTITATIVE','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7311faa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1322,1324,'HEPATITIS C TEST (CUT-OFF OD)','en',1,1,'2006-06-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731218f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1323,1325,'HEPATITIS C TEST - QUALITATIVE','en',1,1,'2006-06-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731231e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1324,1326,'HIV RAPID TEST 2, QUALITATIVE','en',1,1,'2006-06-07 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73124ad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1325,1327,'RETICULOCYTES (%)','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7312639-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1326,1328,'ATYPICAL LYMPHOCYTE (%)','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73127c0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1327,1329,'IMMATURE CELL (%)','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731294b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1328,1330,'ABSOLUTE NEUTROPHIL COUNT','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7312ad4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1329,1331,'ABSOLUTE MONOCYTE COUNT','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7312da3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1330,1332,'ABSOLUTE EOSINOPHIL COUNT','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7312f5c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1331,1333,'ABSOLUTE BASOPHIL COUNT','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73130ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1332,1334,'ABSOLUTE ATYPICAL LYMPHOCYTE COUNT','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7313274-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1333,1335,'ABSOLUTE IMMATURE CELL COUNT','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73133fe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1334,1336,'NEUTROPHILS (%) - MICROSCOPIC EXAM','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731358e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1335,1337,'BANDS (%) MICROSCOPIC EXAM','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73136c5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1336,1338,'LYMPHOCYTES (%) - MICROSCOPIC EXAM','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73137cb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1337,1339,'MONOCYTES (%) - MICROSCOPIC EXAM','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73138c1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1338,1340,'EOSINOPHILS (%) - MICROSCOPIC EXAM','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73139b5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1339,1341,'BASOPHILS (%) - MICROSCOPIC EXAM','en',1,1,'2006-06-09 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7313aa5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1340,1342,'BODY MASS INDEX','en',1,1,'2006-07-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7313b95-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1341,1343,'MID-UPPER ARM CIRCUMFERENCE','en',1,1,'2006-07-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7313c87-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1342,1344,'TRICEPS','en',1,1,'2006-07-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7313d79-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1343,1345,'BICEPS','en',1,1,'2006-07-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7313e68-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1344,1346,'SUBSCAPULAR','en',1,1,'2006-07-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7313f5a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1345,1347,'CALF, MEDIAL','en',1,1,'2006-07-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7314050-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1346,1348,'THIGH, FRONT','en',1,1,'2006-07-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731413e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1347,1349,'CHEST','en',1,1,'2006-07-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7314232-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1348,1350,'ABDOMINAL','en',1,1,'2006-07-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7314322-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1349,1351,'MIDAXILLARY','en',1,1,'2006-07-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7314412-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1350,1352,'SKIN FOLD THICKNESS','en',1,1,'2006-07-13 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731450a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1351,5001,'DEATHCODE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73145fd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1352,5002,'CAUSE OF DEATH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73146f3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1353,5003,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73147e7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1354,5004,'VISIT NUMBER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73148db-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1355,5005,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73149cb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1356,5006,'ASYMPTOMATIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7314abb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1357,5007,'LYMPHADENOPATHY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7314ba8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1358,5008,'HEPATOMEGALY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7314c95-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1359,5009,'SPLENOMEGALY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7314d82-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1360,5010,'DERMATITIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7314e69-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1361,5011,'PAROTITIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7314f59-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1362,5012,'HIV STAGING - RECURRENT UPPER RESPIRATORY INFECTION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7315044-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1363,5013,'HIV STAGING - CHRONIC CYTOPENIA(S)','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7315136-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1364,5014,'HIV STAGING - BACTERIAL INFECTION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7315227-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1365,5015,'HIV STAGING - PEDS THRUSH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73153d8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1366,5016,'CARDIOMYOPATHY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73154e9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1367,5017,'HIV STAGING - INFANT CYTOMEGALOVIRUS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73155e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1368,5018,'DIARRHEA, CHRONIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73156dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1369,5019,'HEPATITIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73157d3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1370,5020,'HIV STAGING - HSV STOMATITIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73158c3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1371,5021,'HIV STAGING - HSV BRONCHITIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73159b5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1372,5022,'HIV STAGING - PEDS HERPES ZOSTER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7315aab-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1373,5023,'LEIOMYOSARCOMA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7315b9c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1374,5024,'HIV STAGING - LYMPHOID INTERSTITIAL PNEUMONIA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7315c96-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1375,5025,'NEPHROPATHY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7315e0c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1376,5026,'NOCARDIOSIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7315f19-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1377,5027,'HIV STAGING - PERSISTENT FEVER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73160e6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1378,5028,'HIV STAGING - INFANT TOXOPLASMOSIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73161f4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1379,5029,'HIV STAGING - VARICELLA, DISSEMINATED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73162ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1380,5030,'HIV STAGING - SERIOUS BACTERIAL INFECTIONS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73163e2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1381,5031,'HIV STAGING - ESOPHAGEAL PULMONARY CANDIDIASIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73164d7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1382,5032,'HIV STAGING - COCCIDIODOMYCOSIS, DISSEMINATED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7316617-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1383,5033,'HIV STAGING - CRYPTOCOCCOSIS, EXTRAPULMONARY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73167e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1384,5034,'HIV STAGING - CRYPTOSPORIDIOSIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731690f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1385,5035,'HIV STAGING - CYTOMEGALOVIRUS DISEASE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7316a0d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1386,5036,'WHO HIV PEDS - ENCEPHALOPATHY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7316afe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1387,5037,'HIV STAGING - CHILD HSV INFECTION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7316beb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1388,5038,'HIV STAGING - HISTOPLASMOSIS, DISSEMINATED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7316ce0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1389,5039,'KAPOSI SARCOMA - OLD','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7316de3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1390,5040,'HIV STAGING - LYMPHOMA, BRAIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7316ee4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1391,5041,'HIV STAGING - LYMPHOMA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7316fda-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1392,5042,'MYCOBACTERIUM TUBERCULOSIS, EXTRAPULMONARY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73170d7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1393,5043,'HIV STAGING - MYCOBACTERIUM, OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73171cd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1394,5044,'HIV STAGING - MYCOBACTERIUM AVIUM COMPLEX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73172c1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1395,5045,'PCP - OLD','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73173bc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1396,5046,'PROGRESSIVE MULTIFOCAL LEUKOENCEPHALOPATHY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73174b7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1397,5047,'WHO HIV PEDS - SALMONELLA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73175b0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1398,5048,'HIV STAGING - TOXOPLASMOSIS, BRAIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731769d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1399,5049,'WASTING SYNDROME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731778e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1400,5050,'FAILURE TO THRIVE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7317c46-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1401,5051,'OTHER HIV CONDITIONS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7317d68-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1402,5052,'OTHER HIV CONDITIONS DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7317e5a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1403,5053,'HIV STAGE, HIGHEST - PEDS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7317f4f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1404,5054,'CHILDS CURRENT HIV STATUS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318047-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1405,5055,'CDC COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318138-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1406,5056,'DOCTOR CODE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318232-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1407,5057,'DOCTOR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318324-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1408,5058,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318457-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1409,5059,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318563-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1410,5060,'VISIT NUMBER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318666-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1411,5061,'DICTIONARY ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731875c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1412,5062,'RESULT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318852-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1413,5063,'CLINIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731894d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1414,5064,'CHARGE TO PATIENT (KSH)','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318a44-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1415,5065,'PAID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318b3c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1416,5066,'REASON FOR NOT PAYING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318c6a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1417,5067,'RX STRENGTH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318db9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1418,5068,'RX FREQ','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318ec0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1419,5069,'SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7318fb8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1420,5070,'RX DC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73190ac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1421,5071,'DC DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73191a0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1422,5072,'RX DC TOX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7319298-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1423,5073,'OTHER DRUGS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731938a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1424,5074,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7319483-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1425,5075,'VISIT NUMBER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7319579-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1426,5076,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731966b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1427,5077,'CLINIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731975f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1428,5078,'ADULT PEDS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731984c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1429,5079,'BIRTH DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7319943-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1430,5080,'APT TIME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7319a34-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1431,5081,'DOCTOR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7319b2d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1432,5082,'CLINICAL OFFICER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7319c27-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1433,5083,'MTCT-PLUS PT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7319d1f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1434,5084,'DISCLOSE HIV TO HUSBAND','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7319e1a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1435,5085,'SYSTOLIC BLOOD PRESSURE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7319f09-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1436,5086,'DIASTOLIC BLOOD PRESSURE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7319ffa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1437,5087,'PULSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731a193-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1438,5088,'TEMPERATURE (C)','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731a2ca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1439,5089,'WEIGHT (KG)','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731a3dd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1440,5090,'HEIGHT (CM)','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731a4cc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1441,5091,'PULSUS PARADOXUS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731a5b8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1442,5092,'BLOOD OXYGEN SATURATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731a69f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1443,5093,'COMPLIANCE IMPRESSION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731a788-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1444,5094,'RETURN VISIT WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731a870-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1445,5095,'RETURN VISIT MONTHS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731a95c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1446,5096,'RETURN VISIT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731aa47-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1447,5097,'NOTES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731ab63-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1448,5098,'DIFFUSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731ac5b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1449,5099,'EPIGASTRIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731ad44-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1450,5100,'ABDOMINAL GUARDING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731b1f3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1451,5101,'ABDOMINAL REBOUND TENDERNESS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731b2ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1452,5102,'SUPRAPUBIC TAP','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731b3ce-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1453,5103,'MASS, ABDOMINAL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731b4ab-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1454,5104,'LEFT LOWER QUADRANT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731b6ac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1455,5105,'ABDOMINAL TENDERNESS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c731b7b2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1456,5106,'ABDOMINAL PAIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7387fa2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1457,5107,'RIGHT UPPER QUADRANT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7388add-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1458,5108,'ABNORMAL GAIT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7388caa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1459,5109,'ACHILLES REFLEX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7388e1d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1460,5110,'FORM ANKLE REFLEX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7388f7c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1461,5111,'ASCITES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7389420-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1462,5112,'AXILLARY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738958a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1463,5113,'BICEPS REFLEX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73897f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1464,5114,'FORM BICEPS REFLEX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7389dea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1465,5115,'DIMINISHED BREATH SOUNDS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738a2af-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1466,5116,'BRONCHIAL BREATH SOUNDS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738a83b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1467,5117,'BRONCHIAL BREATH SOUND LOCATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738b356-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1468,5118,'FORM BREATH SOUNDS DIMINISHED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738b494-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1469,5119,'RIGHT UPPER LOBE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738b58b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1470,5120,'RIGHT MIDDLE LOBE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738b68f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1471,5121,'LINGULA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738b789-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1472,5122,'CELLULITIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738b882-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1473,5123,'CERUMEN IMPACTION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738b979-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1474,5124,'FORM CERUMEN IMPACTION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738ba72-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1475,5125,'CONJUNCTIVAE PALE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738bb6a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1476,5126,'CRANIAL NERVE ABNORMALITIES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738bc5a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1477,5127,'CREPITATIONS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738bd50-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1478,5128,'CREPITATIONS LOCATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738be4b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1479,5129,'CREPITATIONS RUL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738bf45-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1480,5130,'CREPITATIONS RML','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738c03a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1481,5131,'CREPITATIONS RLL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738c131-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1482,5132,'LEFT UPPER LOBE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738c222-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1483,5133,'CREPITATIONS LINGULAR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738c30f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1484,5134,'LEFT LOWER LOBE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738c406-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1485,5135,'DECREASED SENSATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738c4fb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1486,5136,'DEMENTIA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738c5ee-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1487,5137,'DEPRESSED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738c6dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1488,5138,'DULLNESS TO PERCUSSION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738c7cd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1489,5139,'LEFT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738c8bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1490,5140,'FORM DULLNESS LEFT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738c9ad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1491,5141,'RIGHT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738caa2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1492,5142,'FORM DULLNESS RIGHT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738cb94-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1493,5143,'EDEMA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738cc89-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1494,5144,'FRICTION RUB','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738ce61-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1495,5145,'FRICTION RUB RML','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738cf6a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1496,5146,'FRICTION RUB RLL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738d061-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1497,5147,'FRICTION RUB LUL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738d150-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1498,5148,'FRICTION RUB LINGULAR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738d242-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1499,5149,'FRICTION RUB LLL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738d337-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1500,5150,'ABNORMAL FUNDUS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738d429-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1501,5151,'FORM FUNDAL ABN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738d51b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1502,5152,'HEPATOMEGALY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738d615-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1503,5153,'LIVER SIZE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738d765-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1504,5154,'INGUINAL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738d897-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1505,5155,'KAPOSI SARCOMA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738d999-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1506,5156,'LEFT VENTRICULAR LIFT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738da8d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1507,5157,'RIGHT VENTRICULAR LIFT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738db83-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1508,5158,'EVIDENCE OF CARDIAC ENLARGEMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738dc78-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1509,5159,'CERVICAL LYMPHADENOPATHY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738dd6d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1510,5160,'DIASTOLIC DESCRESENDO MURMUR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738de63-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1511,5161,'MURMUR DIASTOLIC DECRECENDO GRADE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738df65-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1512,5162,'HOLOSYSTOLIC MURMUR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738e0d6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1513,5163,'MURMUR HSM GRADE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738e1e7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1514,5164,'DIASTOLIC RUMBLE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738e2e2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1515,5165,'MURMUR DIASTOLIC RUMBLE GRADE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738e3d6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1516,5166,'SYSTOLIC EJECTION MURMUR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738e4cf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1517,5167,'MURMUR SEM GRADE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738e5c7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1518,5168,'RADIATES INTO NECK','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738e6b9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1519,5169,'RADIATES INTO AXILLA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738e7b1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1520,5170,'NUCHAL RIGIDITY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738e8a5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1521,5171,'ORAL KAPOSI SARCOMA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738e993-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1522,5172,'ORAL CANDIDIASIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738ea86-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1523,5173,'DENTAL CARIES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738eb75-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1524,5174,'PATELLAR REFLEX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738ec66-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1525,5175,'FORM PATELLAR REFLEX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738ed5b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1526,5176,'PERICARDIAL FRICTION RUB','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738ee4e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1527,5177,'DISPLACED POINT OF MAXIMAL IMPULSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738ef44-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1528,5178,'PMI EPIGASTRIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738f030-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1529,5179,'MID CLAVICULAR LINE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738f124-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1530,5180,'RASH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738f213-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1531,5181,'RHONCHI','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738f30b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1532,5182,'FORM RHONCHI','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738f4ba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1533,5183,'RHYTHM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738f5d5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1534,5184,'FORM RHYTHM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738f6d5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1535,5185,'S1 INCREASED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738f7cb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1536,5186,'LOUD P2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738f8be-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1537,5187,'S2 PARADOXICAL SPLIT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738f9b2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1538,5188,'S2 SINGLE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738faa2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1539,5189,'S2 DIMINISHED A2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738fb9a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1540,5190,'S2 FIXED SPLIT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738fc89-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1541,5191,'S3 GALLOP','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738fd7c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1542,5192,'ICTERIC SCLERA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738feba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1543,5193,'FORM SCLERIC ICTERIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c738ffbc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1544,5194,'SPLENOMEGALY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73900b1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1545,5195,'SPLEEN SIZE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73901a3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1546,5196,'SUBMANDIBULAR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7390618-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1547,5197,'SUPRACLAVICULAR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739072f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1548,5198,'DIFFUSE GOITER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739081c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1549,5199,'MULTINODULAR GOITER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7390918-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1550,5200,'THYROID NODULE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7390a15-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1551,5201,'TEMPORAL WASTING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7390b0a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1552,5202,'DULL TYMPANIC MEMBRANE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7390bfc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1553,5203,'FORM TM DULL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7390cf2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1554,5204,'INJECTED TYMPANIC MEMBRANE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7390dea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1555,5205,'FORM TM INJECTED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7390ee0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1556,5206,'TRACHEA DEVIATED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7390fd3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1557,5207,'FORM TRACHEA DEVIATED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73910ca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1558,5208,'LEG ULCERS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73911bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1559,5209,'WHEEZE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73912c5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1560,5210,'HEART COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739148a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1561,5211,'CHEST COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73915ec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1562,5212,'HEENT COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73916f5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1563,5213,'ABDOMEN COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73917ee-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1564,5214,'MUSCULOSKELETAL COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73918ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1565,5215,'NEUROLOGIC COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7391a05-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1566,5216,'EXTREMITIES COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7391c87-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1567,5217,'GENERAL EXAM COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7391e28-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1568,5218,'PSYCHIATRIC COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7391fa0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1569,5219,'CHIEF COMPLAINT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739217d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1570,5220,'FEBRILE ILLNESS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739230f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1571,5221,'FEBRILE ILLNESS TIME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739249c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1572,5222,'PULMONARY SYMPTOMS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7392671-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1573,5223,'PULMONARY SYMPTOMS TIME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7392804-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1574,5224,'GASTROINTESTINAL SYMPTOMS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7392990-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1575,5225,'WEIGHT LOSS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7392b1a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1576,5226,'WEAKNESS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7392ca1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1577,5227,'CHIEF COMPLAINT COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7392e2d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1578,5228,'PROBLEM COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7392fb6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1579,5229,'ORDER CXR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739313f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1580,5230,'FETAL HEMOGLOBIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7393242-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1581,5231,'ORDER SGPT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7393339-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1582,5232,'ORDER VDRL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739342d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1583,5233,'ORDER CD4','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7393524-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1584,5234,'ORDER VIRAL LOAD','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739361d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1585,5235,'START INH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739370e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1586,5236,'START SEPTRIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73937fc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1587,5237,'START HAART','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73938f3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1588,5238,'ADMIT TO MTRH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73939e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1589,5239,'PLAN COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7393ad5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1590,5240,'LOST TO FOLLOWUP','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7393bc3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1591,5241,'DEATH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7393cb4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1592,5242,'RESPIRATORY RATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7393da7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1593,5243,'GLUTEAL WASTING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7393e9d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1594,5244,'ORAL SORES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7393f8f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1595,5245,'PALLOR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394082-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1596,5246,'OTORRHEA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394176-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1597,5247,'FORM EAR DISCHARGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739433f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1598,5248,'PURULENT DISCHARGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394454-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1599,5249,'TONSILAR HYPERTROPHY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739454c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1600,5250,'RICKETS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394645-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1601,5251,'ORDER ELISA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394731-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1602,5252,'ORDER PC DNA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394820-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1603,5253,'EXCLUSIVE BREASTFEEDING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394914-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1604,5254,'INFANT FORMULA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394a04-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1605,5255,'FEED RF','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394afd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1606,5256,'OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394c14-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1607,5257,'BCG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394d8a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1608,5258,'POLIOMYELITIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394e91-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1609,5259,'DPT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7394f87-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1610,5260,'HEP B','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7395085-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1611,5261,'HEMOPHILUS INFLUENZA B VACCINATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739517b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1612,5262,'MEASLES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739526d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1613,5263,'IRRITABLE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739535f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1614,5264,'ABNORMAL TONE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7395452-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1615,5265,'APATHETIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7395544-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1616,5266,'NEUROLOGIC SYMPTOMS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739563c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1617,5267,'POOR WT GAIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7395731-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1618,5268,'POOR WT GAIN TIME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7395826-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1619,5269,'SELF PAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739591d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1620,5270,'CONDOMS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7395a11-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1621,5271,'FAMILY PLANNING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7395b04-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1622,5272,'PREGNANCY STATUS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7395bf8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1623,5273,'PREGNANCY OUTCOME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7395ce4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1624,5274,'FAMILY PLANNING VIA ORAL CONTRACEPTIVE PILLS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7395dd4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1625,5275,'INTRAUTERINE DEVICE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7395ecc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1626,5276,'FEMALE STERILIZATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7395fc1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1627,5277,'NATURAL FAMILY PLANNING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73960b1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1628,5278,'DIAPHRAGM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73961a3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1629,5279,'INJECTABLE CONTRACEPTIVES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7396294-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1630,5280,'FAMILY PLANNING VIA OTHER MEANS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7396384-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1631,5281,'FAMILY PLANNING OTHER SPEC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739647b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1632,5282,'PAY CATEGORY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7396571-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1633,5283,'KARNOFSKY PERFORMANCE SCORE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7396663-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1634,5284,'SKIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7396759-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1635,5285,'SKIN COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739684e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1636,5286,'LYMPH NODES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73969f0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1637,5287,'LYMPH NODES COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7396b24-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1638,5288,'ENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7396c28-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1639,5289,'HEAD NECK','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7396d24-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1640,5290,'HEAD NECK COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7396e1d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1641,5291,'CHEST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7396f14-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1642,5292,'HEART','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739700d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1643,5293,'ABDOMEN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7397105-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1644,5294,'UROGENITAL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73971fe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1645,5295,'UROGENITAL COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7397306-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1646,5296,'EXTREMITIES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739746b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1647,5297,'MUSCULOSKELETAL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7397572-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1648,5298,'NEUROLOGIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739766c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1649,5299,'PSYCHIATRIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7397769-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1650,5300,'OTHER PHYSICAL EXAM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739785f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1651,5301,'OTHER PHYSICAL EXAM DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7397957-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1652,5302,'OTHER PHYSICAL EXAM COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7397a4c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1653,5303,'CHILDS CURRENT HIV STATUS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7397b45-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1654,5304,'INITIAL VISIT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7397c38-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1655,5305,'TIME TO RETURN VISIT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7398038-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1656,5306,'TIME TO RETURN VISIT OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739814c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1657,5307,'DEVELOPMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7398240-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1658,5308,'DEVELOPMENT COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7398336-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1659,5309,'APPROPRIATE MILESTONES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739842d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1660,5310,'TANNER STAGING, QUALITATIVE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7398523-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1661,5311,'TANNER STAGING, QUANTITATIVE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7398617-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1662,5312,'JOINT SWELLING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739870d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1663,5313,'MUSCLE TENDERNESS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73987fd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1664,5314,'HEAD CIRCUMFERENCE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73988f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1665,5315,'VISIT TYPE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c73989ec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1666,5316,'CURRENTLY BREASTFED FU','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7398ae6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1667,5317,'BREASTFED OTHERFOOD FU','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7398be4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1668,5318,'CURRENTLY IN SCHOOL FU','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7398cd8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1669,5319,'AUDIT-3 OVERALL FREQUENCY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7398dd3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1670,5320,'AUDIT-3 TYPICAL DAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7398ecb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1671,5321,'AUDIT-3 SIX OR MORE DRINKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7398fbf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1672,5322,'ALCOHOL USE COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739917a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1673,5323,'DEVELOPMENT MILESTONES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7399285-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1674,5324,'LOST DEVELOPMENT MILESTONES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7399377-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1675,5325,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7399469-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1676,5326,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739955d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1677,5327,'ASYMPTOMATIC HIV INFECTION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7399655-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1678,5328,'HIV STAGING - PERSISTENT GENERALIZED LYMPHADENOPATHY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7399749-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1679,5329,'HIV STAGING - ADULT HERPES ZOSTER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739983f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1680,5330,'HIV STAGING - MINOR MUCOCUTANEOUS MANIFESTATIONS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7399931-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1681,5331,'WHO HIV - RECURRENT UPPER RESPIRATORY INFECTIONS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7399a5a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1682,5332,'HIV STAGING - WEIGHT LOSS LESS THAN TEN PERCENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7399bac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1683,5333,'HIV STAGING - SEVERE BACTERIAL INFECTION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7399cb2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1684,5334,'CANDIDIASIS, ORAL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7399daf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1685,5335,'WHO HIV - CHRONIC DIARRHEA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7399ea3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1686,5336,'WHO HIV - PROLONGED FEVER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7399f99-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1687,5337,'ORAL HAIRY LEUKOPLAKIA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739a091-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1688,5338,'HIV STAGING - TUBERCULOSIS WITHIN YEAR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739a18d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1689,5339,'HIV STAGING - WEIGHT LOSS GREATER THAN TEN PERCENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739a286-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1690,5340,'HIV STAGING - CANDIDIASIS, ORORESPIRATORY TRACT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739a380-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1691,5341,'WHO HIV - EXTRAPULMONARY CRYPTOCOCCOSIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739a47b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1692,5342,'WHO HIV - CRYPTOSPORIDIOSIS WITH DIARRHEA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739a637-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1693,5343,'WHO HIV - CYTOMEGALOVIRUS DISEASE NOT LIVER SPLEEN NODES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739a76a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1694,5344,'HIV STAGING - MUCOCUTANEOUS HERPES SIMPLEX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739a85d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1695,5345,'ENCEPHALOPATHY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739a944-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1696,5346,'WHO HIV - HIV WASTING SYNDROME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739aa2f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1697,5347,'KAPOSI SARCOMA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739ab15-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1698,5348,'WHO HIV - LYMPHOMA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739abf8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1699,5349,'WHO HIV - DISSEMINATED ATYPICAL MYCOBACTERIOSIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739ace0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1700,5350,'HIV STAGING - DISSEMINATED ENDEMIC MYCOSIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739adc5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1701,5351,'WHO HIV - EXTRAPULMONARY TUBERCULOSIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739b23b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1702,5352,'PCP','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739b332-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1703,5353,'WHO HIV - PROGRESSIVE MULTIFOCAL LEUKOENCEPHALOPATHY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739b412-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1704,5354,'HIV STAGING - SALMONELLA SEPTICEMIA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739b4ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1705,5355,'TOXOPLASMOSIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739b5ce-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1706,5356,'CURRENT WHO HIV STAGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739b6ac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1707,5357,'WH OSTAGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c739b956-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1708,5358,'CR XNORMAL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740905c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1709,5359,'CR XREADING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74093de-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1710,5360,'CURRENT OI THERAPY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7409595-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1711,5361,'OI ELIGIBILITY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740978f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1712,5362,'OI INELIGIBLE HIV STATUS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74098f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1713,5363,'OI NEWLY ELIGIBLE CD4','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7409db5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1714,5364,'OI NEWLY ELIGIBLE WHO','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740a03d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1715,5365,'OI NEWLY ELIGIBLE HIV EXPOSED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740a2ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1716,5366,'OI NEWLY ELIGIBLE OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740a875-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1717,5367,'OI NEWLY ELIGIBLE OTHER SPECIFY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740acfb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1718,5368,'OI PREVIOUSLY ELIGIBLE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740b16d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1719,5369,'OI PREVIOUSLY ELIGIBLE DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740bbdf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1720,5370,'OI PRESCRIBED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740bd8a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1721,5371,'REASON OI NOT PRESCRIBED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740bea3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1722,5372,'CURRENT ARV THERAPY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740bfaa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1723,5373,'ARV ELIGIBILITY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740c0a0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1724,5374,'ARV INELIGIBLE HIV STATUS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740c196-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1725,5375,'ARV NEWLY ELIGIBLE CD4','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740c287-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1726,5376,'ARV NEWLY ELIGIBLE WHO','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740c37a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1727,5377,'ARV PREVIOUSLY ELIGIBLE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740c475-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1728,5378,'ARV PREVIOUSLY ELIGIBLE DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740c569-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1729,5379,'ARV PRESCRIBED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740c704-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1730,5380,'REASON ARV NOT PRESCRIBED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740c87b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1731,5381,'PERSCOMP','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740c986-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1732,5382,'PROVIDER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740ca7b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1733,5383,'AZT RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740cb6b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1734,5384,'AZT START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740cc66-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1735,5385,'AZT DISCONTINUATION1 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740cd5c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1736,5386,'AZT DISCONTINUATION2 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740ce50-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1737,5387,'AZT SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740cf41-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1738,5388,'LAMIVUDINE RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740d034-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1739,5389,'LAMIVUDINE START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740d123-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1740,5390,'LAMIVUDINE DISCONTINUATION1 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740d214-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1741,5391,'LAMIVUDINE DISCONTINUATION2 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740d306-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1742,5392,'LAMIVUDINE SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740d3fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1743,5393,'STAVUDINE RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740d4ec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1744,5394,'STAVUDINE START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740d5db-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1745,5395,'STAVUDINE DISCONTINUATION1 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740d6ce-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1746,5396,'STAVUDINE DISCONTINUATION2 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740d7c2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1747,5397,'STAVUDINE SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740d8b6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1748,5398,'DIDANOSINE RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740d9a9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1749,5399,'DIDANOSINE START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740da9c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1750,5400,'DIDANOSINE DISCONTINUATION1 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740db89-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1751,5401,'DIDANOSINE DISCONTINUATION2 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740dc7e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1752,5402,'DIDANOSINE SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740dd68-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1753,5403,'ABACAVIR RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740de56-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1754,5404,'ABACAVIR START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740df48-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1755,5405,'ABACAVIR DISCONTINUATION1 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740e035-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1756,5406,'ABACAVIR DISCONTINUATION2 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740e121-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1757,5407,'ABACAVIR SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740e211-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1758,5408,'NEVIRAPINE RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740e308-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1759,5409,'NEVIRAPINE START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740e482-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1760,5410,'NEVIRAPINE DISCONTINUATION1 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740e597-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1761,5411,'NEVIRAPINE DISCONTINUATION2 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740e68a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1762,5412,'NEVIRAPINE SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740e780-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1763,5413,'EFAVIRENZ RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740e872-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1764,5414,'EFAVIRENZ START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740e961-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1765,5415,'EFAVIRENZ DISCONTINUATION1 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740ea6f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1766,5416,'EFAVIRENZ DISCONTINUATION2 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740eb63-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1767,5417,'EFAVIRENZ SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740ec50-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1768,5418,'NELFINAVIR RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740ed87-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1769,5419,'NELFINAVIR START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740ee81-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1770,5420,'NELFINAVIR DISCONTINUATION1 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740ef78-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1771,5421,'NELFINAVIR DISCONTINUATION2 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740f087-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1772,5422,'NELFINAVIR SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740f22c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1773,5423,'ARV COMMENTS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740f350-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1774,5424,'OTHER ANTIRETROVIRAL DRUG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740f44b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1775,5425,'ARV OTHER1 RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740f53c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1776,5426,'ARV OTHER1 START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740f631-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1777,5427,'ARV OTHER1 DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740f725-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1778,5428,'ARV OTHER1 DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740f819-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1779,5429,'ARV OTHER1 SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740f92d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1780,5430,'ARV OTHER2 SPECIFY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740fa36-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1781,5431,'ARV OTHER2 RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740fb2a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1782,5432,'ARV OTHER2 START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740fc1d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1783,5433,'ARV OTHER2 DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740fd12-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1784,5434,'ARV OTHER2 DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740fe02-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1785,5435,'ARV OTHER2 SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740fef5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1786,5436,'COTRIMOXAZOLE RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c740ffe3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1787,5437,'COTRIMOXAZOLE START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74100d6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1788,5438,'COTRIMOXAZOLE DISCONTINUATION1 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74101c9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1789,5439,'COTRIMOXAZOLE DISCONTINUATION2 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7410599-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1790,5440,'COTRIMOXAZOLE SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74106a3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1791,5441,'DAPSONE RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7410791-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1792,5442,'DAPSONE START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7410880-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1793,5443,'DAPSONE DISCONTINUATION1 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7410974-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1794,5444,'DAPSONE DISCONTINUATION2 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7410a8b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1795,5445,'DAPSONE SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7410ba2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1796,5446,'FLUCONAZOLE RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7410c96-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1797,5447,'FLUCONAZOLE START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7410d89-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1798,5448,'FLUCONAZOLE DISCONTINUATION1 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7410e7f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1799,5449,'FLUCONAZOLE DISCONTINUATION2 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7410f70-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1800,5450,'FLUCONAZOLE SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7411060-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1801,5451,'ISONIAZID RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7411151-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1802,5452,'ISONIAZID START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7411246-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1803,5453,'ISONIAZID DISCONTINUATION1 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7411338-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1804,5454,'ISONIAZID DISCONTINUATION2 TODAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741146c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1805,5455,'ISONIAZID SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7411572-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1806,5456,'OTHER1 SPECIFY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741166e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1807,5457,'OTHER1 RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7411762-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1808,5458,'OTHER1 START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7411858-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1809,5459,'OTHER1 DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7411951-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1810,5460,'OTHER1 DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7411a9e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1811,5461,'OTHER1 SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7411c48-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1812,5462,'OTHER2 SPECIFY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7411e0a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1813,5463,'OTHER2 RECOMMENDATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7411f85-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1814,5464,'OTHER2 START STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74120f3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1815,5465,'OTHER2 DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74122c4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1816,5466,'OTHER2 DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7412465-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1817,5467,'OTHER2 SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7412609-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1818,5468,'OI COMMENTS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7412793-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1819,5469,'ORDER NONE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7412913-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1820,5470,'ORDER COMPLETE BLOOD COUNT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7412a8f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1821,5471,'ORDER AST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7412c10-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1822,5472,'ORDER CREATININE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7412d92-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1823,5473,'SERUM ELECTROLYTES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7412f11-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1824,5474,'ORDER INFANT HIV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741308b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1825,5475,'TUBERCULIN SKIN TEST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74132a1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1826,5476,'ORDER AFB','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741353c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1827,5477,'ORDER PREGNANCY TEST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74137cf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1828,5478,'ORDER RADIOLOGY TEST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7413a17-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1829,5479,'ORDER RADIOLOGY TEST SPEC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7413c03-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1830,5480,'ORDER OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7413d9b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1831,5481,'ORDER OTHER SPEC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7413f23-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1832,5482,'NO REFERRAL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74140a4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1833,5483,'FAMILY PLANNING SERVICES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7414226-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1834,5484,'NUTRITIONAL SUPPORT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74143d7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1835,5485,'INPATIENT CARE OR HOSPITALIZATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7414624-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1836,5486,'SOCIAL SUPPORT SERVICES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7414740-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1837,5487,'TUBERCULOSIS TREATMENT OR DOT PROGRAM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7414834-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1838,5488,'ADHERENCE COUNSELING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741492b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1839,5489,'MENTAL HEALTH SERVICES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7414a22-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1840,5490,'PSYCHOSOCIAL COUNSELING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7414b19-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1841,5491,'OTHER REFERRAL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7414c07-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1842,5492,'REFERRAL OTHER SPEC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7414dcc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1843,5493,'REFERRAL IMMUNIZATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7414ed8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1844,5494,'REFERRAL IMMUNIZATION SPEC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7414fca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1845,5495,'OI ALTERATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74150ba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1846,5496,'OI ELIGIBLE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74151ad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1847,5497,'CD4 COUNT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7415311-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1848,5498,'CD4 PERCENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741540d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1849,5499,'CD4 DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7415506-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1850,5500,'ARV ELIGIBLE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74155fb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1851,5501,'ARV MEDICINE CHANGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74156ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1852,5502,'TB FURTHER WORK UP','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74157e4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1853,5503,'ADDITIONAL EVALUATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7415915-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1854,5504,'ADDITIONAL EVALUATION DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7415a15-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1855,5505,'OI ALTERATION COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7415b04-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1856,5506,'CLINICAL OFFICER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7415bf7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1857,5507,'CONSULTANT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7415cee-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1858,5508,'HOSPITALIZED SINCE LAST VISIT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7415de6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1859,5509,'HOSPITALIZATION LAST VISIT NUMBER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7415ede-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1860,5510,'HOSPITALIZATION LAST VISIT DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7415fd2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1861,5511,'OUTSIDE HC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74160c3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1862,5512,'OUTSIDE HC PUBLIC DR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74161ba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1863,5513,'OUTSIDE HC PHARMACIST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74162f9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1864,5514,'OUTSIDE HC PRIVATE DR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74163f1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1865,5515,'OUTSIDE HC TRADITIONAL CARE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74164ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1866,5516,'OUTSIDE HC OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74165dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1867,5517,'OUTSIDE HC OTHER DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74166d1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1868,5518,'MTCT SERVICE NONE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74167bd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1869,5519,'MTCT SERVICE PSYCHOSOCIAL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74168b2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1870,5520,'MTCT SERVICE MENTAL HEALTH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74169a1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1871,5521,'MTCT SERVICE ADHERENCE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7416a96-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1872,5522,'MTCT SERVICE SOCIAL SUPPORT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7416b85-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1873,5523,'MTCT SERVICE NUTRITIONAL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7416c76-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1874,5524,'MTCT SERVICE OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7416dc2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1875,5525,'MTCT SERVICE OTHER DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7416f48-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1876,5526,'BREASTFED EXCLUSIVELY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7417051-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1877,5527,'MIXED FEEDING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7417144-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1878,5528,'TB COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7417232-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1879,5529,'HEPATIC DISEASE COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741731f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1880,5530,'RENAL DISEASE COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7417413-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1881,5531,'ANEMIA COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7417509-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1882,5532,'MENTAL ILLNESS COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74175f9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1883,5533,'OTHER CONDITION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74176f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1884,5534,'OTHER CONDITION1 SPEC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74177ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1885,5535,'OTHER CONDITION1 COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74178dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1886,5536,'OTHER CONDITION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74179cb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1887,5537,'OTHER CONDITION2 SPEC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7417abf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1888,5538,'OTHER CONDITION2 COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7417baf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1889,5539,'SIGN SYMPTOM YES NO','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7417ca9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1890,5540,'DIFFICULTY BREATHING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7417d9b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1891,5541,'NUMBNESS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7417e91-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1892,5542,'THRUSH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7417fa1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1893,5543,'WEAKNESS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74180c5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1894,5544,'WEIGHT GAIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74181c7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1895,5545,'SIGN SYMPTOM OTHER1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74182be-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1896,5546,'SIGN SYMPTOM OTHER DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74183b1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1897,5547,'CONGENITAL ABNORMALITY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74184a2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1898,5548,'RAPID BREATHING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7418598-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1899,5549,'RAPID BREATHING TIME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741868d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1900,5550,'LEARNING PROBLEMS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7418780-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1901,5551,'SESCODE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7418bac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1902,5552,'SES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7418cc6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1903,5553,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7418dba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1904,5554,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7418eb2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1905,5555,'MARRIED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7418fb0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1906,5556,'DIVORCED/SEPARATED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74190aa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1907,5557,'NUMBER OF WIVES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74191a3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1908,5558,'TOTAL NUMBER OF CHILDREN SIRED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7419299-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1909,5559,'FIRST CHILD AGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7419392-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1910,5560,'LAST CHILD AGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7419487-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1911,5561,'SPOUSE DEAD','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741957a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1912,5562,'DISCORDED COUPLE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7419671-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1913,5563,'SPOUSE EXPIRED FROM HIV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7419817-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1914,5564,'SPOUSES PARTNER SUSPECTED HIV+','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7419966-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1915,5565,'SPOUSE AWARE HIV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7419a67-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1916,5566,'PARTNER CONFIRMED HIV+','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7419b64-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1917,5567,'PATIENT MULTIPLE SEXUAL PARTNERS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7419c5d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1918,5568,'PARTNER MULTIPLE SEXUAL PARTNERS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7419d55-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1919,5569,'PATIENT HAD SEX IN LAST 6MO','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7419e4d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1920,5570,'NUMBER OF SEXUAL PARTNERS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7419f40-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1921,5571,'FAMILY PLANNING VIA CONDOMS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741a03a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1922,5572,'HIV THERAPY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741a133-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1923,5573,'NUMBER OF SIBLINGS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741a22c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1924,5574,'AGE OF FIRST SIBLING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741a325-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1925,5575,'AGE OF LAST SIBLING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741a421-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1926,5576,'ARV FOR MOTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741a51b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1927,5577,'EPISIOTOMY ON MOTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741a614-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1928,5578,'RUPTURE OF MEMBRANES MORE THAN 4 HOURS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741a74d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1929,5579,'BREASTFEEDING EX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741a855-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1930,5580,'MIXED FEEDING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741a968-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1931,5581,'FORMULA FEEDS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741aa74-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1932,5582,'OTHER FEEDS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741ab61-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1933,5583,'RESTARTED BREAST FEED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741ac43-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1934,5584,'IYCF OR MILK COUNSEL EVER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741ad2b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1935,5585,'IMMUNIZATIONS UP TO DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741ae11-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1936,5586,'ARV COUNSEL PRIOR TO BIRTH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741aefc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1937,5587,'SIBLING HIV INFECTED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741afe3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1938,5588,'MOTHER DECEASED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741b10e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1939,5589,'FATHER DECEASED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741b201-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1940,5590,'SUSPECT HIV CAUSED MOTHER DEATH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741b2e3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1941,5591,'SUSPECT HIV CAUSED FATHER DEATH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741b77f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1942,5592,'FATHER AWARE OF CHILD SEROSTATUS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741b876-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1943,5593,'MATERNAL TREATMENT FOR HIV OR OI','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741b95a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1944,5594,'MTCT PATIENT TYPE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741ba36-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1945,5595,'ANTEPARTUM POSTPARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741bb14-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1946,5596,'ESTIMATED DATE OF CONFINEMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c741bd0d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1947,5597,'EST DELIVERY MO','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74855cb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1948,5598,'EST DELIVERY YR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7485941-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1949,5599,'DATE OF CONFINEMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7485ab2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1950,5600,'DELIVERY MO','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7485c15-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1951,5601,'DELIVERY YR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7485e8b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1952,5602,'HOUSEHOLD MEMBER ENR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7486351-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1953,5603,'RELATIONHIP TO MTCT WOMAN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74864bd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1954,5604,'INDEX WOMAN MTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7486b0d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1955,5605,'CLINIC TRAVEL TIME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7486cae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1956,5606,'ATTENDED SCHOOL EVER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748728a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1957,5607,'YEARS OF SCHOOL COMPLETED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7487d10-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1958,5608,'EMPLOYED OUTSIDE HOME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7487e35-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1959,5609,'HOME ELECTRICITY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7487f9a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1960,5610,'HOME PLUMBING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748809c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1961,5611,'TOTAL PEOPLE LIVING IN HOME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748818b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1962,5612,'TOTAL CHILDREN UNDER 5YO LIVING IN HOME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748828e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1963,5613,'CHILDREN BETWEEN5 AND14','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7488387-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1964,5614,'INDIVIDUALS15 AND OVER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748859a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1965,5615,'NOT MARRIED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74886c2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1966,5616,'HIV DISCLOSURE TO ANYONE, SPECIFIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74887bc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1967,5617,'PARTNER OR SPOUSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74888b3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1968,5618,'FRIEND','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74889a8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1969,5619,'HEALTH CARE PROVIDER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7488abd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1970,5620,'OTHER FAMILY MEMBER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7488bb2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1971,5621,'OTHER HOUSEHOLD MEMBER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7488ca2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1972,5622,'OTHER NON-CODED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7488d99-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1973,5623,'HIV DISCLOSURE OTHER SPEC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7488ef5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1974,5624,'GRAVIDA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748902a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1975,5625,'SPOUSE YEAR OF DEATH FROM HIV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7489128-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1976,5626,'PATIENT RELATION TO MTCT WOMAN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7489221-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1977,5627,'CHILD ATTENDED SCHOOL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7489315-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1978,5628,'SCHOOL YEARS COMPLETED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748940d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1979,5629,'CURRENTLY IN SCHOOL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7489502-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1980,5630,'METHOD OF DELIVERY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74895f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1981,5631,'METHOD OF DELIVERY OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74896e9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1982,5632,'CURRENTLY BREASTFEEDING CHILD','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74897de-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1983,5633,'CHILD FED OTHER FOOD','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74898ce-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1984,5634,'BREASTFEEDING PRESSURE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74899bf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1985,5635,'MOTHER RECEIVED ARV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7489ab4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1986,5636,'MOTHER NVP ANTEPARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7489ba6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1987,5637,'MOTHER NVP ANTE DOSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7489c98-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1988,5638,'MOTHER NVP ANTE TX WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7489d8c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1989,5639,'MOTHER NVP INTRAPARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7489e82-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1990,5640,'MOTHER NVP POSTPARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7489f74-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1991,5641,'MOTHER NVP POST DOSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748a068-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1992,5642,'MOTHER NVP POST TX WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748a159-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1993,5643,'MOTHER AZT ANTEPARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748a24c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1994,5644,'MOTHER AZT ANTE DOSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748a338-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1995,5645,'MOTHER AZT ANTE TX WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748a42b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1996,5646,'MOTHER AZT INTRAPARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748a51a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1997,5647,'MOTHER AZT POST PARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748a60c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1998,5648,'MOTHER AZT POST DOSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748a704-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(1999,5649,'MOTHER AZT POST TX WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748a7f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2000,5650,'MOTHER3 TC ANTEPARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748a8e3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2001,5651,'MOTHER3 TC ANTE DOSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748a9cd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2002,5652,'MOTHER3 TC ANTE TX WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748aabd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2003,5653,'MOTHER3 TC INTRAPARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748ac74-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2004,5654,'MOTHER3 TC POSTPARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748ad84-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2005,5655,'MOTHER3 TC POST DOSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748ae78-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2006,5656,'MOTHER3 TC POST TX WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748af62-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2007,5657,'MOTHER OTHER DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748b051-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2008,5658,'MOTHER OTHER ANTEPARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748b13e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2009,5659,'MOTHER OTHER ANTE DOSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748b22e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2010,5660,'MOTHER OTHER ANTE TX WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748b31b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2011,5661,'MOTHER OTHER INTRAPARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748b40e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2012,5662,'MOTHER OTHER POSTPARTUM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748b4f9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2013,5663,'MOTHER OTHER POST DOSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748b67a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2014,5664,'MOTHER OTHER POST TX WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748b78a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2015,5665,'PERINATAL ARV PROPHYLAXIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748b882-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2016,5666,'CHILD NVP DOSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748b974-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2017,5667,'CHILD NVP TX WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748ba66-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2018,5668,'CHILD AZT DOSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748bb5e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2019,5669,'CHILD AZT TX WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748bc50-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2020,5670,'CHILD3 TC DOSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748bd42-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2021,5671,'CHILD3 TC TX WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748be36-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2022,5672,'CHILD OTHER DOSE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748bf27-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2023,5673,'CHILD OTHER DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748c014-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2024,5674,'CHILD OTHER TX WEEKS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748c100-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2025,5675,'TOTAL OFFSPRING LIVING IN HOME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748c1f1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2026,5676,'TOTAL OFFSPRING UNDER 5YO LIVING IN HOME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748c2df-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2027,5677,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748c3cf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2028,5678,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748c4c5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2029,5679,'DICTIONARY ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748c5bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2030,5680,'ACTIVE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748c6af-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2031,5681,'OTHER PROBLEMS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748c7a8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2032,5682,'ACTIVE OHTER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748cb84-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2033,5683,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748cc96-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2034,5684,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748cd86-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2035,5685,'SURGERY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748ce7e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2036,5686,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748cf76-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2037,5687,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748d065-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2038,5688,'SYMPTOM','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748d15b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2039,5689,'ACTIVE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748d24d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2040,5690,'SEVERITY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748d41c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2041,5691,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748d518-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2042,5692,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748d60c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2043,5693,'VISIT NUMBER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748d704-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2044,5694,'DICTIONARY ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748d7f4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2045,5695,'RESULT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748d8eb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2046,5696,'CLINIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748d9dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2047,5697,'KSH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748dad1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2048,5698,'PAID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748dbca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2049,5699,'REASON FOR NOT PAYING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748dd2f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2050,5700,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748de4f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2051,5701,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748df4a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2052,5702,'INH PROPHYLAXIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748e03c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2053,5703,'HOSPITALIZED PREVIOUS YEAR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748e12f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2054,5704,'NUMBER OF HOSPITALIZATIONS IN PAST YEAR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748e23f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2055,5705,'HOSPITALIZATION DESCRIPTION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748e3f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2056,5706,'HISTORY OF EXPOSURE TO ANTIRETROVIRAL DRUGS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748e579-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2057,5707,'ZIDOVUDINE PAST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748e6ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2058,5708,'ZIDOVUDINE PRESENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748e8ca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2059,5709,'ZIDOVUDINEP MTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748ea58-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2060,5710,'ZIDOVUDINE ARV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748ebde-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2061,5711,'ZIDOVUDINE START CONTINUE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748ed63-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2062,5712,'ZIDOVUDINE START DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748eee6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2063,5713,'ZIDOVUDINE DISCONTINUED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748f06c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2064,5714,'ZIDOVUDINE STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748f1f5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2065,5715,'ZIDOVUDINE DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748f378-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2066,5716,'ZIDOVUDINE DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748f4fe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2067,5717,'ZIDOVUDINE COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748f681-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2068,5718,'LAMIVUDINE PAST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748f805-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2069,5719,'LAMIVUDINE PRESENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748fa41-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2070,5720,'LAMIVUDINEP MTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748fc00-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2071,5721,'LAMIVUDINE ARV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748fd09-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2072,5722,'LAMIVUDINE START CONTINUE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748fe07-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2073,5723,'LAMIVUDINE START DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748fefd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2074,5724,'LAMIVUDINE DISCONTINUED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c748fff2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2075,5725,'LAMIVUDINE STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74900f1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2076,5726,'LAMIVUDINE DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74901e6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2077,5727,'LAMIVUDINE DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74902df-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2078,5728,'LAMIVUDINE COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7490456-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2079,5729,'STAVUDINE PAST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74905f1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2080,5730,'STAVUDINE PRESENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7490700-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2081,5731,'STAVUDINEP MTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74907fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2082,5732,'STAVUDINE ARV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74908f3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2083,5733,'STAVUDINE START CONTINUE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74909e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2084,5734,'STAVUDINE START DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7490add-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2085,5735,'STAVUDINE DISCONTINUED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7490bd1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2086,5736,'STAVUDINE STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7490cc7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2087,5737,'STAVUDINE DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7490db7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2088,5738,'STAVUDINE DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7490ea9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2089,5739,'STAVUDINE COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7490f98-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2090,5740,'DIDANOSINE PAST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c749108a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2091,5741,'DIDANOSINE PRESENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7491177-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2092,5742,'DIDANOSINEP MTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7491262-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2093,5743,'DIDANOSINE ARV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7491353-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2094,5744,'DIDANOSINE START CONTINUE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7491440-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2095,5745,'DIDANOSINE START DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7491530-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2096,5746,'DIDANOSINE DISCONTINUED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c749161e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2097,5747,'DIDANOSINE STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c749170d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2098,5748,'DIDANOSINE DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7491802-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2099,5749,'DIDANOSINE DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74918f5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2100,5750,'DIDANOSINE COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74919e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2101,5751,'ABACAVIR PAST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7491ada-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2102,5752,'ABACAVIR PRESENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7491bc6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2103,5753,'ABACAVIRP MTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7491cb5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2104,5754,'ABACAVIR ARV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7491da4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2105,5755,'ABACAVIR START CONTINUE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7491e92-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2106,5756,'ABACAVIR START DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7491f7e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2107,5757,'ABACAVIR DISCONTINUED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c749206f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2108,5758,'ABACAVIR STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7492245-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2109,5759,'ABACAVIR DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7492341-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2110,5760,'ABACAVIR DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7492439-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2111,5761,'ABACAVIR COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7492529-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2112,5762,'NEVIRAPINE PAST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7492618-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2113,5763,'NEVIRAPINE PRESENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c749270f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2114,5764,'NEVIRAPINEP MTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74927ff-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2115,5765,'NEVIRAPINE ARV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74928f8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2116,5766,'NEVIRAPINE START CONTINUE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74929ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2117,5767,'NEVIRAPINE START DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7492b58-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2118,5768,'NEVIRAPINE DISCONTINUED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7492c7a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2119,5769,'NEVIRAPINE STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7492d77-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2120,5770,'NEVIRAPINE DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7492e69-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2121,5771,'NEVIRAPINE DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7492f60-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2122,5772,'NEVIRAPINE COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493068-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2123,5773,'EFAVIRENZ PAST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493165-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2124,5774,'EFAVIRENZ PRESENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493263-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2125,5775,'EFAVIRENZP MTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c749335d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2126,5776,'EFAVIRENZ ARV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493455-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2127,5777,'EFAVIRENZ START CONTINUE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c749354c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2128,5778,'EFAVIRENZ START DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493644-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2129,5779,'EFAVIRENZ DISCONTINUED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493741-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2130,5780,'EFAVIRENZ STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493839-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2131,5781,'EFAVIRENZ DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493935-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2132,5782,'EFAVIRENZ DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493a32-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2133,5783,'EFAVIRENZ COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493b2d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2134,5784,'NELFINAVIR PAST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493c22-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2135,5785,'NELFINAVIR PRESENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493d1c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2136,5786,'NELFINAVIRP MTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493e11-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2137,5787,'NELFINAVIR ARV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7493f02-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2138,5788,'NELFINAVIR START CONTINUE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7494001-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2139,5789,'NELFINAVIR START DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74943f8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2140,5790,'NELFINAVIR DISCONTINUED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c749450f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2141,5791,'NELFINAVIR STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74945fe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2142,5792,'NELFINAVIR DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74946f8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2143,5793,'NELFINAVIR DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74948c2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2144,5794,'NELFINAVIR COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74949d5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2145,5795,'OTHER SPEC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7494acf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2146,5796,'OTHER PAST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7494bcf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2147,5797,'OTHER PRESENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7494cce-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2148,5798,'OTHERP MTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7494dca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2149,5799,'OTHER ARV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7494ec5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2150,5800,'OTHER START CONTINUE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7494fbf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2151,5801,'OTHER START DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74950b9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2152,5802,'OTHER DISCONTINUED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74951f1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2153,5803,'OTHER STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7495342-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2154,5804,'OTHER DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7495449-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2155,5805,'OTHER DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7495543-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2156,5806,'OTHER COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7495642-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2157,5807,'UNKNOWN SPEC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c749573b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2158,5808,'UNKNOWN PAST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c749582f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2159,5809,'UNKNOWN PRESENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7495925-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2160,5810,'UNKNOWNP MTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7495a20-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2161,5811,'UNKNOWN ANTIRETROVIRAL DRUG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7495b1a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2162,5812,'UNKNOWN START CONINUE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7495c11-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2163,5813,'UNKNOWN START DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7495d06-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2164,5814,'UNKNOWN DISCONTINUED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7495df8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2165,5815,'UNKNOWN DISCONTINUATION1','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7495ef4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2166,5816,'UNKNOWN DISCONTINUATION2','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7495feb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2167,5817,'UNKNOWN STOP DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74960e9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2168,5818,'UNKNOWN COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74961e0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2169,5819,'AR VS COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74962d8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2170,5820,'CURRENT MEDS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74963d0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2171,5821,'COTRIMOXAZOLE CURRENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74964cb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2172,5822,'COTRIMOXAZOLE COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74965c6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2173,5823,'DAPSONE CURRENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74966b9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2174,5824,'DAPSONE COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74967ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2175,5825,'FLUCONAZOLE CURRENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74968a7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2176,5826,'FLUCONAZOLE COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74969a3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2177,5827,'ISONIAZID CURRENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7496aaf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2178,5828,'ISONIAZID COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7496bc6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2179,5829,'PYRAZINAMIDE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7496cb6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2180,5830,'PYRAZINAMIDE COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7496d9d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2181,5831,'RIFAMPIN CURRENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7496e86-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2182,5832,'RIFAMPIN COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7497037-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2183,5833,'ETHAMBUTOL CURRENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c749712d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2184,5834,'ETHAMBUTOL COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7497216-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2185,5835,'STREPTOMYCIN CURRENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7497302-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2186,5836,'STREPTOMYCIN COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74973e8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2187,5837,'NYSTATIN CURRENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c74974d3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2188,5838,'NYSTATIN COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7497a36-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2189,5839,'ANTIMALARIAL MEDICATIONS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7497b3b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2190,5840,'ANTIMALARIAL MED COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7497c1a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2191,5841,'HERBAL TRADITIONAL MEDICATIONS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7497cf7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2192,5842,'HERBAL MED COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7497dd7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2193,5843,'MINERALS IRON SUPPLEMENTS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7505aeb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2194,5844,'MINERAL COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7506506-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2195,5845,'MULTIVITAMIN CURRENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75066bf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2196,5846,'MULTIVITAMIN COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7506824-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2197,5847,'OTHER1 SPEC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750697b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2198,5848,'OTHER1 CURRENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7506e48-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2199,5849,'OTHER1 COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7506fb3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2200,5850,'OTHER2 SPEC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7507108-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2201,5851,'OTHER2 CURRENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75076ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2202,5852,'OTHER2 COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7507928-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2203,5853,'IMMUNIZATIONS EVER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7508058-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2204,5854,'PAST BCG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7508c5b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2205,5855,'PAST BCG DOSES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7508d89-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2206,5856,'PAST HBV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7508e74-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2207,5857,'PAST HBV DOSES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7508f4e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2208,5858,'PAST DPT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75090b0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2209,5859,'PAST DPT DOSES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75091b2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2210,5860,'PAST OPV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750929a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2211,5861,'PAST OPV DOSES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75093a4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2212,5862,'PAST MEASLES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750949f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2213,5863,'PAST MEASLES DOSES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7509597-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2214,5864,'YELLOW FEVER VACCINATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7509692-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2215,5865,'PAST YELLOW FEVER DOSES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7509787-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2216,5866,'PAST OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7509875-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2217,5867,'PAST OTHER DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7509969-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2218,5868,'PAST OTHER DOSES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7509a61-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2219,5869,'ARV START DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7509be2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2220,5870,'ARV COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7509d08-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2221,5871,'PILLS TAKEN LAST7 DAYS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7509e03-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2222,5872,'MISSED ARV FORGOT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7509efd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2223,5873,'MISSED ARV TOO ILL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7509ff2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2224,5874,'MISSED ARV SIDE EFFECTS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750a0e7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2225,5875,'MISSED ARV CLINIC RAN OUT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750a1dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2226,5876,'MISSED ARV LOST MED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750a2d2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2227,5877,'MISSED ARV DISCLOSURE ISSUES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750a3c7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2228,5878,'MISSED ARV PT RAN OUT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750a58f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2229,5879,'MISSED ARV OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750a6a3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2230,5880,'MISSED ARV OTHER DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750a79a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2231,5881,'MISSED ARV VOMITED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750a890-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2232,5882,'MISSED ARV REFUSED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750a982-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2233,5883,'PROVIDED INFO MOTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750aa75-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2234,5884,'PROVIDED INFO FATHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750ab66-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2235,5885,'PROVIDED INFO PATIENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750ac56-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2236,5886,'PROVIDED INFO SIBLING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750ad49-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2237,5887,'PROVIDED INFO OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750ae35-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2238,5888,'PROVIDED INFO OTHER DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750af26-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2239,5889,'MED HX COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750b01b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2240,5890,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750b1d9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2241,5891,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750b315-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2242,5892,'OTHER DRUGS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750b413-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2243,5893,'RX STRENGTH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750b50c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2244,5894,'RX FREQ','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750b5ff-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2245,5895,'SIG','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750b6f3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2246,5896,'RX DC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750b7ee-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2247,5897,'DC DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750b8e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2248,5898,'RX DC TOX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750b9d9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2249,5899,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750bae4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2250,5900,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750bbdf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2251,5901,'OTHER PROBLEMS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750bcd4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2252,5902,'ACTIVE OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750bdcd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2253,5903,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750bec3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2254,5904,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750bfba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2255,5905,'VISIT NUMBER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750c0ad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2256,5906,'OTHER TESTS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750c19f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2257,5907,'RESULT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750c357-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2258,5908,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750c462-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2259,5909,'MTRHID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750c55a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2260,5910,'AGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750c645-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2261,5911,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750c72f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2262,5912,'ADULTS PEDS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750c81f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2263,5913,'FIRST NAME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750c90c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2264,5914,'MIDDLE NAME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750c9fe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2265,5915,'LAST NAME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750caee-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2266,5916,'BIRTH WEIGHT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750cca1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2267,5917,'BIRTH DAY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750cdaa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2268,5918,'BIRTH MONTH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750ce9a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2269,5919,'BIRTH YEAR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750cf88-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2270,5920,'BIRTH DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750d077-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2271,5921,'MOTHER FIRST NAME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750d16a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2272,5922,'FATHER NAME','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750d257-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2273,5923,'SEX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750d346-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2274,5924,'TRIBE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750d436-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2275,5925,'MOD','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750d526-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2276,5926,'GESTATION AT BIRTH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750d64b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2277,5927,'MOSORIOT CATCHMENT AREA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750d741-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2278,5928,'DEATH DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750d832-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2279,5929,'CAUSE OF DEATH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750d926-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2280,5930,'LOST TO FOLLOWUP GT 3','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750da1d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2281,5931,'OTHER TRIBE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750dbff-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2282,5932,'DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750dd15-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2283,5933,'DEATH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750de0b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2284,5934,'PT PAYS FOR WORK UP RX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750defc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2285,5935,'SES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750dff1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2286,5936,'MRCT PLUS ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750e487-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2287,5937,'FACILITY CODE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750e59b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2288,5938,'SITE CODE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750e687-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2289,5939,'MOTHER\'S AMPATHID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750e786-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2290,5940,'VILLAGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750e87d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2291,5941,'PATIENT ID','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750e9f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2292,5942,'APT DATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750eb14-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2293,5943,'ADULT PEDS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750ec0e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2294,5944,'VISIT NUMBER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750ed34-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2295,5945,'FEVER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750ee29-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2296,5946,'CHILLS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750ef1c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2297,5947,'WEIGHT LOSS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750f009-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2298,5948,'WEIGHT GAIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750f0fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2299,5949,'FATIGUE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750f1eb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2300,5950,'RASH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750f39b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2301,5951,'ROS GENERAL COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750f4a6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2302,5952,'HEARING DIFFICULTY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750f59b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2303,5953,'VISION DIFFICULTIES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750f691-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2304,5954,'SWALLOWING DIFFICULTIES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750f77d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2305,5955,'ROS HEENT COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750f86a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2306,5956,'COUGH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750f984-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2307,5957,'PRODUCTIVE COUGH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750fbb1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2308,5958,'PRODUCTIVE COUGH QUALITY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750fcc7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2309,5959,'COUGH DURATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750fdbe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2310,5960,'SHORTNESS OF BREATH','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c750fed3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2311,5961,'SHORTNESS OF BREATH AT REST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7510092-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2312,5962,'SHORTNESS OF BREATH DURATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7510245-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2313,5963,'SHORTNESS OF BREATH WITH EXERTION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75103c1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2314,5964,'TB','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751064f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2315,5965,'TUBERCULOSIS TREATMENT STATUS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751086e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2316,5966,'TUBERCULOSIS TREATMENT COMPLETION YEAR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7510a06-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2317,5967,'TB TX COMPLETED YRS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7510b90-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2318,5968,'TB CURRENT TREATMENT TYPE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7510d12-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2319,5969,'PNEUMONIA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7510e97-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2320,5970,'CHEST PAIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7511051-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2321,5971,'CHEST PAIN DURATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75111f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2322,5972,'PLEURITIC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7511379-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2323,5973,'SUBSTERNAL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75115a1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2324,5974,'ANTERIOR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75116d3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2325,5975,'POSTERIOR','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75117ce-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2326,5976,'CHEST PAIN LOCATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75118c6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2327,5977,'ROS CP COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7511a72-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2328,5978,'NAUSEA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7511b91-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2329,5979,'NAUSEA DURATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7511c8b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2330,5980,'VOMITING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7511db7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2331,5981,'VOMITING DURATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7511eb1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2332,5982,'VOMITING CONTINUOUS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7511fab-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2333,5983,'DIARRHEA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751209a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2334,5984,'DIARRHEA DURATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7512187-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2335,5985,'DIARRHEA CONTINUOUS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751227b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2336,5986,'HISTORY OF JAUNDICE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7512369-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2337,5987,'ABDOMINAL PAIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751245c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2338,5988,'ROS GI COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751254a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2339,5989,'MENSTRUATING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7512640-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2340,5990,'MENOPAUSAL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7512730-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2341,5991,'PREGNANCY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7512821-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2342,5992,'MONTH OF CURRENT GESTATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751291a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2343,5993,'VAGINAL DISCHARGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7512a0e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2344,5994,'VAGINAL DISCHARGE DURATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7512afc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2345,5995,'URETHRAL DISCHARGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7512bed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2346,5996,'URETHRAL DISCHARGE DURATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7512cdb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2347,5997,'HEMATURIA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7512eb5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2348,5998,'UTI','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7513015-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2349,5999,'ROS GU COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7513112-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2350,6000,'JOINT PAINS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75131ff-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2351,6001,'SWELLING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75132f5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2352,6002,'EDEMA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75133e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2353,6003,'ROS MS COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75134d9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2354,6004,'PARESTHESIA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75135c8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2355,6005,'FOCAL WEAKNESS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75136bd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2356,6006,'CONFUSION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7513837-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2357,6007,'SEIZURES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7513944-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2358,6008,'ROS CNS COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7513a36-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2359,6009,'TB DRUGS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7513b25-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2360,6010,'TB DRUGS CONTINUE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7513c16-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2361,6011,'ALLERGY TO PENICILLIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7513d04-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2362,6012,'ALLERGY TO SULFA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7513df4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2363,6013,'ROS MEDS COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7513ee4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2364,6014,'SURGICAL HX COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7513fd6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2365,6015,'MOUTH SORES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751422c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2366,6016,'NASAL DISCHARGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751444d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2367,6017,'REFUSAL TO FEED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75145d8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2368,6018,'REFUSAL TO FEED DURATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7514700-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2369,6019,'ABDOMINAL SWELLING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7514815-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2370,6020,'DYSURIA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7514921-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2371,6021,'OLIGURIA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7514a2a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2372,6022,'DELAYED MILESTONES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7514b30-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2373,6023,'IRRITABILITY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7514c2a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2374,6024,'MENINGITIS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7514d25-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2375,6025,'REGRESSED MILESTONES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7514e1c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2376,6026,'INDUCTION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7514f12-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2377,6027,'CONTINUATION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7515018-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2378,6028,'EAR DISCHARGE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7515116-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2379,6029,'NIGHT SWEATS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7515211-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2380,6030,'ANEMIA','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7515306-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2381,6031,'POOR APPETITE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7515406-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2382,6032,'HEPATIC DISEASE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75154fb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2383,6033,'RENAL DISEASE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75156b1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2384,6034,'MUSCLE PAIN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75157e8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2385,6035,'PAIN, LOWER EXTREMITIES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751591e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2386,6036,'MENTAL ILLNESS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7515a20-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2387,6037,'MEMORY PROBLEMS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7515b16-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2388,6038,'DEPRESSION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7515c15-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2389,6039,'HEADACHE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7515d09-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2390,6040,'ROS DEV COMMENT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7515ec5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2391,6041,'CURRENT PAST DX VARIOUS SYMPTOMS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7515fcb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2392,6042,'PROBLEM ADDED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75160cc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2393,6043,'OI ELIGIBLE TOTAL PMTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75161bd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2394,6044,'ARV ELIGIBLE TOTAL PMTCT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75162ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2395,6045,'FEED BREAST FEED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75163a3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2396,6046,'MIXED FEEDING','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7516492-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2397,6047,'FEEDING CHANGED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751658b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2398,6048,'ADULT WHO CONDITION QUERY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751667a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2399,6049,'INFILTRATE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7516b0f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2400,6050,'DIFFUSE NON-MILIARY CHANGES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7516c2f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2401,6051,'CXR PI EFF','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7516d22-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2402,6052,'CAVITARY LESION','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7516e1d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2403,6053,'CXR NOS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7516f49-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2404,6054,'CURRENT ARV','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7517048-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2405,6055,'CURRENT OI','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751713d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2406,6056,'CURRENT TB TX','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751723d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2407,6057,'ADMIT MOSORIOT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7517333-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2408,6058,'TURBO','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7517427-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2409,6059,'BURNT FOREST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7517516-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2410,6060,'INP WARD','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7517609-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2411,6061,'CHILD BREAST FED IN PAST','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75176ff-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2412,6062,'IMMUNIZATIONS ON SCHEDULE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75177f5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2413,6063,'ANTI TB ADHERENCE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75178ec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2414,6064,'OI ADHERENCE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75179e1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2415,6065,'PCP PROPHYLAXIS ADHERENCE IN PAST WEEK','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7517ad8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2416,6066,'MISSED OI FORGOT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7517bcb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2417,6067,'MISSED OI TOO ILL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7517cc1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2418,6068,'MISSED OI SIDE EFFECTS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7517db4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2419,6069,'MISSED OI CLINIC RAN OUT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7517ea9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2420,6070,'MISSED OI LOST MED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7517fa2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2421,6071,'MISSED OI DISCLOSURE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7518095-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2422,6072,'MISSED OI PT RAN OUT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75181c0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2423,6073,'MISSED OI OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75182bc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2424,6074,'MISSED OI OTHER DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75183b6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2425,6075,'MISSED OI VOMITED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751850e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2426,6076,'MISSED OI REFUSED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7518615-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2427,6077,'TUBERCULOSIS TREATMENT ADHERENCE IN PAST WEEK','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751870b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2428,6078,'MISSED TB FORGOT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7518807-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2429,6079,'MISSED TB TO ILL','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75188fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2430,6080,'MISSED TB SIDE EFFECTS','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75189ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2431,6081,'MISSED TB CLINIC RAN OUT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7518ae2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2432,6082,'MISSED TB LOST MED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7518bd8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2433,6083,'MISSED TB DISCLOSURE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7518cca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2434,6084,'MISSED TB PT RAN OUT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7518dc3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2435,6085,'MISSED TB OTHER','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7518f4f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2436,6086,'MISSED TB OTHER DESC','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751910b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2437,6087,'MISSED TB VOMITED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75192ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2438,6088,'MISSED TB REFUSED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75194ce-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2439,6089,'ARV MEDS MISSED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75196a2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2440,6090,'OI MEDS MISSED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75198a4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2441,6091,'TB MEDS MISSED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7519a5a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2442,6092,'PAST HIB','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7519c31-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2443,6093,'PAST HIB DOSES','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7519dec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2444,6094,'NVP PRIOR TO DELIVERY','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c7519f8d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2445,6095,'HISTORY OF NEVIRAPINE TO INFANT','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751a128-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2446,6096,'DISCORDANT COUPLE','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751a2e2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2447,6097,'PROBLEM RESOLVED','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751a4a1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2448,6098,'REASON ORDER STOPPED','en',1,1,'2007-05-06 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c751a65f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2449,785,'ALP','en',0,1,'2004-03-20 00:00:00',NULL,0,NULL,NULL,NULL,'c751a7bf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2450,1020,'BANDS','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c751a8b8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2451,1025,'BASOS','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c751a9a2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2452,886,'BCG','en',0,1,'2004-05-31 00:00:00',NULL,0,NULL,NULL,NULL,'c751aa86-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2453,1306,'BDL','en',0,1,'2006-06-05 00:00:00',NULL,0,NULL,NULL,NULL,'c751ad15-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2454,1342,'BMI','en',0,1,'2006-07-13 00:00:00',NULL,0,NULL,NULL,NULL,'c751b2ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2455,857,'BUN','en',0,1,'2004-05-05 00:00:00','SHORT',0,NULL,NULL,NULL,'c751b3b1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2456,1019,'CBC','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c751b495-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2457,1028,'CD3','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c751b5a1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2458,5497,'CD4','en',0,1,'2004-08-12 00:00:00',NULL,0,NULL,NULL,NULL,'c751b69b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2459,853,'CD8','en',0,1,'2004-05-05 00:00:00',NULL,0,NULL,NULL,NULL,'c7591d7d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2460,1006,'CHOL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c759232b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2461,1011,'CK','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75924f1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2462,1134,'CL','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7592cb7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2463,1135,'CO2','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7592e40-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2464,790,'CR','en',0,1,'2004-04-08 00:00:00','SHORT',0,NULL,NULL,NULL,'c7592fdd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2465,5126,'CRANIAL NERVE ABN','en',1,1,'2004-08-12 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c75931bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2466,1033,'CT PCR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75936e6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2467,1034,'CT QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c759384a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2468,1297,'DBILI','en',0,1,'2006-06-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7593e76-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2469,5086,'DBP','en',0,1,'2004-08-12 00:00:00',NULL,0,NULL,NULL,NULL,'c7594815-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2470,1026,'DIFF','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7595d13-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2471,781,'DTAP','en',0,1,'2004-03-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7595e5a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2472,1024,'EOS','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7595f46-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2473,1036,'GC PCR','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7596030-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2474,1038,'GC PCR QUAL','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7596113-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2475,887,'GLU','en',0,1,'2004-05-31 00:00:00','SHORT',0,NULL,NULL,NULL,'c75961f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2476,578,'GUARDING','en',0,1,'2004-01-01 00:00:00','SHORT',0,NULL,NULL,NULL,'c75962dd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2477,5314,'HC','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c75963c0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2478,1015,'HCT','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7596531-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2479,1007,'HDL','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759663a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2480,1321,'HEP B TEST (CUT-OFF OD)','en',0,1,'2006-06-06 00:00:00','SHORT',0,NULL,NULL,NULL,'c759672c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2481,1320,'HEP B TEST (OD) - QUANT','en',0,1,'2006-06-06 00:00:00','SHORT',0,NULL,NULL,NULL,'c759682d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2482,1322,'HEP B TEST - QUAL','en',0,1,'2006-06-06 00:00:00','SHORT',0,NULL,NULL,NULL,'c7596926-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2483,1324,'HEP C TEST (CUT-OFF OD)','en',0,1,'2006-06-06 00:00:00','SHORT',0,NULL,NULL,NULL,'c7596a21-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2484,1323,'HEP C TEST (OD) - QUANT','en',0,1,'2006-06-06 00:00:00','SHORT',0,NULL,NULL,NULL,'c7596b17-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2485,1325,'HEP C TEST - QUAL','en',0,1,'2006-06-07 00:00:00','SHORT',0,NULL,NULL,NULL,'c7596c0b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2486,22,'HEPA','en',0,1,'2004-01-01 00:00:00','SHORT',0,NULL,NULL,NULL,'c7596cfa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2487,21,'HGB','en',0,1,'2004-01-01 00:00:00','SHORT',0,NULL,NULL,NULL,'c7596dee-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2488,844,'HIV DNA PCR','en',0,1,'2004-05-05 00:00:00','SHORT',0,NULL,NULL,NULL,'c7596eeb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2489,1318,'HIV EIA (CUT-OFF OD) QUANT','en',0,1,'2006-06-06 00:00:00','SHORT',0,NULL,NULL,NULL,'c7596fe6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2490,1042,'HIV EIA QUAL','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c75970e3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2491,1041,'HIV EIA QUANT','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c75971da-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2492,1030,'HIV PCR Qual','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c75972d1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2493,1040,'HIV RAPID 1 QUAL','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759741e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2494,1326,'HIV RAPID 2 QUAL','en',0,1,'2006-06-07 00:00:00','SHORT',0,NULL,NULL,NULL,'c759754f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2495,1045,'HIV WB BANDS','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7597663-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2496,1047,'HIV WB QUAL','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759775a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2497,5087,'HR','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c7597851-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2498,1037,'HSV CUTOFF %','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7597946-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2499,1044,'HSV PCR','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7597a3f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2500,1046,'HSV PCR QUAL','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7597b30-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2501,908,'HSV QUAL','en',0,1,'2004-07-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7597c2f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2502,1035,'HSV SER QUANT','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7597d2c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2503,5090,'HT','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c7597e63-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2504,1133,'K','en',0,1,'2005-01-22 00:00:00','SHORT',0,NULL,NULL,NULL,'c7597f65-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2505,1012,'LACTATE','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759805a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2506,1014,'LDH','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759815a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2507,1008,'LDL','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7598252-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2508,1013,'LIPASE','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759834d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2509,1010,'LIPIDS','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7598444-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2510,5104,'LLQ','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c7598536-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2511,1021,'LYMPH','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759862e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2512,1018,'MCH','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7598727-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2513,1017,'MCHC','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759881d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2514,851,'MCV','en',0,1,'2004-05-05 00:00:00','SHORT',0,NULL,NULL,NULL,'c759890d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2515,1023,'MONOS','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c7598a03-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2516,1307,'MPV','en',0,1,'2006-06-06 00:00:00','SHORT',0,NULL,NULL,NULL,'c7598af7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2517,1343,'MUAC','en',0,1,'2006-07-13 00:00:00','SHORT',0,NULL,NULL,NULL,'c7598bef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2518,1132,'NA','en',0,1,'2005-01-22 00:00:00','SHORT',0,NULL,NULL,NULL,'c7598ce2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2519,1308,'PCT','en',0,1,'2006-06-06 00:00:00','SHORT',0,NULL,NULL,NULL,'c7598dd7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2520,1309,'PDW','en',0,1,'2006-06-06 00:00:00','SHORT',0,NULL,NULL,NULL,'c7598ecd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2521,5046,'PML','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c7598fc5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2522,1022,'POLYS','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c75990bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2523,1249,'PPE','en',0,1,'2006-04-22 00:00:00','SHORT',0,NULL,NULL,NULL,'c75991b0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2524,1304,'PSQ','en',0,1,'2006-06-05 00:00:00','SHORT',0,NULL,NULL,NULL,'c75992a1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2525,5091,'PULSUS','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c7599394-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2526,413,'RABIES','en',0,1,'2004-01-01 00:00:00','SHORT',0,NULL,NULL,NULL,'c759948e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2527,679,'RBC','en',0,1,'2004-01-01 00:00:00','SHORT',0,NULL,NULL,NULL,'c7599586-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2528,1016,'RDW','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759967b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2529,577,'REBOUND','en',0,1,'2004-01-01 00:00:00','SHORT',0,NULL,NULL,NULL,'c759976b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2530,1327,'RETICS (%)','en',0,1,'2006-06-09 00:00:00','SHORT',0,NULL,NULL,NULL,'c759985d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2531,5250,'RICKETS','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c7599954-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2532,5107,'RUQ','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c7599a4a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2533,5085,'SBP','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c7599ba3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2534,31,'SERVICES','en',0,1,'2006-02-10 00:00:00','SHORT',0,NULL,NULL,NULL,'c7599ca6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2535,653,'SGOT','en',0,1,'2004-01-01 00:00:00','SHORT',0,NULL,NULL,NULL,'c7599d99-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2536,654,'SGPT','en',0,1,'2004-01-01 00:00:00','SHORT',0,NULL,NULL,NULL,'c7599e8c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2537,1352,'SKIN FOLD THICK','en',0,1,'2006-07-13 00:00:00','SHORT',0,NULL,NULL,NULL,'c7599f7e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2538,5960,'SOB','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c759a074-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2539,5963,'SOB EXERTION','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c759a166-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2540,5961,'SOB REST','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c759a258-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2541,5092,'SpO2','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c759a34c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2542,655,'TBILI','en',0,1,'2004-01-01 00:00:00','SHORT',0,NULL,NULL,NULL,'c759a43e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2543,5088,'TEMP (C)','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c759a5b8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2544,1009,'TG','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759a6cc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2545,1031,'TPHA','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759a7c7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2546,1032,'TPHA QUAL','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759a8bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2547,1043,'TV PCR','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759a9af-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2548,1039,'TV PCR QUAL','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759aaa2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2549,1305,'VIRAL LOAD, QUAL','en',0,1,'2006-06-05 00:00:00','SHORT',0,NULL,NULL,NULL,'c759ab92-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2550,1298,'VLDL','en',0,1,'2006-06-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759ac8b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2551,678,'WBC','en',0,1,'2004-01-01 00:00:00','SHORT',0,NULL,NULL,NULL,'c759ad7f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2552,1000,'WHOLEBLOOD','en',0,1,'2004-12-02 00:00:00','SHORT',0,NULL,NULL,NULL,'c759ae73-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2553,5089,'WT','en',0,1,'2004-08-12 00:00:00','SHORT',0,NULL,NULL,NULL,'c759af6a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2554,703,'(+)','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c759b062-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2555,664,'(-)','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c759b158-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2556,703,'+','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c759b24a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2557,664,'-','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c759b33f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2558,1051,'1-2 HR','en',0,1,'2005-01-06 00:00:00',NULL,0,NULL,NULL,NULL,'c759b431-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2559,1050,'30-60 MIN','en',0,1,'2005-01-06 00:00:00',NULL,0,NULL,NULL,NULL,'c759b896-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2560,628,'3TC','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759b9a9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2561,1051,'60-120 MIN','en',0,1,'2005-01-06 00:00:00',NULL,0,NULL,NULL,NULL,'c759ba99-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2562,1049,'<30 MIN','en',0,1,'2005-01-06 00:00:00',NULL,0,NULL,NULL,NULL,'c759bb95-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2563,1052,'>120 MINS','en',0,1,'2005-01-06 00:00:00',NULL,0,NULL,NULL,NULL,'c759bc8b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2564,1052,'>2 HR','en',0,1,'2005-01-06 00:00:00',NULL,0,NULL,NULL,NULL,'c759bd82-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2565,690,'A+','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759be79-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2566,692,'A-','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759bf70-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2567,1230,'AB+','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c759c065-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2568,1231,'AB-','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c759c157-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2569,814,'ABC','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759c2fe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2570,5103,'ABDOMINAL MASS','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c759c406-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2571,845,'ABDOMINAL ULTRASOUND','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c759c4fc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2572,101,'ABDOMINAL X-RAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c759c5f5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2573,101,'ABDOMINAL XRAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c759c6ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2574,518,'ABNORMAL FUNDUS','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c759c7e4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2575,50,'ABORTION','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c759c8d7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2576,905,'ABORTION, INCOMPLETE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759c9ca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2577,897,'ABSCESS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759cabb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2578,84,'ACCIDENT NOS','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c759cbd4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2579,731,'ACCUPRIL','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c759cd2e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2580,89,'ACETOMINOPHEN','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c759ce33-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2581,603,'ACHILLES REFLEX','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c759cf2d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2582,1293,'ACIDITY','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c759d020-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2583,930,'ACTIFED','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759d116-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2584,930,'ACTIFED SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759d20c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2585,10,'ACUTE BRONCHITIS','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c759d301-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2586,250,'ADALAT','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c759d3f1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2587,250,'ADALAT TABLETS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759d4e4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2588,994,'ADENITIS','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c759d5f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2589,161,'ADENOPATHY','en',0,1,'2005-02-08 00:00:00',NULL,0,NULL,NULL,NULL,'c759d7b6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2590,307,'AFB SMEAR SPUTUM','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759d939-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2591,810,'AGENERASE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c759dab2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2592,894,'AIDS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759dc28-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2593,654,'ALANINE AMINOTRANSFERASE','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c759de10-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2594,952,'ALC','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759dfa3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2595,251,'ALDOMET','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759e134-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2596,785,'ALK PHOS','en',0,1,'2004-05-02 00:00:00',NULL,0,NULL,NULL,NULL,'c759e2be-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2597,995,'ALLERGIC CONJUNCTIVITIS','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c759e443-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2598,120,'ALLERGIC DERMATITIS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c759e5c2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2599,829,'ALLERGIC ECZEMA','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c759e6c6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2600,120,'ALLERGIC RASH','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c759e7bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2601,142,'ALLERGIC REACTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759e8ac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2602,880,'ALLERGIC RHINITIS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759ea8a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2603,785,'ALP','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c759eb8d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2604,654,'ALT','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c759ec8d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2605,928,'AMINOPHYLINE INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759ed85-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2606,241,'AMODIAQUIN SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759ee80-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2607,14,'AMOEBIC DIARRHOEA','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c759efdf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2608,14,'AMOEBIC DYSENTRY','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c759f14f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2609,722,'AMORPHOUS PHOS CRYSTALS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759f251-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2610,265,'AMOXIL','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c759f388-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2611,265,'AMOXYL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759f488-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2612,265,'AMOXYL SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759f578-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2613,269,'AMPICILLIN INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759f66d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2614,294,'AMPICLOX','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c759f762-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2615,294,'AMPICLOX DROPS','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c759f857-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2616,925,'AMPICLOX NEONATAL DROPS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759f948-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2617,294,'AMPICLOX SUSPENSION','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c759fa38-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2618,925,'AMPICLOX SUSPENSION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759fb29-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2619,3,'ANAEMIA','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c759fc19-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2620,3,'ANEMIA NOS','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c759fd0b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2621,603,'ANKLE JERK','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c759fe02-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2622,1247,'ANTI-CRYPTOCOCCUS ADHERENCE','en',0,1,'2005-02-22 00:00:00',NULL,0,NULL,NULL,NULL,'c759fef6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2623,413,'ANTI-RABIES VACCINE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c759ffe7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2624,6077,'ANTI-TB ADHERENCE','en',0,1,'2005-02-08 00:00:00',NULL,0,NULL,NULL,NULL,'c75a00d2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2625,377,'ARM X-RAY','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a01c2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2626,377,'ARM XRAY','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a02b6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2627,1237,'ARMS','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c75a03ab-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2628,915,'ARTANE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a0514-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2629,116,'ARTHRITIS NOS','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c75a0622-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2630,202,'ARTHRITIS RHEUMATOID','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a071c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2631,413,'ARV','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a080e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2632,1164,'ARV ADHERENCE','en',0,1,'2005-02-08 00:00:00',NULL,0,NULL,NULL,NULL,'c75a090b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2633,1255,'ARV PLAN','en',0,1,'2005-02-22 00:00:00',NULL,0,NULL,NULL,NULL,'c75a0a00-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2634,1085,'ARVS','en',0,1,'2005-01-12 00:00:00',NULL,0,NULL,NULL,NULL,'c75a0afa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2635,88,'ASA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a0bec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2636,358,'ASCORIL','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a0cde-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2637,358,'ASCORIL SYRUP','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a0dd0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2638,653,'ASPARTATE AMINOTRANSFERASE','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a0ec3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2639,176,'ASSAULT NOS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a0fb9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2640,653,'AST','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a117a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2641,5,'ASTHMA NOS','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c75a127b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2642,4,'ASTHMA RELAPSE','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c75a136c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2643,943,'ASTHMACORT','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c75a145e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2644,450,'AUGMENTIN','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c75a154c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2645,450,'AUGMENTIN SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a163f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2646,1227,'AUGMENTIN SYRUP','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a172e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2647,955,'AVELOX','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a1817-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2648,797,'AZT','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a1906-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2649,694,'B+','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a1a24-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2650,696,'B-','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a1b2e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2651,456,'BACKACHE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c75a1c2a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2652,997,'BACTERIAL MENINGITIS','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c75a1d1d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2653,494,'BARTHOLIN\'S ABSCESS','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c75a1e11-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2654,494,'BARTHOLINS ABSCESS','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c75a1f00-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2655,431,'BASCOPAN','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c75a1ff1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2656,1025,'BASOS','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a20e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2657,409,'BBE','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c75a21d5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2658,886,'BCG','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a22e2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2659,886,'BCG VACCINE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c75a23e1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2660,1306,'BDL','en',0,1,'2006-06-05 00:00:00',NULL,0,NULL,NULL,NULL,'c75a24dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2661,1240,'BECLOMETASONE INHALER','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c75a25d1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2662,1240,'BECLOMETHASONE INHALER','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c75a26cb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2663,1240,'BECONASE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c75a27c0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2664,921,'BENADRYL','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c75a28b5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2665,921,'BENYLINE SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a29ad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2666,1135,'BICARBONATE','en',0,1,'2006-06-05 00:00:00',NULL,0,NULL,NULL,NULL,'c75a2aa1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2667,363,'BILHARZIA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a2b99-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2668,655,'BILI','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a2c91-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2669,8,'BILIARY TRACT DISEASE NOS','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c75a2d89-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2670,7,'BILIARY TRACT DISEASE, GALLSTONES','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c75a2e82-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2671,655,'BILIRUBIN','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a2f7c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2672,780,'BIRTH CONTROL PILLS','en',0,1,'2006-02-13 00:00:00',NULL,0,NULL,NULL,NULL,'c75a3077-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2673,300,'BLOOD GROUP','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a316f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2674,729,'BLOOD PLATELET','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a3264-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2675,887,'BLOOD SUGAR','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c75a335a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2676,840,'BLOODY URINE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c75a3450-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2677,1342,'BMI','en',0,1,'2006-07-13 00:00:00',NULL,0,NULL,NULL,NULL,'c75a353f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2678,1172,'BREECH','en',0,1,'2005-02-08 00:00:00',NULL,0,NULL,NULL,NULL,'c75a3a62-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2679,1172,'BREECH BIRTH','en',0,1,'2005-02-08 00:00:00',NULL,0,NULL,NULL,NULL,'c75a3c19-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2680,1172,'BREECH PRESENTATION','en',0,1,'2005-02-08 00:00:00',NULL,0,NULL,NULL,NULL,'c75a3d2f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2681,912,'BRUFEN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a3e2d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2682,912,'BRUFEN SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a3f25-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2683,904,'BRUISE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a401d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2684,484,'BRUISES MULTIPLE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4148-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2685,32,'BS FOR MPS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4255-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2686,980,'BSA','en',0,1,'2006-04-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a434e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2687,857,'BUN','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4444-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2688,135,'BURN NOS','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4534-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2689,917,'BUSCOPAN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4628-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2690,1171,'C-SECTION','en',0,1,'2005-02-08 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4722-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2691,89,'CALPOL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a481a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2692,241,'CAMOQUIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a490c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2693,960,'CANDID B CREAM','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4a07-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2694,960,'CANDID MOUTH PAINT','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4b00-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2695,5158,'CARDIOMEGALY','en',0,1,'2005-01-26 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4bfe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2696,131,'CAVITIES','en',0,1,'2005-01-12 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4cf6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2697,131,'CAVITY','en',0,1,'2005-01-12 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4dea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2698,1019,'CBC','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4ede-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2699,1028,'CD3','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a4fd3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2700,1310,'CD3 PERCENT','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c75a50cf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2701,1310,'CD3+%LYMPH','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c75a51c5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2702,1028,'CD3+ABS CNT','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c75a52bc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2703,730,'CD3+CD4+%LYMPH','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c75a53b1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2704,5497,'CD3+CD4+ABS CNT','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c75a54aa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2705,1027,'CD3+CD8+%LYMPH','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c75a559d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2706,853,'CD3+CD8+ABS CNT','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c75a5691-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2707,5497,'CD4','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a578a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2708,730,'CD4 PERCENT','en',0,1,'2005-02-23 00:00:00',NULL,0,NULL,NULL,NULL,'c75a587f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2709,854,'CD4/CD8 RATIO','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c75a5978-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2710,1319,'CD45+ABS CNT','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c75a5a6c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2711,853,'CD8','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a5b61-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2712,737,'CEFTIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a5c56-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2713,945,'CELEBRAL PALSY','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a5d46-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2714,956,'CELEBREX','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a5ee1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2715,786,'CELESTAMINE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a5ff7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2716,5278,'CERVICAL CAP','en',0,1,'2006-02-13 00:00:00',NULL,0,NULL,NULL,NULL,'c75a60f3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2717,5159,'CERVICAL LAN','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c75a61ec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2718,5159,'CERVICAL NODES','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c75a62e4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2719,5473,'CHEM7','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c75a63dd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2720,12,'CHEST XRAY','en',0,1,'2005-01-07 00:00:00',NULL,0,NULL,NULL,NULL,'c75a6552-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2721,5229,'CHEST XRAY','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c75a66b2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2722,892,'CHICKEN POX','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a67b4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2723,130,'CHILDBED FEVER','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c75a695b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2724,1033,'CHLAMYDIA PCR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a6a8b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2725,1034,'CHLAMYDIA PCR QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a6b8f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2726,266,'CHLORAMPHENICOL DROPS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a6c8b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2727,266,'CHLORAMPHENICOL INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a6d80-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2728,1134,'CHLORIDE','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c75a6e7c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2729,913,'CHLORPHENIRAMINE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c75a6f73-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2730,1006,'CHOLESTEROL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a706e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2731,5018,'CHRONIC DIARRHEA','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c75a7163-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2732,5018,'CHRONIC DIARRHOEA','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c75a75d4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2733,740,'CIPRO','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c75a76f9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2734,1011,'CK','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c75a7803-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2735,1134,'CL','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c75a78ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2736,893,'CLAP','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c75a79d4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2737,957,'CLARITIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a7abf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2738,123,'CLINICAL','en',0,1,'2006-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a7ba4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2739,123,'CLINICAL MALARIA','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a7c8a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2740,906,'CLINICAL MALARIA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a7d72-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2741,960,'CLOTRIMAZOLE CREAM','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a7e51-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2742,922,'CLOXACILLIN SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a7f39-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2743,922,'CLOXACILLIN TABS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c75a8020-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2744,916,'CO-TRIMOXAZOLE','en',0,1,'2005-01-12 00:00:00',NULL,0,NULL,NULL,NULL,'c75a8103-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2745,1135,'CO2','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c75a88ae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2746,178,'COLLES FRACTURE','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c75a89cb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2747,139,'COLPITIS','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c75a8aab-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2748,630,'COMBIVIR','en',0,1,'2005-01-21 00:00:00',NULL,0,NULL,NULL,NULL,'c75a8ba1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2749,106,'COMMON COLD','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c75a8cfb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2750,81,'CONGENITAL ANOMALIES','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c76064f0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2751,517,'CONJUCTIVA INJECTED','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7606a93-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2752,516,'CONJUNCTIVA PALE','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c760783e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2753,206,'CONVULSION','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7607b36-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2754,910,'CONVULSION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7607cf0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2755,1295,'COPD','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7607fe0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2756,106,'CORYZA','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7608553-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2757,916,'COTRIMOXAZOLE','en',0,1,'2005-01-12 00:00:00',NULL,0,NULL,NULL,NULL,'c76086d0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2758,1011,'CPK','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7608cfb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2759,790,'CR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76096b0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2760,790,'CREATININE','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7609e51-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2761,1011,'CREATININE KINASE','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c760a9ec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2762,1011,'CREATININE PHOSPHOKINASE','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c760ab13-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2763,1015,'CRIT','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c760abfb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2764,811,'CRIXAVAN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760ad3b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2765,749,'CRIXIVAN','en',0,1,'2004-04-08 00:00:00',NULL,0,NULL,NULL,NULL,'c760aede-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2766,1294,'CRYPTOCOCCAL MENINGITIS','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c760b18d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2767,784,'CRYSTAPEN INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760b382-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2768,1033,'CT PCR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c760b4d6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2769,1034,'CT PCR QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c760b5df-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2770,1110,'CURRENT TB PROPHYLAXIS','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c760b6d4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2771,1111,'CURRENT TB TREATMENT','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c760b7d6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2772,12,'CXR','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760b9f8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2773,709,'CYST HISTOLYTICA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760bb0d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2774,182,'CYST NOS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c760bc01-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2775,625,'D4T','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760bcfb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2776,918,'DAKTARIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760bdef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2777,918,'DAKTARIN ORAL GEL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760bee1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2778,5599,'DATE OF DELIVERY','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c760bfd4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2779,1297,'DBILI','en',0,1,'2006-06-02 00:00:00',NULL,0,NULL,NULL,NULL,'c760c0c1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2780,5086,'DBP','en',0,1,'2004-10-07 00:00:00',NULL,0,NULL,NULL,NULL,'c760c1b8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2781,796,'DDI','en',0,1,'2004-04-08 00:00:00',NULL,0,NULL,NULL,NULL,'c760c2b0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2782,796,'DDI-125','en',0,1,'2005-02-22 00:00:00',NULL,0,NULL,NULL,NULL,'c760c3f1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2783,796,'DDI-200','en',0,1,'2005-02-22 00:00:00',NULL,0,NULL,NULL,NULL,'c760c500-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2784,128,'DEEP WOUND','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c760c5fb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2785,991,'DEHYDRATION','en',0,1,'2006-04-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760c6ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2786,5599,'DELIVERY DAY','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c760c7df-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2787,467,'DEMENTIA PRAECOX','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c760c8d5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2788,907,'DEPO-PROVERA','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c760c9cc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2789,907,'DEPOPROVERA','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c760cac6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2790,207,'DEPRESSIVE EPISODE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c760cbbd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2791,119,'DERMATITIS NOS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c760ccb2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2792,938,'DERMAZINE CREAM','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760cdef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2793,743,'DF118','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760cf37-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2794,225,'DI','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c760d03c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2795,260,'DIABENESE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760d131-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2796,6042,'DIAGNOSIS ADDED','en',0,1,'2005-02-22 00:00:00',NULL,0,NULL,NULL,NULL,'c760d223-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2797,1284,'DIAGNOSIS LIST','en',0,1,'2005-02-24 00:00:00',NULL,0,NULL,NULL,NULL,'c760d318-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2798,6097,'DIAGNOSIS RESOLVED','en',0,1,'2005-02-22 00:00:00',NULL,0,NULL,NULL,NULL,'c760d413-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2799,16,'DIARRHEA NOS','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c760d508-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2800,16,'DIARRHOEA','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c760d5fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2801,197,'DIARRHOEA AND GASTROENTERITIS OF PRESUMED INFECTIOUS ORIGIN','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c760d6f0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2802,900,'DIARRHOEA AND GASTROENTERITIS OF PRESUMED INFECTIOUS ORIGIN','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c760d7ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2803,5086,'DIASTOLIC','en',0,1,'2004-10-07 00:00:00',NULL,0,NULL,NULL,NULL,'c760d8e2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2804,1026,'DIFF','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c760d9d7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2805,747,'DIFLUCAN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760daca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2806,273,'DILANTIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760dbbc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2807,273,'DIPHENYLHYDANTOIN','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c760dcb1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2808,786,'DIPROSALIC CREAM','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760de3f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2809,5177,'DISPLACED PMI','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c760e02f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2810,175,'DM','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c760e19a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2811,844,'DNA PCR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c760e2a1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2812,781,'DPT VACCINATION NO.1','en',0,1,'2004-04-02 00:00:00',NULL,0,NULL,NULL,NULL,'c760e3a0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2813,18,'DPT VACCINATION NO.2','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760e499-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2814,781,'DPT VACCINATION NO.2','en',0,1,'2004-04-02 00:00:00',NULL,0,NULL,NULL,NULL,'c760e60a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2815,18,'DPT VACCINATION NO.3','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760e7de-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2816,781,'DPT VACCINATION NO.3','en',0,1,'2004-04-02 00:00:00',NULL,0,NULL,NULL,NULL,'c760e944-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2817,460,'DROPSY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c760ea52-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2818,102,'DRUG POISONING','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c760eba7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2819,102,'DRUG TOXICITY','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c760ecad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2820,781,'DTAP','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c760eda2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2821,5202,'DULL TM','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c760eea2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2822,1292,'DVT','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c760ef9a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2823,1243,'DYAZIDE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c760f090-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2824,197,'DYSENTERY','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c760f18d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2825,900,'DYSENTERY','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760f281-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2826,197,'DYSENTRY','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c760f379-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2827,900,'DYSENTRY','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c760f484-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2828,127,'DYSMENORRHEA','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c760f5fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2829,954,'E COLI','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760f708-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2830,709,'E HISTOLYTICA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760f801-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2831,873,'EAR DISCHARGE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c760f8f8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2832,5246,'EAR DISCHARGE','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c760f9ef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2833,5253,'EBF','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c760fb7e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2834,5596,'EDC','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c760fd50-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2835,460,'EDEMA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c760ff1d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2836,633,'EFV','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761016c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2837,716,'EGGS','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c761035b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2838,5473,'ELECTROLYTES','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7610521-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2839,5980,'EMESIS','en',0,1,'2004-10-15 00:00:00',NULL,0,NULL,NULL,NULL,'c7610729-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2840,792,'EMTRI','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7610905-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2841,791,'EMTRIVA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7610afb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2842,536,'ENLARGED TONSILS','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c761136e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2843,141,'ENTERIC FEVER','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c76114b6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2844,709,'ENTOMOEBA COLI','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76115a9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2845,1024,'EOS','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76116a1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2846,666,'EPI CELLS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761179d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2847,628,'EPIVIR','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7611897-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2848,947,'ERYHTHEMATOUS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7611991-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2849,535,'ERYTHEMATOUS THROAT','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7611a87-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2850,272,'ERYTHROMYCIN SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7611b92-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2851,855,'ESR','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7611d00-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2852,5596,'ESTIMATED DATE OF DELIVERY','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c7611e0c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2853,5596,'ESTIMATED DELIVERY DATE','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c7611f01-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2854,1108,'ETHIZIDE','en',0,1,'2005-01-12 00:00:00',NULL,0,NULL,NULL,NULL,'c7612003-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2855,5158,'EVIDENCE OF CARDIOMEGALY','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c76120fc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2856,270,'EYE OINTMENT, TETRACYCLINE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76121f5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2857,958,'FAMVIR','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76122f0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2858,87,'FANSIDAR','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c76123e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2859,924,'FANSIDAR INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76124dd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2860,924,'FANSIDAR SYSRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76125d5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2861,235,'FASIGIN','en',0,1,'2004-04-08 00:00:00',NULL,0,NULL,NULL,NULL,'c76126cd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2862,235,'FASIGYN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76127c4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2863,478,'FASIGYN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76128bc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2864,801,'FAST BREATHING','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76129b8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2865,773,'FEFOL','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7612ab2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2866,946,'FEFOL SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7612bb0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2867,256,'FERROUS SULPHATE','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c7612ca7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2868,256,'FERRUM B SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7612d9f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2869,1019,'FHG','en',0,1,'2006-02-13 00:00:00',NULL,0,NULL,NULL,NULL,'c7612e94-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2870,5230,'FHG','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c7612f93-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2871,237,'FLAGYL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761308b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2872,237,'FLAGYL INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7613182-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2873,237,'FLAGYL SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7613279-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2874,1211,'FLAT WART','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c7613388-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2875,447,'FLUCLOXACILLIN','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c761355c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2876,447,'FLUXOCILLIN','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76136e1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2877,257,'FOLACIN','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c7613858-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2878,257,'FOLATE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7613ac1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2879,368,'FOOD POISONING','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c7613ce8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2880,384,'FOOT X-RAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7613e8c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2881,384,'FOOT XRAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c761407e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2882,177,'FRACTURE NOS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c761435f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2883,791,'FTC','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76145fd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2884,1019,'FULL HEMOGRAM','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76147b1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2885,518,'FUNDUS ABNORMAL','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7614941-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2886,171,'FUNGAL INFECTION NOS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c7614ad0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2887,937,'FUNGAL INFECTION SKIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7614c59-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2888,937,'FUNGAL SKIN INFECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7614de2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2889,919,'FUNGICIDIN','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7614f69-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2890,123,'FUNTIME','en',0,1,'2006-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c76150f2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2891,901,'FUO','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c7615279-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2892,939,'GABBRORAL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7615385-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2893,939,'GABBRORAL SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761547e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2894,939,'GABBRORAL TABS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7615573-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2895,900,'GASTROENTERITIS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c761566b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2896,1036,'GC PCR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7615763-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2897,1038,'GC PCR QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7615853-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2898,100,'GENTAMYCIN','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c7615946-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2899,1293,'GER','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7615a41-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2900,1293,'GERD','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7615b66-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2901,44,'GESTATION','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c7615c64-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2902,5224,'GI SYMPTOMS','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c7615d8f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2903,713,'GIARDIA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7615ea1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2904,887,'GLUCOSE','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7615f9b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2905,714,'GLUCOSE POS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761617d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2906,671,'GNRs','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7616285-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2907,1038,'GONOCOCCAL PCR QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c761637f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2908,1036,'GONORRHEA PCR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7616477-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2909,1038,'GONORRHEA PCR QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c761656c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2910,893,'GONORRHOEA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761665e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2911,668,'GPRS','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7616757-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2912,668,'GRAM +VE RODS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761684b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2913,671,'GRAM -VE RODS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761693d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2914,212,'GUD','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7616aa6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2915,1085,'HAART','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7616bc5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2916,799,'HALFAN SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7616cc0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2917,799,'HALFAN TABS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7616db6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2918,382,'HAND X-RAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7616eb1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2919,382,'HAND XRAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7616fab-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2920,890,'HANSEN\'S DISEASE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76170a9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2921,890,'HANSENOSIS','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76171a1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2922,21,'HB','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7617299-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2923,5314,'HC','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c761738e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2924,1015,'HCT','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7617483-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2925,1243,'HCTZ','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c761757f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2926,1007,'HDL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7617676-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2927,846,'HEAD CT','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c761776d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2928,852,'HEAPTIC ULTRASOUND','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7617865-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2929,5087,'HEART RATE','en',0,1,'2004-10-07 00:00:00',NULL,0,NULL,NULL,NULL,'c761795b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2930,111,'HEARTBURN','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c7617a52-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2931,1019,'HEMOGRAM','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7617b46-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2932,228,'HEMORRHAGE ANTEPARTUM','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7617c3e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2933,230,'HEMORRHAGE POSTPARTUM','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7617d30-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2934,22,'HEP A','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c7617e21-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2935,782,'HEPATITIS B VAX NO.1','en',0,1,'2004-04-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7617f12-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2936,782,'HEPATITIS B VAX NO.2','en',0,1,'2004-04-02 00:00:00',NULL,0,NULL,NULL,NULL,'c761800a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2937,782,'HEPATITIS B VAX NO.3','en',0,1,'2004-04-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76180fc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2938,29,'HEPATITIS NOS','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c76181f0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2939,1044,'HERPES PCR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76182e9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2940,1046,'HERPES PCR QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76183e2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2941,953,'HFP','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76184ec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2942,21,'HGB','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76185ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2943,1019,'HGM','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7618788-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2944,5261,'HIB','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c76188b2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2945,884,'HIV','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c76189b2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2946,844,'HIV DNA PCR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7618ab3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2947,1318,'HIV EIA (CUT-OFF OD) QUANT','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c7618bb0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2948,1042,'HIV EIA QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7618cae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2949,1041,'HIV EIA QUANT','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7618dac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2950,1318,'HIV ELISA (CUT-OFF) QUANT','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c7618ea5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2951,1042,'HIV ELISA QUAL','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7618fa1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2952,1041,'HIV ELISA QUANT','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c761909e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2953,822,'HIV EXPOSURE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7619217-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2954,1030,'HIV PCR QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7619327-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2955,1169,'HIV POS','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c7619424-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2956,1030,'HIV QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7619523-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2957,5329,'HIV STAGING - ADULT SHINGLES','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c761961c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2958,5017,'HIV STAGING - CMV','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c7619718-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2959,5029,'HIV STAGING - DISSEMINATED CHICKENPOX','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c7619814-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2960,5024,'HIV STAGING - LIP','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c7619912-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2961,5344,'HIV STAGING - MUCOCUTANEOUS HSV','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c7619a0b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2962,1216,'HIV STAGING - NONRESPONSIVE HSV','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c7619b04-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2963,5022,'HIV STAGING - PEDS SHINGLES','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c7619bfa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2964,1047,'HIV WB QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7619cf9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2965,1004,'HOCKER','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7619df5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2966,1213,'HPV','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c7619eeb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2967,5087,'HR','en',0,1,'2004-10-07 00:00:00',NULL,0,NULL,NULL,NULL,'c7619fe7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2968,825,'HSM','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c761a4b8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2969,5162,'HSM','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c761a5d2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2970,1037,'HSV CUTOFF PERCENTAGE','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c761a6c5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2971,1044,'HSV PCR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c761a7c6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2972,1046,'HSV PCR QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c761a8c6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2973,1035,'HSV QUANT','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c761a9bc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2974,908,'HSV TEST','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c761aab8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2975,903,'HTN','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c761abb3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2976,943,'HYCOMYCIN EYE DROPS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761acb3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2977,929,'HYDRALAZINE INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761adab-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2978,929,'HYDRALAZINE TABLETS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761af7e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2979,290,'HYDROCORTISONE CREAM','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c761b089-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2980,290,'HYDROCORTISONE EYE DROPS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c761b180-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2981,283,'HYDROCORTISONE OINTMENT','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c761b27a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2982,290,'HYDROCORTISONE OINTMENT','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c761b374-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2983,1243,'HYDRODIURIL','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c761b46a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2984,5276,'HYSTERECTOMY','en',0,1,'2006-02-13 00:00:00',NULL,0,NULL,NULL,NULL,'c761b565-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2985,215,'ICTERUS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c761b661-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2986,1226,'IDA','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c761b807-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2987,749,'IDV','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c761b9e6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2988,811,'IDV','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761bb70-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2989,272,'ILOSONE','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c761bc7a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2990,272,'ILOTYCIN','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c761bd77-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2991,429,'IMODIUM','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761be74-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2992,254,'INDERAL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761bf6e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2993,5265,'INDIFFERENT','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c761c063-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2994,111,'INDIGESTION','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c761c156-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2995,263,'INDOCIN','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c761c24b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2996,6095,'INFANT NVP','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c761c343-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2997,5258,'INFANTILE PARALYSIS','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c761c440-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2998,195,'INFECTION SKIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761c53b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(2999,656,'INH','en',0,1,'2005-01-12 00:00:00',NULL,0,NULL,NULL,NULL,'c761c637-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3000,5279,'INJECTABLE HORMONES','en',0,1,'2006-02-13 00:00:00',NULL,0,NULL,NULL,NULL,'c761c733-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3001,535,'INJECTED THROAT','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c761c82d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3002,247,'INJECTION VALIUM','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761c926-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3003,148,'INJURY NOS','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c761ca1e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3004,279,'INSULIN LENTE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761cb1a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3005,1154,'INTERVAL COMPLAINTS','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c761cc10-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3006,5168,'INTO NECK','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c761cd0a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3007,1226,'IRON DEFICIENCY ANEMIA','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c761ce07-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3008,6023,'IRRITABLE','en',0,1,'2005-02-23 00:00:00',NULL,0,NULL,NULL,NULL,'c761cf06-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3009,879,'ITCHING','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761d002-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3010,5275,'IUCD','en',0,1,'2006-02-13 00:00:00',NULL,0,NULL,NULL,NULL,'c761d0f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3011,5275,'IUD','en',0,1,'2006-02-13 00:00:00',NULL,0,NULL,NULL,NULL,'c761d1ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3012,794,'KALETRA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761d2e2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3013,507,'KAPOSI SARCOMA','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c761d3da-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3014,943,'KENACORT','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c761d4e6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3015,936,'KETRAX SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761d6da-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3016,936,'KETRAX TABLETS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761d7d6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3017,602,'KNEE JERK','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c761d8c2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3018,507,'KS','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c761d9a9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3019,101,'KUB','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c761da93-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3020,899,'LABOR PAIN, FALSE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761db86-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3021,110,'LAC','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c761dc74-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3022,1012,'LACTATE','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c761dd59-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3023,1012,'LACTIC ACID','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c761de44-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3024,1014,'LACTIC DEHYDROGENASE','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c761df85-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3025,914,'LARGACTIL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761e0ad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3026,96,'LARIAM','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761e5dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3027,931,'LAROXYL TABS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761e6dd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3028,99,'LASIX','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c761e7c1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3029,1014,'LD','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c761e8a4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3030,1014,'LDH','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768509f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3031,1008,'LDL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7685619-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3032,1232,'LEFT ARM','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76857e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3033,1234,'LEFT LEG','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7685ef9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3034,5156,'LEFT VENTRICULAR HEAVE','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c768607f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3035,590,'LEG SWELLING','en',0,1,'2006-02-25 00:00:00',NULL,0,NULL,NULL,NULL,'c76861eb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3036,951,'LEG ULCERS','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c7686346-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3037,380,'LEG X-RAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7686bef-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3038,380,'LEG XRAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7686e46-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3039,1236,'LEGS','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76874eb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3040,279,'LENTE INSULIN','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c7687afa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3041,678,'LEUKOCYTE COUNT','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7688b35-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3042,755,'LEVAQUIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7688c6f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3043,755,'LEVOFLOX','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7688e23-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3044,953,'LFTS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7688f1b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3045,1013,'LIPASE','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7688ffe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3046,953,'LIVER PANEL','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76892bf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3047,1234,'LLE','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7689414-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3048,5134,'LLL','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c7689517-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3049,5104,'LLQ','en',0,1,'2004-10-07 00:00:00',NULL,0,NULL,NULL,NULL,'c7689603-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3050,482,'LOBAR PNEUMONIA','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7689783-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3051,1004,'LOOGIE','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7689895-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3052,998,'LRTI','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c76899de-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3053,1232,'LUE','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7689b38-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3054,5132,'LUL','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c7689c40-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3055,456,'LUMBAGO','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7689d3e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3056,898,'LUMBAGO','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7689e39-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3057,5156,'LV HEAVE','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c7689f2d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3058,5156,'LV LIFT','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c768a01e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3059,1021,'LYMPH CELLS','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768a113-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3060,657,'LYMPHOCYTE SUBSET PANEL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768a20b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3061,1021,'LYMPHS','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768a309-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3062,123,'MALARIA','en',0,1,'2006-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c768a3ff-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3063,906,'MALARIA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768a4f1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3064,189,'MALARIA R/O','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c768a5e3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3065,906,'MALARIA, CLINICAL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768a6d4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3066,906,'MALARIA, PRESUMED','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768a7c5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3067,115,'MAMMITIS','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c768a8bc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3068,582,'MASS NOS','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c768a9b4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3069,115,'MASTADENTITIS','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c768aaac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3070,1018,'MCH','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768aba2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3071,1017,'MCHC','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768ac96-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3072,1296,'MCM','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c768ad91-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3073,851,'MCV','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768ae86-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3074,160,'MEDITEREANEAN FEVER','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c768af7a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3075,342,'METAKELFIN','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c768b06f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3076,342,'METAKELFIN TABLETS','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c768b165-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3077,935,'METAKELFIN TABLETS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768b258-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3078,374,'METHOD OF BIRTH CONTROL','en',0,1,'2006-02-13 00:00:00',NULL,0,NULL,NULL,NULL,'c768b350-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3079,918,'MICATIN','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c768b445-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3080,944,'MIST-ANTACIDS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768b535-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3081,5330,'MMM','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c768b628-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3082,927,'MODECATE INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768b7e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3083,1023,'MONOS','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768b8eb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3084,724,'MOTILE BACTERIA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768b9e1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3085,959,'MOTILIUM','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768bad3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3086,86,'MOTOR VEHICLE ACCIDENT','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c768bbc9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3087,32,'MP TEST','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c768bcbc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3088,1307,'MPV','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c768bdeb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3089,1274,'MTRH','en',0,1,'2005-02-22 00:00:00',NULL,0,NULL,NULL,NULL,'c768bf92-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3090,5162,'MURMUR HSM','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c768c109-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3091,5166,'MURMUR SEM','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c768c220-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3092,86,'MVA','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c768c31d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3093,461,'MVI','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c768c414-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3094,960,'MYCELEX','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768c50a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3095,1132,'NA','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c768c600-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3096,943,'NASACORT','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768c6ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3097,534,'NASAL BLOCKAGE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c768c7da-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3098,1141,'NASCOP','en',0,1,'2005-01-26 00:00:00',NULL,0,NULL,NULL,NULL,'c768c8cd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3099,5170,'NECK STIFFNESS','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c768c9c0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3100,664,'NEG','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768cab7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3101,268,'NEGGRAM','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c768cbac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3102,759,'NELTOLON','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768cc9d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3103,226,'NEONATAL INFECTION','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c768cd8d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3104,961,'NEXIUM','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768ce81-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3105,635,'NFV','en',0,1,'2005-01-12 00:00:00',NULL,0,NULL,NULL,NULL,'c768cf76-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3106,926,'NIZORAL','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c768d065-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3107,926,'NIZORAL TABS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768d15b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3108,348,'NORFLOXACIN TABLETS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c768d24f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3109,784,'NORMAXICILLIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768d345-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3110,348,'NOROXIN','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c768d43b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3111,795,'NORVIR','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c768d529-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3112,173,'NOSEBLEED','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c768d61c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3113,631,'NVP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768d708-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3114,919,'NYSTATIN DROPS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768d7fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3115,919,'NYSTATIN PESSORIAL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768d8eb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3116,919,'NYSTATIN SUPPOSITORY','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768d9e2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3117,699,'O+','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768dad7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3118,701,'O-','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768dbc6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3119,218,'OE','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c768dcb7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3120,114,'OM','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c768ddf4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3121,1149,'ON ARVS','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c768df01-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3122,128,'OPEN WOUND','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c768e00f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3123,783,'ORAL POLIO VAX NO.0','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768e107-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3124,783,'ORAL POLIO VAX NO.1','en',0,1,'2004-04-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768e1f9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3125,783,'ORAL POLIO VAX NO.2','en',0,1,'2004-04-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768e2ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3126,783,'ORAL POLIO VAX NO.3','en',0,1,'2004-04-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768e789-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3127,5172,'ORAL THRUSH','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c768e901-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3128,1243,'ORETIC','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c768ea07-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3129,351,'ORS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c768eb00-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3130,310,'OTHER SERVICES','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768ebf9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3131,716,'OVUM','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c768ecf4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3132,884,'P23','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c768eded-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3133,1015,'PACKED CELL VOLUME','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768eee6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3134,881,'PAINFUL SWALLOWING','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768efdc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3135,5245,'PALENESS','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c768f0ca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3136,89,'PANADOL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768f1bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3137,41,'PAP SMEAR','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c768f2ad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3138,885,'PAP SMEAR','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768f3a5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3139,885,'PAP TEST','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c768f49b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3140,89,'PARACETAMOL SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768f599-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3141,5269,'PATIENT PAYS','en',0,1,'2004-11-18 00:00:00',NULL,0,NULL,NULL,NULL,'c768f693-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3142,1003,'PBML','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768f791-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3143,882,'PCP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c768f886-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3144,1157,'PCP PROPHYLAXIS DRUGS','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c768fa06-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3145,1308,'PCT','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c768fbb3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3146,1015,'PCV','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c768fd3b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3147,1309,'PDW','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c768fe47-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3148,392,'PELVIS X-RAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c768ff3e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3149,392,'PELVIS XRAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c769002e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3150,784,'PENICILLIN INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7690122-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3151,784,'PENICILLIN V (ORAL) TABS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7690214-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3152,784,'PENICILLIN V SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7690303-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3153,210,'PEPTIC ULCER NOS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c76903ee-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3154,130,'PEURPERAL FEVER','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c769052a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3155,5328,'PGL','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c769062e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3156,150,'PHARYNGITIS NOS','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c769072c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3157,238,'PHENOBARBITONE','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c7690823-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3158,902,'PID','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769091a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3159,47,'PIH','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c7690a32-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3160,117,'PINK EYE','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c769108d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3161,913,'PIRITON','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7691237-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3162,913,'PIRITON SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7691391-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3163,913,'PIRITON TABS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7691b69-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3164,1136,'PL EFFUSION','en',0,1,'2005-01-26 00:00:00',NULL,0,NULL,NULL,NULL,'c7691dc0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3165,1211,'PLANE WART','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c7692603-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3166,751,'PLASIL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7692b5a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3167,1136,'PLEURAL EFFUSION','en',0,1,'2006-02-25 00:00:00',NULL,0,NULL,NULL,NULL,'c7693755-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3168,729,'PLTS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76938dd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3169,5177,'PMI DISPLACED','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c76939da-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3170,5046,'PML','en',0,1,'2005-01-13 00:00:00',NULL,0,NULL,NULL,NULL,'c7693ad7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3171,1022,'PMNS','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7693bd4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3172,193,'PNEUMONIA BRONCHIAL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7693ccc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3173,43,'PNEUMONIA NOS','en',0,1,'2005-01-06 00:00:00',NULL,0,NULL,NULL,NULL,'c7693dc2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3174,83,'POISONING NOS','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c7693ebd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3175,368,'POISONING, FOOD','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7693fb3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3176,5258,'POLIO','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c76940ab-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3177,783,'POLIO VAX NO.0','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76941a0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3178,783,'POLIO VAX NO.1','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7694299-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3179,783,'POLIO VAX NO.2','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7694393-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3180,783,'POLIO VAX NO.3','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7694492-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3181,1022,'POLYMORPHONUCLEAR CELLS','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c769458b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3182,1022,'POLYS','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c7694685-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3183,5267,'POOR WT GAIN','en',0,1,'2004-11-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7694780-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3184,703,'POS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7694877-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3185,1133,'POTASSIUM','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7694975-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3186,1249,'PPE','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7694a6e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3187,784,'PPF','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7694b5f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3188,47,'PREECLAMPSIA','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c7694c54-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3189,47,'PREGNANCY-INDUCED HYPERTENSION','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c7694d46-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3190,123,'PRESUMED','en',0,1,'2006-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c7694e40-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3191,752,'PREVACID','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7694f34-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3192,1244,'PRILOSEC','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c7695029-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3193,5219,'PRIMARY COMPLAINT','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c7695122-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3194,250,'PROCARDIA','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c7695218-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3195,942,'PROEBENECID','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769535a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3196,927,'PROLIXIN','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76954a7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3197,254,'PROPANOLOL','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c76955aa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3198,763,'PROTONIX','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c769569f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3199,1304,'PSQ','en',0,1,'2006-06-05 00:00:00',NULL,0,NULL,NULL,NULL,'c7695798-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3200,42,'PTB','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c769588f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3201,210,'PUD','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7695981-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3202,42,'PULMONARY TB','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c7695a76-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3203,901,'PUO','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c7695b68-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3204,678,'PUS CELLS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7695c5d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3205,901,'PYREXIA OF UNKNOWN ORIGIN','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c7695e01-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3206,243,'QUININE INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7695f06-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3207,243,'QUININE SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7696001-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3208,418,'R/O','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76960fd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3209,888,'RACHITIS','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76961f5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3210,5250,'RACHITIS','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c76962ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3211,801,'RAPID BREATHING','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c76963e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3212,120,'RASH ALLERGIC','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76964dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3213,462,'RASH ALLERGIC','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76965e0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3214,679,'RB CELLS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769677b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3215,679,'RBCS','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c76968e4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3216,1016,'RDW','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76969ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3217,5101,'REBOUND','en',0,1,'2004-10-07 00:00:00',NULL,0,NULL,NULL,NULL,'c7696ae0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3218,11,'RECURRENT BRONCHITIS','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c7696bde-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3219,1215,'RECURRENT PNEUMONIA','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c7696cd4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3220,282,'REGULAR INSULIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7696dc8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3221,446,'RELCER','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7696ebb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3222,6097,'REMOVE DIAGNOSIS','en',0,1,'2005-02-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7696fad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3223,999,'RESPIRATORY TRACT INFECTION','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c76970a2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3224,797,'RETROVIR','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7697198-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3225,221,'RHD','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769728e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3226,80,'RHEUMATISM','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c7697384-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3227,880,'RHINITIS, ALLERGIC','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769747b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3228,5277,'RHYTHM METHOD','en',0,1,'2006-02-13 00:00:00',NULL,0,NULL,NULL,NULL,'c7697573-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3229,888,'RICKETS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76976fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3230,1131,'RIFAFOUR','en',0,1,'2005-01-21 00:00:00',NULL,0,NULL,NULL,NULL,'c7697984-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3231,767,'RIFAMPIN','en',0,1,'2005-01-12 00:00:00',NULL,0,NULL,NULL,NULL,'c7697abd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3232,768,'RIFATER','en',0,1,'2005-01-12 00:00:00',NULL,0,NULL,NULL,NULL,'c7697bce-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3233,1194,'RIFINAH','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c7697ccc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3234,1233,'RIGHT ARM','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7697dc0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3235,1235,'RIGHT LEG','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7697eb9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3236,5157,'RIGHT VENTRICULAR HEAVE','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c7698005-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3237,144,'RINGWORM OF THE SCALP','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c7698296-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3238,1235,'RLE','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76983b6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3239,5120,'RML','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c76984b1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3240,86,'ROAD TRAFFIC ACCIDENT','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c76985a3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3241,496,'ROCEPHIN','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c769869c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3242,432,'ROUTINE, MEDICAL EXAMINATION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7698793-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3243,5242,'RR','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c769888d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3244,86,'RTA','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c7698983-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3245,214,'RTA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7698a72-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3246,999,'RTI','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c7698b68-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3247,1233,'RUE','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7698c5d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3248,5119,'RUL','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c7698d4c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3249,418,'RULE-OUT','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c7698e42-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3250,489,'RUNNING NOSE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7698f34-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3251,5107,'RUQ','en',0,1,'2004-10-07 00:00:00',NULL,0,NULL,NULL,NULL,'c769902c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3252,5157,'RV HEAVE','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c769911f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3253,5157,'RV LIFT','en',0,1,'2004-10-21 00:00:00',NULL,0,NULL,NULL,NULL,'c7699213-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3254,5186,'S2 LOUD P2','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c76996ad-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3255,798,'SALBUTAMOL INHALER','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76997c4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3256,798,'SALBUTAMOL SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76998b4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3257,798,'SALBUTAMOL TABS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76999a6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3258,5092,'SAO2','en',0,1,'2004-10-07 00:00:00',NULL,0,NULL,NULL,NULL,'c7699a9f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3259,5085,'SBP','en',0,1,'2004-10-07 00:00:00',NULL,0,NULL,NULL,NULL,'c7699b93-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3260,144,'SCALP RINGWORM','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c7699d63-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3261,932,'SCHISTOSOMIASIS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c7699e91-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3262,5192,'SCLERAL ICTERUS','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c7699f8b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3263,889,'SCORBUTUS','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c769a084-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3264,889,'SCURVY','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769a17b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3265,855,'SED RATE','en',0,1,'2006-06-09 00:00:00',NULL,0,NULL,NULL,NULL,'c769a26e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3266,5166,'SEM','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c769a35f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3267,487,'SENILE DEMENTIA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769a455-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3268,487,'SENILE PSYCHOSIS','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c769a548-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3269,226,'SEPSIS NEONATAL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769a635-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3270,109,'SEPTIC LESIONS','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c769a7b5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3271,916,'SEPTRIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769a8cc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3272,916,'SEPTRIN SYRUP','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769a9c9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3273,1135,'SERUM CO2','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c769aabc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3274,653,'SGOT','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c769abb0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3275,654,'SGPT','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c769ac9f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3276,836,'SHINGLES','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c769ad93-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3277,394,'SHOULDER X-RAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c769ae8a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3278,394,'SHOULDER XRAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c769af7f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3279,938,'SILVEREX CREAM','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769b078-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3280,937,'SKIN INFECTION, FUNGAL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769b16d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3281,386,'SKULL XRAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c769b265-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3282,492,'SNAKE ANTI-VENIN','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c769b35c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3283,5960,'SOB','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c769b44f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3284,5961,'SOB AT REST','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c769b547-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3285,5962,'SOB DURATION','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c769b641-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3286,5963,'SOB WITH EXERTION','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c769b73d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3287,1132,'SODIUM','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c769b832-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3288,282,'SOLUBLE INSULIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769b92a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3289,480,'SPECTOMYCIN','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c769ba23-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3290,390,'SPINE X-RAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c769bb16-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3291,390,'SPINE XRAY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c769bc0d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3292,1004,'SPIT','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c769bcfd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3293,940,'SPONDLOSIS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769bdf2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3294,962,'SPORANOX','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769bee8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3295,1059,'SPOUSE DIED','en',0,1,'2005-01-06 00:00:00',NULL,0,NULL,NULL,NULL,'c769bfda-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3296,307,'SPUTUM FOR AFB','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c769c0cf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3297,1020,'STABS','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c769c1c3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3298,174,'STI','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c769c2bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3299,174,'STI,FEMALES','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c769c543-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3300,934,'STI,MALES','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769c692-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3301,5170,'STIFF NECK','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c769c793-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3302,633,'STOCRIN','en',0,1,'2004-04-08 00:00:00',NULL,0,NULL,NULL,NULL,'c769c896-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3303,304,'STOOL MICROSCOPY','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769c98f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3304,438,'STREPTOMYCIN INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769ce47-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3305,438,'STREPTOMYCIN TABLETS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769cf73-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3306,133,'STRUMA','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c769d065-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3307,896,'STY','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769d15e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3308,896,'STYE','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c769d256-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3309,714,'SUGAR','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769d350-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3310,963,'SUPRAX','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769d462-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3311,633,'SUSTIVA','en',0,1,'2004-04-08 00:00:00',NULL,0,NULL,NULL,NULL,'c769d616-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3312,633,'SUSTIVE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769d799-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3313,1170,'SVD','en',0,1,'2005-02-08 00:00:00',NULL,0,NULL,NULL,NULL,'c769d8ff-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3314,1032,'SYPHILIS QUALITATIVE (TPHA)','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c769da65-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3315,1031,'SYPHILIS TEST (TPHA)','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c769dcab-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3316,1031,'SYPHILIS TEST (TPHA) IN TITRE','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c769de38-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3317,299,'SYPHILIS TEST (VDRL)','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c769dfb9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3318,1029,'SYPHILIS TITRE','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c769e0c5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3319,5085,'SYSTOLIC','en',0,1,'2004-10-07 00:00:00',NULL,0,NULL,NULL,NULL,'c769e1be-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3320,854,'T H/S RATIO','en',0,1,'2006-06-06 00:00:00',NULL,0,NULL,NULL,NULL,'c769e2b7-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3321,684,'T VAGINALIS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769e3af-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3322,1148,'T-PMTCT','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c769e4a3-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3323,480,'TAGAMYCIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769e59d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3324,58,'TB','en',0,1,'2004-10-15 00:00:00',NULL,0,NULL,NULL,NULL,'c769e68f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3325,993,'TB ADENITIS','en',0,1,'2006-04-22 00:00:00',NULL,0,NULL,NULL,NULL,'c769e77f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3326,1113,'TB DRUG START DATE','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c769e874-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3327,42,'TB PNEUMONIA','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c769e965-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3328,1158,'TB PROPHYLAXIS','en',0,1,'2005-02-08 00:00:00',NULL,0,NULL,NULL,NULL,'c769ea58-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3329,1165,'TB PROPHYLAXIS ADHERENCE','en',0,1,'2005-02-08 00:00:00',NULL,0,NULL,NULL,NULL,'c769ec41-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3330,1264,'TB PROPHYLAXIS STARTED','en',0,1,'2005-02-22 00:00:00',NULL,0,NULL,NULL,NULL,'c769ed53-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3331,5475,'TB SKIN TEST','en',0,1,'2005-01-22 00:00:00',NULL,0,NULL,NULL,NULL,'c769ee4d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3332,655,'TBILI','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c769ef48-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3333,1135,'TCO2','en',0,1,'2006-06-05 00:00:00',NULL,0,NULL,NULL,NULL,'c769f043-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3334,17,'TD BOOSTER','en',0,1,'2005-02-12 00:00:00',NULL,0,NULL,NULL,NULL,'c769f139-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3335,802,'TDF','en',0,1,'2005-01-21 00:00:00',NULL,0,NULL,NULL,NULL,'c769f23a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3336,920,'TEGRETOL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769f333-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3337,5088,'TEMP (C)','en',0,1,'2004-10-07 00:00:00',NULL,0,NULL,NULL,NULL,'c769f42a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3338,270,'TEO','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769f598-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3339,54,'TETANUS TOXOID','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c769f6b9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3340,270,'TETRACYCLINE EYE OINTMENT','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769f7ba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3341,1009,'TG','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c769f8b0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3342,729,'THROMBOCYTE','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c769f9ac-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3343,839,'THROMBOPENIA','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c769faa4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3344,296,'THRUSH','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c769fb9e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3345,5334,'THRUSH','en',0,1,'2005-01-06 00:00:00',NULL,0,NULL,NULL,NULL,'c769fc96-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3346,133,'THYROMEGALY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c769fd8a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3347,5624,'TIMES PREGNANT','en',0,1,'2005-01-06 00:00:00',NULL,0,NULL,NULL,NULL,'c769fe7f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3348,1096,'TIMESET','en',0,1,'2005-01-12 00:00:00',NULL,0,NULL,NULL,NULL,'c769ff76-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3349,992,'TINEA VERSICOLOR','en',0,1,'2006-04-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a006f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3350,950,'TM DULL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a0161-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3351,5202,'TM DULL','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c76a0253-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3352,948,'TM INJECTED','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a034a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3353,949,'TM SCLEROSIS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a0442-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3354,748,'TOFRANIL','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76a0538-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3355,5264,'TONE ABN','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c76a062b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3356,5249,'TONSILAR ENLARGEMENT','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c76a071f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3357,112,'TONSILITIS','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c76a0815-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3358,536,'TONSILLAR HYPERTROPHY','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76a090e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3359,1011,'TOTAL CK','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a09ff-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3360,1135,'TOTAL CO2','en',0,1,'2006-06-05 00:00:00',NULL,0,NULL,NULL,NULL,'c76a0af2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3361,1014,'TOTAL LDH','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a0be8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3362,1148,'TOTAL PMTCT','en',0,1,'2005-02-07 00:00:00',NULL,0,NULL,NULL,NULL,'c76a0cd8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3363,47,'TOXEMIA','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c76a0dca-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3364,83,'TOXICITY NOS','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c76a0ec1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3365,1031,'TPHA','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a0fbc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3366,1032,'TPHA QUALITATIVE','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a10af-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3367,1148,'TPMTCT','en',0,1,'2005-02-09 00:00:00',NULL,0,NULL,NULL,NULL,'c76a11a1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3368,1043,'TRICH PCR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a1367-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3369,1039,'TRICH PCR QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a1463-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3370,1043,'TRICHOMONAS PCR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a155a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3371,1039,'TRICHOMONAS PCR QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a164e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3372,684,'TRICHOMONAS VAGINALIS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a1747-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3373,1009,'TRIG','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a183a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3374,792,'TRIOMUNE','en',0,1,'2005-01-21 00:00:00',NULL,0,NULL,NULL,NULL,'c76a1928-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3375,792,'TRIOMUNE-30','en',0,1,'2005-02-22 00:00:00',NULL,0,NULL,NULL,NULL,'c76a1a1d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3376,792,'TRIOMUNE-40','en',0,1,'2005-02-22 00:00:00',NULL,0,NULL,NULL,NULL,'c76a1b0d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3377,784,'TRIPLE PEN INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a1c66-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3378,817,'TRIZIVIR','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76a1d93-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3379,54,'TT1','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a1e92-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3380,54,'TT2','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a1f86-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3381,58,'TUBERCULOSIS NOS','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2078-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3382,1043,'TV PCR','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a216b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3383,1039,'TV PCR QUAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2274-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3384,302,'UA','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2372-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3385,208,'ULCER DUODENAL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a246b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3386,212,'ULCER GASTRIC','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a255e-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3387,210,'ULCER PEPTIC NOS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2656-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3388,160,'UNDULANT FEVER','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c76a274a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3389,857,'UREA','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2842-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3390,106,'URI','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2939-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3391,1005,'UROGENITAL','en',0,1,'2004-12-02 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2a32-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3392,106,'URTI','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2b2d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3393,55,'UTI','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2c21-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3394,298,'VAGINAL CANDIDIASIS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2d18-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3395,247,'VALIUM','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2e0f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3396,247,'VALIUM INJECTION','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2f04-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3397,1241,'VALTREX','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76a2ffc-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3398,951,'VARICOSE VEINS WITH ULCERATION','en',0,1,'2004-11-07 00:00:00',NULL,0,NULL,NULL,NULL,'c76a30f4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3399,1242,'VASOTEC','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76a31ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3400,798,'VENTOLIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a3674-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3401,798,'VENTOLIN INHALER','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a3787-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3402,244,'VERMOX','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a3878-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3403,796,'VIDEX','en',0,1,'2004-04-08 00:00:00',NULL,0,NULL,NULL,NULL,'c76a3ade-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3404,964,'VIOXX','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a3cae-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3405,635,'VIRACEPT','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a3e80-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3406,856,'VIRAL LOAD','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76a3fb2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3407,1305,'VIRAL LOAD - QUAL','en',0,1,'2006-06-05 00:00:00',NULL,0,NULL,NULL,NULL,'c76a40b8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3408,631,'VIRAMUNE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a41b4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3409,802,'VIREAD','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a42bb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3410,1298,'VLDL-CHOLESTEROL','en',0,1,'2006-06-05 00:00:00',NULL,0,NULL,NULL,NULL,'c76a43e1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3411,436,'VOLTAREN','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76a44e0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3412,678,'WBC','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a45dd-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3413,855,'WESTERGREN SED RATE','en',0,1,'2006-06-09 00:00:00',NULL,0,NULL,NULL,NULL,'c76a46d9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3414,678,'WHITE CELLS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a47d8-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3415,891,'WHOOPING COUGH','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a48d9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3416,199,'WORMS NOS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a49d2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3417,199,'WORMS, INTESTINAL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a4acb-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3418,441,'WOUND DRESSING','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76a4bc2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3419,110,'WOUND, CUT','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c76a4cba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3420,933,'WOUND, PIERCE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a4daf-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3421,128,'WOUND, PRICK','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c76a4ea5-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3422,101,'X-RAY ABDOMEN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a4f9b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3423,377,'X-RAY ARM','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5096-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3424,12,'X-RAY CHEST','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5193-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3425,384,'X-RAY FOOT','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a528d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3426,382,'X-RAY HAND','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5388-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3427,386,'X-RAY HEAD','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5482-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3428,380,'X-RAY LEG','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5577-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3429,396,'X-RAY OTHER','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5671-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3430,392,'X-RAY PELVIS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a576b-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3431,394,'X-RAY SHOULDER','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5865-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3432,386,'X-RAY SKULL','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a595d-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3433,390,'X-RAY SPINE','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5a5a-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3434,733,'XANAX','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5b4f-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3435,377,'XRAY ARM','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5c46-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3436,384,'XRAY FOOT','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5d41-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3437,382,'XRAY HAND','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5e39-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3438,380,'XRAY LEG','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76a5f35-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3439,309,'XRAY OTHER','en',0,1,'2005-02-16 00:00:00',NULL,0,NULL,NULL,NULL,'c76a60ee-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3440,392,'XRAY PELVIS','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76a6208-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3441,394,'XRAY SHOULDER','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76a6305-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3442,386,'XRAY SKULL','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76a6401-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3443,390,'XRAY SPINE','en',0,1,'2005-02-17 00:00:00',NULL,0,NULL,NULL,NULL,'c76a64fe-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3444,777,'XYLOPROCT','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76a65f6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3445,686,'YEAST','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a66ec-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3446,57,'YELLOW JACK','en',0,1,'2005-02-14 00:00:00',NULL,0,NULL,NULL,NULL,'c76a67e1-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3447,923,'ZANTAC','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76a68d6-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3448,797,'ZDV','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a69fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3449,941,'ZENTEL','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76a6b5c-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3450,941,'ZENTEL TABLETS','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a6c67-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3451,625,'ZERIT','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a6db0-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3452,814,'ZIAGEN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a6f19-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3453,307,'ZIEHL NIELSEN STAIN','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76a73be-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3454,735,'ZITHROMAX','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76a74d4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3455,307,'ZN STAIN','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76a75c4-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3456,883,'ZN STAIN','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a76ba-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3457,732,'ZOVIRAX','en',0,1,'2004-10-20 00:00:00',NULL,0,NULL,NULL,NULL,'c76a77b9-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(3458,779,'ZYRTEC','en',0,1,'2005-02-18 00:00:00',NULL,0,NULL,NULL,NULL,'c76a78b2-6a7f-11e7-89a8-765859b2742d',NULL,NULL),(6099,6099,'MULTI DRUG RESISTANT TUBERCULOSIS','en',1,1,'2009-03-21 00:00:00','FULLY_SPECIFIED',0,NULL,NULL,NULL,'c76a79aa-6a7f-11e7-89a8-765859b2742d',NULL,NULL); /*!40000 ALTER TABLE `concept_name` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_name_tag` -- DROP TABLE IF EXISTS `concept_name_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_name_tag` ( `concept_name_tag_id` int(11) NOT NULL AUTO_INCREMENT, `tag` varchar(50) NOT NULL, `description` text, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, PRIMARY KEY (`concept_name_tag_id`), UNIQUE KEY `concept_name_tag_unique_tags` (`tag`), UNIQUE KEY `concept_name_tag_uuid_index` (`uuid`), KEY `user_who_created_name_tag` (`creator`), KEY `user_who_voided_name_tag` (`voided_by`), KEY `concept_name_tag_changed_by` (`changed_by`), CONSTRAINT `concept_name_tag_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_name_tag` -- LOCK TABLES `concept_name_tag` WRITE; /*!40000 ALTER TABLE `concept_name_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `concept_name_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_name_tag_map` -- DROP TABLE IF EXISTS `concept_name_tag_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_name_tag_map` ( `concept_name_id` int(11) NOT NULL, `concept_name_tag_id` int(11) NOT NULL, KEY `mapped_concept_name` (`concept_name_id`), KEY `mapped_concept_name_tag` (`concept_name_tag_id`), CONSTRAINT `mapped_concept_name` FOREIGN KEY (`concept_name_id`) REFERENCES `concept_name` (`concept_name_id`), CONSTRAINT `mapped_concept_name_tag` FOREIGN KEY (`concept_name_tag_id`) REFERENCES `concept_name_tag` (`concept_name_tag_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_name_tag_map` -- LOCK TABLES `concept_name_tag_map` WRITE; /*!40000 ALTER TABLE `concept_name_tag_map` DISABLE KEYS */; /*!40000 ALTER TABLE `concept_name_tag_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_numeric` -- DROP TABLE IF EXISTS `concept_numeric`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_numeric` ( `concept_id` int(11) NOT NULL DEFAULT '0', `hi_absolute` double DEFAULT NULL, `hi_critical` double DEFAULT NULL, `hi_normal` double DEFAULT NULL, `low_absolute` double DEFAULT NULL, `low_critical` double DEFAULT NULL, `low_normal` double DEFAULT NULL, `units` varchar(50) DEFAULT NULL, `precise` tinyint(1) NOT NULL DEFAULT '0', `display_precision` int(11) DEFAULT NULL, PRIMARY KEY (`concept_id`), CONSTRAINT `numeric_attributes` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_numeric` -- LOCK TABLES `concept_numeric` WRITE; /*!40000 ALTER TABLE `concept_numeric` DISABLE KEYS */; INSERT INTO `concept_numeric` VALUES (9,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(21,NULL,NULL,17.8,NULL,7,10.4,'g/dL',1,NULL),(301,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(579,NULL,NULL,NULL,NULL,NULL,NULL,'cm',0,NULL),(648,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(649,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(650,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(651,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(653,NULL,NULL,45,NULL,NULL,25,'IU/L',0,NULL),(654,NULL,NULL,35,NULL,NULL,0,'IU/L',1,NULL),(655,NULL,NULL,NULL,NULL,NULL,NULL,' umol/L',0,NULL),(677,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(678,NULL,NULL,8.2,NULL,1.4,2.9,'10^3/uL',1,NULL),(679,NULL,NULL,6.1,NULL,2.3,4,'10^6/uL',1,NULL),(680,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(681,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(682,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(717,NULL,NULL,NULL,NULL,NULL,NULL,'g/dL',0,NULL),(729,NULL,NULL,419,NULL,49,134,'10^3/uL',0,NULL),(730,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(785,NULL,541,270,NULL,NULL,0,'U/L',0,NULL),(790,NULL,NULL,NULL,NULL,NULL,NULL,' umol/L',1,NULL),(848,NULL,NULL,5.4,NULL,NULL,2.8,'g/dL',1,NULL),(849,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(850,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(851,NULL,NULL,100,NULL,NULL,80,'fL',0,NULL),(853,NULL,NULL,NULL,NULL,NULL,NULL,'cells/uL',0,NULL),(854,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(855,NULL,NULL,30,NULL,NULL,0,'mm/hr',0,NULL),(856,NULL,NULL,NULL,NULL,NULL,NULL,'copies/ml',0,NULL),(857,NULL,NULL,NULL,NULL,NULL,NULL,'mmol/L',1,NULL),(887,NULL,NULL,NULL,NULL,NULL,NULL,'mg/dl',0,NULL),(952,NULL,NULL,NULL,NULL,NULL,NULL,'10^3/uL',0,NULL),(980,NULL,NULL,NULL,NULL,NULL,NULL,'',1,NULL),(1006,NULL,NULL,5.17,NULL,NULL,NULL,'mmol/L',1,NULL),(1007,NULL,NULL,NULL,NULL,NULL,0.91,'mmol/L',1,NULL),(1008,NULL,NULL,2.59,NULL,NULL,NULL,'mmol/L',1,NULL),(1009,NULL,NULL,2.26,NULL,NULL,NULL,'mmol/L',1,NULL),(1011,NULL,NULL,174,NULL,NULL,26,'IU/L',0,NULL),(1012,NULL,NULL,NULL,NULL,NULL,NULL,'mmol/L',0,NULL),(1013,NULL,NULL,NULL,NULL,NULL,NULL,'IU/L',0,NULL),(1014,NULL,NULL,NULL,NULL,NULL,NULL,'IU/L',0,NULL),(1015,NULL,NULL,51.9,NULL,21,32.3,'%',1,NULL),(1016,NULL,NULL,20,NULL,NULL,10,'%',1,NULL),(1017,NULL,NULL,37,NULL,NULL,33,'g/dL',1,NULL),(1018,NULL,NULL,34,NULL,NULL,26,'pg',1,NULL),(1020,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1021,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1022,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1023,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1024,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1025,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1027,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1028,NULL,NULL,NULL,NULL,NULL,NULL,'cells/uL',0,NULL),(1033,NULL,NULL,NULL,NULL,NULL,NULL,'OD',0,NULL),(1035,NULL,NULL,NULL,NULL,NULL,NULL,'index',0,NULL),(1037,NULL,NULL,NULL,NULL,NULL,NULL,'S/CO',0,NULL),(1041,NULL,NULL,NULL,NULL,NULL,NULL,'OD',0,NULL),(1045,NULL,NULL,NULL,NULL,NULL,NULL,'bands',0,NULL),(1053,NULL,NULL,NULL,NULL,NULL,NULL,'# children',0,NULL),(1089,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(1132,NULL,156,151,NULL,123,142,'mmol/L',0,NULL),(1133,NULL,6.6,5.6,NULL,2.4,4,'mmol/L',1,NULL),(1134,NULL,NULL,107,NULL,NULL,96,'mmol/L',0,NULL),(1135,NULL,NULL,27,NULL,NULL,22,'mmol/L',0,NULL),(1186,NULL,NULL,NULL,NULL,NULL,NULL,'# weeks',0,NULL),(1196,NULL,NULL,NULL,NULL,NULL,NULL,'# doses',0,NULL),(1279,44,NULL,NULL,0,NULL,NULL,'weeks',0,NULL),(1297,NULL,NULL,NULL,NULL,NULL,NULL,' umol/L',0,NULL),(1298,NULL,NULL,NULL,NULL,NULL,NULL,'mmol/L',0,NULL),(1299,NULL,NULL,200,NULL,NULL,28,'IU/L',0,NULL),(1307,NULL,NULL,10.4,NULL,NULL,7.4,'fL',1,NULL),(1308,NULL,NULL,0.5,NULL,NULL,0.2,'%',1,NULL),(1309,NULL,NULL,18,NULL,NULL,8,'%',1,NULL),(1310,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1318,NULL,NULL,NULL,NULL,NULL,NULL,'CUT-OFF OD',0,NULL),(1319,NULL,NULL,NULL,NULL,NULL,NULL,'cells/uL',0,NULL),(1320,NULL,NULL,NULL,NULL,NULL,NULL,'OD',0,NULL),(1321,NULL,NULL,NULL,NULL,NULL,NULL,'CUT-OFF OD',0,NULL),(1323,NULL,NULL,NULL,NULL,NULL,NULL,'OD',0,NULL),(1324,NULL,NULL,NULL,NULL,NULL,NULL,'CUT-OFF OD',0,NULL),(1327,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1328,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1329,NULL,NULL,NULL,NULL,NULL,NULL,'%',1,NULL),(1330,NULL,NULL,NULL,NULL,NULL,NULL,'10^3/uL',0,NULL),(1331,NULL,NULL,NULL,NULL,NULL,NULL,'10^3/uL',0,NULL),(1332,NULL,NULL,NULL,NULL,NULL,NULL,'10^3/uL',0,NULL),(1333,NULL,NULL,NULL,NULL,NULL,NULL,'10^3/uL',0,NULL),(1334,NULL,NULL,NULL,NULL,NULL,NULL,'10^3/uL',0,NULL),(1335,NULL,NULL,NULL,NULL,NULL,NULL,'10^3/uL',0,NULL),(1336,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1337,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1338,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1339,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1340,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1341,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(1342,100,NULL,NULL,0,NULL,NULL,'kg/m2',1,NULL),(1343,NULL,NULL,NULL,NULL,NULL,NULL,'mm',0,NULL),(5001,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5003,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5004,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5005,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5053,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5054,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5064,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5085,250,NULL,NULL,0,NULL,NULL,'mmHg',0,NULL),(5086,150,NULL,NULL,0,NULL,NULL,'mmHg',0,NULL),(5087,230,NULL,NULL,0,NULL,NULL,'rate/min',0,NULL),(5088,43,NULL,NULL,25,NULL,NULL,'DEG C',1,NULL),(5089,250,NULL,NULL,0,NULL,NULL,'kg',1,NULL),(5090,228,NULL,NULL,10,NULL,NULL,'cm',1,NULL),(5092,100,NULL,NULL,0,NULL,NULL,'%',0,NULL),(5093,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5094,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5095,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5153,NULL,NULL,NULL,NULL,NULL,NULL,'cm',0,NULL),(5195,NULL,NULL,NULL,NULL,NULL,NULL,'cm',0,NULL),(5220,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5221,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5223,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5242,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5268,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5270,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5281,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5283,NULL,NULL,NULL,NULL,NULL,NULL,'%',0,NULL),(5284,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5285,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5286,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5287,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5288,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5289,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5290,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5291,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5292,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5293,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5294,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5295,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5296,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5297,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5298,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5299,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5300,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5301,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5302,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5304,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5305,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5306,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5307,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5308,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5309,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5311,NULL,NULL,NULL,NULL,NULL,NULL,'Tanner Stage',0,NULL),(5314,NULL,NULL,NULL,NULL,NULL,NULL,'cm',1,NULL),(5315,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5316,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5317,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5318,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5322,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5323,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5324,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5325,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5326,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5352,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5355,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5357,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5358,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5359,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(5360,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5361,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5362,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5363,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5364,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5365,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5366,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5367,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5368,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5369,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5370,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5371,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5372,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5373,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5374,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5375,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5376,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5377,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5378,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5379,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5380,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5381,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5382,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5383,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5384,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5385,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5386,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5387,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5388,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5389,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5390,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5391,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5392,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5393,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5394,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5395,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5396,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5397,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5398,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5399,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5400,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5401,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5402,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5403,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5404,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5405,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5406,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5407,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5408,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5409,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5410,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5411,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5412,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5413,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5414,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5415,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5416,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5417,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5418,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5419,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5420,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5421,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5422,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5423,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5425,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5426,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5427,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5428,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5429,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5430,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5431,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5432,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5433,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5434,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5435,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5436,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5437,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5438,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5439,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5440,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5441,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5442,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5443,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5444,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5445,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5446,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5447,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5448,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5449,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5450,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5451,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5452,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5453,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5454,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5455,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5456,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5457,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5458,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5459,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5460,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5461,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5462,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5463,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5464,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5465,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5466,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5467,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5468,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5469,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5470,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5471,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5472,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5474,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5475,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5476,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5477,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5478,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5479,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5480,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5481,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5482,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5483,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(5484,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(5486,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(5487,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(5488,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(5489,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(5490,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(5491,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5492,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5493,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5494,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5495,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5496,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5497,NULL,NULL,1497,NULL,99,445,'cells/uL',0,NULL),(5500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5501,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5502,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5503,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5504,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5505,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5506,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5507,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5508,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5509,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5510,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5511,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5512,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5513,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5514,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5515,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5516,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5517,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5518,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5519,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5520,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5521,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5522,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5523,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5524,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5525,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5527,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5528,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5529,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5530,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5531,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5532,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5533,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5534,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5535,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5536,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5537,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5538,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5539,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5540,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5541,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5545,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5546,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5547,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5549,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5551,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5552,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5553,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5554,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5556,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5557,NULL,NULL,NULL,NULL,NULL,NULL,'# wives',0,NULL),(5558,NULL,NULL,NULL,NULL,NULL,NULL,'# children',0,NULL),(5559,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5560,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5561,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5562,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5565,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5570,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5572,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5573,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5574,NULL,NULL,NULL,NULL,NULL,NULL,'years',0,NULL),(5575,NULL,NULL,NULL,NULL,NULL,NULL,'years',0,NULL),(5576,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5579,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5580,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5581,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5582,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5583,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5594,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5595,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5597,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5598,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5600,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5601,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5602,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5603,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5604,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5607,NULL,NULL,NULL,NULL,NULL,NULL,'years',0,NULL),(5611,NULL,NULL,NULL,NULL,NULL,NULL,'# people',0,NULL),(5612,NULL,NULL,NULL,NULL,NULL,NULL,'# children',0,NULL),(5613,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5614,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5615,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5624,NULL,NULL,NULL,NULL,NULL,NULL,'# pregnancies',0,NULL),(5625,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5626,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5627,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5628,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5629,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5631,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5635,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5636,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5637,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5638,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5639,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5640,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5641,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5642,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5643,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5644,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5645,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5646,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5647,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5648,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5649,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5650,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5651,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5652,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5653,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5654,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5655,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5656,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5657,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5658,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5659,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5660,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5661,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5662,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5663,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5664,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5666,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5667,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5668,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5669,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5670,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5671,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5672,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5673,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5674,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5675,NULL,NULL,NULL,NULL,NULL,NULL,'# children',0,NULL),(5676,NULL,NULL,NULL,NULL,NULL,NULL,'# children',0,NULL),(5677,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5678,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5679,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5680,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5681,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5682,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5683,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5684,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5685,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5686,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5687,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5688,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5689,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5690,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5691,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5692,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5693,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5694,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5695,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5696,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5697,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5698,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5699,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5700,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5701,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5702,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5704,NULL,NULL,NULL,NULL,NULL,NULL,'# hospitalizations',0,NULL),(5705,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5707,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5708,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5709,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5710,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5711,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5712,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5713,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5714,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5715,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5716,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5717,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5718,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5719,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5720,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5721,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5722,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5723,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5724,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5725,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5726,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5727,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5728,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5729,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5730,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5731,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5732,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5733,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5734,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5735,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5736,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5737,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5738,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5739,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5740,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5741,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5742,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5743,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5744,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5745,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5746,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5747,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5748,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5749,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5750,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5751,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5752,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5753,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5754,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5755,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5756,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5757,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5758,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5759,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5760,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5761,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5762,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5763,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5764,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5765,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5766,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5767,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5768,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5769,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5770,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5771,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5772,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5773,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5774,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5775,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5776,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5777,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5778,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5779,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5780,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5781,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5782,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5783,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5784,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5785,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5786,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5787,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5788,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5789,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5790,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5791,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5792,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5793,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5794,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5795,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5796,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5797,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5798,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5799,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5800,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5801,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5802,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5803,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5804,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5805,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5806,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5807,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5808,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5809,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5810,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5812,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5813,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5814,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5815,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5816,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5817,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5818,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5819,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5820,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5821,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5822,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5823,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5824,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5825,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5826,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5827,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5828,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5830,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5831,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5832,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5833,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5834,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5835,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5836,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5837,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5838,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5840,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5842,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5844,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5845,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5846,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5847,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5848,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5849,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5850,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5851,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5852,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5854,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5855,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5856,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5857,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5858,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5859,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5860,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5861,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5862,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5863,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5865,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5866,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5867,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5868,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5869,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5870,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5871,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5872,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5873,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5874,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5875,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5876,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5877,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5878,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5879,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5880,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5881,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5882,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5883,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5884,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5885,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5886,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5887,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5888,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5889,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5890,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5891,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5892,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5893,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5894,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5895,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5896,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5897,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5898,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5899,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5900,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5901,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5902,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5903,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5904,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5905,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5906,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5907,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5908,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5909,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5910,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5911,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5912,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5913,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5914,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5915,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5916,10000,NULL,NULL,0,NULL,NULL,'kg',0,NULL),(5917,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5918,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5919,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5920,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5921,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5922,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5923,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5924,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5925,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5926,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5927,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5928,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5929,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5930,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5931,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5932,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5933,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5934,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5935,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5936,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5937,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5938,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5939,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5940,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5941,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5942,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5943,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5944,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5946,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5966,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5968,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5977,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5982,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5985,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(5992,NULL,NULL,NULL,NULL,NULL,NULL,'months',0,NULL),(6009,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6010,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6026,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6027,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6038,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6040,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6041,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6043,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6044,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6045,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6047,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6051,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6053,NULL,NULL,NULL,NULL,NULL,NULL,'',0,NULL),(6054,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6055,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6056,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6057,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6058,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6059,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6060,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6062,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6063,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6064,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6066,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6067,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6068,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6069,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6070,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6071,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6072,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6073,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6074,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6075,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6076,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6078,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6079,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6080,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6081,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6082,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6083,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6084,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6085,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6086,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6087,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6088,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6089,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6090,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6091,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6092,NULL,NULL,NULL,NULL,NULL,NULL,'',1,NULL),(6093,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL),(6094,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL); /*!40000 ALTER TABLE `concept_numeric` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_proposal` -- DROP TABLE IF EXISTS `concept_proposal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_proposal` ( `concept_proposal_id` int(11) NOT NULL AUTO_INCREMENT, `concept_id` int(11) DEFAULT NULL, `encounter_id` int(11) DEFAULT NULL, `original_text` varchar(255) NOT NULL DEFAULT '', `final_text` varchar(255) DEFAULT NULL, `obs_id` int(11) DEFAULT NULL, `obs_concept_id` int(11) DEFAULT NULL, `state` varchar(32) NOT NULL DEFAULT 'UNMAPPED', `comments` varchar(255) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `locale` varchar(50) NOT NULL DEFAULT '', `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_proposal_id`), UNIQUE KEY `concept_proposal_uuid_index` (`uuid`), KEY `user_who_changed_proposal` (`changed_by`), KEY `concept_for_proposal` (`concept_id`), KEY `user_who_created_proposal` (`creator`), KEY `encounter_for_proposal` (`encounter_id`), KEY `proposal_obs_concept_id` (`obs_concept_id`), KEY `proposal_obs_id` (`obs_id`), CONSTRAINT `concept_for_proposal` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `encounter_for_proposal` FOREIGN KEY (`encounter_id`) REFERENCES `encounter` (`encounter_id`), CONSTRAINT `proposal_obs_concept_id` FOREIGN KEY (`obs_concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `proposal_obs_id` FOREIGN KEY (`obs_id`) REFERENCES `obs` (`obs_id`), CONSTRAINT `user_who_changed_proposal` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_created_proposal` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_proposal` -- LOCK TABLES `concept_proposal` WRITE; /*!40000 ALTER TABLE `concept_proposal` DISABLE KEYS */; /*!40000 ALTER TABLE `concept_proposal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_proposal_tag_map` -- DROP TABLE IF EXISTS `concept_proposal_tag_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_proposal_tag_map` ( `concept_proposal_id` int(11) NOT NULL, `concept_name_tag_id` int(11) NOT NULL, KEY `mapped_concept_proposal_tag` (`concept_name_tag_id`), KEY `mapped_concept_proposal` (`concept_proposal_id`), CONSTRAINT `mapped_concept_proposal` FOREIGN KEY (`concept_proposal_id`) REFERENCES `concept_proposal` (`concept_proposal_id`), CONSTRAINT `mapped_concept_proposal_tag` FOREIGN KEY (`concept_name_tag_id`) REFERENCES `concept_name_tag` (`concept_name_tag_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_proposal_tag_map` -- LOCK TABLES `concept_proposal_tag_map` WRITE; /*!40000 ALTER TABLE `concept_proposal_tag_map` DISABLE KEYS */; /*!40000 ALTER TABLE `concept_proposal_tag_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_reference_map` -- DROP TABLE IF EXISTS `concept_reference_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_reference_map` ( `concept_map_id` int(11) NOT NULL AUTO_INCREMENT, `concept_reference_term_id` int(11) NOT NULL, `concept_map_type_id` int(11) NOT NULL DEFAULT '1', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `concept_id` int(11) NOT NULL DEFAULT '0', `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_map_id`), UNIQUE KEY `concept_reference_map_uuid_id` (`uuid`), KEY `map_for_concept` (`concept_id`), KEY `map_creator` (`creator`), KEY `mapped_concept_map_type` (`concept_map_type_id`), KEY `mapped_user_changed_ref_term` (`changed_by`), KEY `mapped_concept_reference_term` (`concept_reference_term_id`), CONSTRAINT `map_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `map_for_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `mapped_concept_map_type` FOREIGN KEY (`concept_map_type_id`) REFERENCES `concept_map_type` (`concept_map_type_id`), CONSTRAINT `mapped_concept_reference_term` FOREIGN KEY (`concept_reference_term_id`) REFERENCES `concept_reference_term` (`concept_reference_term_id`), CONSTRAINT `mapped_user_changed_ref_term` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_reference_map` -- LOCK TABLES `concept_reference_map` WRITE; /*!40000 ALTER TABLE `concept_reference_map` DISABLE KEYS */; /*!40000 ALTER TABLE `concept_reference_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_reference_source` -- DROP TABLE IF EXISTS `concept_reference_source`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_reference_source` ( `concept_source_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL DEFAULT '', `description` text NOT NULL, `hl7_code` varchar(50) DEFAULT '', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `unique_id` varchar(250) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, PRIMARY KEY (`concept_source_id`), UNIQUE KEY `concept_reference_source_uuid_id` (`uuid`), UNIQUE KEY `concept_source_unique_hl7_codes` (`hl7_code`), UNIQUE KEY `concept_reference_source_unique_id_unique` (`unique_id`), KEY `unique_hl7_code` (`hl7_code`), KEY `concept_source_creator` (`creator`), KEY `user_who_retired_concept_source` (`retired_by`), KEY `concept_reference_source_changed_by` (`changed_by`), CONSTRAINT `concept_reference_source_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `concept_source_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_concept_source` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_reference_source` -- LOCK TABLES `concept_reference_source` WRITE; /*!40000 ALTER TABLE `concept_reference_source` DISABLE KEYS */; /*!40000 ALTER TABLE `concept_reference_source` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_reference_term` -- DROP TABLE IF EXISTS `concept_reference_term`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_reference_term` ( `concept_reference_term_id` int(11) NOT NULL AUTO_INCREMENT, `concept_source_id` int(11) NOT NULL, `name` varchar(255) DEFAULT NULL, `code` varchar(255) NOT NULL, `version` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_reference_term_id`), UNIQUE KEY `uuid` (`uuid`), KEY `mapped_user_creator` (`creator`), KEY `mapped_user_changed` (`changed_by`), KEY `mapped_user_retired` (`retired_by`), KEY `mapped_concept_source` (`concept_source_id`), KEY `idx_code_concept_reference_term` (`code`), CONSTRAINT `mapped_concept_source` FOREIGN KEY (`concept_source_id`) REFERENCES `concept_reference_source` (`concept_source_id`), CONSTRAINT `mapped_user_changed` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `mapped_user_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `mapped_user_retired` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_reference_term` -- LOCK TABLES `concept_reference_term` WRITE; /*!40000 ALTER TABLE `concept_reference_term` DISABLE KEYS */; /*!40000 ALTER TABLE `concept_reference_term` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_reference_term_map` -- DROP TABLE IF EXISTS `concept_reference_term_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_reference_term_map` ( `concept_reference_term_map_id` int(11) NOT NULL AUTO_INCREMENT, `term_a_id` int(11) NOT NULL, `term_b_id` int(11) NOT NULL, `a_is_to_b_id` int(11) NOT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_reference_term_map_id`), UNIQUE KEY `uuid` (`uuid`), KEY `mapped_term_a` (`term_a_id`), KEY `mapped_term_b` (`term_b_id`), KEY `mapped_concept_map_type_ref_term_map` (`a_is_to_b_id`), KEY `mapped_user_creator_ref_term_map` (`creator`), KEY `mapped_user_changed_ref_term_map` (`changed_by`), CONSTRAINT `mapped_concept_map_type_ref_term_map` FOREIGN KEY (`a_is_to_b_id`) REFERENCES `concept_map_type` (`concept_map_type_id`), CONSTRAINT `mapped_term_a` FOREIGN KEY (`term_a_id`) REFERENCES `concept_reference_term` (`concept_reference_term_id`), CONSTRAINT `mapped_term_b` FOREIGN KEY (`term_b_id`) REFERENCES `concept_reference_term` (`concept_reference_term_id`), CONSTRAINT `mapped_user_changed_ref_term_map` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `mapped_user_creator_ref_term_map` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_reference_term_map` -- LOCK TABLES `concept_reference_term_map` WRITE; /*!40000 ALTER TABLE `concept_reference_term_map` DISABLE KEYS */; /*!40000 ALTER TABLE `concept_reference_term_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_set` -- DROP TABLE IF EXISTS `concept_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_set` ( `concept_set_id` int(11) NOT NULL AUTO_INCREMENT, `concept_id` int(11) NOT NULL DEFAULT '0', `concept_set` int(11) NOT NULL DEFAULT '0', `sort_weight` double DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_set_id`), UNIQUE KEY `concept_set_uuid_index` (`uuid`), KEY `idx_concept_set_concept` (`concept_id`), KEY `has_a` (`concept_set`), KEY `user_who_created` (`creator`), CONSTRAINT `has_a` FOREIGN KEY (`concept_set`) REFERENCES `concept` (`concept_id`), CONSTRAINT `user_who_created` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=238 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_set` -- LOCK TABLES `concept_set` WRITE; /*!40000 ALTER TABLE `concept_set` DISABLE KEYS */; INSERT INTO `concept_set` VALUES (1,18,23,0,1,'2008-08-18 00:00:00','c76cbcd6-6a7f-11e7-89a8-765859b2742d'),(2,19,23,2,1,'2008-08-18 00:00:00','c76cbfdf-6a7f-11e7-89a8-765859b2742d'),(3,20,23,1,1,'2008-08-18 00:00:00','c76cc1a5-6a7f-11e7-89a8-765859b2742d'),(4,21,1019,1,1,'2005-12-15 00:00:00','c76cc353-6a7f-11e7-89a8-765859b2742d'),(5,29,1202,3,1,'2005-12-15 00:00:00','c76cc501-6a7f-11e7-89a8-765859b2742d'),(6,36,1197,4,1,'2005-12-15 00:00:00','c76cc69c-6a7f-11e7-89a8-765859b2742d'),(7,42,1222,10,1,'2005-12-15 00:00:00','c76cc838-6a7f-11e7-89a8-765859b2742d'),(8,91,1195,7,1,'2005-12-15 00:00:00','c76cc98f-6a7f-11e7-89a8-765859b2742d'),(9,92,1157,1,1,'2005-12-15 00:00:00','c76ccacf-6a7f-11e7-89a8-765859b2742d'),(10,95,5839,2,1,'2005-12-15 00:00:00','c76ccc3c-6a7f-11e7-89a8-765859b2742d'),(11,96,5839,3,1,'2005-12-15 00:00:00','c76ccdc7-6a7f-11e7-89a8-765859b2742d'),(12,97,5839,4,1,'2005-12-15 00:00:00','c76ccf50-6a7f-11e7-89a8-765859b2742d'),(13,98,5839,1,1,'2005-12-15 00:00:00','c76cd0c9-6a7f-11e7-89a8-765859b2742d'),(14,109,79,9,1,'2005-12-15 00:00:00','c76cd24a-6a7f-11e7-89a8-765859b2742d'),(15,110,79,6,1,'2005-12-15 00:00:00','c76cd3cb-6a7f-11e7-89a8-765859b2742d'),(16,114,71,2,1,'2005-12-15 00:00:00','c76cd4d9-6a7f-11e7-89a8-765859b2742d'),(17,114,1221,8,1,'2005-12-15 00:00:00','c76cd59b-6a7f-11e7-89a8-765859b2742d'),(18,119,79,3,1,'2005-12-15 00:00:00','c76cd651-6a7f-11e7-89a8-765859b2742d'),(19,119,1201,1,1,'2005-12-15 00:00:00','c76cd705-6a7f-11e7-89a8-765859b2742d'),(20,119,1221,1,1,'2005-12-15 00:00:00','c76cd7c1-6a7f-11e7-89a8-765859b2742d'),(21,120,79,4,1,'2005-12-15 00:00:00','c76cd878-6a7f-11e7-89a8-765859b2742d'),(22,126,78,2,1,'2005-12-15 00:00:00','c76cd92d-6a7f-11e7-89a8-765859b2742d'),(23,128,79,8,1,'2005-12-15 00:00:00','c76cda32-6a7f-11e7-89a8-765859b2742d'),(24,131,78,1,1,'2005-12-15 00:00:00','c76cdb78-6a7f-11e7-89a8-765859b2742d'),(25,134,79,2,1,'2005-12-15 00:00:00','c76cdd39-6a7f-11e7-89a8-765859b2742d'),(26,135,79,1,1,'2005-12-15 00:00:00','c76cde09-6a7f-11e7-89a8-765859b2742d'),(27,144,79,7,1,'2005-12-15 00:00:00','c76cdebe-6a7f-11e7-89a8-765859b2742d'),(28,161,1201,4,1,'2005-12-15 00:00:00','c76cdf72-6a7f-11e7-89a8-765859b2742d'),(29,204,1223,1,1,'2005-12-15 00:00:00','c76ce023-6a7f-11e7-89a8-765859b2742d'),(30,207,77,3,1,'2005-12-15 00:00:00','c76ce0d8-6a7f-11e7-89a8-765859b2742d'),(31,218,71,1,1,'2005-12-15 00:00:00','c76ce194-6a7f-11e7-89a8-765859b2742d'),(32,219,77,5,1,'2005-12-15 00:00:00','c76ce248-6a7f-11e7-89a8-765859b2742d'),(33,265,1195,1,1,'2005-12-15 00:00:00','c76ce2ff-6a7f-11e7-89a8-765859b2742d'),(34,438,1159,6,1,'2005-12-15 00:00:00','c76ce3b5-6a7f-11e7-89a8-765859b2742d'),(35,467,77,6,1,'2005-12-15 00:00:00','c76ce465-6a7f-11e7-89a8-765859b2742d'),(36,487,77,2,1,'2005-12-15 00:00:00','c76ce518-6a7f-11e7-89a8-765859b2742d'),(37,496,1195,3,1,'2005-12-15 00:00:00','c76ce5cf-6a7f-11e7-89a8-765859b2742d'),(38,504,1239,16,1,'2005-12-15 00:00:00','c76ce681-6a7f-11e7-89a8-765859b2742d'),(39,505,1239,19,1,'2005-12-15 00:00:00','c76ce733-6a7f-11e7-89a8-765859b2742d'),(40,507,1203,16,1,'2005-12-15 00:00:00','c76ce7e6-6a7f-11e7-89a8-765859b2742d'),(41,507,1207,10,1,'2005-12-15 00:00:00','c76ce897-6a7f-11e7-89a8-765859b2742d'),(42,507,1223,13,1,'2005-12-15 00:00:00','c76ce955-6a7f-11e7-89a8-765859b2742d'),(43,540,1239,1,1,'2005-12-15 00:00:00','c76cea7e-6a7f-11e7-89a8-765859b2742d'),(44,543,1239,18,1,'2005-12-15 00:00:00','c76cebc5-6a7f-11e7-89a8-765859b2742d'),(45,575,1239,20,1,'2005-12-15 00:00:00','c76cec9e-6a7f-11e7-89a8-765859b2742d'),(46,625,1085,9,1,'2005-12-15 00:00:00','c76ced5e-6a7f-11e7-89a8-765859b2742d'),(47,628,1085,4,1,'2005-12-15 00:00:00','c76cee14-6a7f-11e7-89a8-765859b2742d'),(48,630,1085,14,1,'2005-12-15 00:00:00','c76cef20-6a7f-11e7-89a8-765859b2742d'),(49,631,1085,7,1,'2005-12-15 00:00:00','c76cf04a-6a7f-11e7-89a8-765859b2742d'),(50,633,1085,3,1,'2005-12-15 00:00:00','c76cf114-6a7f-11e7-89a8-765859b2742d'),(51,635,1085,6,1,'2005-12-15 00:00:00','c76cf1ce-6a7f-11e7-89a8-765859b2742d'),(52,639,1239,11,1,'2005-12-15 00:00:00','c76cf27f-6a7f-11e7-89a8-765859b2742d'),(53,656,1158,1,1,'2005-12-15 00:00:00','c76cf332-6a7f-11e7-89a8-765859b2742d'),(54,678,1019,8,1,'2005-12-15 00:00:00','c76cf3e6-6a7f-11e7-89a8-765859b2742d'),(55,679,1019,6,1,'2005-12-15 00:00:00','c76cf498-6a7f-11e7-89a8-765859b2742d'),(56,729,1019,5,1,'2005-12-15 00:00:00','c76cf904-6a7f-11e7-89a8-765859b2742d'),(57,737,1195,4,1,'2005-12-15 00:00:00','c76cfa64-6a7f-11e7-89a8-765859b2742d'),(58,745,1159,1,1,'2005-12-15 00:00:00','c76cfb3b-6a7f-11e7-89a8-765859b2742d'),(59,767,1159,3,1,'2005-12-15 00:00:00','c76cfc4a-6a7f-11e7-89a8-765859b2742d'),(60,768,1159,4,1,'2005-12-15 00:00:00','c76cfd43-6a7f-11e7-89a8-765859b2742d'),(61,779,1195,5,1,'2005-12-15 00:00:00','c76cfdfb-6a7f-11e7-89a8-765859b2742d'),(62,781,1197,1,1,'2005-12-15 00:00:00','c76cfea7-6a7f-11e7-89a8-765859b2742d'),(63,782,1197,3,1,'2005-12-15 00:00:00','c76cff54-6a7f-11e7-89a8-765859b2742d'),(64,783,1197,5,1,'2005-12-15 00:00:00','c76cfffc-6a7f-11e7-89a8-765859b2742d'),(65,784,1195,6,1,'2005-12-15 00:00:00','c76d00a5-6a7f-11e7-89a8-765859b2742d'),(66,792,1085,10,1,'2005-12-15 00:00:00','c76d0152-6a7f-11e7-89a8-765859b2742d'),(67,794,1085,5,1,'2005-12-15 00:00:00','c76d01fe-6a7f-11e7-89a8-765859b2742d'),(68,796,1085,2,1,'2005-12-15 00:00:00','c76d02a6-6a7f-11e7-89a8-765859b2742d'),(69,797,1085,13,1,'2005-12-15 00:00:00','c76d042c-6a7f-11e7-89a8-765859b2742d'),(70,802,1085,11,1,'2005-12-15 00:00:00','c76d04e7-6a7f-11e7-89a8-765859b2742d'),(71,814,1085,1,1,'2005-12-15 00:00:00','c76d0597-6a7f-11e7-89a8-765859b2742d'),(72,823,1203,20,1,'2005-12-15 00:00:00','c76d0645-6a7f-11e7-89a8-765859b2742d'),(73,823,1207,14,1,'2005-12-15 00:00:00','c76d06f1-6a7f-11e7-89a8-765859b2742d'),(74,823,1223,18,1,'2005-12-15 00:00:00','c76d079e-6a7f-11e7-89a8-765859b2742d'),(75,825,1220,2,1,'2005-12-15 00:00:00','c76d0848-6a7f-11e7-89a8-765859b2742d'),(76,836,1221,2,1,'2005-12-15 00:00:00','c76d08f2-6a7f-11e7-89a8-765859b2742d'),(77,851,1019,4,1,'2005-12-15 00:00:00','c76d099f-6a7f-11e7-89a8-765859b2742d'),(78,882,1203,18,1,'2005-12-15 00:00:00','c76d0a4a-6a7f-11e7-89a8-765859b2742d'),(79,882,1207,12,1,'2005-12-15 00:00:00','c76d0af1-6a7f-11e7-89a8-765859b2742d'),(80,882,1223,15,1,'2005-12-15 00:00:00','c76d0ba0-6a7f-11e7-89a8-765859b2742d'),(81,907,5279,0,1,'2006-02-13 00:00:00','c76d0c4e-6a7f-11e7-89a8-765859b2742d'),(82,911,77,4,1,'2005-12-15 00:00:00','c76d0cfb-6a7f-11e7-89a8-765859b2742d'),(83,916,1157,2,1,'2005-12-15 00:00:00','c76d0daa-6a7f-11e7-89a8-765859b2742d'),(84,916,1195,8,1,'2005-12-15 00:00:00','c76d0e53-6a7f-11e7-89a8-765859b2742d'),(85,937,79,5,1,'2005-12-15 00:00:00','c76d0efc-6a7f-11e7-89a8-765859b2742d'),(86,963,1195,2,1,'2005-12-15 00:00:00','c76d125f-6a7f-11e7-89a8-765859b2742d'),(87,990,1207,15,1,'2006-04-18 00:00:00','c76d1320-6a7f-11e7-89a8-765859b2742d'),(88,1015,1019,0,1,'2005-12-15 00:00:00','c76d13cf-6a7f-11e7-89a8-765859b2742d'),(89,1016,1019,7,1,'2005-12-15 00:00:00','c76d1488-6a7f-11e7-89a8-765859b2742d'),(90,1017,1019,2,1,'2005-12-15 00:00:00','c76d1559-6a7f-11e7-89a8-765859b2742d'),(91,1018,1019,3,1,'2005-12-15 00:00:00','c76d1609-6a7f-11e7-89a8-765859b2742d'),(92,1049,1096,7,1,'2005-12-15 00:00:00','c76d16ba-6a7f-11e7-89a8-765859b2742d'),(93,1050,1096,3,1,'2005-12-15 00:00:00','c76d1769-6a7f-11e7-89a8-765859b2742d'),(94,1051,1096,13,1,'2005-12-15 00:00:00','c76d1813-6a7f-11e7-89a8-765859b2742d'),(95,1052,1096,11,1,'2005-12-15 00:00:00','c76d18ba-6a7f-11e7-89a8-765859b2742d'),(96,1090,1096,12,1,'2005-12-15 00:00:00','c76d1960-6a7f-11e7-89a8-765859b2742d'),(97,1091,1096,10,1,'2005-12-15 00:00:00','c76d1a0c-6a7f-11e7-89a8-765859b2742d'),(98,1092,1096,2,1,'2005-12-15 00:00:00','c76d1ab4-6a7f-11e7-89a8-765859b2742d'),(99,1093,1096,1,1,'2005-12-15 00:00:00','c76d1b5d-6a7f-11e7-89a8-765859b2742d'),(100,1094,1096,4,1,'2005-12-15 00:00:00','c76d1c08-6a7f-11e7-89a8-765859b2742d'),(101,1095,1096,5,1,'2005-12-15 00:00:00','c76d1cb4-6a7f-11e7-89a8-765859b2742d'),(102,1097,1096,8,1,'2005-12-15 00:00:00','c76d1d5f-6a7f-11e7-89a8-765859b2742d'),(103,1098,1096,9,1,'2005-12-15 00:00:00','c76d21e3-6a7f-11e7-89a8-765859b2742d'),(104,1099,1096,14,1,'2005-12-15 00:00:00','c76d22c4-6a7f-11e7-89a8-765859b2742d'),(105,1100,1096,6,1,'2005-12-15 00:00:00','c76d2375-6a7f-11e7-89a8-765859b2742d'),(106,1108,1159,2,1,'2005-12-15 00:00:00','c76d2429-6a7f-11e7-89a8-765859b2742d'),(107,1131,1159,5,1,'2005-12-15 00:00:00','c76d24d6-6a7f-11e7-89a8-765859b2742d'),(108,1132,5473,4,1,'2005-12-15 00:00:00','c76d2581-6a7f-11e7-89a8-765859b2742d'),(109,1133,5473,3,1,'2005-12-15 00:00:00','c76d262e-6a7f-11e7-89a8-765859b2742d'),(110,1134,5473,2,1,'2005-12-15 00:00:00','c76d26d7-6a7f-11e7-89a8-765859b2742d'),(111,1135,5473,1,1,'2005-12-15 00:00:00','c76d2782-6a7f-11e7-89a8-765859b2742d'),(112,1210,1221,9,1,'2005-12-15 00:00:00','c76d2b98-6a7f-11e7-89a8-765859b2742d'),(113,1211,1221,10,1,'2005-12-15 00:00:00','c76d2d1e-6a7f-11e7-89a8-765859b2742d'),(114,1212,1221,7,1,'2005-12-15 00:00:00','c76d2e28-6a7f-11e7-89a8-765859b2742d'),(115,1213,1221,6,1,'2005-12-15 00:00:00','c76d3086-6a7f-11e7-89a8-765859b2742d'),(116,1214,1221,5,1,'2005-12-15 00:00:00','c76d31b1-6a7f-11e7-89a8-765859b2742d'),(117,1215,1222,7,1,'2005-12-15 00:00:00','c76d374a-6a7f-11e7-89a8-765859b2742d'),(118,1216,1222,5,1,'2005-12-15 00:00:00','c76d3863-6a7f-11e7-89a8-765859b2742d'),(119,1216,1223,11,1,'2005-12-15 00:00:00','c76d394f-6a7f-11e7-89a8-765859b2742d'),(120,1217,1222,8,1,'2005-12-15 00:00:00','c76d3cea-6a7f-11e7-89a8-765859b2742d'),(121,1218,1222,11,1,'2005-12-15 00:00:00','c76d3de7-6a7f-11e7-89a8-765859b2742d'),(122,1219,1223,3,1,'2005-12-15 00:00:00','c76d422f-6a7f-11e7-89a8-765859b2742d'),(123,1232,1239,6,1,'2005-12-15 00:00:00','c76d4df5-6a7f-11e7-89a8-765859b2742d'),(124,1233,1239,13,1,'2005-12-15 00:00:00','c76d4fa6-6a7f-11e7-89a8-765859b2742d'),(125,1234,1239,3,1,'2005-12-15 00:00:00','c76d50e5-6a7f-11e7-89a8-765859b2742d'),(126,1235,1239,10,1,'2005-12-15 00:00:00','c76d52fe-6a7f-11e7-89a8-765859b2742d'),(127,1236,1239,8,1,'2005-12-15 00:00:00','c76d5518-6a7f-11e7-89a8-765859b2742d'),(128,1237,1239,21,1,'2005-12-15 00:00:00','c76d567c-6a7f-11e7-89a8-765859b2742d'),(129,1272,31,0,1,'2006-02-10 00:00:00','c76d5804-6a7f-11e7-89a8-765859b2742d'),(130,5008,1201,2,1,'2005-12-15 00:00:00','c76d594f-6a7f-11e7-89a8-765859b2742d'),(131,5009,1201,6,1,'2005-12-15 00:00:00','c76d5aa1-6a7f-11e7-89a8-765859b2742d'),(132,5011,1201,5,1,'2005-12-15 00:00:00','c76d5be8-6a7f-11e7-89a8-765859b2742d'),(133,5012,1201,3,1,'2005-12-15 00:00:00','c76d5d36-6a7f-11e7-89a8-765859b2742d'),(134,5012,1205,3,1,'2005-12-15 00:00:00','c76d5e86-6a7f-11e7-89a8-765859b2742d'),(135,5012,1221,4,1,'2005-12-15 00:00:00','c76d5fce-6a7f-11e7-89a8-765859b2742d'),(136,5013,1202,5,1,'2005-12-15 00:00:00','c76d6117-6a7f-11e7-89a8-765859b2742d'),(137,5014,1202,4,1,'2005-12-15 00:00:00','c76d625e-6a7f-11e7-89a8-765859b2742d'),(138,5015,1202,12,1,'2005-12-15 00:00:00','c76d63aa-6a7f-11e7-89a8-765859b2742d'),(139,5016,1202,1,1,'2005-12-15 00:00:00','c76d6565-6a7f-11e7-89a8-765859b2742d'),(140,5016,1223,2,1,'2005-12-15 00:00:00','c76d66ff-6a7f-11e7-89a8-765859b2742d'),(141,5017,1202,8,1,'2005-12-15 00:00:00','c76d6853-6a7f-11e7-89a8-765859b2742d'),(142,5018,1202,2,1,'2005-12-15 00:00:00','c76d699e-6a7f-11e7-89a8-765859b2742d'),(143,5018,1206,2,1,'2005-12-15 00:00:00','c76d6ae8-6a7f-11e7-89a8-765859b2742d'),(144,5018,1222,1,1,'2005-12-15 00:00:00','c76d6c32-6a7f-11e7-89a8-765859b2742d'),(145,5020,1202,7,1,'2005-12-15 00:00:00','c76d6d7e-6a7f-11e7-89a8-765859b2742d'),(146,5020,1221,3,1,'2005-12-15 00:00:00','c76d6f17-6a7f-11e7-89a8-765859b2742d'),(147,5021,1202,6,1,'2005-12-15 00:00:00','c76d70ab-6a7f-11e7-89a8-765859b2742d'),(148,5022,1202,11,1,'2005-12-15 00:00:00','c76d71fb-6a7f-11e7-89a8-765859b2742d'),(149,5022,1222,6,1,'2005-12-15 00:00:00','c76d7345-6a7f-11e7-89a8-765859b2742d'),(150,5023,1202,15,1,'2005-12-15 00:00:00','c76d748a-6a7f-11e7-89a8-765859b2742d'),(151,5024,1202,10,1,'2005-12-15 00:00:00','c76d75d3-6a7f-11e7-89a8-765859b2742d'),(152,5024,1222,4,1,'2005-12-15 00:00:00','c76d771e-6a7f-11e7-89a8-765859b2742d'),(153,5025,1202,16,1,'2005-12-15 00:00:00','c76d799b-6a7f-11e7-89a8-765859b2742d'),(154,5025,1223,14,1,'2005-12-15 00:00:00','c76d7c2c-6a7f-11e7-89a8-765859b2742d'),(155,5026,1202,17,1,'2005-12-15 00:00:00','c76d7e4f-6a7f-11e7-89a8-765859b2742d'),(156,5027,1202,13,1,'2005-12-15 00:00:00','c76d7fb6-6a7f-11e7-89a8-765859b2742d'),(157,5027,1206,3,1,'2005-12-15 00:00:00','c76d8104-6a7f-11e7-89a8-765859b2742d'),(158,5028,1202,9,1,'2005-12-15 00:00:00','c76d824b-6a7f-11e7-89a8-765859b2742d'),(159,5029,1202,14,1,'2005-12-15 00:00:00','c76d8391-6a7f-11e7-89a8-765859b2742d'),(160,5029,1222,9,1,'2005-12-15 00:00:00','c76d84d5-6a7f-11e7-89a8-765859b2742d'),(161,5030,1203,14,1,'2005-12-15 00:00:00','c76d861a-6a7f-11e7-89a8-765859b2742d'),(162,5030,1206,4,1,'2005-12-15 00:00:00','c76d8762-6a7f-11e7-89a8-765859b2742d'),(163,5032,1203,4,1,'2005-12-15 00:00:00','c76d88af-6a7f-11e7-89a8-765859b2742d'),(164,5032,1223,5,1,'2005-12-15 00:00:00','c76d89f4-6a7f-11e7-89a8-765859b2742d'),(165,5033,1203,5,1,'2005-12-15 00:00:00','c76d8b3c-6a7f-11e7-89a8-765859b2742d'),(166,5033,1207,2,1,'2005-12-15 00:00:00','c76d8c86-6a7f-11e7-89a8-765859b2742d'),(167,5033,1223,6,1,'2005-12-15 00:00:00','c76d8dd0-6a7f-11e7-89a8-765859b2742d'),(168,5034,1203,6,1,'2005-12-15 00:00:00','c76d8f1d-6a7f-11e7-89a8-765859b2742d'),(169,5034,1207,3,1,'2005-12-15 00:00:00','c76d90d6-6a7f-11e7-89a8-765859b2742d'),(170,5034,1223,7,1,'2005-12-15 00:00:00','c76d92ab-6a7f-11e7-89a8-765859b2742d'),(171,5035,1203,7,1,'2005-12-15 00:00:00','c76d9408-6a7f-11e7-89a8-765859b2742d'),(172,5035,1207,4,1,'2005-12-15 00:00:00','c76d9556-6a7f-11e7-89a8-765859b2742d'),(173,5035,1223,8,1,'2005-12-15 00:00:00','c76d9764-6a7f-11e7-89a8-765859b2742d'),(174,5037,1203,3,1,'2005-12-15 00:00:00','c76d98cb-6a7f-11e7-89a8-765859b2742d'),(175,5038,1203,8,1,'2005-12-15 00:00:00','c76d9a12-6a7f-11e7-89a8-765859b2742d'),(176,5038,1223,9,1,'2005-12-15 00:00:00','c76d9b58-6a7f-11e7-89a8-765859b2742d'),(177,5040,1203,10,1,'2005-12-15 00:00:00','c76d9ca5-6a7f-11e7-89a8-765859b2742d'),(178,5041,1203,9,1,'2005-12-15 00:00:00','c76d9deb-6a7f-11e7-89a8-765859b2742d'),(179,5041,1207,6,1,'2005-12-15 00:00:00','c76da04d-6a7f-11e7-89a8-765859b2742d'),(180,5042,1203,17,1,'2005-12-15 00:00:00','c76da1cf-6a7f-11e7-89a8-765859b2742d'),(181,5042,1207,11,1,'2005-12-15 00:00:00','c76da31f-6a7f-11e7-89a8-765859b2742d'),(182,5043,1203,12,1,'2005-12-15 00:00:00','c76da46b-6a7f-11e7-89a8-765859b2742d'),(183,5043,1207,8,1,'2005-12-15 00:00:00','c76da54b-6a7f-11e7-89a8-765859b2742d'),(184,5043,1223,10,1,'2005-12-15 00:00:00','c76da617-6a7f-11e7-89a8-765859b2742d'),(185,5044,1203,11,1,'2005-12-15 00:00:00','c76da6e5-6a7f-11e7-89a8-765859b2742d'),(186,5046,1203,19,1,'2005-12-15 00:00:00','c76da7b2-6a7f-11e7-89a8-765859b2742d'),(187,5046,1207,13,1,'2005-12-15 00:00:00','c76da87a-6a7f-11e7-89a8-765859b2742d'),(188,5046,1223,16,1,'2005-12-15 00:00:00','c76da947-6a7f-11e7-89a8-765859b2742d'),(189,5048,1203,15,1,'2005-12-15 00:00:00','c76daa0f-6a7f-11e7-89a8-765859b2742d'),(190,5050,1222,2,1,'2005-12-15 00:00:00','c76daad4-6a7f-11e7-89a8-765859b2742d'),(191,5085,1114,8,1,'2005-12-15 00:00:00','c76dab96-6a7f-11e7-89a8-765859b2742d'),(192,5086,1114,2,1,'2005-12-15 00:00:00','c76dac5a-6a7f-11e7-89a8-765859b2742d'),(193,5087,1114,6,1,'2005-12-15 00:00:00','c76dad1d-6a7f-11e7-89a8-765859b2742d'),(194,5088,1114,9,1,'2005-12-15 00:00:00','c76dade3-6a7f-11e7-89a8-765859b2742d'),(195,5089,1114,10,1,'2005-12-15 00:00:00','c76daee2-6a7f-11e7-89a8-765859b2742d'),(196,5090,1114,4,1,'2005-12-15 00:00:00','c76db0f9-6a7f-11e7-89a8-765859b2742d'),(197,5092,1114,1,1,'2005-12-15 00:00:00','c76db1ed-6a7f-11e7-89a8-765859b2742d'),(198,5104,1239,5,1,'2005-12-15 00:00:00','c76db2ba-6a7f-11e7-89a8-765859b2742d'),(199,5107,1239,15,1,'2005-12-15 00:00:00','c76db385-6a7f-11e7-89a8-765859b2742d'),(200,5119,1239,14,1,'2005-12-15 00:00:00','c76db451-6a7f-11e7-89a8-765859b2742d'),(201,5120,1239,12,1,'2005-12-15 00:00:00','c76db51d-6a7f-11e7-89a8-765859b2742d'),(202,5132,1239,7,1,'2005-12-15 00:00:00','c76db5eb-6a7f-11e7-89a8-765859b2742d'),(203,5134,1239,4,1,'2005-12-15 00:00:00','c76db6b9-6a7f-11e7-89a8-765859b2742d'),(204,5136,77,1,1,'2005-12-15 00:00:00','c76db781-6a7f-11e7-89a8-765859b2742d'),(205,5139,1239,2,1,'2005-12-15 00:00:00','c76db84f-6a7f-11e7-89a8-765859b2742d'),(206,5141,1239,9,1,'2005-12-15 00:00:00','c76db915-6a7f-11e7-89a8-765859b2742d'),(207,5242,1114,7,1,'2005-12-15 00:00:00','c76db9e2-6a7f-11e7-89a8-765859b2742d'),(208,5261,1197,2,1,'2005-12-15 00:00:00','c76dbab4-6a7f-11e7-89a8-765859b2742d'),(209,5283,1114,5,1,'2005-12-15 00:00:00','c76dbb89-6a7f-11e7-89a8-765859b2742d'),(210,5314,1114,3,1,'2005-12-15 00:00:00','c76dbc5e-6a7f-11e7-89a8-765859b2742d'),(211,5327,1204,1,1,'2005-12-15 00:00:00','c76dbd73-6a7f-11e7-89a8-765859b2742d'),(212,5327,1220,1,1,'2005-12-15 00:00:00','c76dbe48-6a7f-11e7-89a8-765859b2742d'),(213,5328,1204,2,1,'2005-12-15 00:00:00','c76dbf1b-6a7f-11e7-89a8-765859b2742d'),(214,5328,1220,3,1,'2005-12-15 00:00:00','c76dbfe5-6a7f-11e7-89a8-765859b2742d'),(215,5329,1205,1,1,'2005-12-15 00:00:00','c76dc0ab-6a7f-11e7-89a8-765859b2742d'),(216,5330,1205,2,1,'2005-12-15 00:00:00','c76dc1d0-6a7f-11e7-89a8-765859b2742d'),(217,5332,1205,4,1,'2005-12-15 00:00:00','c76dc37d-6a7f-11e7-89a8-765859b2742d'),(218,5333,1223,12,1,'2005-12-15 00:00:00','c76dc50e-6a7f-11e7-89a8-765859b2742d'),(219,5334,1206,1,1,'2005-12-15 00:00:00','c76dc606-6a7f-11e7-89a8-765859b2742d'),(220,5337,1206,7,1,'2005-12-15 00:00:00','c76dc7b4-6a7f-11e7-89a8-765859b2742d'),(221,5338,1206,5,1,'2005-12-15 00:00:00','c76dc893-6a7f-11e7-89a8-765859b2742d'),(222,5339,1206,6,1,'2005-12-15 00:00:00','c76dc968-6a7f-11e7-89a8-765859b2742d'),(223,5340,1203,2,1,'2005-12-15 00:00:00','c76dca3b-6a7f-11e7-89a8-765859b2742d'),(224,5340,1207,1,1,'2005-12-15 00:00:00','c76dcb08-6a7f-11e7-89a8-765859b2742d'),(225,5340,1222,3,1,'2005-12-15 00:00:00','c76dcbdb-6a7f-11e7-89a8-765859b2742d'),(226,5344,1207,7,1,'2005-12-15 00:00:00','c76dccad-6a7f-11e7-89a8-765859b2742d'),(227,5345,1203,1,1,'2005-12-15 00:00:00','c76dcd7d-6a7f-11e7-89a8-765859b2742d'),(228,5345,1207,0,1,'2005-12-15 00:00:00','c76dce4d-6a7f-11e7-89a8-765859b2742d'),(229,5345,1223,4,1,'2005-12-15 00:00:00','c76dcf18-6a7f-11e7-89a8-765859b2742d'),(230,5350,1207,5,1,'2005-12-15 00:00:00','c76dcfe5-6a7f-11e7-89a8-765859b2742d'),(231,5354,1203,13,1,'2005-12-15 00:00:00','c76dd0b1-6a7f-11e7-89a8-765859b2742d'),(232,5354,1207,9,1,'2005-12-15 00:00:00','c76dd17f-6a7f-11e7-89a8-765859b2742d'),(233,5355,1223,17,1,'2005-12-15 00:00:00','c76dd251-6a7f-11e7-89a8-765859b2742d'),(234,5424,1085,8,1,'2005-12-15 00:00:00','c76dd321-6a7f-11e7-89a8-765859b2742d'),(235,5811,1085,12,1,'2005-12-15 00:00:00','c76dd3ee-6a7f-11e7-89a8-765859b2742d'),(236,5864,1197,6,1,'2005-12-15 00:00:00','c76dd4c2-6a7f-11e7-89a8-765859b2742d'),(237,5973,1239,17,1,'2005-12-15 00:00:00','c76dd590-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `concept_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_state_conversion` -- DROP TABLE IF EXISTS `concept_state_conversion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_state_conversion` ( `concept_state_conversion_id` int(11) NOT NULL AUTO_INCREMENT, `concept_id` int(11) DEFAULT '0', `program_workflow_id` int(11) DEFAULT '0', `program_workflow_state_id` int(11) DEFAULT '0', `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_state_conversion_id`), UNIQUE KEY `concept_state_conversion_uuid_index` (`uuid`), UNIQUE KEY `unique_workflow_concept_in_conversion` (`program_workflow_id`,`concept_id`), KEY `concept_triggers_conversion` (`concept_id`), KEY `conversion_to_state` (`program_workflow_state_id`), CONSTRAINT `concept_triggers_conversion` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `conversion_involves_workflow` FOREIGN KEY (`program_workflow_id`) REFERENCES `program_workflow` (`program_workflow_id`), CONSTRAINT `conversion_to_state` FOREIGN KEY (`program_workflow_state_id`) REFERENCES `program_workflow_state` (`program_workflow_state_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_state_conversion` -- LOCK TABLES `concept_state_conversion` WRITE; /*!40000 ALTER TABLE `concept_state_conversion` DISABLE KEYS */; /*!40000 ALTER TABLE `concept_state_conversion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `concept_stop_word` -- DROP TABLE IF EXISTS `concept_stop_word`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `concept_stop_word` ( `concept_stop_word_id` int(11) NOT NULL AUTO_INCREMENT, `word` varchar(50) NOT NULL, `locale` varchar(50) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`concept_stop_word_id`), UNIQUE KEY `Unique_StopWord_Key` (`word`,`locale`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `concept_stop_word` -- LOCK TABLES `concept_stop_word` WRITE; /*!40000 ALTER TABLE `concept_stop_word` DISABLE KEYS */; INSERT INTO `concept_stop_word` VALUES (1,'A','en','f5f45540-e2a7-11df-87ae-18a905e044dc'),(2,'AND','en','f5f469ae-e2a7-11df-87ae-18a905e044dc'),(3,'AT','en','f5f47070-e2a7-11df-87ae-18a905e044dc'),(4,'BUT','en','f5f476c4-e2a7-11df-87ae-18a905e044dc'),(5,'BY','en','f5f47d04-e2a7-11df-87ae-18a905e044dc'),(6,'FOR','en','f5f4834e-e2a7-11df-87ae-18a905e044dc'),(7,'HAS','en','f5f48a24-e2a7-11df-87ae-18a905e044dc'),(8,'OF','en','f5f49064-e2a7-11df-87ae-18a905e044dc'),(9,'THE','en','f5f496ae-e2a7-11df-87ae-18a905e044dc'),(10,'TO','en','f5f49cda-e2a7-11df-87ae-18a905e044dc'); /*!40000 ALTER TABLE `concept_stop_word` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `drug` -- DROP TABLE IF EXISTS `drug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `drug` ( `drug_id` int(11) NOT NULL AUTO_INCREMENT, `concept_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) DEFAULT NULL, `combination` tinyint(1) NOT NULL DEFAULT '0', `dosage_form` int(11) DEFAULT NULL, `maximum_daily_dose` double DEFAULT NULL, `minimum_daily_dose` double DEFAULT NULL, `route` int(11) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `strength` varchar(255) DEFAULT NULL, PRIMARY KEY (`drug_id`), UNIQUE KEY `drug_uuid_index` (`uuid`), KEY `primary_drug_concept` (`concept_id`), KEY `drug_creator` (`creator`), KEY `drug_changed_by` (`changed_by`), KEY `dosage_form_concept` (`dosage_form`), KEY `drug_retired_by` (`retired_by`), KEY `route_concept` (`route`), CONSTRAINT `dosage_form_concept` FOREIGN KEY (`dosage_form`) REFERENCES `concept` (`concept_id`), CONSTRAINT `drug_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `drug_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `drug_retired_by` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`), CONSTRAINT `primary_drug_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `route_concept` FOREIGN KEY (`route`) REFERENCES `concept` (`concept_id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `drug` -- LOCK TABLES `drug` WRITE; /*!40000 ALTER TABLE `drug` DISABLE KEYS */; INSERT INTO `drug` VALUES (2,792,'Triomune-30',1,NULL,NULL,NULL,NULL,1,'2005-02-24 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'c76f0404-6a7f-11e7-89a8-765859b2742d',NULL),(3,792,'Triomune-40',1,NULL,NULL,NULL,NULL,1,'2005-02-24 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'c76f06d8-6a7f-11e7-89a8-765859b2742d',NULL),(5,625,'d4T-30',0,NULL,NULL,NULL,NULL,1,'2005-02-24 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'c76f0850-6a7f-11e7-89a8-765859b2742d',NULL),(6,625,'d4T-40',0,NULL,NULL,NULL,NULL,1,'2005-02-24 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'c76f099c-6a7f-11e7-89a8-765859b2742d',NULL),(9,796,'DDI 125',0,NULL,NULL,NULL,NULL,1,'2005-02-24 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'c76f0acb-6a7f-11e7-89a8-765859b2742d',NULL),(10,796,'DDI 200',0,NULL,NULL,NULL,NULL,1,'2005-02-24 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'c76f0c89-6a7f-11e7-89a8-765859b2742d',NULL); /*!40000 ALTER TABLE `drug` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `drug_ingredient` -- DROP TABLE IF EXISTS `drug_ingredient`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `drug_ingredient` ( `drug_id` int(11) NOT NULL, `ingredient_id` int(11) NOT NULL, `uuid` char(38) NOT NULL, `strength` double DEFAULT NULL, `units` int(11) DEFAULT NULL, PRIMARY KEY (`drug_id`,`ingredient_id`), UNIQUE KEY `uuid` (`uuid`), KEY `drug_ingredient_units_fk` (`units`), KEY `drug_ingredient_ingredient_id_fk` (`ingredient_id`), CONSTRAINT `drug_ingredient_drug_id_fk` FOREIGN KEY (`drug_id`) REFERENCES `drug` (`drug_id`), CONSTRAINT `drug_ingredient_ingredient_id_fk` FOREIGN KEY (`ingredient_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `drug_ingredient_units_fk` FOREIGN KEY (`units`) REFERENCES `concept` (`concept_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `drug_ingredient` -- LOCK TABLES `drug_ingredient` WRITE; /*!40000 ALTER TABLE `drug_ingredient` DISABLE KEYS */; /*!40000 ALTER TABLE `drug_ingredient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `drug_order` -- DROP TABLE IF EXISTS `drug_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `drug_order` ( `order_id` int(11) NOT NULL DEFAULT '0', `drug_inventory_id` int(11), `dose` double DEFAULT NULL, `as_needed` tinyint(1) DEFAULT NULL, `dosing_type` varchar(255) DEFAULT NULL, `quantity` double DEFAULT NULL, `as_needed_condition` varchar(255) DEFAULT NULL, `num_refills` int(11) DEFAULT NULL, `dosing_instructions` text, `duration` int(11) DEFAULT NULL, `duration_units` int(11) DEFAULT NULL, `quantity_units` int(11) DEFAULT NULL, `route` int(11) DEFAULT NULL, `dose_units` int(11) DEFAULT NULL, `frequency` int(11) DEFAULT NULL, `brand_name` varchar(255) DEFAULT NULL, `dispense_as_written` tinyint(1) NOT NULL DEFAULT '0', `drug_non_coded` varchar(255) DEFAULT NULL, PRIMARY KEY (`order_id`), KEY `inventory_item` (`drug_inventory_id`), KEY `drug_order_duration_units_fk` (`duration_units`), KEY `drug_order_quantity_units` (`quantity_units`), KEY `drug_order_route_fk` (`route`), KEY `drug_order_dose_units` (`dose_units`), KEY `drug_order_frequency_fk` (`frequency`), CONSTRAINT `drug_order_dose_units` FOREIGN KEY (`dose_units`) REFERENCES `concept` (`concept_id`), CONSTRAINT `drug_order_duration_units_fk` FOREIGN KEY (`duration_units`) REFERENCES `concept` (`concept_id`), CONSTRAINT `drug_order_frequency_fk` FOREIGN KEY (`frequency`) REFERENCES `order_frequency` (`order_frequency_id`), CONSTRAINT `drug_order_quantity_units` FOREIGN KEY (`quantity_units`) REFERENCES `concept` (`concept_id`), CONSTRAINT `drug_order_route_fk` FOREIGN KEY (`route`) REFERENCES `concept` (`concept_id`), CONSTRAINT `extends_order` FOREIGN KEY (`order_id`) REFERENCES `orders` (`order_id`), CONSTRAINT `inventory_item` FOREIGN KEY (`drug_inventory_id`) REFERENCES `drug` (`drug_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `drug_order` -- LOCK TABLES `drug_order` WRITE; /*!40000 ALTER TABLE `drug_order` DISABLE KEYS */; /*!40000 ALTER TABLE `drug_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `drug_reference_map` -- DROP TABLE IF EXISTS `drug_reference_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `drug_reference_map` ( `drug_reference_map_id` int(11) NOT NULL AUTO_INCREMENT, `drug_id` int(11) NOT NULL, `term_id` int(11) NOT NULL, `concept_map_type` int(11) NOT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`drug_reference_map_id`), UNIQUE KEY `uuid` (`uuid`), KEY `drug_for_drug_reference_map` (`drug_id`), KEY `concept_reference_term_for_drug_reference_map` (`term_id`), KEY `concept_map_type_for_drug_reference_map` (`concept_map_type`), KEY `user_who_changed_drug_reference_map` (`changed_by`), KEY `drug_reference_map_creator` (`creator`), KEY `user_who_retired_drug_reference_map` (`retired_by`), CONSTRAINT `concept_map_type_for_drug_reference_map` FOREIGN KEY (`concept_map_type`) REFERENCES `concept_map_type` (`concept_map_type_id`), CONSTRAINT `concept_reference_term_for_drug_reference_map` FOREIGN KEY (`term_id`) REFERENCES `concept_reference_term` (`concept_reference_term_id`), CONSTRAINT `drug_for_drug_reference_map` FOREIGN KEY (`drug_id`) REFERENCES `drug` (`drug_id`), CONSTRAINT `drug_reference_map_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_changed_drug_reference_map` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_drug_reference_map` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `drug_reference_map` -- LOCK TABLES `drug_reference_map` WRITE; /*!40000 ALTER TABLE `drug_reference_map` DISABLE KEYS */; /*!40000 ALTER TABLE `drug_reference_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `encounter` -- DROP TABLE IF EXISTS `encounter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `encounter` ( `encounter_id` int(11) NOT NULL AUTO_INCREMENT, `encounter_type` int(11) NOT NULL, `patient_id` int(11) NOT NULL DEFAULT '0', `location_id` int(11) DEFAULT NULL, `form_id` int(11) DEFAULT NULL, `encounter_datetime` datetime NOT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `visit_id` int(11) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`encounter_id`), UNIQUE KEY `encounter_uuid_index` (`uuid`), KEY `encounter_datetime_idx` (`encounter_datetime`), KEY `encounter_ibfk_1` (`creator`), KEY `encounter_type_id` (`encounter_type`), KEY `encounter_form` (`form_id`), KEY `encounter_location` (`location_id`), KEY `encounter_patient` (`patient_id`), KEY `user_who_voided_encounter` (`voided_by`), KEY `encounter_changed_by` (`changed_by`), KEY `encounter_visit_id_fk` (`visit_id`), CONSTRAINT `encounter_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `encounter_form` FOREIGN KEY (`form_id`) REFERENCES `form` (`form_id`), CONSTRAINT `encounter_ibfk_1` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `encounter_location` FOREIGN KEY (`location_id`) REFERENCES `location` (`location_id`), CONSTRAINT `encounter_patient` FOREIGN KEY (`patient_id`) REFERENCES `patient` (`patient_id`) ON UPDATE CASCADE, CONSTRAINT `encounter_type_id` FOREIGN KEY (`encounter_type`) REFERENCES `encounter_type` (`encounter_type_id`), CONSTRAINT `encounter_visit_id_fk` FOREIGN KEY (`visit_id`) REFERENCES `visit` (`visit_id`), CONSTRAINT `user_who_voided_encounter` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `encounter` -- LOCK TABLES `encounter` WRITE; /*!40000 ALTER TABLE `encounter` DISABLE KEYS */; /*!40000 ALTER TABLE `encounter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `encounter_provider` -- DROP TABLE IF EXISTS `encounter_provider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `encounter_provider` ( `encounter_provider_id` int(11) NOT NULL AUTO_INCREMENT, `encounter_id` int(11) NOT NULL, `provider_id` int(11) NOT NULL, `encounter_role_id` int(11) NOT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `date_voided` datetime DEFAULT NULL, `voided_by` int(11) DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`encounter_provider_id`), UNIQUE KEY `uuid` (`uuid`), KEY `encounter_id_fk` (`encounter_id`), KEY `provider_id_fk` (`provider_id`), KEY `encounter_role_id_fk` (`encounter_role_id`), KEY `encounter_provider_creator` (`creator`), KEY `encounter_provider_changed_by` (`changed_by`), KEY `encounter_provider_voided_by` (`voided_by`), CONSTRAINT `encounter_id_fk` FOREIGN KEY (`encounter_id`) REFERENCES `encounter` (`encounter_id`), CONSTRAINT `encounter_provider_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `encounter_provider_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `encounter_provider_voided_by` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`), CONSTRAINT `encounter_role_id_fk` FOREIGN KEY (`encounter_role_id`) REFERENCES `encounter_role` (`encounter_role_id`), CONSTRAINT `provider_id_fk` FOREIGN KEY (`provider_id`) REFERENCES `provider` (`provider_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `encounter_provider` -- LOCK TABLES `encounter_provider` WRITE; /*!40000 ALTER TABLE `encounter_provider` DISABLE KEYS */; /*!40000 ALTER TABLE `encounter_provider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `encounter_role` -- DROP TABLE IF EXISTS `encounter_role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `encounter_role` ( `encounter_role_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(1024) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`encounter_role_id`), UNIQUE KEY `uuid` (`uuid`), UNIQUE KEY `encounter_role_unique_name` (`name`), KEY `encounter_role_creator_fk` (`creator`), KEY `encounter_role_changed_by_fk` (`changed_by`), KEY `encounter_role_retired_by_fk` (`retired_by`), CONSTRAINT `encounter_role_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `encounter_role_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `encounter_role_retired_by_fk` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `encounter_role` -- LOCK TABLES `encounter_role` WRITE; /*!40000 ALTER TABLE `encounter_role` DISABLE KEYS */; INSERT INTO `encounter_role` VALUES (1,'Doctor','A Doctor encounter role',1,'2011-12-09 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'73bbb069-9781-4afc-a9d1-54b6b2270e03'),(2,'Nurse','A Nurse encounter role',1,'2011-12-09 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'73bbb069-9781-4afc-a9d1-54b6b2270e04'),(3,'Unknown','Unknown encounter role for legacy providers with no encounter role set',1,'2011-08-18 14:00:00',NULL,NULL,0,NULL,NULL,NULL,'a0b03050-c99b-11e0-9572-0800200c9a66'); /*!40000 ALTER TABLE `encounter_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `encounter_type` -- DROP TABLE IF EXISTS `encounter_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `encounter_type` ( `encounter_type_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL DEFAULT '', `description` text, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `edit_privilege` varchar(255) DEFAULT NULL, `view_privilege` varchar(255) DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, PRIMARY KEY (`encounter_type_id`), UNIQUE KEY `encounter_type_unique_name` (`name`), UNIQUE KEY `encounter_type_uuid_index` (`uuid`), KEY `encounter_type_retired_status` (`retired`), KEY `user_who_created_type` (`creator`), KEY `user_who_retired_encounter_type` (`retired_by`), KEY `privilege_which_can_view_encounter_type` (`view_privilege`), KEY `privilege_which_can_edit_encounter_type` (`edit_privilege`), KEY `encounter_type_changed_by` (`changed_by`), CONSTRAINT `encounter_type_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `privilege_which_can_edit_encounter_type` FOREIGN KEY (`edit_privilege`) REFERENCES `privilege` (`privilege`), CONSTRAINT `privilege_which_can_view_encounter_type` FOREIGN KEY (`view_privilege`) REFERENCES `privilege` (`privilege`), CONSTRAINT `user_who_created_type` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_encounter_type` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `encounter_type` -- LOCK TABLES `encounter_type` WRITE; /*!40000 ALTER TABLE `encounter_type` DISABLE KEYS */; INSERT INTO `encounter_type` VALUES (1,'ADULTINITIAL','Outpatient Adult Initial Visit',1,'2005-02-24 00:00:00',0,NULL,NULL,NULL,'8d5b27bc-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL,NULL,NULL),(2,'ADULTRETURN','Outpatient Adult Return Visit',1,'2005-02-24 00:00:00',0,NULL,NULL,NULL,'8d5b2be0-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL,NULL,NULL),(3,'PEDSINITIAL','Outpatient Pediatric Initial Visit',1,'2005-02-24 00:00:00',0,NULL,NULL,NULL,'8d5b2dde-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL,NULL,NULL),(4,'PEDSRETURN','Outpatient Pediatric Return Visit',1,'2005-02-24 00:00:00',0,NULL,NULL,NULL,'8d5b3108-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `encounter_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `field` -- DROP TABLE IF EXISTS `field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `field` ( `field_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` text, `field_type` int(11) DEFAULT NULL, `concept_id` int(11) DEFAULT NULL, `table_name` varchar(50) DEFAULT NULL, `attribute_name` varchar(50) DEFAULT NULL, `default_value` text, `select_multiple` tinyint(1) NOT NULL DEFAULT '0', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`field_id`), UNIQUE KEY `field_uuid_index` (`uuid`), KEY `field_retired_status` (`retired`), KEY `user_who_changed_field` (`changed_by`), KEY `concept_for_field` (`concept_id`), KEY `user_who_created_field` (`creator`), KEY `type_of_field` (`field_type`), KEY `user_who_retired_field` (`retired_by`), CONSTRAINT `concept_for_field` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `type_of_field` FOREIGN KEY (`field_type`) REFERENCES `field_type` (`field_type_id`), CONSTRAINT `user_who_changed_field` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_created_field` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_field` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `field` -- LOCK TABLES `field` WRITE; /*!40000 ALTER TABLE `field` DISABLE KEYS */; INSERT INTO `field` VALUES (1,'SELF PAY','Patient pays for their own evaluation and related treatment. Used as an answer for \"pay category\".',1,5269,'',NULL,'',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770c556-6a7f-11e7-89a8-765859b2742d'),(2,'PATIENT','Patient section of form',5,NULL,'','','',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770c7ce-6a7f-11e7-89a8-765859b2742d'),(3,'ENCOUNTER','Encounter section of form',5,NULL,'','','',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770c951-6a7f-11e7-89a8-765859b2742d'),(4,'MEDICAL RECORD OBSERVATIONS','General description for clinical observations entered into the system.',1,1238,'',NULL,'',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770cb7f-6a7f-11e7-89a8-765859b2742d'),(5,'OBS','Obs section of form',1,1238,'','','',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770ccd2-6a7f-11e7-89a8-765859b2742d'),(6,'PATIENT.BIRTHDATE','',2,NULL,'patient','birthdate','$!{date.format($patient.getBirthdate())}',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770ce0a-6a7f-11e7-89a8-765859b2742d'),(7,'PATIENT.BIRTHDATE_ESTIMATED','',2,NULL,'patient','birthdate_estimated','$!{patient.getBirthDateEstimated()}',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770cf3a-6a7f-11e7-89a8-765859b2742d'),(8,'PATIENT.FAMILY_NAME','',2,NULL,'person_name','family_name','$!{patient.getFamilyName()}',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770d068-6a7f-11e7-89a8-765859b2742d'),(9,'PATIENT.GIVEN_NAME','',2,NULL,'person_name','given_name','$!{patient.getGivenName()}',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770d18c-6a7f-11e7-89a8-765859b2742d'),(10,'PATIENT.MIDDLE_NAME','',2,NULL,'person_name','middle_name','$!{patient.getMiddleName()}',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770d2ae-6a7f-11e7-89a8-765859b2742d'),(11,'PATIENT.MEDICAL_RECORD_NUMBER','',2,NULL,'patient_identifier','identifier','$!{patient.getPatientIdentifier(1).getIdentifier()}',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770d419-6a7f-11e7-89a8-765859b2742d'),(12,'PATIENT.PATIENT_ID','',2,NULL,'patient','patient_id','$!{patient.getPatientId()}',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770d586-6a7f-11e7-89a8-765859b2742d'),(13,'PATIENT.SEX','',2,NULL,'patient','gender','$!{patient.getGender()}',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770d6b5-6a7f-11e7-89a8-765859b2742d'),(14,'PATIENT.TRIBE','',2,NULL,'patient','tribe','$!{patient.attributeMap.Tribe.hydratedObject.tribeId}^$!{patient.attributeMap.Tribe.hydratedObject.name}',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770d7dd-6a7f-11e7-89a8-765859b2742d'),(15,'PATIENT_ADDRESS.ADDRESS1','',2,NULL,'patient_address','address1','$!{patient.getPersonAddress().getAddress1()}',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770d915-6a7f-11e7-89a8-765859b2742d'),(16,'PATIENT_ADDRESS.ADDRESS2','',2,NULL,'patient_address','address2','$!{patient.getPersonAddress().getAddress2()}',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770da46-6a7f-11e7-89a8-765859b2742d'),(17,'ENCOUNTER.ENCOUNTER_DATETIME','',2,NULL,'encounter','encounter_datetime','',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770db7c-6a7f-11e7-89a8-765859b2742d'),(18,'ENCOUNTER.LOCATION_ID','',2,NULL,'encounter','location_id','',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770dca7-6a7f-11e7-89a8-765859b2742d'),(19,'ENCOUNTER.PROVIDER_ID','',2,NULL,'encounter','provider_id','',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770ddcc-6a7f-11e7-89a8-765859b2742d'),(20,'WEIGHT (KG)','Patient\'s weight in kilograms.',1,5089,'',NULL,'',0,1,'2006-07-18 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770def3-6a7f-11e7-89a8-765859b2742d'),(21,'PROBLEM LIST','List of problems for a given patient visit.',1,1284,'','','',0,1,'2006-07-26 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770e027-6a7f-11e7-89a8-765859b2742d'),(22,'PROBLEM ADDED','Diagnosis or problem noted on a patient encounter.',1,6042,'','','',0,1,'2006-07-26 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770e15b-6a7f-11e7-89a8-765859b2742d'),(23,'PROBLEM RESOLVED','Diagnosis or problem noted on a patient encounter as being resolved.',1,6097,'','','',0,1,'2006-07-26 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c770e284-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `field_answer` -- DROP TABLE IF EXISTS `field_answer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `field_answer` ( `field_id` int(11) NOT NULL DEFAULT '0', `answer_id` int(11) NOT NULL DEFAULT '0', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`field_id`,`answer_id`), UNIQUE KEY `field_answer_uuid_index` (`uuid`), KEY `field_answer_concept` (`answer_id`), KEY `user_who_created_field_answer` (`creator`), CONSTRAINT `answers_for_field` FOREIGN KEY (`field_id`) REFERENCES `field` (`field_id`), CONSTRAINT `field_answer_concept` FOREIGN KEY (`answer_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `user_who_created_field_answer` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `field_answer` -- LOCK TABLES `field_answer` WRITE; /*!40000 ALTER TABLE `field_answer` DISABLE KEYS */; /*!40000 ALTER TABLE `field_answer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `field_type` -- DROP TABLE IF EXISTS `field_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `field_type` ( `field_type_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) DEFAULT NULL, `description` text, `is_set` tinyint(1) NOT NULL DEFAULT '0', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`field_type_id`), UNIQUE KEY `field_type_uuid_index` (`uuid`), KEY `user_who_created_field_type` (`creator`), CONSTRAINT `user_who_created_field_type` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `field_type` -- LOCK TABLES `field_type` WRITE; /*!40000 ALTER TABLE `field_type` DISABLE KEYS */; INSERT INTO `field_type` VALUES (1,'Concept','',0,1,'2005-02-22 00:00:00','8d5e7d7c-c2cc-11de-8d13-0010c6dffd0f'),(2,'Database element','',0,1,'2005-02-22 00:00:00','8d5e8196-c2cc-11de-8d13-0010c6dffd0f'),(3,'Set of Concepts','',1,1,'2005-02-22 00:00:00','8d5e836c-c2cc-11de-8d13-0010c6dffd0f'),(4,'Miscellaneous Set','',1,1,'2005-02-22 00:00:00','8d5e852e-c2cc-11de-8d13-0010c6dffd0f'),(5,'Section','',1,1,'2005-02-22 00:00:00','8d5e86fa-c2cc-11de-8d13-0010c6dffd0f'); /*!40000 ALTER TABLE `field_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `form` -- DROP TABLE IF EXISTS `form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `form` ( `form_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `version` varchar(50) NOT NULL DEFAULT '', `build` int(11) DEFAULT NULL, `published` tinyint(1) NOT NULL DEFAULT '0', `xslt` text, `template` text, `description` text, `encounter_type` int(11) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retired_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`form_id`), UNIQUE KEY `form_uuid_index` (`uuid`), KEY `form_published_index` (`published`), KEY `form_retired_index` (`retired`), KEY `form_published_and_retired_index` (`published`,`retired`), KEY `user_who_last_changed_form` (`changed_by`), KEY `user_who_created_form` (`creator`), KEY `form_encounter_type` (`encounter_type`), KEY `user_who_retired_form` (`retired_by`), CONSTRAINT `form_encounter_type` FOREIGN KEY (`encounter_type`) REFERENCES `encounter_type` (`encounter_type_id`), CONSTRAINT `user_who_created_form` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_last_changed_form` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_form` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `form` -- LOCK TABLES `form` WRITE; /*!40000 ALTER TABLE `form` DISABLE KEYS */; INSERT INTO `form` VALUES (1,'Basic Form','0.1',1,0,'\r\n\r\n\r\n\r\n\r\n \r\n\r\nFORMENTRY\r\nAMRS.ELD\r\nHL7LISTENER\r\nAMRS.ELD\r\n \r\n \r\nAMRS.ELD.FORMID \r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n MSH|^~\\& \r\n | \r\n \r\n | \r\n \r\n | \r\n \r\n | \r\n \r\n | \r\n \r\n \r\n \r\n | \r\n |ORU^R01 \r\n | \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n |P \r\n |2.5 \r\n |1 \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n \r\n ^\r\n \r\n \r\n\r\n \r\n PID \r\n | \r\n | \r\n | \r\n \r\n \r\n \r\n \r\n \r\n 0\">\r\n ~\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n 0\">\r\n ~\r\n \r\n \r\n \r\n \r\n \r\n \r\n | \r\n \r\n | \r\n \r\n ^ \r\n \r\n ^ \r\n \r\n | \r\n | \r\n \r\n \r\n \r\n \r\n PV1 \r\n | \r\n |O \r\n | \r\n \r\n | \r\n | \r\n | \r\n | \r\n \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n \r\n \r\n \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n \r\n \r\n \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n |V \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n ORC \r\n |RE \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n \r\n \r\n \r\n | \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n OBR \r\n | \r\n 1\r\n | \r\n | \r\n | \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n OBR \r\n | \r\n \r\n | \r\n | \r\n | \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n OBR \r\n | \r\n \r\n | \r\n | \r\n | \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n OBR \r\n | \r\n \r\n | \r\n | \r\n | \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n ^ \r\n ^ \r\n ^ \r\n \r\n ^ \r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n OBX \r\n | \r\n \r\n | \r\n \r\n \r\n NM\r\n \r\n \r\n \r\n \r\n \r\n | \r\n \r\n | \r\n \r\n | \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n 0\r\n 1\r\n \r\n \r\n \r\n \r\n \r\n \r\n | \r\n \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n | \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n',NULL,'This form contains only the common/core elements needed for most forms',1,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',0,NULL,NULL,'','c772c77b-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `form_field` -- DROP TABLE IF EXISTS `form_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `form_field` ( `form_field_id` int(11) NOT NULL AUTO_INCREMENT, `form_id` int(11) NOT NULL DEFAULT '0', `field_id` int(11) NOT NULL DEFAULT '0', `field_number` int(11) DEFAULT NULL, `field_part` varchar(5) DEFAULT NULL, `page_number` int(11) DEFAULT NULL, `parent_form_field` int(11) DEFAULT NULL, `min_occurs` int(11) DEFAULT NULL, `max_occurs` int(11) DEFAULT NULL, `required` tinyint(1) NOT NULL DEFAULT '0', `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `sort_weight` double DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`form_field_id`), UNIQUE KEY `form_field_uuid_index` (`uuid`), KEY `user_who_last_changed_form_field` (`changed_by`), KEY `user_who_created_form_field` (`creator`), KEY `field_within_form` (`field_id`), KEY `form_containing_field` (`form_id`), KEY `form_field_hierarchy` (`parent_form_field`), CONSTRAINT `field_within_form` FOREIGN KEY (`field_id`) REFERENCES `field` (`field_id`), CONSTRAINT `form_containing_field` FOREIGN KEY (`form_id`) REFERENCES `form` (`form_id`), CONSTRAINT `form_field_hierarchy` FOREIGN KEY (`parent_form_field`) REFERENCES `form_field` (`form_field_id`), CONSTRAINT `user_who_created_form_field` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_last_changed_form_field` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `form_field` -- LOCK TABLES `form_field` WRITE; /*!40000 ALTER TABLE `form_field` DISABLE KEYS */; INSERT INTO `form_field` VALUES (2,1,2,1,'',NULL,NULL,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',10,'c7735abf-6a7f-11e7-89a8-765859b2742d'),(3,1,3,2,'',NULL,NULL,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',20,'c7735d13-6a7f-11e7-89a8-765859b2742d'),(5,1,5,3,'',NULL,NULL,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',30,'c7735ec6-6a7f-11e7-89a8-765859b2742d'),(6,1,6,NULL,'',NULL,2,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',50,'c7736008-6a7f-11e7-89a8-765859b2742d'),(7,1,7,NULL,'',NULL,2,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',60,'c7736129-6a7f-11e7-89a8-765859b2742d'),(8,1,8,NULL,'',NULL,2,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',70,'c7736320-6a7f-11e7-89a8-765859b2742d'),(9,1,9,NULL,'',NULL,2,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',80,'c7736441-6a7f-11e7-89a8-765859b2742d'),(10,1,10,NULL,'',NULL,2,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',100,'c773655f-6a7f-11e7-89a8-765859b2742d'),(11,1,11,NULL,'',NULL,2,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',90,'c7736668-6a7f-11e7-89a8-765859b2742d'),(12,1,12,NULL,'',NULL,2,NULL,NULL,1,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',110,'c773676e-6a7f-11e7-89a8-765859b2742d'),(13,1,13,NULL,'',NULL,2,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',120,'c7736870-6a7f-11e7-89a8-765859b2742d'),(14,1,14,NULL,'',NULL,2,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',130,'c773697d-6a7f-11e7-89a8-765859b2742d'),(15,1,15,NULL,'',NULL,2,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',140,'c7736a7d-6a7f-11e7-89a8-765859b2742d'),(16,1,16,NULL,'',NULL,2,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',150,'c7736b87-6a7f-11e7-89a8-765859b2742d'),(17,1,17,NULL,'',NULL,3,NULL,NULL,1,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',160,'c7736d15-6a7f-11e7-89a8-765859b2742d'),(18,1,18,NULL,'',NULL,3,NULL,NULL,1,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',170,'c7736e61-6a7f-11e7-89a8-765859b2742d'),(19,1,19,NULL,'',NULL,3,NULL,NULL,1,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',180,'c7736f79-6a7f-11e7-89a8-765859b2742d'),(20,1,20,NULL,'',NULL,5,NULL,NULL,0,1,'2006-07-18 00:00:00',1,'2006-07-18 00:00:00',190,'c77372c4-6a7f-11e7-89a8-765859b2742d'),(21,1,21,4,'',NULL,NULL,NULL,NULL,0,1,'2006-07-26 00:00:00',1,'2006-07-26 00:00:00',40,'c77373f7-6a7f-11e7-89a8-765859b2742d'),(22,1,22,NULL,'',NULL,21,NULL,-1,0,1,'2006-07-26 00:00:00',1,'2006-07-26 00:00:00',200,'c773750b-6a7f-11e7-89a8-765859b2742d'),(23,1,23,NULL,'',NULL,21,NULL,-1,0,1,'2006-07-26 00:00:00',1,'2006-07-26 00:00:00',210,'c7737622-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `form_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `form_resource` -- DROP TABLE IF EXISTS `form_resource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `form_resource` ( `form_resource_id` int(11) NOT NULL AUTO_INCREMENT, `form_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `value_reference` text NOT NULL, `datatype` varchar(255) DEFAULT NULL, `datatype_config` text, `preferred_handler` varchar(255) DEFAULT NULL, `handler_config` text, `uuid` char(38) NOT NULL, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, PRIMARY KEY (`form_resource_id`), UNIQUE KEY `uuid` (`uuid`), UNIQUE KEY `unique_form_and_name` (`form_id`,`name`), KEY `form_resource_changed_by` (`changed_by`), CONSTRAINT `form_resource_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `form_resource_form_fk` FOREIGN KEY (`form_id`) REFERENCES `form` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `form_resource` -- LOCK TABLES `form_resource` WRITE; /*!40000 ALTER TABLE `form_resource` DISABLE KEYS */; /*!40000 ALTER TABLE `form_resource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `global_property` -- DROP TABLE IF EXISTS `global_property`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `global_property` ( `property` varchar(255) NOT NULL DEFAULT '', `property_value` text, `description` text, `uuid` char(38) NOT NULL, `datatype` varchar(255) DEFAULT NULL, `datatype_config` text, `preferred_handler` varchar(255) DEFAULT NULL, `handler_config` text, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, PRIMARY KEY (`property`), UNIQUE KEY `global_property_uuid_index` (`uuid`), KEY `global_property_property_index` (`property`), KEY `global_property_changed_by` (`changed_by`), CONSTRAINT `global_property_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `global_property` -- LOCK TABLES `global_property` WRITE; /*!40000 ALTER TABLE `global_property` DISABLE KEYS */; INSERT INTO `global_property` VALUES ('allergy.allergen.ConceptClasses','Drug,MedSet','A comma-separated list of the allowed concept classes for the allergen field of the allergy dialog','100c9e6a-f98d-44dd-9c89-3d15c5af1830',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.allergen.drug','162552AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the drug allergens concept','5aef4e6b-699f-4da9-8552-0f106f8c30d5',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.allergen.environment','162554AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the environment allergens concept','6d3e8322-bd1d-4097-8400-2f6109dc8925',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.allergen.food','162553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the food allergens concept','e8e71641-5975-411b-8167-f217d1f074fd',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.otherNonCoded','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the allergy other non coded concept','85262e55-4666-484a-b4e0-cdb79776cd47',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.reactions','162555AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the allergy reactions concept','f66cea14-337d-4402-98e5-d298aa951682',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.severity.mild','1498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the MILD severity concept','f9577651-3018-4200-934d-b9c0668bdc3a',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.severity.moderate','1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the MODERATE severity concept','faaa0148-baa0-4d95-bc2c-35583e378bb3',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.severity.severe','1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the SEVERE severity concept','54708ec1-5f72-47b6-ae1c-3cd9ceb591bd',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.concept.unknown','1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA','UUID for the allergy unknown concept','32325b26-190a-4589-aeb3-92488ac98e1b',NULL,NULL,NULL,NULL,NULL,NULL),('allergy.reaction.ConceptClasses','Symptom','A comma-separated list of the allowed concept classes for the reaction field of the allergy dialog','55bcec84-1384-4f72-acaf-5379c354607d',NULL,NULL,NULL,NULL,NULL,NULL),('application.name','OpenMRS','The name of this application, as presented to the user, for example on the login and welcome pages.','1e8463dc-e5ca-4d20-8d44-20fc61385871',NULL,NULL,NULL,NULL,NULL,NULL),('concept.causeOfDeath','5002','Concept id of the concept defining the CAUSE OF DEATH concept','c7740e1e-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('concept.defaultConceptMapType','NARROWER-THAN','Default concept map type which is used when no other is set','bb3a1942-4ec8-4d95-af46-0fa9402dcef5',NULL,NULL,NULL,NULL,NULL,NULL),('concept.false','1066','Concept id of the concept defining the FALSE boolean concept','cd0cb77b-52f6-4d3b-bc6d-4e0ced24a97f',NULL,NULL,NULL,NULL,NULL,NULL),('concept.height','5090','Concept id of the concept defining the HEIGHT concept','c7741114-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('concept.medicalRecordObservations','1238','The concept id of the MEDICAL_RECORD_OBSERVATIONS concept. This concept_id is presumed to be the generic grouping (obr) concept in hl7 messages. An obs_group row is not created for this concept.','c77411fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('concept.none','1107','Concept id of the concept defining the NONE concept','c77412f5-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('concept.otherNonCoded','5622','Concept id of the concept defining the OTHER NON-CODED concept','c77413c6-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('concept.patientDied','1742','Concept id of the concept defining the PATIEND DIED concept','c7741491-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('concept.problemList','1284','The concept id of the PROBLEM LIST concept. This concept_id is presumed to be the generic grouping (obr) concept in hl7 messages. An obs_group row is not created for this concept.','92290842-8950-4587-a52b-439d33096ac7',NULL,NULL,NULL,NULL,NULL,NULL),('concept.reasonExitedCare','1811','Concept id of the concept defining the REASON EXITED CARE concept','c7741559-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('concept.reasonOrderStopped','6098','Concept id of the concept defining the REASON ORDER STOPPED concept','c7741624-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('concept.true','1065','Concept id of the concept defining the TRUE boolean concept','87cee01f-802a-4e52-b8a4-b3d10a9d8ded',NULL,NULL,NULL,NULL,NULL,NULL),('concept.weight','5089','Concept id of the concept defining the WEIGHT concept','c77416ea-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('conceptDrug.dosageForm.conceptClasses',NULL,'A comma-separated list of the allowed concept classes for the dosage form field of the concept drug management form.','b594e0ae-4d57-4b29-81a9-7138e93af965',NULL,NULL,NULL,NULL,NULL,NULL),('conceptDrug.route.conceptClasses',NULL,'A comma-separated list of the allowed concept classes for the route field of the concept drug management form.','d8a04e29-5155-4254-b409-9f4d058250d4',NULL,NULL,NULL,NULL,NULL,NULL),('concepts.locked','false','true/false whether or not concepts can be edited in this database.','c77417b1-6a7f-11e7-89a8-765859b2742d','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('concept_map_type_management.enable','false','Enables or disables management of concept map types','e66593ec-a649-4db4-8719-254780121613','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.maximumNumberToShow','3','An integer which, if specified, would determine the maximum number of encounters to display on the encounter tab of the patient dashboard.','2b72122a-dd39-4944-9e1a-26a116ec8484',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.providerDisplayRoles',NULL,'A comma-separated list of encounter roles (by name or id). Providers with these roles in an encounter will be displayed on the encounter tab of the patient dashboard.','18bbcd3e-2260-4c45-8284-c28399afef3b',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.showEditLink','true','true/false whether or not to show the \'Edit Encounter\' link on the patient dashboard','c7741875-6a7f-11e7-89a8-765859b2742d','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.showEmptyFields','true','true/false whether or not to show empty fields on the \'View Encounter\' window','c7741948-6a7f-11e7-89a8-765859b2742d','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.showViewLink','true','true/false whether or not to show the \'View Encounter\' link on the patient dashboard','c7741a16-6a7f-11e7-89a8-765859b2742d','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.usePages','smart','true/false/smart on how to show the pages on the \'View Encounter\' window. \'smart\' means that if > 50% of the fields have page numbers defined, show data in pages','c7741ae0-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.encounters.viewWhere','newWindow','Defines how the \'View Encounter\' link should act. Known values: \'sameWindow\', \'newWindow\', \'oneNewWindow\'','c7741bb2-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.header.programs_to_show',NULL,'List of programs to show Enrollment details of in the patient header. (Should be an ordered comma-separated list of program_ids or names.)','15fb5ab1-8b62-4e0e-afab-8f773fab4497',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.header.showConcept','5497','Comma delimited list of concepts ids to show on the patient header overview','c7741011-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.header.workflows_to_show',NULL,'List of programs to show Enrollment details of in the patient header. List of workflows to show current status of in the patient header. These will only be displayed if they belong to a program listed above. (Should be a comma-separated list of program_workflow_ids.)','3047c2c0-3dc3-42eb-9d3c-0225ec4955d2',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.metadata.caseConversion',NULL,'Indicates which type automatic case conversion is applied to program/workflow/state in the patient dashboard. Valid values: lowercase, uppercase, capitalize. If empty no conversion is applied.','c6344939-8599-45ff-a521-07b08fb98ae8',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.overview.showConcepts','','Comma delimited list of concepts ids to show on the patient dashboard overview tab','c7741c81-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.regimen.displayDrugSetIds','ANTIRETROVIRAL DRUGS,TUBERCULOSIS TREATMENT DRUGS','Drug sets that appear on the Patient Dashboard Regimen tab. Comma separated list of name of concepts that are defined as drug sets.','c7741d43-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.regimen.displayFrequencies','7 days/week,6 days/week,5 days/week,4 days/week,3 days/week,2 days/week,1 days/week','Frequency of a drug order that appear on the Patient Dashboard. Comma separated list of name of concepts that are defined as drug frequencies.','746e4b5e-4089-4bad-8b21-c947fd5ad468',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.relationships.show_types','','Types of relationships separated by commas. Doctor/Patient,Parent/Child','c774210f-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('dashboard.showPatientName','false','Whether or not to display the patient name in the patient dashboard title. Note that enabling this could be security risk if multiple users operate on the same computer.','3b27f016-f16e-4b59-b5f2-1cf9434d5832','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('datePicker.weekStart','0','First day of the week in the date picker. Domingo/Dimanche/Sunday:0 Lunes/Lundi/Monday:1','b65572ed-575e-4563-98d9-f0fd0c163b8c',NULL,NULL,NULL,NULL,NULL,NULL),('default_locale','en_GB','Specifies the default locale. You can specify both the language code(ISO-639) and the country code(ISO-3166), e.g. \'en_GB\' or just country: e.g. \'en\'','8162c6d2-5bdf-4bd4-99af-f3076c406546',NULL,NULL,NULL,NULL,NULL,NULL),('default_location','Unknown Location','The name of the location to use as a system default','4bfb9628-fa64-487a-8c1c-1b67b27b106f',NULL,NULL,NULL,NULL,NULL,NULL),('default_theme',NULL,'Default theme for users. OpenMRS ships with themes of \'green\', \'orange\', \'purple\', and \'legacy\'','9350cae7-5ef1-45b8-bea8-6aad04f02b07',NULL,NULL,NULL,NULL,NULL,NULL),('drugOrder.drugOther',NULL,'Specifies the uuid of the concept which represents drug other non coded','f90922dc-3f5c-4d29-af6c-a2be14bdee3e',NULL,NULL,NULL,NULL,NULL,NULL),('drugOrder.requireDrug','false','Set to value true if you need to specify a formulation(Drug) when creating a drug order.','ee483001-3a74-4e98-ac1e-e2eff553a8dc',NULL,NULL,NULL,NULL,NULL,NULL),('encounterForm.obsSortOrder','number','The sort order for the obs listed on the encounter edit form. \'number\' sorts on the associated numbering from the form schema. \'weight\' sorts on the order displayed in the form schema.','c77421fa-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('EncounterType.encounterTypes.locked','false','saving, retiring or deleting an Encounter Type is not permitted, if true','64e8bdea-ae4d-4eb9-9d35-4868c0d99b5d','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('FormEntry.enableDashboardTab','true','true/false whether or not to show a Form Entry tab on the patient dashboard','7061ce4b-3d53-414b-83ca-7a07d00c0b22','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('FormEntry.enableOnEncounterTab','false','true/false whether or not to show a Enter Form button on the encounters tab of the patient dashboard','11c9e235-1cfa-4423-a3bf-f8698177961b','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('forms.locked','false','Set to a value of true if you do not want any changes to be made on forms, else set to false.','7f696ac0-6873-488d-87a5-e331c6fd9fab',NULL,NULL,NULL,NULL,NULL,NULL),('graph.color.absolute','rgb(20,20,20)','Color of the \'invalid\' section of numeric graphs on the patient dashboard.','e1d55620-1e18-4bd7-bdc7-17a32be40a05',NULL,NULL,NULL,NULL,NULL,NULL),('graph.color.critical','rgb(200,0,0)','Color of the \'critical\' section of numeric graphs on the patient dashboard.','58b40ba6-858b-43a5-a1a6-9cd01abf8f40',NULL,NULL,NULL,NULL,NULL,NULL),('graph.color.normal','rgb(255,126,0)','Color of the \'normal\' section of numeric graphs on the patient dashboard.','306fb123-5dc3-4d17-860a-c96b0461eb87',NULL,NULL,NULL,NULL,NULL,NULL),('gzip.enabled','false','Set to \'true\' to turn on OpenMRS\'s gzip filter, and have the webapp compress data before sending it to any client that supports it. Generally use this if you are running Tomcat standalone. If you are running Tomcat behind Apache, then you\'d want to use Apache to do gzip compression.','c77422ca-6a7f-11e7-89a8-765859b2742d','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('hl7_archive.dir','hl7_archives','The default name or absolute path for the folder where to write the hl7_in_archives.','7edef158-1eef-4a58-9ab2-b8e29e83de35',NULL,NULL,NULL,NULL,NULL,NULL),('hl7_processor.ignore_missing_patient_non_local','false','If true, hl7 messages for patients that are not found and are non-local will silently be dropped/ignored','6a99f249-4e73-4971-9f44-f07349c79548','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('layout.address.format','\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 address1\n address2\n cityVillage stateProvince country postalCode\n latitude longitude\n startDate endDate\n \n ','XML description of address formats','c7742394-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('layout.name.format','short','Format in which to display the person names. Valid values are short, long','c774245b-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('legacyui.mandatory','false','true/false whether or not the legacyui module MUST start when openmrs starts. This is used to make sure that mission critical modules are always running if openmrs is running.','2e8ec1e2-9b5b-4a92-a06d-17cf3973c284',NULL,NULL,NULL,NULL,NULL,NULL),('legacyui.started','true','DO NOT MODIFY. true/false whether or not the legacyui module has been started. This is used to make sure modules that were running prior to a restart are started again','05ddeacc-b039-499c-9511-eb0ddb38dff2',NULL,NULL,NULL,NULL,NULL,NULL),('locale.allowed.list','en,en_GB','Comma delimited list of locales allowed for use on system','c77425e7-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('location.field.style','default','Type of widget to use for location fields','fd8a9fbd-113c-4398-b29e-82f71ad2acf2',NULL,NULL,NULL,NULL,NULL,NULL),('log.layout','%p - %C{1}.%M(%L) |%d{ISO8601}| %m%n','A log layout pattern which is used by the OpenMRS file appender.','e9a3cf57-2f88-4d1d-b709-278317fa53a9',NULL,NULL,NULL,NULL,NULL,NULL),('log.level','info','log level used by the logger \'org.openmrs\'. This value will override the log4j.xml value. Valid values are trace, debug, info, warn, error or fatal','c77426dc-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('log.location',NULL,'A directory where the OpenMRS log file appender is stored. The log file name is \'openmrs.log\'.','ec188ce0-f035-4c31-b55c-42a3fb7d7dda',NULL,NULL,NULL,NULL,NULL,NULL),('mail.debug','false','true/false whether to print debugging information during mailing','c77427a2-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('mail.default_content_type','text/plain','Content type to append to the mail messages','c7742868-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('mail.from','info@openmrs.org','Email address to use as the default from address','c774292a-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('mail.password','test','Password for the SMTP user (if smtp_auth is enabled)','c77429ed-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('mail.smtp.starttls.enable','false','Set to true to enable TLS encryption, else set to false','c4104ef7-dafb-4405-9658-ff8043f5b995',NULL,NULL,NULL,NULL,NULL,NULL),('mail.smtp_auth','false','true/false whether the smtp host requires authentication','c7742aa7-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('mail.smtp_host','localhost','SMTP host name','c7742b6c-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('mail.smtp_port','25','SMTP port','c7742c2d-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('mail.transport_protocol','smtp','Transport protocol for the messaging engine. Valid values: smtp','c7742ce8-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('mail.user','test','Username of the SMTP user (if smtp_auth is enabled)','c7742da9-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('minSearchCharacters','2','Number of characters user must input before searching is started.','43afa5cf-33bd-482d-8557-e0ce9888576c',NULL,NULL,NULL,NULL,NULL,NULL),('module_repository_folder','modules','Name of the folder in which to store the modules','c7742e66-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('newPatientForm.relationships','','Comma separated list of the RelationshipTypes to show on the new/short patient form. The list is defined like \'3a, 4b, 7a\'. The number is the RelationshipTypeId and the \'a\' vs \'b\' part is which side of the relationship is filled in by the user.','c7742f74-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('new_patient_form.showRelationships','false','true/false whether or not to show the relationship editor on the addPatient.htm screen','c7743099-6a7f-11e7-89a8-765859b2742d','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('obs.complex_obs_dir','complex_obs','Default directory for storing complex obs.','f22714c4-6f8d-4eb4-8154-39fef343a229',NULL,NULL,NULL,NULL,NULL,NULL),('order.drugDispensingUnitsConceptUuid',NULL,'Specifies the uuid of the concept set where its members represent the possible drug dispensing units','ffdcbe28-1edc-485d-adf9-ca296095c9a6',NULL,NULL,NULL,NULL,NULL,NULL),('order.drugDosingUnitsConceptUuid',NULL,'Specifies the uuid of the concept set where its members represent the possible drug dosing units','e79ecdca-cffb-4826-8dc0-30331ceeeeae',NULL,NULL,NULL,NULL,NULL,NULL),('order.drugRoutesConceptUuid',NULL,'Specifies the uuid of the concept set where its members represent the possible drug routes','4fdf782d-a036-4d24-b452-4ce3fbb94aff',NULL,NULL,NULL,NULL,NULL,NULL),('order.durationUnitsConceptUuid',NULL,'Specifies the uuid of the concept set where its members represent the possible duration units','9a86dfe3-9394-4dfc-aa32-7ce91f17db9e',NULL,NULL,NULL,NULL,NULL,NULL),('order.nextOrderNumberSeed','1','The next order number available for assignment','1a680bee-217f-4f7b-a6f0-ac6ae20b504d',NULL,NULL,NULL,NULL,NULL,NULL),('order.orderNumberGeneratorBeanId',NULL,'Specifies spring bean id of the order generator to use when assigning order numbers','14228f13-b471-435b-8503-fff0a9369560',NULL,NULL,NULL,NULL,NULL,NULL),('order.testSpecimenSourcesConceptUuid',NULL,'Specifies the uuid of the concept set where its members represent the possible test specimen sources','9335f2fa-05af-4fff-b167-4c89ab985b71',NULL,NULL,NULL,NULL,NULL,NULL),('patient.defaultPatientIdentifierValidator','org.openmrs.patient.impl.LuhnIdentifierValidator','This property sets the default patient identifier validator. The default validator is only used in a handful of (mostly legacy) instances. For example, it\'s used to generate the isValidCheckDigit calculated column and to append the string \"(default)\" to the name of the default validator on the editPatientIdentifierType form.','c774316c-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('patient.displayAttributeTypes','Birthplace',NULL,'c7743355-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('patient.headerAttributeTypes',NULL,'A comma delimited list of PersonAttributeType names that will be shown on the patient dashboard','d31a561e-d10b-4540-8a13-2c68ab1716f4',NULL,NULL,NULL,NULL,NULL,NULL),('patient.identifierPrefix','','This property is only used if patient.identifierRegex is empty. The string here is prepended to the sql indentifier search string. The sql becomes \"... where identifier like \'\';\". Typically this value is either a percent sign (%) or empty.','c7743432-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('patient.identifierRegex','','WARNING: Using this search property can cause a drop in mysql performance with large patient sets. A MySQL regular expression for the patient identifier search strings. The @SEARCH@ string is replaced at runtime with the user\'s search string. An empty regex will cause a simply \'like\' sql search to be used. Example: ^0*@SEARCH@([A-Z]+-[0-9])?$','c7743501-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('patient.identifierSearchPattern',NULL,'If this is empty, the regex or suffix/prefix search is used. Comma separated list of identifiers to check. Allows for faster searching of multiple options rather than the slow regex. e.g. @SEARCH@,0@SEARCH@,@SEARCH-1@-@CHECKDIGIT@,0@SEARCH-1@-@CHECKDIGIT@ would turn a request for \"4127\" into a search for \"in (\'4127\',\'04127\',\'412-7\',\'0412-7\')\"','cfc0df5d-2b94-4239-b6e3-61ba1d09575e',NULL,NULL,NULL,NULL,NULL,NULL),('patient.identifierSuffix','','This property is only used if patient.identifierRegex is empty. The string here is prepended to the sql indentifier search string. The sql becomes \"... where identifier like \'\';\". Typically this value is either a percent sign (%) or empty.','c77435ce-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('patient.listingAttributeTypes','','A comma delimited list of PersonAttributeType names that should be displayed for patients in _lists_','c7743696-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('patient.nameValidationRegex',NULL,'Names of the patients must pass this regex. Eg : ^[a-zA-Z \\-]+$ contains only english alphabet letters, spaces, and hyphens. A value of .* or the empty string means no validation is done.','f0da4bbc-4b15-4fb1-bfb9-8ea384b6cd3d',NULL,NULL,NULL,NULL,NULL,NULL),('patient.viewingAttributeTypes','','A comma delimited list of PersonAttributeType names that should be displayed for patients when _viewing individually_','c774381d-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('patientIdentifierTypes.locked','false','Set to a value of true if you do not want allow editing patient identifier types, else set to false.','c08056a3-fbc5-4439-9d94-924349e1dabf',NULL,NULL,NULL,NULL,NULL,NULL),('patientSearch.matchMode','START','Specifies how patient names are matched while searching patient. Valid values are \'ANYWHERE\' or \'START\'. Defaults to start if missing or invalid value is present.','1d43f1df-fc4d-478e-b17e-237cfa634bd4',NULL,NULL,NULL,NULL,NULL,NULL),('patient_identifier.importantTypes','','A comma delimited list of PatientIdentifier names : PatientIdentifier locations that will be displayed on the patient dashboard. E.g.: TRACnet ID:Rwanda,ELDID:Kenya','c77438e5-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('person.attributeSearchMatchMode','EXACT','Specifies how person attributes are matched while searching person. Valid values are \'ANYWHERE\' or \'EXACT\'. Defaults to exact if missing or invalid value is present.','4fd561c3-4b62-4098-8e6f-3ff3358e64eb',NULL,NULL,NULL,NULL,NULL,NULL),('person.searchMaxResults','1000','The maximum number of results returned by patient searches','c774375b-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('personAttributeTypes.locked','false','Set to a value of true if you do not want allow editing person attribute types, else set to false.','836d86a4-e922-445c-bce9-732f35fa23e6',NULL,NULL,NULL,NULL,NULL,NULL),('provider.unknownProviderUuid',NULL,'Specifies the uuid of the Unknown Provider account','6c3eecd3-b9b2-4fb1-b5ce-ed347a39fd21',NULL,NULL,NULL,NULL,NULL,NULL),('providerSearch.matchMode','EXACT','Specifies how provider identifiers are matched while searching for providers. Valid values are START,EXACT, END or ANYWHERE','053aac34-c5cc-4681-97a5-f3f46921a3a1',NULL,NULL,NULL,NULL,NULL,NULL),('report.xmlMacros','','Macros that will be applied to Report Schema XMLs when they are interpreted. This should be java.util.properties format.','c77439a7-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('reportProblem.url','http://errors.openmrs.org/scrap','The openmrs url where to submit bug reports','5674ad45-7099-4c8d-9fdd-ff113962b575',NULL,NULL,NULL,NULL,NULL,NULL),('scheduler.password','test','Password for the OpenMRS user that will perform the scheduler activities','f4674391-a431-4f7a-b034-d80c108db421',NULL,NULL,NULL,NULL,NULL,NULL),('scheduler.username','admin','Username for the OpenMRS user that will perform the scheduler activities','f7deb2b9-f796-4b8a-8568-4ba11dcddb44',NULL,NULL,NULL,NULL,NULL,NULL),('search.caseSensitiveDatabaseStringComparison','false','Indicates whether database string comparison is case sensitive or not. Setting this to false for MySQL with a case insensitive collation improves search performance.','81c215f8-c676-49c6-a199-7025207db7c9',NULL,NULL,NULL,NULL,NULL,NULL),('search.indexVersion','7','Indicates the index version. If it is blank, the index needs to be rebuilt.','e57d5bd7-7d86-4ecb-9e38-f1568f0ee305',NULL,NULL,NULL,NULL,NULL,NULL),('searchWidget.batchSize','200','The maximum number of search results that are returned by an ajax call','cb812785-9c1e-4d73-ae55-9d6e7130355a',NULL,NULL,NULL,NULL,NULL,NULL),('searchWidget.dateDisplayFormat',NULL,'Date display format to be used to display the date somewhere in the UI i.e the search widgets and autocompletes','4a43a2e3-ec66-4159-8b3e-01c6050cda87',NULL,NULL,NULL,NULL,NULL,NULL),('searchWidget.maximumResults','2000','Specifies the maximum number of results to return from a single search in the search widgets','7887f5c5-ab69-403a-b4f8-2ea5a55ac805',NULL,NULL,NULL,NULL,NULL,NULL),('searchWidget.runInSerialMode','false','Specifies whether the search widgets should make ajax requests in serial or parallel order, a value of true is appropriate for implementations running on a slow network connection and vice versa','9838ae9f-9490-40e1-a227-b5207441aec7','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('searchWidget.searchDelayInterval','300','Specifies time interval in milliseconds when searching, between keyboard keyup event and triggering the search off, should be higher if most users are slow when typing so as to minimise the load on the server','e09b23be-8b89-4c16-8a9a-97fe6f2eb166',NULL,NULL,NULL,NULL,NULL,NULL),('security.allowedFailedLoginsBeforeLockout','7','Maximum number of failed logins allowed after which username is locked out','22b072b4-f690-4309-a089-6c318d3f7a99',NULL,NULL,NULL,NULL,NULL,NULL),('security.passwordCannotMatchUsername','true','Configure whether passwords must not match user\'s username or system id','39fb5a79-cad7-4824-8398-45b7c68214c1','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('security.passwordCustomRegex',NULL,'Configure a custom regular expression that a password must match','51438d51-7ea1-405b-808b-c78c33e8d95a',NULL,NULL,NULL,NULL,NULL,NULL),('security.passwordMinimumLength','8','Configure the minimum length required of all passwords','cb39fefe-8296-4427-9af5-9a57e517f286',NULL,NULL,NULL,NULL,NULL,NULL),('security.passwordRequiresDigit','true','Configure whether passwords must contain at least one digit','5f07ec41-6ac1-4249-95e0-ab13bedfc93e','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('security.passwordRequiresNonDigit','true','Configure whether passwords must contain at least one non-digit','53057c91-9dda-4721-af13-3753c107d672','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('security.passwordRequiresUpperAndLowerCase','true','Configure whether passwords must contain both upper and lower case characters','6f178e0a-2e31-4d22-81de-14054768932b','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('user.headerAttributeTypes',NULL,'A comma delimited list of PersonAttributeType names that will be shown on the user dashboard. (not used in v1.5)','9327e652-f756-4b75-9f7e-40fb248f59cd',NULL,NULL,NULL,NULL,NULL,NULL),('user.listingAttributeTypes','','A comma delimited list of PersonAttributeType names that should be displayed for users in _lists_','c7743bdf-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('user.requireEmailAsUsername','false','Indicates whether a username must be a valid e-mail or not.','ef0e195d-527a-40f8-9acd-9226dc0a202e','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('user.viewingAttributeTypes','','A comma delimited list of PersonAttributeType names that should be displayed for users when _viewing individually_','c7743d90-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('use_patient_attribute.healthCenter','false','Indicates whether or not the \'health center\' attribute is shown when viewing/searching for patients','c7743e67-6a7f-11e7-89a8-765859b2742d','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('use_patient_attribute.mothersName','false','Indicates whether or not mother\'s name is able to be added/viewed for a patient','c7743f36-6a7f-11e7-89a8-765859b2742d','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('use_patient_attribute.tribe','true','Indicates whether or not the \'tribe\' attribute is shown when viewing/searching for patients','c7743ffe-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL),('validation.disable','false','Disables validation of OpenMRS Objects. Only takes affect on next restart. Warning: only do this is you know what you are doing!','2f884a4b-5ee9-478c-a743-c7a8b1542af8',NULL,NULL,NULL,NULL,NULL,NULL),('visits.allowOverlappingVisits','true','true/false whether or not to allow visits of a given patient to overlap','28051a64-3c02-46d0-a4f1-88cdb00c9c42','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('visits.assignmentHandler','org.openmrs.api.handler.ExistingVisitAssignmentHandler','Set to the name of the class responsible for assigning encounters to visits.','4ccd6409-adf0-4257-aad8-f66788820d94',NULL,NULL,NULL,NULL,NULL,NULL),('visits.autoCloseVisitType',NULL,'comma-separated list of the visit type(s) to automatically close','6104c345-3ee9-4b92-a2b4-37bccc819803',NULL,NULL,NULL,NULL,NULL,NULL),('visits.enabled','true','Set to true to enable the Visits feature. This will replace the \'Encounters\' tab with a \'Visits\' tab on the dashboard.','e5c1d7e4-94c6-4f94-b5a2-7f4089291388','org.openmrs.customdatatype.datatype.BooleanDatatype',NULL,NULL,NULL,NULL,NULL),('visits.encounterTypeToVisitTypeMapping',NULL,'Specifies how encounter types are mapped to visit types when automatically assigning encounters to visits. e.g 1:1, 2:1, 3:2 in the format encounterTypeId:visitTypeId or encounterTypeUuid:visitTypeUuid or a combination of encounter/visit type uuids and ids e.g 1:759799ab-c9a5-435e-b671-77773ada74e4','78f419cd-379e-4d92-a6c0-bbb1f6979189',NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `global_property` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hl7_in_archive` -- DROP TABLE IF EXISTS `hl7_in_archive`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `hl7_in_archive` ( `hl7_in_archive_id` int(11) NOT NULL AUTO_INCREMENT, `hl7_source` int(11) NOT NULL DEFAULT '0', `hl7_source_key` varchar(255) DEFAULT NULL, `hl7_data` text NOT NULL, `date_created` datetime NOT NULL, `message_state` int(11) DEFAULT '2', `uuid` char(38) NOT NULL, PRIMARY KEY (`hl7_in_archive_id`), UNIQUE KEY `hl7_in_archive_uuid_index` (`uuid`), KEY `hl7_in_archive_message_state_idx` (`message_state`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `hl7_in_archive` -- LOCK TABLES `hl7_in_archive` WRITE; /*!40000 ALTER TABLE `hl7_in_archive` DISABLE KEYS */; /*!40000 ALTER TABLE `hl7_in_archive` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hl7_in_error` -- DROP TABLE IF EXISTS `hl7_in_error`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `hl7_in_error` ( `hl7_in_error_id` int(11) NOT NULL AUTO_INCREMENT, `hl7_source` int(11) NOT NULL DEFAULT '0', `hl7_source_key` text, `hl7_data` text NOT NULL, `error` varchar(255) NOT NULL DEFAULT '', `error_details` mediumtext, `date_created` datetime NOT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`hl7_in_error_id`), UNIQUE KEY `hl7_in_error_uuid_index` (`uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `hl7_in_error` -- LOCK TABLES `hl7_in_error` WRITE; /*!40000 ALTER TABLE `hl7_in_error` DISABLE KEYS */; /*!40000 ALTER TABLE `hl7_in_error` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hl7_in_queue` -- DROP TABLE IF EXISTS `hl7_in_queue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `hl7_in_queue` ( `hl7_in_queue_id` int(11) NOT NULL AUTO_INCREMENT, `hl7_source` int(11) NOT NULL DEFAULT '0', `hl7_source_key` text, `hl7_data` text NOT NULL, `message_state` int(11) NOT NULL DEFAULT '0', `date_processed` datetime DEFAULT NULL, `error_msg` text, `date_created` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`hl7_in_queue_id`), UNIQUE KEY `hl7_in_queue_uuid_index` (`uuid`), KEY `hl7_source_with_queue` (`hl7_source`), CONSTRAINT `hl7_source_with_queue` FOREIGN KEY (`hl7_source`) REFERENCES `hl7_source` (`hl7_source_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `hl7_in_queue` -- LOCK TABLES `hl7_in_queue` WRITE; /*!40000 ALTER TABLE `hl7_in_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `hl7_in_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `hl7_source` -- DROP TABLE IF EXISTS `hl7_source`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `hl7_source` ( `hl7_source_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` text, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`hl7_source_id`), UNIQUE KEY `hl7_source_uuid_index` (`uuid`), KEY `user_who_created_hl7_source` (`creator`), CONSTRAINT `user_who_created_hl7_source` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `hl7_source` -- LOCK TABLES `hl7_source` WRITE; /*!40000 ALTER TABLE `hl7_source` DISABLE KEYS */; INSERT INTO `hl7_source` VALUES (1,'LOCAL','',1,'2006-09-01 00:00:00','8d6b8bb6-c2cc-11de-8d13-0010c6dffd0f'); /*!40000 ALTER TABLE `hl7_source` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `liquibasechangelog` -- DROP TABLE IF EXISTS `liquibasechangelog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `liquibasechangelog` ( `ID` varchar(63) NOT NULL, `AUTHOR` varchar(63) NOT NULL, `FILENAME` varchar(200) NOT NULL, `DATEEXECUTED` datetime NOT NULL, `ORDEREXECUTED` int(11) NOT NULL, `EXECTYPE` varchar(10) NOT NULL, `MD5SUM` varchar(35) DEFAULT NULL, `DESCRIPTION` varchar(255) DEFAULT NULL, `COMMENTS` varchar(255) DEFAULT NULL, `TAG` varchar(255) DEFAULT NULL, `LIQUIBASE` varchar(20) DEFAULT NULL, PRIMARY KEY (`ID`,`AUTHOR`,`FILENAME`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `liquibasechangelog` -- LOCK TABLES `liquibasechangelog` WRITE; /*!40000 ALTER TABLE `liquibasechangelog` DISABLE KEYS */; INSERT INTO `liquibasechangelog` VALUES ('0','bwolfe','liquibase-update-to-latest.xml','2011-09-20 00:00:00',10016,'MARK_RAN','3:ccc4741ff492cb385f44e714053920af',NULL,NULL,NULL,NULL),('02232009-1141','nribeka','liquibase-update-to-latest.xml','2017-07-16 19:37:46',10107,'EXECUTED','3:b5921fb42deb90fe52e042838d0638a0','Modify Column','Modify the password column to fit the output of SHA-512 function',NULL,'2.0.5'),('1','upul','liquibase-update-to-latest.xml','2017-07-16 19:37:44',10088,'MARK_RAN','3:7fbc03c45bb69cd497b096629d32c3f5','Add Column','Add the column to person_attribute type to connect each type to a privilege',NULL,'2.0.5'),('1-grant-new-dashboard-overview-tab-app-privileges','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:49',10528,'EXECUTED','3:6af3c30685c99d96ad1cd577719b1600','Custom SQL','Granting the new patient overview tab application privileges',NULL,'2.0.5'),('1-increase-privilege-col-size-privilege','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:49',10530,'EXECUTED','3:6ecff8787eca17532e310087cfd65a06','Drop Foreign Key Constraint (x2), Modify Column, Add Foreign Key Constraint (x2)','Increasing the size of the privilege column in the privilege table',NULL,'2.0.5'),('10-insert-new-app-privileges','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:49',10526,'EXECUTED','3:6ca60c3d5202a79f2e43367215cb447b','Custom SQL','Inserting the new application privileges',NULL,'2.0.5'),('11-insert-new-api-privileges','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:49',10527,'EXECUTED','3:fe15eb2a97dd397b15fb5c4174fabe05','Custom SQL','Inserting the new API privileges',NULL,'2.0.5'),('1226348923233-12','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10022,'EXECUTED','3:7efb7ed5267126e1e44c9f344e35dd7d','Insert Row (x12)','',NULL,'2.0.5'),('1226348923233-13','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10023,'EXECUTED','3:8b9e14aa00a4382aa2623b39400c9110','Insert Row (x2)','',NULL,'2.0.5'),('1226348923233-14','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10027,'EXECUTED','3:8910082a3b369438f86025e4006b7538','Insert Row (x4)','',NULL,'2.0.5'),('1226348923233-15','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10028,'EXECUTED','3:8485e0ebef4dc368ab6b87de939f8e82','Insert Row (x15)','',NULL,'2.0.5'),('1226348923233-16','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10019,'EXECUTED','3:5778f109b607f882cc274750590d5004','Insert Row','',NULL,'2.0.5'),('1226348923233-17','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10030,'EXECUTED','3:3c324233bf1f386dcc4a9be55401c260','Insert Row (x2)','',NULL,'2.0.5'),('1226348923233-18','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10031,'EXECUTED','3:40ad1a506929811955f4d7d4753d576e','Insert Row (x2)','',NULL,'2.0.5'),('1226348923233-2','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10020,'EXECUTED','3:35613fc962f41ed143c46e578fd64a70','Insert Row (x5)','',NULL,'2.0.5'),('1226348923233-20','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10032,'EXECUTED','3:0ce5c5b83b4754b44f4bcda8eb866f3a','Insert Row','',NULL,'2.0.5'),('1226348923233-21','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10033,'EXECUTED','3:51c90534135f429c1bcde82be0f6157d','Insert Row','',NULL,'2.0.5'),('1226348923233-22','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10018,'EXECUTED','3:2d4897a84ce4408d8fcec69767a5c563','Insert Row','',NULL,'2.0.5'),('1226348923233-23','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10034,'EXECUTED','3:19f78a07a33a5efc28b4712a07b02a29','Insert Row','',NULL,'2.0.5'),('1226348923233-6','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10026,'EXECUTED','3:a947f43a1881ac56186039709a4a0ac8','Insert Row (x13)','',NULL,'2.0.5'),('1226348923233-8','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10021,'EXECUTED','3:dceb0cc19be3545af8639db55785d66e','Insert Row (x7)','',NULL,'2.0.5'),('1226348923233-9','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:43',10083,'EXECUTED','3:48dc292142a961d4fae4861a4c6db9cf','Insert Row (x4)','',NULL,'2.0.5'),('1226412230538-1','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:03',10044,'EXECUTED','3:b885ff26359eab97bf5e5c4e4814fb1c','Insert Row (x2)','',NULL,'2.0.5'),('1226412230538-10','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:14',10055,'EXECUTED','3:fec07bf4bc1ab10ff6a98c1ccbf59577','Insert Row (x2)','',NULL,'2.0.5'),('1226412230538-11','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:14',10056,'EXECUTED','3:304909f74d3453f4bf4ab549878612ab','Insert Row (x55)','',NULL,'2.0.5'),('1226412230538-12','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:15',10057,'EXECUTED','3:6fdf04b9aecedaa3392cadf51c2cd1e3','Insert Row (x58)','',NULL,'2.0.5'),('1226412230538-13','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:18',10058,'EXECUTED','3:24eb7f45abba8d2741eef20fc1e4c062','Insert Row (x2064)','',NULL,'2.0.5'),('1226412230538-13b','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:22',10059,'EXECUTED','3:789bc021dabff386fc67de375d705961','Insert Row (x2142)','',NULL,'2.0.5'),('1226412230538-13c','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:27',10060,'EXECUTED','3:f19e888e1846b6debd80ab75ea1af2bc','Insert Row (x2369)','',NULL,'2.0.5'),('1226412230538-15','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:28',10061,'EXECUTED','3:351a9d6d508aec92bdffeadfb39d3ffc','Insert Row (x617)','',NULL,'2.0.5'),('1226412230538-15b','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:30',10062,'EXECUTED','3:be052aadb9309e0bcbc6d4fd048e2098','Insert Row (x916)','',NULL,'2.0.5'),('1226412230538-15c','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:31',10063,'EXECUTED','3:ed50ae0242c788791eab33f5a0ea9112','Insert Row (x833)','',NULL,'2.0.5'),('1226412230538-15d','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:34',10064,'EXECUTED','3:3cc3587bd3f6de9402f59af8c276ba06','Insert Row (x1092)','',NULL,'2.0.5'),('1226412230538-16','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:34',10065,'EXECUTED','3:719e6e97416a7266f7a999c06474858f','Insert Row (x2)','',NULL,'2.0.5'),('1226412230538-17','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:34',10066,'EXECUTED','3:cf0bbe751fafbae0b56c3b2c8537bcbf','Insert Row (x6)','',NULL,'2.0.5'),('1226412230538-2','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:04',10045,'EXECUTED','3:be643c4e7bbd2578ffaf1c4799a04e99','Insert Row (x231)','',NULL,'2.0.5'),('1226412230538-20','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:34',10067,'EXECUTED','3:0212db190928590a61a358b37db6dd23','Insert Row','',NULL,'2.0.5'),('1226412230538-21','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:34',10068,'EXECUTED','3:03a5bc10da9e26e5480cc22db7800f6f','Insert Row (x7)','',NULL,'2.0.5'),('1226412230538-22','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:35',10069,'EXECUTED','3:01969596f44c3e8321564a20bc30f479','Insert Row (x843)','',NULL,'2.0.5'),('1226412230538-24','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10024,'EXECUTED','3:0b77e92c0d1482c1bef7ca1add6b233b','Insert Row (x2)','',NULL,'2.0.5'),('1226412230538-25','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:36',10070,'EXECUTED','3:3035cd158b0d77e961eb4248dc4cf31e','Insert Row (x237)','',NULL,'2.0.5'),('1226412230538-3','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:05',10046,'EXECUTED','3:170dddf35331eaf6a121cfdaf7f44154','Insert Row (x956)','',NULL,'2.0.5'),('1226412230538-31','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:36',10071,'EXECUTED','3:0171e29a75b1b66a553e94c473789423','Insert Row (x4)','',NULL,'2.0.5'),('1226412230538-32','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:36',10072,'EXECUTED','3:7775eeff41ed0d848ef7c758f5122ff1','Insert Row (x429)','',NULL,'2.0.5'),('1226412230538-32b','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:39',10073,'EXECUTED','3:8be0ce145ddf01a4a9dbd9db35af0f74','Insert Row (x789)','',NULL,'2.0.5'),('1226412230538-32c','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:41',10074,'EXECUTED','3:79216065f72447ae25d6054ac70c1e3f','Insert Row (x790)','',NULL,'2.0.5'),('1226412230538-32d','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:42',10075,'EXECUTED','3:7ed807826c10775615366698a5b23139','Insert Row (x440)','',NULL,'2.0.5'),('1226412230538-34','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:42',10076,'EXECUTED','3:8cd67db19ca4ca42b8d1b64259c9c6c6','Insert Row (x21)','',NULL,'2.0.5'),('1226412230538-35','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:42',10077,'EXECUTED','3:d2404bcaddcc4b93fca082a950bf0dbf','Insert Row (x2)','',NULL,'2.0.5'),('1226412230538-37','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:43',10078,'EXECUTED','3:190fcefa5f22df5ec989324fa540d8cc','Insert Row (x764)','',NULL,'2.0.5'),('1226412230538-38','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:43',10079,'EXECUTED','3:f380a506e7da19aeb1c7228b5a451fc8','Insert Row (x23)','',NULL,'2.0.5'),('1226412230538-39','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:43',10080,'EXECUTED','3:e62655fffbe9ace0a9e6dc67e2bcb157','Insert Row (x3)','',NULL,'2.0.5'),('1226412230538-3b','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:07',10047,'EXECUTED','3:44e6bb65bef8ca6df4b4168038563da6','Insert Row (x1250)','',NULL,'2.0.5'),('1226412230538-3c','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:09',10048,'EXECUTED','3:7971b35c2290283a6db7c6fc1a54d005','Insert Row (x1285)','',NULL,'2.0.5'),('1226412230538-40','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:43',10081,'EXECUTED','3:d9c38a4d499f92617c193a1e2eaa97ae','Insert Row (x2)','',NULL,'2.0.5'),('1226412230538-41','isurundt','liquibase-demo-data.xml','2017-07-16 19:37:43',10082,'EXECUTED','3:3dfd6635fcb93c7ae77369e81efb1251','Insert Row (x8)','',NULL,'2.0.5'),('1226412230538-5','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:10',10049,'EXECUTED','3:7f6550967ec5d3cde83ceda89f99735c','Insert Row (x485)','',NULL,'2.0.5'),('1226412230538-5b','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:12',10050,'EXECUTED','3:c54732cde81b1b062a087e0248de49dc','Insert Row (x801)','',NULL,'2.0.5'),('1226412230538-5c','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:14',10051,'EXECUTED','3:04cce704903127df9d753bea9b604a88','Insert Row (x1138)','',NULL,'2.0.5'),('1226412230538-6','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:14',10052,'EXECUTED','3:c48a1a65bf3e2765fbb96e6125c5deeb','Insert Row (x4)','',NULL,'2.0.5'),('1226412230538-7','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:53',10025,'EXECUTED','3:c189f41d824649ef72dc3cef74d3580b','Insert Row (x106)','',NULL,'2.0.5'),('1226412230538-8','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:14',10053,'EXECUTED','3:7b0b3313954a88c287660053091fc49a','Insert Row (x2)','',NULL,'2.0.5'),('1226412230538-9a','ben (generated)','liquibase-core-data.xml','2017-07-16 19:36:54',10035,'EXECUTED','3:73c2b426be208fb50f088ad4ee76c8d6','Insert Row (x4)','',NULL,'2.0.5'),('1226412230538-9b','ben (generated)','liquibase-demo-data.xml','2017-07-16 19:37:14',10054,'EXECUTED','3:0906a2a295ce7cfd9b50af39623eb366','Insert Row (x11)','',NULL,'2.0.5'),('1227123456789-100','dkayiwa','liquibase-schema-only.xml','2017-07-16 19:36:00',178,'EXECUTED','3:24751e1218f5fff3d2abf8e281e557c5','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-1','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:42',1,'EXECUTED','3:a851046bb3eb5b0daccb6e69ef8a9a00','Create Table','',NULL,'2.0.5'),('1227303685425-10','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:42',8,'EXECUTED','3:3fb7e78555ddf8d8014ba336bb8b5402','Create Table','',NULL,'2.0.5'),('1227303685425-100','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',114,'EXECUTED','3:8d20fc37ce4266cba349eeef66951688','Create Index','',NULL,'2.0.5'),('1227303685425-101','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',115,'EXECUTED','3:cc9b2ad0c2ff9ad6fcfd2f56b52d795f','Create Index','',NULL,'2.0.5'),('1227303685425-102','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',116,'EXECUTED','3:97d1301e8ab7f35e109c733fdedde10f','Create Index','',NULL,'2.0.5'),('1227303685425-103','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',117,'EXECUTED','3:2447e4abc7501a18f401594e4c836fff','Create Index','',NULL,'2.0.5'),('1227303685425-104','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',118,'EXECUTED','3:8d6c644eaf9f696e3fee1362863c26ec','Create Index','',NULL,'2.0.5'),('1227303685425-105','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',119,'EXECUTED','3:fb3838f818387718d9b4cbf410d653cd','Create Index','',NULL,'2.0.5'),('1227303685425-106','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',120,'EXECUTED','3:a644de1082a85ab7a0fc520bb8fc23d7','Create Index','',NULL,'2.0.5'),('1227303685425-107','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',121,'EXECUTED','3:f11eb4e4bc4a5192b7e52622965aacb2','Create Index','',NULL,'2.0.5'),('1227303685425-108','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:52',135,'EXECUTED','3:07fc6fd2c0086f941aed0b2c95c89dc8','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-109','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:53',136,'EXECUTED','3:c2911be31587bbc868a55f13fcc3ba5e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-11','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:42',9,'EXECUTED','3:1cef06ece4f56bfbe205ec03b75a129f','Create Table','',NULL,'2.0.5'),('1227303685425-110','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:53',137,'EXECUTED','3:32c42fa39fe81932aa02974bb19567ed','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-111','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:53',138,'EXECUTED','3:f35c8159ca7f84ae551bdb988b833760','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-112','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:53',139,'EXECUTED','3:df0a45bc276e7484f183e3190cff8394','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-115','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:53',140,'EXECUTED','3:d3b13502ef9794718d68bd0697fd7c2b','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-116','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:53',141,'EXECUTED','3:6014d91cadbbfc05bd364619d94a4f18','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-117','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:53',142,'EXECUTED','3:0841471be0ebff9aba768017b9a9717b','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-118','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:54',143,'EXECUTED','3:c73351f905761c3cee7235b526eff1a0','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-119','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:54',144,'EXECUTED','3:cd72c79bfd3c807ba5451d8ca5cb2612','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-12','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',10,'EXECUTED','3:b9726f1c78d0cba40d5ee61e721350f7','Create Table','',NULL,'2.0.5'),('1227303685425-120','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:54',145,'EXECUTED','3:b07d718d9d2b64060584d4c460ffc277','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-121','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:54',146,'EXECUTED','3:be141d71df248fba87a322b35f13b4db','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-122','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:54',147,'EXECUTED','3:7bcc45dda3aeea4ab3916701483443d3','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-123','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:55',148,'EXECUTED','3:031e4dcf20174b92bbbb07323b86d569','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-124','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:55',149,'EXECUTED','3:7d277181a4e9d5e14f9cb1220c6c4c57','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-125','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:55',150,'EXECUTED','3:7172ef61a904cd7ae765f0205d9e66dd','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-126','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:55',151,'EXECUTED','3:0d9a3ffc816c3e4e8649df3de01a8ff6','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-128','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:55',152,'EXECUTED','3:3a9357d6283b2bb97c1423825d6d57eb','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-129','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:55',153,'EXECUTED','3:e3923913d6f34e0e8bc7333834884419','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-13','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',11,'EXECUTED','3:982544aff0ae869f5ac9691d5c93a7e4','Create Table','',NULL,'2.0.5'),('1227303685425-130','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:56',154,'EXECUTED','3:dae7a98f3643acfe9db5c3b4b9e8f4ea','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-131','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:56',155,'EXECUTED','3:44a4e4791a0f727fffc96b9dab0a3fa8','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-132','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:56',156,'EXECUTED','3:16dcc5a95708dbdaff07ed27507d8e29','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-134','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:56',157,'EXECUTED','3:c37757ed38ace0bb94d8455a49e3049a','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-135','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:56',158,'EXECUTED','3:ab40ab94ab2f86a0013ecbf9dd034de4','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-136','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:57',159,'EXECUTED','3:3878ab735b369d778a7feb2b92746352','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-137','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:57',160,'EXECUTED','3:a7bf99f775c2f07b534a4df4e5c5c20b','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-139','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:57',161,'EXECUTED','3:f0a1690648292d939876bdeefa74792a','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-14','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',12,'EXECUTED','3:8122a19068fb1fd7b2c4d54e398ba507','Create Table','',NULL,'2.0.5'),('1227303685425-140','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:57',162,'EXECUTED','3:7ba4860a1e0a00ff49a93d4e86929691','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-141','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:57',163,'EXECUTED','3:5b176976d808cf8b1b8fae7d2b19e059','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-142','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:57',164,'EXECUTED','3:5538db250e63d70a79dce2c5a74ee528','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-143','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:57',165,'EXECUTED','3:a981ac9be845bf6c6098aa98cd4d8456','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-144','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:58',166,'EXECUTED','3:84428d9dce773758f73616129935d888','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-145','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:58',167,'EXECUTED','3:6b8af6c242f1d598591478897feed2d8','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-146','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:58',168,'EXECUTED','3:a8cddf3b63050686248e82a3b6de781f','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-147','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:58',169,'EXECUTED','3:e8b5350ad40fa006c088f08fae4d3141','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-149','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:59',170,'EXECUTED','3:b6c44ee5824ae261a9a87b8ac60fe23d','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-15','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',13,'EXECUTED','3:18dd3e507ecbe5212bcdf0a0a8012d88','Create Table','',NULL,'2.0.5'),('1227303685425-150','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:59',171,'EXECUTED','3:f8c495d78d68c9fc701271a8e5d1f102','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-151','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:59',172,'EXECUTED','3:94dc5b8d27f275fb06cc230eb313e430','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-153','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:59',173,'EXECUTED','3:2a04930665fe64516765263d1a9b0775','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-154','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:59',174,'EXECUTED','3:adfef8b8dd7b774b268b0968b7400f42','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-155','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:00',175,'EXECUTED','3:540b0422c733b464a33ca937348d8b4c','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-158','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:00',176,'EXECUTED','3:d1d73e19bab5821f256c01a83e2d945f','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-159','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:00',177,'EXECUTED','3:c23d0cd0eec5f20385b4182af18fc835','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-16','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',14,'EXECUTED','3:4c19b5c980b58e54af005e1fa50359ae','Create Table','',NULL,'2.0.5'),('1227303685425-160','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:00',179,'EXECUTED','3:cc64f6e676cb6a448f73599d8149490c','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-161','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:01',180,'EXECUTED','3:f48e300a3439d90fa2d518b3d6e145a5','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-162','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:01',181,'EXECUTED','3:467e31995c41be55426a5256d99312c4','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-163','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:01',182,'EXECUTED','3:45a4519c252f7e42d649292b022ec158','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-164','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:01',183,'EXECUTED','3:dfd51e701b716c07841c2e4ea6f59f3e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-165','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:01',184,'EXECUTED','3:0d69b82ce833ea585e95a6887f800108','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-166','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:01',185,'EXECUTED','3:2070f44c444e1e6efdbe7dfb9f7b846d','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-167','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:02',186,'EXECUTED','3:9196c0f9792007c72233649cc7c2ac58','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-168','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:02',187,'EXECUTED','3:33d644a49e92a4bbd4cb653d6554c8d0','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-169','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:02',188,'EXECUTED','3:e75c37cbd9aa22cf95b2dc89fdb2c831','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-17','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',15,'EXECUTED','3:250e3f0d4bb139fa751d0875fd1d5b89','Create Table','',NULL,'2.0.5'),('1227303685425-170','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:02',189,'EXECUTED','3:ac31515d8822caa0c87705cb0706e52f','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-171','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:03',190,'EXECUTED','3:b40823e1322acea52497f43033e72e5e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-173','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:03',191,'EXECUTED','3:b37c0b43a23ad3b072e34055875f7dcc','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-174','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:03',192,'EXECUTED','3:f8c5737a51f0f040e9fac3060c246e46','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-175','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:03',193,'EXECUTED','3:87cc15f9622b014d01d4df512a3f835e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-176','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:04',194,'EXECUTED','3:f57273dfbaba02ea785a0e165994f74b','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-177','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:04',195,'EXECUTED','3:1555790e99827ded259d5ec7860eb1b1','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-178','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:04',196,'EXECUTED','3:757206752885a07d1eea5585ad9e2dce','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-179','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:04',197,'EXECUTED','3:018efd7d7a5e84f7c2c9cec7299d596e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-18','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',16,'EXECUTED','3:2eb2063d3e1233e7ebc23f313da5bff6','Create Table','',NULL,'2.0.5'),('1227303685425-180','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:05',198,'EXECUTED','3:9ba52b3b7059674e881b7611a3428bde','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-181','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:05',199,'EXECUTED','3:ffee79a7426d7e41cf65889c2a5064f2','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-182','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:05',200,'EXECUTED','3:380743d4f027534180d818f5c507fae9','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-183','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:05',201,'EXECUTED','3:6882a4cf798e257af34753a8b5e7a157','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-184','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:05',202,'EXECUTED','3:93473623db4b6e7ca7813658da5b6771','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-185','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:05',203,'EXECUTED','3:f19a46800a4695266f3372aa709650b2','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-186','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:06',204,'EXECUTED','3:adfd7433de8d3b196d1166f62e497f8d','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-187','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:06',205,'EXECUTED','3:88b09239d29fbddd8bf4640df9f3e235','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-188','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:07',206,'EXECUTED','3:777e5970e09a3a1608bf7c40ef1ea1db','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-189','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:07',207,'EXECUTED','3:40dab4e434aa06340ba046fbd1382c6d','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-19','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',17,'EXECUTED','3:b5acf27abca6fec3533e081a6c57c415','Create Table','',NULL,'2.0.5'),('1227303685425-190','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:07',208,'EXECUTED','3:8766098ff9779a913d5642862955eaff','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-191','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:07',209,'EXECUTED','3:2a52afd1df6dcf64ec21f3c6ffe1d022','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-192','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:07',210,'EXECUTED','3:fa5de48b1490faa157e1977529034169','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-193','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:08',211,'EXECUTED','3:1213cb90fa9bd1561a371cc53c262d0f','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-194','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:08',212,'EXECUTED','3:2eb07e7388ff8d68d36cf2f3552c1a7c','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-195','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:08',213,'EXECUTED','3:d6ec9bb7b3bab333dcea4a3c18083616','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-196','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:08',214,'EXECUTED','3:df03afd5ef34e472fd6d43ef74a859e1','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-197','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:08',215,'EXECUTED','3:a0811395501a4423ca66de08fcf53895','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-198','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:08',216,'EXECUTED','3:e46a78b95280d9082557ed991af8dbe7','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-199','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:08',217,'EXECUTED','3:e57afffae0d6a439927e45cde4393363','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-2','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:42',2,'EXECUTED','3:d90246bb4d8342608e818a872d3335f1','Create Table','',NULL,'2.0.5'),('1227303685425-20','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',18,'EXECUTED','3:e0a8a4978c536423320f1ff44520169a','Create Table','',NULL,'2.0.5'),('1227303685425-200','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:09',218,'EXECUTED','3:667c2308fcf366f47fab8d9df3a3b2ae','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-201','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:09',219,'EXECUTED','3:104750a2b7779fa43e8457071e0bc33e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-202','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:09',220,'EXECUTED','3:4b813b03362a54d89a28ed1b10bc9069','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-203','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:10',221,'EXECUTED','3:526893ceedd67d8a26747e314a15f501','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-204','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:10',222,'EXECUTED','3:d0dbb7cc972e73f6a429b273ef63132e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-205','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:10',223,'EXECUTED','3:44244a3065d9a5531a081d176aa4e93d','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-207','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:10',224,'EXECUTED','3:77ade071c48615dbb39cbf9f01610c0e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-208','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:10',225,'EXECUTED','3:04495bf48c23d0fe56133da87c4e9a66','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-209','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:10',226,'EXECUTED','3:ff99d75d98ce0428a57100aeb558a529','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-21','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',19,'EXECUTED','3:f2353036e6382f45f91af5d8024fb04c','Create Table','',NULL,'2.0.5'),('1227303685425-210','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:11',227,'EXECUTED','3:537b2e8f88277a6276bcdac5d1493e4e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-211','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:11',228,'EXECUTED','3:3da39190692480b0a610b5c66fd056b8','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-212','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:11',229,'EXECUTED','3:347f20b32a463b73f0a93de13731a3a3','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-213','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:11',230,'EXECUTED','3:b89ee7f6dd678737268566b7e7d0d5d3','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-214','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:12',231,'EXECUTED','3:5f4b3400ecb50d46e04a18b6b57821c8','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-215','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:12',232,'EXECUTED','3:3dfa6664ca6b77eee492af73908f7312','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-216','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:13',233,'EXECUTED','3:7f7dbdcdaf3914e33458c0d67bc326db','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-217','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:13',234,'EXECUTED','3:1f03c97bd9b3ee1c2726656c6a0db795','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-218','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:14',235,'EXECUTED','3:e0a67bb4f3ea4b44de76fd73ca02ddb3','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-219','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:15',236,'EXECUTED','3:9a347c93be3356b84358ada2264ed201','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-22','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',20,'EXECUTED','3:5ff0caa8c8497fd681f111bf2842baca','Create Table','',NULL,'2.0.5'),('1227303685425-220','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:15',237,'EXECUTED','3:8a744c0020e6c6ae519ed0a04d79f82d','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-221','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:15',238,'EXECUTED','3:cc3f5b38ea88221efe32bc99be062edf','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-222','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:15',239,'EXECUTED','3:a90ffe3cbe9ddd1704e702e71ba5a216','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-223','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:16',240,'EXECUTED','3:ee4b79223897197c46c79d6ed2e68538','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-224','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:16',241,'EXECUTED','3:56d7625e53d13008ae7a31d09ba7dab8','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-225','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:16',242,'EXECUTED','3:b94477e4e6ecf22bc973408d2d01a868','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-226','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:17',243,'EXECUTED','3:d7a0cde832f1f557f0f42710645c1b50','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-227','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:17',244,'EXECUTED','3:6873a8454254a783dbcbe608828c0bd0','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-228','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:17',245,'EXECUTED','3:6ffcdbbe70b8f8e096785a3c2fe83318','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-229','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:18',246,'EXECUTED','3:ef5d7095407e0df6a1fcaf7c3c55872b','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-23','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',21,'EXECUTED','3:c3aa4ad35ead35e805a99083a95a1c86','Create Table','',NULL,'2.0.5'),('1227303685425-230','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:18',247,'EXECUTED','3:306710c2acba2e689bf1121d577f449b','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-231','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:18',248,'EXECUTED','3:71f320edc9221ce73876d80077b7b94d','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-232','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:18',249,'EXECUTED','3:8dfba47fb6719dc743b231cc645a8378','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-234','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:19',250,'EXECUTED','3:9b12808a0fe62d6951bcd61f9cbff3f8','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-235','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:19',251,'EXECUTED','3:a3e9822b106a9bb42f5b9d28dc70335c','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-236','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:19',252,'EXECUTED','3:388be0f658f8bf6df800fe3efd4dadb3','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-237','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:19',253,'EXECUTED','3:eee4cb65598835838fd6deb8e4043693','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-239','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:20',254,'EXECUTED','3:3b38e45410dd1d02530d012a12b6b03c','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-24','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:43',22,'EXECUTED','3:f4f4e3a5fa3d93bb50d2004c6976cc12','Create Table','',NULL,'2.0.5'),('1227303685425-240','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:20',255,'EXECUTED','3:095316f05dac21b4a33a141e5781d99d','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-241','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:20',256,'EXECUTED','3:2cffae7a53d76f19e5194778cff75a4f','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-242','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:20',257,'EXECUTED','3:828732619d67fa932631e18827d74463','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-243','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:20',258,'EXECUTED','3:730166a1b0c3162e8ce882e0c8f308c5','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-244','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:21',259,'EXECUTED','3:77c03c05576961f7efebdfa10ae68119','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-245','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:21',260,'EXECUTED','3:d7d8dcaceb9793b0801c87eb2c94cd11','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-246','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:21',261,'EXECUTED','3:d395ea3ef18817dc23e750a1048cb4e1','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-247','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:21',262,'EXECUTED','3:4546bff7866082946f19e5d82ffc4d2e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-248','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:21',263,'EXECUTED','3:4e1071a7c1047f2d3b49778ce2f8bc40','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-249','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:22',264,'EXECUTED','3:fd6b7823929af9fded1f213d319eae13','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-25','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',23,'EXECUTED','3:2a720a7c4302c435c06c045abcce3b4d','Create Table','',NULL,'2.0.5'),('1227303685425-250','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:22',265,'EXECUTED','3:955129e5e6adf3723583c047eb33583d','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-251','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:22',266,'EXECUTED','3:7a12c926e69a3d1a7e31da2b8d7123e5','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-252','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:22',267,'EXECUTED','3:eb8c61b5b792346af3d3f8732278260b','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-253','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:23',268,'EXECUTED','3:761e6c7fb13a82c6ab671039e5dc5646','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-254','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:23',269,'EXECUTED','3:9a2401574c95120e1f90d18fde428d10','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-255','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:23',270,'EXECUTED','3:cda3d0c5c91b85d9f4610554eabb331e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-256','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:23',271,'EXECUTED','3:ebf6243c66261bf0168e72ceccd0fdb8','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-257','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:24',272,'EXECUTED','3:8dc087b963a10a52a22312c3c995cec2','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-258','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:24',273,'EXECUTED','3:489d5e366070f6b2424b8e5a20d0118f','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-259','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:24',274,'EXECUTED','3:d8d2a1cfddf07123a8e6f52b1e71705d','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-26','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',24,'EXECUTED','3:7f6992f21c5541316bce526edb78a949','Create Table','',NULL,'2.0.5'),('1227303685425-260','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:24',275,'EXECUTED','3:741f0c9e309b8515b713decb56ed6cb2','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-261','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:24',276,'EXECUTED','3:7034f7db7864956b7ca13ceb70cc8a92','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-262','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:25',277,'EXECUTED','3:e3a5995253a29723231b0912b971fb5a','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-263','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:25',278,'EXECUTED','3:b1d3718c15765d4a3bf89cb61376d3af','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-264','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:25',279,'EXECUTED','3:973683323e2ce886f07ef53a6836ad1e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-265','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:25',280,'EXECUTED','3:eff44c0cd530b852864042134ebccb47','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-266','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:26',281,'EXECUTED','3:2493248589e21293811c01cdb6c2fb87','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-267','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:26',282,'EXECUTED','3:ee636bdbc5839d7de0914648e1f07431','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-268','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:27',283,'EXECUTED','3:96710f10538b24f39e74ebc13eb6a3fc','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-269','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:27',284,'EXECUTED','3:5be60bacdaf2ab2d8a3103e36b32f6b9','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-27','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',25,'EXECUTED','3:6d359a7595e5b9a61ac1101aa7df59e7','Create Table','',NULL,'2.0.5'),('1227303685425-270','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:27',285,'EXECUTED','3:35a1f2d06c31af2f02df3e7aea4d05a5','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-271','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:27',286,'EXECUTED','3:64d94dfba329b70a842a09b01b952850','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-272','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:27',287,'EXECUTED','3:0e3787e31b95815106e7e051b9c4a79a','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-273','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:28',288,'EXECUTED','3:00949a7bd184ed4ee994eabf4b98a41f','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-274','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:28',289,'EXECUTED','3:b63e3786d661815d2b7c63b277796fc9','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-275','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:28',290,'EXECUTED','3:7e0ac267990b953ff9efe8fece53b4dd','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-276','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:28',291,'EXECUTED','3:d66f7691a19406c215b3b4b4c5330775','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-277','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:28',292,'EXECUTED','3:9b7c8b6ab0b9f8ffde5e7853efa40db5','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-278','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:28',293,'EXECUTED','3:e5f95724ac551e5905c604e59af444f9','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-279','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:29',294,'EXECUTED','3:6b4a4c9072a92897562aa595c27aaae4','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-28','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',26,'EXECUTED','3:7264098c8ccfa42b12ffb13056f77383','Create Table','',NULL,'2.0.5'),('1227303685425-280','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:29',295,'EXECUTED','3:8fb315815532eb73c13fac2dac763f69','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-281','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:29',296,'EXECUTED','3:1bed6131408c745505800d96130d3b30','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-282','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:29',297,'EXECUTED','3:ecf4138f4fd2d1e8be720381ac401623','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-283','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:29',298,'EXECUTED','3:00b414c29dcc3be9683f28ff3f2d9b20','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-284','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:30',299,'EXECUTED','3:b71dcc206a323ffa6ac4cd658de7b435','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-285','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:30',300,'EXECUTED','3:17423acbed3db4325d48d91e9f0e7147','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-286','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:30',301,'EXECUTED','3:2d8576bdbc9dd67137ba462b563022d8','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-287','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:30',302,'EXECUTED','3:6798c27ddf8ca72952030d6005422c1e','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-288','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:30',303,'EXECUTED','3:b28ec2579454fa7a13fd3896420ad1ff','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-289','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:30',304,'EXECUTED','3:cbfff99e22305c5570cdc8fdb33f3542','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-29','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',27,'EXECUTED','3:750f7e9a5f0898408626a11ce7f34ee4','Create Table','',NULL,'2.0.5'),('1227303685425-290','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:31',305,'EXECUTED','3:66957ec2b3211869a1ad777de33e7983','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-291','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:31',306,'EXECUTED','3:18b7da760f632dc6baf910fe5001212d','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-292','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:31',307,'EXECUTED','3:a1a914015e07b1637a9c655a9be3cfcd','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-293','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:31',308,'EXECUTED','3:5fedacb04729210c4a27bbfa2a3704f1','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-294','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:31',309,'EXECUTED','3:cf53101d520adb79fd1827819bcf0401','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-295','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:31',310,'EXECUTED','3:22b93c390cd6054f3dc8b62814d143cf','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-296','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:31',311,'EXECUTED','3:8b71fc2ae6be26a1ddc499cfc6e2cdba','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-297','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:31',312,'EXECUTED','3:d10fb06a37b1433a248b549ebae31e63','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-298','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:31',313,'EXECUTED','3:a3008458deed3c8c95f475395df6d788','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-299','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:32',314,'EXECUTED','3:b380ee7cce1b82a2f983d242b45c63b3','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-30','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',28,'EXECUTED','3:0951dbc13f8f4c6fd4ccc8a7ddb9d77c','Create Table','',NULL,'2.0.5'),('1227303685425-300','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:32',315,'EXECUTED','3:01f02c28d4f52e712aad87873aaa40f8','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-301','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:36:32',316,'EXECUTED','3:adf03ccc09e8f37f827b8ffbf3afff83','Add Foreign Key Constraint','',NULL,'2.0.5'),('1227303685425-31','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',29,'EXECUTED','3:5669760a2908489a63a69c3d34dd5c54','Create Table','',NULL,'2.0.5'),('1227303685425-32','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',30,'EXECUTED','3:c8b2b1bb1eb7b3885c89f436210cc2d5','Create Table','',NULL,'2.0.5'),('1227303685425-33','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',31,'EXECUTED','3:7b55b4b34bca59cf0d0b7271a2906568','Create Table','',NULL,'2.0.5'),('1227303685425-34','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',32,'EXECUTED','3:05a6b514927868471d71b334502d0e85','Create Table','',NULL,'2.0.5'),('1227303685425-35','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',33,'EXECUTED','3:528a3f364b7acce00fcc4d49153a5626','Create Table','',NULL,'2.0.5'),('1227303685425-36','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',34,'EXECUTED','3:2f8eb6548a5d935d7df6f68b329b7685','Create Table','',NULL,'2.0.5'),('1227303685425-37','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:44',35,'EXECUTED','3:fb11397b44997fe8fef33f8ae86d4044','Create Table','',NULL,'2.0.5'),('1227303685425-39','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',36,'EXECUTED','3:3efa037ecd0227f935b601f0bda28692','Create Table','',NULL,'2.0.5'),('1227303685425-4','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:42',3,'EXECUTED','3:27c254248b84b163e54161c6f14c2104','Create Table','',NULL,'2.0.5'),('1227303685425-40','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',37,'EXECUTED','3:934d8b580b8b3572b3795a92496783a2','Create Table','',NULL,'2.0.5'),('1227303685425-41','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',38,'EXECUTED','3:a65a25558c348c19863a0088ae031ad7','Create Table','',NULL,'2.0.5'),('1227303685425-42','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',39,'EXECUTED','3:1264d39b6cb1fa81263df8f7a0819a5e','Create Table','',NULL,'2.0.5'),('1227303685425-43','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',40,'EXECUTED','3:bbdbc4ae1631b83db687f4a92453ba3e','Create Table','',NULL,'2.0.5'),('1227303685425-44','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',41,'EXECUTED','3:98d047deb448c37f252eca7c035bf158','Create Table','',NULL,'2.0.5'),('1227303685425-45','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',42,'EXECUTED','3:a8a1d8af033a6e76c1e2060727bf4ebe','Create Table','',NULL,'2.0.5'),('1227303685425-46','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',43,'EXECUTED','3:b18b944837dd60d5d82996b8b1b57833','Create Table','',NULL,'2.0.5'),('1227303685425-47','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',44,'EXECUTED','3:7ae5af2d7f0b3e0bfaf9f243f56851eb','Create Table','',NULL,'2.0.5'),('1227303685425-48','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',45,'EXECUTED','3:fdbf71c7035399d628225af885c63114','Create Table','',NULL,'2.0.5'),('1227303685425-49','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',46,'EXECUTED','3:0c00abd4429f2072f360915eb2eec3de','Create Table','',NULL,'2.0.5'),('1227303685425-5','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:42',4,'EXECUTED','3:63b45eb5e407f1aa4e6569392ca957ca','Create Table','',NULL,'2.0.5'),('1227303685425-50','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',47,'EXECUTED','3:0e2c0cecd82166846a869f8ecce32bc2','Create Table','',NULL,'2.0.5'),('1227303685425-51','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',48,'EXECUTED','3:308c259886e442254ca616d365db78a2','Create Table','',NULL,'2.0.5'),('1227303685425-52','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',49,'EXECUTED','3:c11b85565b591de38d518fe60411507d','Create Table','',NULL,'2.0.5'),('1227303685425-53','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',50,'EXECUTED','3:2860fbf54a18e959646882325eb4dd87','Create Table','',NULL,'2.0.5'),('1227303685425-54','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',51,'EXECUTED','3:f09d17e1a43189fc59b1c5d7c6c7d692','Create Table','',NULL,'2.0.5'),('1227303685425-55','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',52,'EXECUTED','3:2318a41398b0583575e358aa79813cc6','Create Table','',NULL,'2.0.5'),('1227303685425-56','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:45',53,'EXECUTED','3:9d78f818f482903055f79b2fb7081e0f','Create Table','',NULL,'2.0.5'),('1227303685425-57','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',54,'EXECUTED','3:401395592f65e4216b0b0e8a756ae9b8','Create Table','',NULL,'2.0.5'),('1227303685425-58','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',55,'EXECUTED','3:fcb459a88d234d6556ab5f5aff73a926','Create Table','',NULL,'2.0.5'),('1227303685425-59','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',56,'EXECUTED','3:ab774554467ea7818601acb495c57e5a','Create Table','',NULL,'2.0.5'),('1227303685425-6','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:42',5,'EXECUTED','3:570a29d5b7f6b945d80de91fce59c0f6','Create Table','',NULL,'2.0.5'),('1227303685425-60','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',57,'EXECUTED','3:54282635bb2bf4218be532ed940ac4b0','Create Table','',NULL,'2.0.5'),('1227303685425-61','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',58,'EXECUTED','3:920daa80f4f9db2cacee8dca6ca4f971','Create Table','',NULL,'2.0.5'),('1227303685425-62','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',59,'EXECUTED','3:55daf6d077eac0ef7e30e6395bc4bc68','Create Table','',NULL,'2.0.5'),('1227303685425-63','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',60,'EXECUTED','3:cdc470c39dadd7cb1a1527a82ff737d3','Create Table','',NULL,'2.0.5'),('1227303685425-64','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',61,'EXECUTED','3:e3eb66044ea03e417837e9c1668f28e3','Create Table','',NULL,'2.0.5'),('1227303685425-65','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',62,'EXECUTED','3:5b25f91c273cc6b58b25385d24bc4f12','Create Table','',NULL,'2.0.5'),('1227303685425-66','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',63,'EXECUTED','3:93e2d359d5f6c38b95dfd47dce687c9c','Create Table','',NULL,'2.0.5'),('1227303685425-67','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',64,'EXECUTED','3:7c991af945580bbcb08e8d288c327525','Create Table','',NULL,'2.0.5'),('1227303685425-68','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',65,'EXECUTED','3:40096bd3e62db8377ce4f0a1fcea444e','Create Table','',NULL,'2.0.5'),('1227303685425-7','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:42',6,'EXECUTED','3:13a412a8d9125f657594bc96f742dd1b','Create Table','',NULL,'2.0.5'),('1227303685425-70','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',66,'EXECUTED','3:0df5ce250df07062c43119d18fc2a85b','Create Table','',NULL,'2.0.5'),('1227303685425-71','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',67,'EXECUTED','3:06e7ba94af07838a3d2ebb98816412a3','Create Table','',NULL,'2.0.5'),('1227303685425-72','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:46',68,'EXECUTED','3:01610d6974df470c653bc34953a31335','Create Table','',NULL,'2.0.5'),('1227303685425-73','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',89,'EXECUTED','3:33d08000805c4b9d7db06556961553b1','Add Primary Key','',NULL,'2.0.5'),('1227303685425-75','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',90,'EXECUTED','3:f2b0a95b4015b54d38c721906abc1fdb','Add Primary Key','',NULL,'2.0.5'),('1227303685425-77','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',91,'EXECUTED','3:bdde9c0d7374a3468a94426199b0d930','Add Primary Key','',NULL,'2.0.5'),('1227303685425-78','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',92,'EXECUTED','3:6fb4014a9a3ecc6ed09a896936b8342d','Add Primary Key','',NULL,'2.0.5'),('1227303685425-79','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',93,'EXECUTED','3:77e1d7c49e104435d10d90cc70e006e3','Add Primary Key','',NULL,'2.0.5'),('1227303685425-81','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',94,'EXECUTED','3:a5871abe4cdc3d8d9390a9b4ab0d0776','Add Primary Key','',NULL,'2.0.5'),('1227303685425-82','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',95,'EXECUTED','3:2f7eab1e485fd5a653af8799a84383b4','Add Primary Key','',NULL,'2.0.5'),('1227303685425-83','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',96,'EXECUTED','3:60ca763d5ac940b3bc189e2f28270bd8','Add Primary Key','',NULL,'2.0.5'),('1227303685425-84','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',97,'EXECUTED','3:901f48ab4c9e3a702fc0b38c5e724a5e','Add Primary Key','',NULL,'2.0.5'),('1227303685425-85','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',99,'EXECUTED','3:5544801862c8f21461acf9a22283ccab','Create Index','',NULL,'2.0.5'),('1227303685425-86','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',100,'EXECUTED','3:70591fc2cd8ce2e7bda36b407bbcaa86','Create Index','',NULL,'2.0.5'),('1227303685425-87','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',101,'EXECUTED','3:35c206a147d28660ffee5f87208f1f6b','Create Index','',NULL,'2.0.5'),('1227303685425-88','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:50',102,'EXECUTED','3:d399797580e14e7d67c1c40637314476','Create Index','',NULL,'2.0.5'),('1227303685425-89','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',103,'EXECUTED','3:138fa4373fe05e63fe5f923cf3c17e69','Create Index','',NULL,'2.0.5'),('1227303685425-9','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:42',7,'EXECUTED','3:ac6886dbc0c811bda6909908fb2d30a2','Create Table','',NULL,'2.0.5'),('1227303685425-90','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',104,'EXECUTED','3:4b60e13b8e209c2b5b1f981f4c28fc1b','Create Index','',NULL,'2.0.5'),('1227303685425-91','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',105,'EXECUTED','3:f9c13df6f50d1e7c1fad36faa020d7a6','Create Index','',NULL,'2.0.5'),('1227303685425-92','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',106,'EXECUTED','3:c24d9e0d28b3a208dbe2fc1cfaf23720','Create Index','',NULL,'2.0.5'),('1227303685425-93','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',107,'EXECUTED','3:ae9beae273f9502bc01580754e0f2bdf','Create Index','',NULL,'2.0.5'),('1227303685425-94','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',108,'EXECUTED','3:39d98e23d1480b677bc8f2341711756b','Create Index','',NULL,'2.0.5'),('1227303685425-95','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',109,'EXECUTED','3:16ece63cd24c4c5048356cc2854235e1','Create Index','',NULL,'2.0.5'),('1227303685425-96','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',110,'EXECUTED','3:de9943f6a1500bd3f94cb7e0c1d3bde7','Create Index','',NULL,'2.0.5'),('1227303685425-97','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',111,'EXECUTED','3:c0fac38fa4928378abe6f47bd78926b1','Create Index','',NULL,'2.0.5'),('1227303685425-98','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',112,'EXECUTED','3:4c8938f3ea457f5f4f4936e9cbaf898b','Create Index','',NULL,'2.0.5'),('1227303685425-99','ben (generated)','liquibase-schema-only.xml','2017-07-16 19:35:51',113,'EXECUTED','3:d331ce5f04aca9071c5b897396d81098','Create Index','',NULL,'2.0.5'),('2','upul','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10089,'MARK_RAN','3:b1811e5e43321192b275d6e2fe2fa564','Add Foreign Key Constraint','Create the foreign key from the privilege required for to edit\n a person attribute type and the privilege.privilege column',NULL,'2.0.5'),('2-increase-privilege-col-size-rol-privilege','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:50',10531,'EXECUTED','3:6fc0247ae054fedeb32a4af3775046f4','Drop Foreign Key Constraint, Modify Column, Add Foreign Key Constraint','Increasing the size of the privilege column in the role_privilege table',NULL,'2.0.5'),('2-role-assign-new-api-privileges-to-renamed-ones','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:49',10529,'EXECUTED','3:4eadbd161bf0f7e15eafb4a52b01b625','Custom SQL','Assigning the new API-level privileges to roles that used to have the renamed privileges',NULL,'2.0.5'),('200805281223','bmckown','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10091,'MARK_RAN','3:b1fc37f9ec96eac9203f0808c2f4ac26','Create Table, Add Foreign Key Constraint','Create the concept_complex table',NULL,'2.0.5'),('200805281224','bmckown','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10092,'MARK_RAN','3:ea32453830c2215bdb209770396002e7','Add Column','Adding the value_complex column to obs. This may take a long time if you have a large number of observations.',NULL,'2.0.5'),('200805281225','bmckown','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10093,'MARK_RAN','3:5281031bcc075df3b959e94da4adcaa9','Insert Row','Adding a \'complex\' Concept Datatype',NULL,'2.0.5'),('200805281226','bmckown','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10094,'MARK_RAN','3:9a49a3d002485f3a77134d98fb7c8cd8','Drop Table (x2)','Dropping the mimetype and complex_obs tables as they aren\'t needed in the new complex obs setup',NULL,'2.0.5'),('200809191226','smbugua','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10095,'MARK_RAN','3:eed0aa27b44ecf668c81e457d99fa7de','Add Column','Adding the hl7 archive message_state column so that archives can be tracked\n (preCondition database_version check in place because this change was in the old format in trunk for a while)',NULL,'2.0.5'),('200809191927','smbugua','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10096,'MARK_RAN','3:f0e4fab64749e42770e62e9330c2d288','Rename Column, Modify Column','Adding the hl7 archive message_state column so that archives can be tracked',NULL,'2.0.5'),('200811261102','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10090,'EXECUTED','3:158dd028359ebfd4f1c9bf2e76a5e143','Update Data','Fix field property for new Tribe person attribute',NULL,'2.0.5'),('200901101524','Knoll_Frank','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10097,'EXECUTED','3:feb4a087d13657164e5c3bc787b7f83f','Modify Column','Changing datatype of drug.retire_reason from DATETIME to varchar(255)',NULL,'2.0.5'),('200901130950','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10098,'EXECUTED','3:f1e5e7124bdb4f7378866fdb691e2780','Delete Data (x2)','Remove Manage Tribes and View Tribes privileges from all roles',NULL,'2.0.5'),('200901130951','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10099,'EXECUTED','3:54ac8683819837cc04f1a16b6311d668','Delete Data (x2)','Remove Manage Mime Types, View Mime Types, and Purge Mime Types privilege',NULL,'2.0.5'),('200901161126','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10100,'EXECUTED','3:871b9364dd87b6bfcc0005f40b6eb399','Delete Data','Removed the database_version global property',NULL,'2.0.5'),('20090121-0949','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:45',10101,'EXECUTED','3:8639e35e0238019af2f9e326dd5cbc22','Custom SQL','Switched the default xslt to use PV1-19 instead of PV1-1',NULL,'2.0.5'),('20090122-0853','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:46',10102,'EXECUTED','3:4903c6f81f0309313013851f09a26b85','Custom SQL, Add Lookup Table, Drop Foreign Key Constraint, Delete Data (x2), Drop Table','Remove duplicate concept name tags',NULL,'2.0.5'),('20090123-0305','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:46',10103,'MARK_RAN','3:48cdf2b28fcad687072ac8133e46cba6','Add Unique Constraint','Add unique constraint to the tags table',NULL,'2.0.5'),('20090214-2246','isherman','liquibase-update-to-latest.xml','2017-07-16 19:37:46',10109,'EXECUTED','3:d16c607266238df425db61908e7c8745','Custom SQL','Add weight and cd4 to patientGraphConcepts user property (mysql specific)',NULL,'2.0.5'),('20090214-2247','isherman','liquibase-update-to-latest.xml','2017-07-16 19:37:46',10110,'MARK_RAN','3:e4eeb4a09c2ab695bbde832cd7b6047d','Custom SQL','Add weight and cd4 to patientGraphConcepts user property (using standard sql)',NULL,'2.0.5'),('200902142212','ewolodzko','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10288,'MARK_RAN','3:df93fa2841295b29a0fcd4225c46d1a3','Add Column','Add a sortWeight field to PersonAttributeType',NULL,'2.0.5'),('200902142213','ewolodzko','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10289,'EXECUTED','3:288804e42d575fe62c852ed9daa9d59d','Custom SQL','Add default sortWeights to all current PersonAttributeTypes',NULL,'2.0.5'),('20090224-1002-create-visit_type','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10430,'MARK_RAN','3:ea3c0b323da2d51cf43e982177eace96','Create Table, Add Foreign Key Constraint (x3)','Create visit type table',NULL,'2.0.5'),('20090224-1229','Keelhaul+bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:46',10104,'MARK_RAN','3:f8433194bcb29073c17c7765ce61aab2','Create Table, Add Foreign Key Constraint (x2)','Add location tags table',NULL,'2.0.5'),('20090224-1250','Keelhaul+bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:46',10105,'MARK_RAN','3:8935a56fac2ad91275248d4675c2c090','Create Table, Add Foreign Key Constraint (x2), Add Primary Key','Add location tag map table',NULL,'2.0.5'),('20090224-1256','Keelhaul+bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:46',10106,'MARK_RAN','3:9c0e7238dd1daad9edff381ba22a3ada','Add Column, Add Foreign Key Constraint','Add parent_location column to location table',NULL,'2.0.5'),('20090225-1551','dthomas','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10001,'MARK_RAN','3:a3aed1685bd1051a8c4fae0eab925954',NULL,NULL,NULL,NULL),('20090301-1259','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:46',10108,'EXECUTED','3:21f2ac06dee26613b73003cd1f247ea8','Update Data (x2)','Fixes the description for name layout global property',NULL,'2.0.5'),('20090316-1008','vanand','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10000,'MARK_RAN','3:baa49982f1106c65ba33c845bba149b3',NULL,NULL,NULL,NULL),('20090316-1008-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:36',10478,'EXECUTED','3:aeeb6c14cd22ffa121a2582e04025f5a','Modify Column (x36)','(Fixed)Changing from smallint to BOOLEAN type on BOOLEAN properties',NULL,'2.0.5'),('200903210905','mseaton','liquibase-update-to-latest.xml','2017-07-16 19:37:46',10111,'MARK_RAN','3:720bb7a3f71f0c0a911d3364e55dd72f','Create Table, Add Foreign Key Constraint (x3)','Add a table to enable generic storage of serialized objects',NULL,'2.0.5'),('200903210905-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:37:46',10112,'EXECUTED','3:a11519f50deeece1f9760d3fc1ac3f05','Modify Column','(Fixed)Add a table to enable generic storage of serialized objects',NULL,'2.0.5'),('20090402-1515-38-cohort','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10117,'MARK_RAN','3:5c65821ef168d9e8296466be5990ae08','Add Column','Adding \"uuid\" column to cohort table',NULL,'2.0.5'),('20090402-1515-38-concept','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10118,'MARK_RAN','3:8004d09d6e2a34623b8d0a13d6c38dc4','Add Column','Adding \"uuid\" column to concept table',NULL,'2.0.5'),('20090402-1515-38-concept_answer','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10119,'MARK_RAN','3:adf3f4ebf7e0eb55eb6927dea7ce2a49','Add Column','Adding \"uuid\" column to concept_answer table',NULL,'2.0.5'),('20090402-1515-38-concept_class','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10120,'MARK_RAN','3:f39e190a2e12c7a6163a0d8a82544228','Add Column','Adding \"uuid\" column to concept_class table',NULL,'2.0.5'),('20090402-1515-38-concept_datatype','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10121,'MARK_RAN','3:d68b3f2323626fee7b433f873a019412','Add Column','Adding \"uuid\" column to concept_datatype table',NULL,'2.0.5'),('20090402-1515-38-concept_description','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10122,'MARK_RAN','3:7d043672ede851c5dcd717171f953c75','Add Column','Adding \"uuid\" column to concept_description table',NULL,'2.0.5'),('20090402-1515-38-concept_map','bwolfe','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10002,'MARK_RAN','3:c1884f56bd70a205b86e7c4038e6c6f9',NULL,NULL,NULL,NULL),('20090402-1515-38-concept_name','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10123,'MARK_RAN','3:822888c5ba1132f6783fbd032c21f238','Add Column','Adding \"uuid\" column to concept_name table',NULL,'2.0.5'),('20090402-1515-38-concept_name_tag','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10124,'MARK_RAN','3:dcb584d414ffd8133c97e42585bd34cd','Add Column','Adding \"uuid\" column to concept_name_tag table',NULL,'2.0.5'),('20090402-1515-38-concept_proposal','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10125,'MARK_RAN','3:fe19ecccb704331741c227aa72597789','Add Column','Adding \"uuid\" column to concept_proposal table',NULL,'2.0.5'),('20090402-1515-38-concept_set','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10126,'MARK_RAN','3:cdc72e16eaec2244c09e9e2fedf5806b','Add Column','Adding \"uuid\" column to concept_set table',NULL,'2.0.5'),('20090402-1515-38-concept_source','bwolfe','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10003,'MARK_RAN','3:ad101415b93eaf653871eddd4fe4fc17',NULL,NULL,NULL,NULL),('20090402-1515-38-concept_state_conversion','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10127,'MARK_RAN','3:5ce8a6cdbfa8742b033b0b1c12e4cd42','Add Column','Adding \"uuid\" column to concept_state_conversion table',NULL,'2.0.5'),('20090402-1515-38-drug','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10128,'MARK_RAN','3:6869bd44f51cb7f63f758fbd8a7fe156','Add Column','Adding \"uuid\" column to drug table',NULL,'2.0.5'),('20090402-1515-38-encounter','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10129,'MARK_RAN','3:0808491f7ec59827a0415f2949b9d90e','Add Column','Adding \"uuid\" column to encounter table',NULL,'2.0.5'),('20090402-1515-38-encounter_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10130,'MARK_RAN','3:9aaac835f4d9579386990d4990ffb9d6','Add Column','Adding \"uuid\" column to encounter_type table',NULL,'2.0.5'),('20090402-1515-38-field','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10131,'MARK_RAN','3:dfee5fe509457ef12b14254bab9e6df5','Add Column','Adding \"uuid\" column to field table',NULL,'2.0.5'),('20090402-1515-38-field_answer','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10132,'MARK_RAN','3:c378494d6e9ae45b278c726256619cd7','Add Column','Adding \"uuid\" column to field_answer table',NULL,'2.0.5'),('20090402-1515-38-field_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10133,'MARK_RAN','3:dfb47f0b85d5bdad77f3a15cc4d180ec','Add Column','Adding \"uuid\" column to field_type table',NULL,'2.0.5'),('20090402-1515-38-form','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10134,'MARK_RAN','3:eb707ff99ed8ca2945a43175b904dea4','Add Column','Adding \"uuid\" column to form table',NULL,'2.0.5'),('20090402-1515-38-form_field','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10135,'MARK_RAN','3:635701ccda0484966f45f0e617119100','Add Column','Adding \"uuid\" column to form_field table',NULL,'2.0.5'),('20090402-1515-38-global_property','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10136,'MARK_RAN','3:1c62ba666b60eaa88ee3a90853f3bf59','Add Column','Adding \"uuid\" column to global_property table',NULL,'2.0.5'),('20090402-1515-38-hl7_in_archive','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10137,'MARK_RAN','3:9c5015280eff821924416112922fd94d','Add Column','Adding \"uuid\" column to hl7_in_archive table',NULL,'2.0.5'),('20090402-1515-38-hl7_in_error','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10138,'MARK_RAN','3:35b94fc079e6de9ada4329a7bbc55645','Add Column','Adding \"uuid\" column to hl7_in_error table',NULL,'2.0.5'),('20090402-1515-38-hl7_in_queue','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10139,'MARK_RAN','3:494d9eaaed055d0c5af4b4d85db2095d','Add Column','Adding \"uuid\" column to hl7_in_queue table',NULL,'2.0.5'),('20090402-1515-38-hl7_source','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10140,'MARK_RAN','3:8bc9839788ef5ab415ccf020eb04a1f7','Add Column','Adding \"uuid\" column to hl7_source table',NULL,'2.0.5'),('20090402-1515-38-location','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10141,'MARK_RAN','3:7e6b762f813310c72026677d540dee57','Add Column','Adding \"uuid\" column to location table',NULL,'2.0.5'),('20090402-1515-38-location_tag','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10142,'MARK_RAN','3:6a94a67e776662268d42f09cf7c66ac0','Add Column','Adding \"uuid\" column to location_tag table',NULL,'2.0.5'),('20090402-1515-38-note','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10143,'MARK_RAN','3:f0fd7b6750d07c973aad667b170cdfa8','Add Column','Adding \"uuid\" column to note table',NULL,'2.0.5'),('20090402-1515-38-notification_alert','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10144,'MARK_RAN','3:f2865558fb76c7584f6e86786b0ffdea','Add Column','Adding \"uuid\" column to notification_alert table',NULL,'2.0.5'),('20090402-1515-38-notification_template','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10145,'MARK_RAN','3:c05536d99eb2479211cb10010d48a2e9','Add Column','Adding \"uuid\" column to notification_template table',NULL,'2.0.5'),('20090402-1515-38-obs','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10146,'MARK_RAN','3:ba99d7eccba2185e9d5ebab98007e577','Add Column','Adding \"uuid\" column to obs table',NULL,'2.0.5'),('20090402-1515-38-orders','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10148,'MARK_RAN','3:732a2d4fd91690d544f0c63bdb65819f','Add Column','Adding \"uuid\" column to orders table',NULL,'2.0.5'),('20090402-1515-38-order_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10147,'MARK_RAN','3:137552884c5eb5af4c3f77c90df514cb','Add Column','Adding \"uuid\" column to order_type table',NULL,'2.0.5'),('20090402-1515-38-patient_identifier','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10149,'MARK_RAN','3:1a9ddcd8997bcf1a9668051d397e41c1','Add Column','Adding \"uuid\" column to patient_identifier table',NULL,'2.0.5'),('20090402-1515-38-patient_identifier_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10150,'MARK_RAN','3:6170d6caa73320fd2433fba0a16e8029','Add Column','Adding \"uuid\" column to patient_identifier_type table',NULL,'2.0.5'),('20090402-1515-38-patient_program','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10151,'MARK_RAN','3:8fb284b435669717f4b5aaa66e61fc10','Add Column','Adding \"uuid\" column to patient_program table',NULL,'2.0.5'),('20090402-1515-38-patient_state','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10152,'MARK_RAN','3:b67eb1bbd3e2912a646f56425c38631f','Add Column','Adding \"uuid\" column to patient_state table',NULL,'2.0.5'),('20090402-1515-38-person','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10153,'MARK_RAN','3:2b89eb77976b9159717e9d7b83c34cf1','Add Column','Adding \"uuid\" column to person table',NULL,'2.0.5'),('20090402-1515-38-person_address','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10154,'MARK_RAN','3:cfdb17b16b6d15477bc72d4d19ac3f29','Add Column','Adding \"uuid\" column to person_address table',NULL,'2.0.5'),('20090402-1515-38-person_attribute','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10155,'MARK_RAN','3:2f6b7fa688987b32d99cda348c6f6c46','Add Column','Adding \"uuid\" column to person_attribute table',NULL,'2.0.5'),('20090402-1515-38-person_attribute_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10156,'MARK_RAN','3:38d4dce320f2fc35db9dfcc2eafc093e','Add Column','Adding \"uuid\" column to person_attribute_type table',NULL,'2.0.5'),('20090402-1515-38-person_name','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10157,'MARK_RAN','3:339f02d6797870f9e7dd704f093b088c','Add Column','Adding \"uuid\" column to person_name table',NULL,'2.0.5'),('20090402-1515-38-privilege','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10158,'MARK_RAN','3:41f52c4340fdc9f0825ea9660edea8ec','Add Column','Adding \"uuid\" column to privilege table',NULL,'2.0.5'),('20090402-1515-38-program','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10159,'MARK_RAN','3:a72f80159cdbd576906cd3b9069d425b','Add Column','Adding \"uuid\" column to program table',NULL,'2.0.5'),('20090402-1515-38-program_workflow','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10160,'MARK_RAN','3:c69183f7e1614d5a338c0d0944f1e754','Add Column','Adding \"uuid\" column to program_workflow table',NULL,'2.0.5'),('20090402-1515-38-program_workflow_state','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10161,'MARK_RAN','3:e25b0fa351bb667af3ff562855f66bb6','Add Column','Adding \"uuid\" column to program_workflow_state table',NULL,'2.0.5'),('20090402-1515-38-relationship','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10162,'MARK_RAN','3:95407167e9f4984de1d710a83371ebd1','Add Column','Adding \"uuid\" column to relationship table',NULL,'2.0.5'),('20090402-1515-38-relationship_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10163,'MARK_RAN','3:f8755b127c004d11a43bfd6558be01b7','Add Column','Adding \"uuid\" column to relationship_type table',NULL,'2.0.5'),('20090402-1515-38-report_object','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10164,'MARK_RAN','3:b7ce0784e817be464370a3154fd4aa9c','Add Column','Adding \"uuid\" column to report_object table',NULL,'2.0.5'),('20090402-1515-38-report_schema_xml','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10165,'MARK_RAN','3:ce7ae79a3e3ce429a56fa658c48889b5','Add Column','Adding \"uuid\" column to report_schema_xml table',NULL,'2.0.5'),('20090402-1515-38-role','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10166,'MARK_RAN','3:f33887a0b51ab366d414e16202cf55db','Add Column','Adding \"uuid\" column to role table',NULL,'2.0.5'),('20090402-1515-38-serialized_object','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10167,'MARK_RAN','3:341cfbdff8ebf188d526bf3348619dcc','Add Column','Adding \"uuid\" column to serialized_object table',NULL,'2.0.5'),('20090402-1516-cohort','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10168,'EXECUTED','3:110084035197514c8d640b915230cf72','Update Data','Generating UUIDs for all rows in cohort table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-concept','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:48',10169,'EXECUTED','3:a44bc743cb837d88f7371282f3a5871e','Update Data','Generating UUIDs for all rows in concept table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-concept_answer','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:48',10170,'EXECUTED','3:f01d7278b153fa10a7d741607501ae1e','Update Data','Generating UUIDs for all rows in concept_answer table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-concept_class','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:48',10171,'EXECUTED','3:786f0ec8beec453ea9487f2e77f9fb4d','Update Data','Generating UUIDs for all rows in concept_class table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-concept_datatype','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:48',10172,'EXECUTED','3:b828e9851365ec70531dabd250374989','Update Data','Generating UUIDs for all rows in concept_datatype table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-concept_description','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10173,'EXECUTED','3:37dbfc43c73553c9c9ecf11206714cc4','Update Data','Generating UUIDs for all rows in concept_description table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-concept_map','bwolfe','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10004,'MARK_RAN','3:e843f99c0371aabee21ca94fcef01f39',NULL,NULL,NULL,NULL),('20090402-1516-concept_name','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10174,'EXECUTED','3:dd414ae9367287c9c03342a79abd1d62','Update Data','Generating UUIDs for all rows in concept_name table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-concept_name_tag','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10175,'EXECUTED','3:cd7b5d0ceeb90b2254708b44c10d03e8','Update Data','Generating UUIDs for all rows in concept_name_tag table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-concept_proposal','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10176,'EXECUTED','3:fb1cfa9c5decbafc3293f3dd1d87ff2b','Update Data','Generating UUIDs for all rows in concept_proposal table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-concept_set','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10177,'EXECUTED','3:3b7f3851624014e740f89bc9a431feaa','Update Data','Generating UUIDs for all rows in concept_set table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-concept_source','bwolfe','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10005,'MARK_RAN','3:53da91ae3e39d7fb7ebca91df3bfd9a6',NULL,NULL,NULL,NULL),('20090402-1516-concept_state_conversion','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10178,'EXECUTED','3:23197d24e498ad86d4e001b183cc0c6b','Update Data','Generating UUIDs for all rows in concept_state_conversion table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-drug','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10179,'EXECUTED','3:40b47df80bd425337b7bdd8b41497967','Update Data','Generating UUIDs for all rows in drug table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-encounter','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10180,'EXECUTED','3:40146708b71d86d4c8c5340767a98f5e','Update Data','Generating UUIDs for all rows in encounter table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-encounter_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10181,'EXECUTED','3:738c6b6244a84fc8e6d582bcd472ffe6','Update Data','Generating UUIDs for all rows in encounter_type table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-field','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10182,'EXECUTED','3:98d2a1550e867e4ef303a4cc47ed904d','Update Data','Generating UUIDs for all rows in field table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-field_answer','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10183,'EXECUTED','3:82bdfe361286d261724eef97dd89e358','Update Data','Generating UUIDs for all rows in field_answer table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-field_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10184,'EXECUTED','3:19a8d007f6147651240ebb9539d3303a','Update Data','Generating UUIDs for all rows in field_type table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-form','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10185,'EXECUTED','3:026ddf1c9050c7367d4eb57dd4105322','Update Data','Generating UUIDs for all rows in form table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-form_field','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10186,'EXECUTED','3:a8b0bcdb35830c2badfdcb9b1cfdd3b5','Update Data','Generating UUIDs for all rows in form_field table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-global_property','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10187,'EXECUTED','3:75a5b4a9473bc9c6bfbabf8e77b0cda7','Update Data','Generating UUIDs for all rows in global_property table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-hl7_in_archive','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10188,'EXECUTED','3:09891436d8ea0ad14f7b52fd05daa237','Update Data','Generating UUIDs for all rows in hl7_in_archive table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-hl7_in_error','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10189,'EXECUTED','3:8d276bbd8bf9d9d1c64756f37ef91ed3','Update Data','Generating UUIDs for all rows in hl7_in_error table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-hl7_in_queue','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10190,'EXECUTED','3:25e8f998171accd46860717f93690ccc','Update Data','Generating UUIDs for all rows in hl7_in_queue table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-hl7_source','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10191,'EXECUTED','3:45c06e034d7158a0d09afae60c4c83d6','Update Data','Generating UUIDs for all rows in hl7_source table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-location','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10192,'EXECUTED','3:fce0f7eaab989f2ff9664fc66d6b8419','Update Data','Generating UUIDs for all rows in location table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-location_tag','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10193,'EXECUTED','3:50f26d1376ea108bbb65fd4d0633e741','Update Data','Generating UUIDs for all rows in location_tag table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-note','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10194,'EXECUTED','3:f5a0eea2a7c59fffafa674de4356e621','Update Data','Generating UUIDs for all rows in note table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-notification_alert','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10195,'EXECUTED','3:481fbab9bd53449903ac193894adbc28','Update Data','Generating UUIDs for all rows in notification_alert table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-notification_template','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10196,'EXECUTED','3:a4a2990465c4c99747f83ea880cac46a','Update Data','Generating UUIDs for all rows in notification_template table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-obs','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10197,'EXECUTED','3:26d80fdd889922821244f84e3f8039e7','Update Data','Generating UUIDs for all rows in obs table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-orders','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10199,'EXECUTED','3:ec3bc80540d78f416e1d4eef62e8e15a','Update Data','Generating UUIDs for all rows in orders table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-order_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10198,'EXECUTED','3:cae66b98b889c7ee1c8d6ab270a8d0d5','Update Data','Generating UUIDs for all rows in order_type table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-patient_identifier','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10200,'EXECUTED','3:647906cc7cf1fde9b7644b8f2541664f','Update Data','Generating UUIDs for all rows in patient_identifier table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-patient_identifier_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10201,'EXECUTED','3:85f8db0310c15a74b17e968c7730ae12','Update Data','Generating UUIDs for all rows in patient_identifier_type table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-patient_program','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10202,'EXECUTED','3:576b7db39f0212f8e92b6f4e1844ea30','Update Data','Generating UUIDs for all rows in patient_program table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-patient_state','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10203,'EXECUTED','3:250eab0f97fc4eeb4f1a930fbccfcf08','Update Data','Generating UUIDs for all rows in patient_state table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-person','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10204,'EXECUTED','3:cedc8bcd77ade51558fb2d12916e31a4','Update Data','Generating UUIDs for all rows in person table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-person_address','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10205,'EXECUTED','3:0f817424ca41e5c5b459591d6e18b3c6','Update Data','Generating UUIDs for all rows in person_address table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-person_attribute','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10206,'EXECUTED','3:7f9e09b1267c4a787a9d3e37acfd5746','Update Data','Generating UUIDs for all rows in person_attribute table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-person_attribute_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10207,'EXECUTED','3:1e5f84054b7b7fdf59673e2260f48d9d','Update Data','Generating UUIDs for all rows in person_attribute_type table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-person_name','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10208,'EXECUTED','3:f827da2c097b01ca9073c258b19e9540','Update Data','Generating UUIDs for all rows in person_name table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-privilege','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10209,'EXECUTED','3:2ab150a53c91ded0c5b53fa99fde4ba2','Update Data','Generating UUIDs for all rows in privilege table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-program','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10210,'EXECUTED','3:132b63f2efcf781187602e043122e7ff','Update Data','Generating UUIDs for all rows in program table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-program_workflow','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10211,'EXECUTED','3:d945359ed4bb6cc6a21f4554a0c50a33','Update Data','Generating UUIDs for all rows in program_workflow table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-program_workflow_state','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10212,'EXECUTED','3:4bc093882ac096562d63562ac76a1ffa','Update Data','Generating UUIDs for all rows in program_workflow_state table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-relationship','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10213,'EXECUTED','3:25e22c04ada4808cc31fd48f23703333','Update Data','Generating UUIDs for all rows in relationship table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-relationship_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10214,'EXECUTED','3:562ad77e9453595c9cd22a2cdde3cc41','Update Data','Generating UUIDs for all rows in relationship_type table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-report_object','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10215,'EXECUTED','3:8531f740c64a0d1605225536c1be0860','Update Data','Generating UUIDs for all rows in report_object table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-report_schema_xml','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10216,'EXECUTED','3:cd9efe4d62f2754b057d2d409d6e826a','Update Data','Generating UUIDs for all rows in report_schema_xml table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-role','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10217,'EXECUTED','3:f75bfc36ad13cb9324b9520804a60141','Update Data','Generating UUIDs for all rows in role table via built in uuid function.',NULL,'2.0.5'),('20090402-1516-serialized_object','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:49',10218,'EXECUTED','3:c809b71d2444a8a8e2c5e5574d344c82','Update Data','Generating UUIDs for all rows in serialized_object table via built in uuid function.',NULL,'2.0.5'),('20090402-1517','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:51',10227,'MARK_RAN','3:4edd135921eb263d4811cf1c22ef4846','Custom Change','Adding UUIDs to all rows in all columns via a java class. (This will take a long time on large databases)',NULL,'2.0.5'),('20090402-1518','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:51',10228,'MARK_RAN','3:a9564fc8de85d37f4748a3fa1e69281c','Add Not-Null Constraint (x52)','Now that UUID generation is done, set the uuid columns to not \"NOT NULL\"',NULL,'2.0.5'),('20090402-1519-cohort','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:52',10229,'EXECUTED','3:260c435f1cf3e3f01d953d630c7a578b','Create Index','Creating unique index on cohort.uuid column',NULL,'2.0.5'),('20090402-1519-concept','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:53',10230,'EXECUTED','3:9e363ee4b39e7fdfb547e3a51ad187c7','Create Index','Creating unique index on concept.uuid column',NULL,'2.0.5'),('20090402-1519-concept_answer','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:53',10231,'EXECUTED','3:34b049a3fd545928760968beb1e98e00','Create Index','Creating unique index on concept_answer.uuid column',NULL,'2.0.5'),('20090402-1519-concept_class','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:54',10232,'EXECUTED','3:0fc95dccef2343850adb1fe49d60f3c3','Create Index','Creating unique index on concept_class.uuid column',NULL,'2.0.5'),('20090402-1519-concept_datatype','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:54',10233,'EXECUTED','3:0cf065b0f780dc2eeca994628af49a34','Create Index','Creating unique index on concept_datatype.uuid column',NULL,'2.0.5'),('20090402-1519-concept_description','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:55',10234,'EXECUTED','3:16ce0ad6c3e37071bbfcaad744693d0f','Create Index','Creating unique index on concept_description.uuid column',NULL,'2.0.5'),('20090402-1519-concept_map','bwolfe','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10006,'MARK_RAN','3:b8a320c1d44ab94e785c9ae6c41378f3',NULL,NULL,NULL,NULL),('20090402-1519-concept_name','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:56',10235,'EXECUTED','3:0d5866c0d3eadc8df09b1a7c160508ca','Create Index','Creating unique index on concept_name.uuid column',NULL,'2.0.5'),('20090402-1519-concept_name_tag','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:56',10236,'EXECUTED','3:7ba597ec0fb5fbfba615ac97df642072','Create Index','Creating unique index on concept_name_tag.uuid column',NULL,'2.0.5'),('20090402-1519-concept_proposal','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:57',10237,'EXECUTED','3:79f9f4af9669c2b03511832a23db55e0','Create Index','Creating unique index on concept_proposal.uuid column',NULL,'2.0.5'),('20090402-1519-concept_set','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:57',10238,'EXECUTED','3:f5ba4e2d5ddd4ec66f43501b9749cf70','Create Index','Creating unique index on concept_set.uuid column',NULL,'2.0.5'),('20090402-1519-concept_source','bwolfe','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10007,'MARK_RAN','3:c7c47d9c2876bfa53542885e304b21e7',NULL,NULL,NULL,NULL),('20090402-1519-concept_state_conversion','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:58',10239,'EXECUTED','3:cc9d9bb0d5eb9f6583cd538919b42b9a','Create Index','Creating unique index on concept_state_conversion.uuid column',NULL,'2.0.5'),('20090402-1519-drug','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:58',10240,'EXECUTED','3:8cac800e9f857e29698e1c80ab7e6a52','Create Index','Creating unique index on drug.uuid column',NULL,'2.0.5'),('20090402-1519-encounter','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:59',10241,'EXECUTED','3:8fd623411a44ffb0d4e3a4139e916585','Create Index','Creating unique index on encounter.uuid column',NULL,'2.0.5'),('20090402-1519-encounter_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:59',10242,'EXECUTED','3:71e0e1df8c290d8b6e81e281154661e0','Create Index','Creating unique index on encounter_type.uuid column',NULL,'2.0.5'),('20090402-1519-field','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:00',10243,'EXECUTED','3:36d9eba3e0a90061c6bf1c8aa483110e','Create Index','Creating unique index on field.uuid column',NULL,'2.0.5'),('20090402-1519-field_answer','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:00',10244,'EXECUTED','3:81572b572f758cac173b5d14516f600e','Create Index','Creating unique index on field_answer.uuid column',NULL,'2.0.5'),('20090402-1519-field_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:01',10245,'EXECUTED','3:a0c3927dfde900959131aeb1490a5f51','Create Index','Creating unique index on field_type.uuid column',NULL,'2.0.5'),('20090402-1519-form','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:01',10246,'EXECUTED','3:61147c780ce563776a1caed795661aca','Create Index','Creating unique index on form.uuid column',NULL,'2.0.5'),('20090402-1519-form_field','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:02',10247,'EXECUTED','3:bd9def4522865d181e42809f9dd5c116','Create Index','Creating unique index on form_field.uuid column',NULL,'2.0.5'),('20090402-1519-global_property','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:02',10248,'EXECUTED','3:0e6b84ad5fffa3fd49242b5475e8eb66','Create Index','Creating unique index on global_property.uuid column',NULL,'2.0.5'),('20090402-1519-hl7_in_archive','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:03',10249,'EXECUTED','3:d2f8921c170e416560c234aa74964346','Create Index','Creating unique index on hl7_in_archive.uuid column',NULL,'2.0.5'),('20090402-1519-hl7_in_error','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:03',10250,'EXECUTED','3:9ccec0729ea1b4eaa5068726f9045c25','Create Index','Creating unique index on hl7_in_error.uuid column',NULL,'2.0.5'),('20090402-1519-hl7_in_queue','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:04',10251,'EXECUTED','3:af537cb4134c3f2ed0357f3280ceb6fe','Create Index','Creating unique index on hl7_in_queue.uuid column',NULL,'2.0.5'),('20090402-1519-hl7_source','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:04',10252,'EXECUTED','3:a6d1847b6a590319206f65be9d1d3c9e','Create Index','Creating unique index on hl7_source.uuid column',NULL,'2.0.5'),('20090402-1519-location','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:05',10253,'EXECUTED','3:c435bd4b405d4f11d919777718aa055c','Create Index','Creating unique index on location.uuid column',NULL,'2.0.5'),('20090402-1519-location_tag','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:05',10254,'EXECUTED','3:33a8a54cde59b23a9cdb7740a9995e1a','Create Index','Creating unique index on location_tag.uuid column',NULL,'2.0.5'),('20090402-1519-note','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:05',10255,'EXECUTED','3:97279b2ce285e56613a10a77c5af32b2','Create Index','Creating unique index on note.uuid column',NULL,'2.0.5'),('20090402-1519-notification_alert','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:06',10256,'EXECUTED','3:a763255eddf8607f7d86afbb3099d4b5','Create Index','Creating unique index on notification_alert.uuid column',NULL,'2.0.5'),('20090402-1519-notification_template','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:06',10257,'EXECUTED','3:9a69bbb343077bc62acdf6a66498029a','Create Index','Creating unique index on notification_template.uuid column',NULL,'2.0.5'),('20090402-1519-obs','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:07',10258,'EXECUTED','3:de9a7a24e527542e6b4a73e2cd31a7f9','Create Index','Creating unique index on obs.uuid column',NULL,'2.0.5'),('20090402-1519-orders','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:08',10260,'EXECUTED','3:848c0a00a32c5eb25041ad058fd38263','Create Index','Creating unique index on orders.uuid column',NULL,'2.0.5'),('20090402-1519-order_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:07',10259,'EXECUTED','3:d938d263e0acf974d43ad81d2fbe05b0','Create Index','Creating unique index on order_type.uuid column',NULL,'2.0.5'),('20090402-1519-patient_identifier','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:08',10261,'EXECUTED','3:43389efa06408c8312d130654309d140','Create Index','Creating unique index on patient_identifier.uuid column',NULL,'2.0.5'),('20090402-1519-patient_identifier_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:09',10262,'EXECUTED','3:3ffe4f31a1c48d2545e8eed4127cc490','Create Index','Creating unique index on patient_identifier_type.uuid column',NULL,'2.0.5'),('20090402-1519-patient_program','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:09',10263,'EXECUTED','3:ce69defda5ba254914f2319f3a7aac02','Create Index','Creating unique index on patient_program.uuid column',NULL,'2.0.5'),('20090402-1519-patient_state','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:10',10264,'EXECUTED','3:a4ca15f62b3c8c43f7f47ef8b9e39cd3','Create Index','Creating unique index on patient_state.uuid column',NULL,'2.0.5'),('20090402-1519-person','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:10',10265,'EXECUTED','3:345a5d4e8dea4d56c1a0784e7b35a801','Create Index','Creating unique index on person.uuid column',NULL,'2.0.5'),('20090402-1519-person_address','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:11',10266,'EXECUTED','3:105ece744a45b624ea8990f152bb8300','Create Index','Creating unique index on person_address.uuid column',NULL,'2.0.5'),('20090402-1519-person_attribute','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:11',10267,'EXECUTED','3:67a8cdda8605c28f76314873d2606457','Create Index','Creating unique index on person_attribute.uuid column',NULL,'2.0.5'),('20090402-1519-person_attribute_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:12',10268,'EXECUTED','3:a234ad0ea13f32fc4529cf556151d611','Create Index','Creating unique index on person_attribute_type.uuid column',NULL,'2.0.5'),('20090402-1519-person_name','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:12',10269,'EXECUTED','3:d18e326ce221b4b1232ce2e355731338','Create Index','Creating unique index on person_name.uuid column',NULL,'2.0.5'),('20090402-1519-privilege','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:12',10270,'EXECUTED','3:47e7f70f34a213d870e2aeed795d5e3d','Create Index','Creating unique index on privilege.uuid column',NULL,'2.0.5'),('20090402-1519-program','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:13',10271,'EXECUTED','3:62f9d9ecd2325d5908237a769e9a8bc7','Create Index','Creating unique index on program.uuid column',NULL,'2.0.5'),('20090402-1519-program_workflow','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:13',10272,'EXECUTED','3:fabb3152f6055dc0071a2e5d6f573d2f','Create Index','Creating unique index on program_workflow.uuid column',NULL,'2.0.5'),('20090402-1519-program_workflow_state','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:14',10273,'EXECUTED','3:4fdf0c20aedcdc87b2c6058a1cc8fce7','Create Index','Creating unique index on program_workflow_state.uuid column',NULL,'2.0.5'),('20090402-1519-relationship','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:14',10274,'EXECUTED','3:c90617ca900b1aef3f29e71f693e8a25','Create Index','Creating unique index on relationship.uuid column',NULL,'2.0.5'),('20090402-1519-relationship_type','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:15',10275,'EXECUTED','3:c9f05aca70b6dad54af121b593587a29','Create Index','Creating unique index on relationship_type.uuid column',NULL,'2.0.5'),('20090402-1519-report_object','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:15',10276,'EXECUTED','3:6069b78580fd0d276f5dae9f3bdf21be','Create Index','Creating unique index on report_object.uuid column',NULL,'2.0.5'),('20090402-1519-report_schema_xml','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:16',10277,'EXECUTED','3:91499d332dda0577fd02b6a6b7b35e99','Create Index','Creating unique index on report_schema_xml.uuid column',NULL,'2.0.5'),('20090402-1519-role','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:16',10278,'EXECUTED','3:c535a800ceb006311bbb7a27e8bab6ea','Create Index','Creating unique index on role.uuid column',NULL,'2.0.5'),('20090402-1519-serialized_object','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:17',10279,'EXECUTED','3:e8f2b1c3a7a67aadc8499ebcb522c91a','Create Index','Creating unique index on serialized_object.uuid column',NULL,'2.0.5'),('20090408-1298','Cory McCarthy','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10114,'EXECUTED','3:defbd13a058ba3563e232c2093cd2b37','Modify Column','Changed the datatype for encounter_type to \'text\' instead of just 50 chars',NULL,'2.0.5'),('200904091023','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:46',10113,'EXECUTED','3:48adc23e9c5d820a87f6c8d61dfb6b55','Delete Data (x4)','Remove Manage Tribes and View Tribes privileges from the privilege table and role_privilege table.\n The privileges will be recreated by the Tribe module if it is installed.',NULL,'2.0.5'),('20090414-0804','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:50',10219,'EXECUTED','3:479b4df8e3c746b5b96eeea422799774','Drop Foreign Key Constraint','Dropping foreign key on concept_set.concept_id table',NULL,'2.0.5'),('20090414-0805','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:50',10220,'MARK_RAN','3:5017417439ff841eb036ceb94f3c5800','Drop Primary Key','Dropping primary key on concept set table',NULL,'2.0.5'),('20090414-0806','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:50',10221,'MARK_RAN','3:6b9cec59fd607569228bf87d4dffa1a5','Add Column','Adding new integer primary key to concept set table',NULL,'2.0.5'),('20090414-0807','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:50',10222,'MARK_RAN','3:57834f6c953f34035237e06a2dbed9c7','Create Index, Add Foreign Key Constraint','Adding index and foreign key to concept_set.concept_id column',NULL,'2.0.5'),('20090414-0808a','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:51',10223,'EXECUTED','3:6c9d9e6b85c1bf04fdbf9fdec316f2ea','Drop Foreign Key Constraint','Dropping foreign key on patient_identifier.patient_id column',NULL,'2.0.5'),('20090414-0808b','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:51',10224,'MARK_RAN','3:12e01363841135ed0dae46d71e7694cf','Drop Primary Key','Dropping non-integer primary key on patient identifier table before adding a new integer primary key',NULL,'2.0.5'),('20090414-0809','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:51',10225,'MARK_RAN','3:864765efa4cae1c8ffb1138d63f77017','Add Column','Adding new integer primary key to patient identifier table',NULL,'2.0.5'),('20090414-0810','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:51',10226,'MARK_RAN','3:4ca46ee358567e35c897a73c065e3367','Create Index, Add Foreign Key Constraint','Adding index and foreign key on patient_identifier.patient_id column',NULL,'2.0.5'),('20090414-0811a','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:17',10280,'EXECUTED','3:f027a0ad38c0f6302def391da78aaaee','Drop Foreign Key Constraint','Dropping foreign key on concept_word.concept_id column',NULL,'2.0.5'),('20090414-0811b','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:17',10282,'MARK_RAN','3:982d502e56854922542286cead4c09ce','Drop Primary Key','Dropping non-integer primary key on concept word table before adding new integer one',NULL,'2.0.5'),('20090414-0812','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:17',10283,'MARK_RAN','3:948e635fe3f63122856ca9b8a174352b','Add Column','Adding integer primary key to concept word table',NULL,'2.0.5'),('20090414-0812b','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:18',10284,'MARK_RAN','3:bd7731e58f3db9b944905597a08eb6cb','Add Foreign Key Constraint','Re-adding foreign key for concept_word.concept_name_id',NULL,'2.0.5'),('200904271042','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10287,'MARK_RAN','3:db63ce704aff4741c52181d1c825ab62','Drop Column','Remove the now unused synonym column',NULL,'2.0.5'),('20090428-0811aa','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:17',10281,'MARK_RAN','3:58d8f3df1fe704714a7b4957a6c0e7f7','Drop Foreign Key Constraint','Removing concept_word.concept_name_id foreign key so that primary key can be changed to concept_word_id',NULL,'2.0.5'),('20090428-0854','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10285,'EXECUTED','3:11086a37155507c0238c9532f66b172b','Add Foreign Key Constraint','Adding foreign key for concept_word.concept_id column',NULL,'2.0.5'),('200905071626','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10116,'MARK_RAN','3:d29884c3ef8fd867c3c2ffbd557c14c2','Create Index','Add an index to the concept_word.concept_id column (This update may fail if it already exists)',NULL,'2.0.5'),('200905150814','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:37:47',10115,'EXECUTED','3:44c729b393232d702553e0768cf94994','Delete Data','Deleting invalid concept words',NULL,'2.0.5'),('200905150821','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10286,'EXECUTED','3:c0b7abc7eb00f243325b4a3fb2afc614','Custom SQL','Deleting duplicate concept word keys',NULL,'2.0.5'),('200906301606','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10290,'EXECUTED','3:de40c56c128997509d1d943ed047c5d2','Modify Column','Change person_attribute_type.sort_weight from an integer to a float',NULL,'2.0.5'),('200907161638-1','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10291,'EXECUTED','3:dfd352bdc4c5e6c88cd040d03c782e31','Modify Column','Change obs.value_numeric from a double(22,0) to a double',NULL,'2.0.5'),('200907161638-2','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10292,'EXECUTED','3:a8dc0bd1593e6c99a02db443bc4cb001','Modify Column','Change concept_numeric columns from a double(22,0) type to a double',NULL,'2.0.5'),('200907161638-3','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10293,'EXECUTED','3:47b8adbcd480660765dd117020a1e085','Modify Column','Change concept_set.sort_weight from a double(22,0) to a double',NULL,'2.0.5'),('200907161638-4','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10294,'EXECUTED','3:3ffccaa291298fea317eb7025c058492','Modify Column','Change concept_set_derived.sort_weight from a double(22,0) to a double',NULL,'2.0.5'),('200907161638-5','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10295,'EXECUTED','3:3b31cf625830c7e37fa638dbf9625000','Modify Column','Change drug table columns from a double(22,0) to a double',NULL,'2.0.5'),('200907161638-6','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10296,'EXECUTED','3:dc733faec1539038854c0b559b45da0e','Modify Column','Change drug_order.dose from a double(22,0) to a double',NULL,'2.0.5'),('200908291938-1','dthomas','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10008,'MARK_RAN','3:b99a6d7349d367c30e8b404979e07b89',NULL,NULL,NULL,NULL),('200908291938-2a','dthomas','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10009,'MARK_RAN','3:7e9e8d9bffcb6e602b155827f72a3856',NULL,NULL,NULL,NULL),('20090831-1039-38-scheduler_task_config','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10300,'MARK_RAN','3:54e254379235d5c8b569a00ac7dc9c3f','Add Column','Adding \"uuid\" column to scheduler_task_config table',NULL,'2.0.5'),('20090831-1040-scheduler_task_config','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10301,'EXECUTED','3:a9b26bdab35405050c052a9a3f763db0','Update Data','Generating UUIDs for all rows in scheduler_task_config table via built in uuid function.',NULL,'2.0.5'),('20090831-1041-scheduler_task_config','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10302,'MARK_RAN','3:25127273b2d501664ce325922b0c7db2','Custom Change','Adding UUIDs to all rows in scheduler_task_config table via a java class for non mysql/oracle/mssql databases.',NULL,'2.0.5'),('20090831-1042-scheduler_task_config','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10303,'EXECUTED','3:76d8a8b5d342fc4111034861537315cf','Add Not-Null Constraint','Now that UUID generation is done for scheduler_task_config, set the uuid column to not \"NOT NULL\"',NULL,'2.0.5'),('20090831-1043-scheduler_task_config','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10304,'EXECUTED','3:5408ed04284c4f5d57f5160ca5393733','Create Index','Creating unique index on scheduler_task_config.uuid column',NULL,'2.0.5'),('20090907-1','Knoll_Frank','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10305,'MARK_RAN','3:d6f3ed289cdbce6229b1414ec626a33c','Rename Column','Rename the concept_source.date_voided column to date_retired',NULL,'2.0.5'),('20090907-2a','Knoll_Frank','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10306,'MARK_RAN','3:b71e307e4e782cc5a851f764aa7fc0d0','Drop Foreign Key Constraint','Remove the concept_source.voided_by foreign key constraint',NULL,'2.0.5'),('20090907-2b','Knoll_Frank','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10307,'MARK_RAN','3:14e07ebc0a1138ee973bbb26b568d16e','Rename Column, Add Foreign Key Constraint','Rename the concept_source.voided_by column to retired_by',NULL,'2.0.5'),('20090907-3','Knoll_Frank','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10308,'MARK_RAN','3:adee9ced82158f9a9f3d64245ad591c6','Rename Column','Rename the concept_source.voided column to retired',NULL,'2.0.5'),('20090907-4','Knoll_Frank','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10309,'MARK_RAN','3:ad9b6ed4ef3ae43556d3e8c9e2ec0f5c','Rename Column','Rename the concept_source.void_reason column to retire_reason',NULL,'2.0.5'),('20091001-1023','rcrichton','liquibase-update-to-latest.xml','2017-07-16 19:38:24',10337,'MARK_RAN','3:2bf99392005da4e95178bd1e2c28a87b','Add Column','add retired column to relationship_type table',NULL,'2.0.5'),('20091001-1024','rcrichton','liquibase-update-to-latest.xml','2017-07-16 19:38:24',10338,'MARK_RAN','3:31b7b10f75047606406cea156bcc255f','Add Column','add retired_by column to relationship_type table',NULL,'2.0.5'),('20091001-1025','rcrichton','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10339,'MARK_RAN','3:c6dd75893e5573baa0c7426ecccaa92d','Add Foreign Key Constraint','Create the foreign key from the relationship.retired_by to users.user_id.',NULL,'2.0.5'),('20091001-1026','rcrichton','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10340,'MARK_RAN','3:47cfbab54a8049948784a165ffe830af','Add Column','add date_retired column to relationship_type table',NULL,'2.0.5'),('20091001-1027','rcrichton','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10341,'MARK_RAN','3:2db32da70ac1e319909d692110b8654b','Add Column','add retire_reason column to relationship_type table',NULL,'2.0.5'),('200910271049-1','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10310,'EXECUTED','3:2e54d97b9f1b9f35b77cee691c23b7a9','Update Data (x5)','Setting core field types to have standard UUIDs',NULL,'2.0.5'),('200910271049-10','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10319,'EXECUTED','3:827070940f217296c11ce332dc8858ff','Update Data (x4)','Setting core roles to have standard UUIDs',NULL,'2.0.5'),('200910271049-2','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10311,'EXECUTED','3:3132d4cbfaab0c0b612c3fe1c55bd0f1','Update Data (x7)','Setting core person attribute types to have standard UUIDs',NULL,'2.0.5'),('200910271049-3','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10312,'EXECUTED','3:f4d1a9004f91b6885a86419bc02f9d0b','Update Data (x4)','Setting core encounter types to have standard UUIDs',NULL,'2.0.5'),('200910271049-4','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10313,'EXECUTED','3:0d4f7503bf8f00cb73338bb34305333a','Update Data (x12)','Setting core concept datatypes to have standard UUIDs',NULL,'2.0.5'),('200910271049-5','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10314,'EXECUTED','3:98d8ac75977e1b099a4e45d96c6b1d1a','Update Data (x4)','Setting core relationship types to have standard UUIDs',NULL,'2.0.5'),('200910271049-6','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10315,'EXECUTED','3:19355a03794869edad3889ac0adbdedf','Update Data (x15)','Setting core concept classes to have standard UUIDs',NULL,'2.0.5'),('200910271049-7','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10316,'EXECUTED','3:fe4c89654d02d74de6d8e4b265a33288','Update Data (x2)','Setting core patient identifier types to have standard UUIDs',NULL,'2.0.5'),('200910271049-8','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10317,'EXECUTED','3:dc4462b5b4b13c2bc306506848127556','Update Data','Setting core location to have standard UUIDs',NULL,'2.0.5'),('200910271049-9','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10318,'EXECUTED','3:de2a0ed2adafb53f025039e9e8c6719e','Update Data','Setting core hl7 source to have standard UUIDs',NULL,'2.0.5'),('200912031842','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:23',10323,'EXECUTED','3:b966745213bedaeeabab8a874084bb95','Drop Foreign Key Constraint, Add Foreign Key Constraint','Changing encounter.provider_id to reference person instead of users',NULL,'2.0.5'),('200912031846-1','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:23',10325,'MARK_RAN','3:23e728a7f214127cb91efd40ebbcc2d1','Add Column, Update Data','Adding person_id column to users table (if needed)',NULL,'2.0.5'),('200912031846-2','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:23',10326,'MARK_RAN','3:8d57907defa7e92e018038d57cfa78b4','Update Data, Add Not-Null Constraint','Populating users.person_id',NULL,'2.0.5'),('200912031846-3','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:24',10327,'EXECUTED','3:48a50742f2904682caa1bc469f5b87e3','Add Foreign Key Constraint, Set Column as Auto-Increment','Restoring foreign key constraint on users.person_id',NULL,'2.0.5'),('200912071501-1','arthurs','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10320,'EXECUTED','3:d1158b8a42127d7b8a4d5ad64cc7c225','Update Data','Change name for patient.searchMaxResults global property to person.searchMaxResults',NULL,'2.0.5'),('200912091819','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:24',10328,'MARK_RAN','3:8c0b2b02a94b9c6c9529e1b29207464b','Add Column, Add Foreign Key Constraint','Adding retired metadata columns to users table',NULL,'2.0.5'),('200912091819-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:24',10329,'EXECUTED','3:fd5fd1d2e6884662824bb78c8348fadf','Modify Column','(Fixed)users.retired to BOOLEAN',NULL,'2.0.5'),('200912091820','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:24',10330,'MARK_RAN','3:cba73499d1c4d09b0e4ae3b55ecc7d84','Update Data','Migrating voided metadata to retired metadata for users table',NULL,'2.0.5'),('200912091821','djazayeri','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10012,'MARK_RAN','3:9b38d31ebfe427d1f8d6e8530687f29c',NULL,NULL,NULL,NULL),('200912140038','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:24',10331,'MARK_RAN','3:be3aaa8da16b8a8841509faaeff070b4','Add Column','Adding \"uuid\" column to users table',NULL,'2.0.5'),('200912140039','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:24',10332,'EXECUTED','3:5b2a81ac1efba5495962bfb86e51546d','Update Data','Generating UUIDs for all rows in users table via built in uuid function.',NULL,'2.0.5'),('200912140040','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:24',10333,'MARK_RAN','3:c422b96e5b88eeae4f343d4f988cc4b2','Custom Change','Adding UUIDs to users table via a java class. (This will take a long time on large databases)',NULL,'2.0.5'),('200912141000-drug-add-date-changed','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:49',10524,'MARK_RAN','3:9c9a75e3a78104e72de078ac217b0972','Add Column','Add date_changed column to drug table',NULL,'2.0.5'),('200912141001-drug-add-changed-by','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:49',10525,'MARK_RAN','3:196629c722f52df68b5040e5266ac20f','Add Column, Add Foreign Key Constraint','Add changed_by column to drug table',NULL,'2.0.5'),('200912141552','madanmohan','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10321,'MARK_RAN','3:835b6b98a7a437d959255ac666c12759','Add Column, Add Foreign Key Constraint','Add changed_by column to encounter table',NULL,'2.0.5'),('200912141553','madanmohan','liquibase-update-to-latest.xml','2017-07-16 19:38:22',10322,'MARK_RAN','3:7f768aa879beac091501ac9bb47ece4d','Add Column','Add date_changed column to encounter table',NULL,'2.0.5'),('20091215-0208','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10342,'EXECUTED','3:1c818a60d8ebc36f4b7911051c1f6764','Custom SQL','Prune concepts rows orphaned in concept_numeric tables',NULL,'2.0.5'),('20091215-0209','jmiranda','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10343,'EXECUTED','3:adeadc55e4dd484b1d63cf123e299371','Custom SQL','Prune concepts rows orphaned in concept_complex tables',NULL,'2.0.5'),('20091215-0210','jmiranda','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10011,'MARK_RAN','3:08e8550629e4d5938494500f61d10961',NULL,NULL,NULL,NULL),('200912151032','n.nehete','liquibase-update-to-latest.xml','2017-07-16 19:38:24',10335,'EXECUTED','3:d7d8fededde8a27384ca1eb3f87f7914','Add Not-Null Constraint','Encounter Type should not be null when saving an Encounter',NULL,'2.0.5'),('200912211118','nribeka','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10010,'MARK_RAN','3:1f976b4eedf537d887451246d49db043',NULL,NULL,NULL,NULL),('201001072007','upul','liquibase-update-to-latest.xml','2017-07-16 19:38:24',10336,'MARK_RAN','3:d5d60060fae8e9c30843b16b23bed9db','Add Column','Add last execution time column to scheduler_task_config table',NULL,'2.0.5'),('20100111-0111-associating-daemon-user-with-person','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:42',10508,'MARK_RAN','3:bebb5c508bb53e7d5be6fb3aa259bd2f','Custom SQL','Associating daemon user with a person',NULL,'2.0.5'),('20100128-1','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10297,'MARK_RAN','3:eaa1b8e62aa32654480e7a476dc14a4a','Insert Row','Adding \'System Developer\' role again (see ticket #1499)',NULL,'2.0.5'),('20100128-2','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10298,'MARK_RAN','3:3c486c2ea731dfad7905518cac8d6e70','Update Data','Switching users back from \'Administrator\' to \'System Developer\' (see ticket #1499)',NULL,'2.0.5'),('20100128-3','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:21',10299,'MARK_RAN','3:9acf8cae5d210f88006191e79b76532c','Delete Data','Deleting \'Administrator\' role (see ticket #1499)',NULL,'2.0.5'),('20100306-095513a','thilini.hg','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10344,'MARK_RAN','3:b7a60c3c33a05a71dde5a26f35d85851','Drop Foreign Key Constraint','Dropping unused foreign key from notification alert table',NULL,'2.0.5'),('20100306-095513b','thilini.hg','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10345,'MARK_RAN','3:8a6ebb6aefe04b470d5b3878485f9cc3','Drop Column','Dropping unused user_id column from notification alert table',NULL,'2.0.5'),('20100322-0908','syhaas','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10346,'MARK_RAN','3:94a8aae1d463754d7125cd546b4c590c','Add Column, Update Data','Adding sort_weight column to concept_answers table and initially sets the sort_weight to the concept_answer_id',NULL,'2.0.5'),('20100323-192043','ricardosbarbosa','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10363,'EXECUTED','3:c294c84ac7ff884d1e618f4eb74b0c52','Update Data, Delete Data (x2)','Removing the duplicate privilege \'Add Concept Proposal\' in favor of \'Add Concept Proposals\'',NULL,'2.0.5'),('20100330-190413','ricardosbarbosa','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10364,'EXECUTED','3:d706294defdfb73af9b44db7d37069d0','Update Data, Delete Data (x2)','Removing the duplicate privilege \'Edit Concept Proposal\' in favor of \'Edit Concept Proposals\'',NULL,'2.0.5'),('20100412-2217','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10347,'MARK_RAN','3:0c3a3ea15adefa620ab62145f412d0b6','Add Column','Adding \"uuid\" column to notification_alert_recipient table',NULL,'2.0.5'),('20100412-2218','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10348,'EXECUTED','3:6fae383b5548c214d2ad2c76346e32e3','Update Data','Generating UUIDs for all rows in notification_alert_recipient table via built in uuid function.',NULL,'2.0.5'),('20100412-2219','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10349,'MARK_RAN','3:1401fe5f2d0c6bc23afa70b162e15346','Custom Change','Adding UUIDs to notification_alert_recipient table via a java class (if needed).',NULL,'2.0.5'),('20100412-2220','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10350,'EXECUTED','3:bf4474dd5700b570e158ddc8250c470b','Add Not-Null Constraint','Now that UUID generation is done, set the notification_alert_recipient.uuid column to not \"NOT NULL\"',NULL,'2.0.5'),('20100413-1509','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10351,'MARK_RAN','3:7a3ee61077e4dee1ceb4fe127afc835f','Rename Column','Change location_tag.tag to location_tag.name',NULL,'2.0.5'),('20100415-forgotten-from-before','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:24',10334,'EXECUTED','3:d17699fbec80bd035ecb348ae5382754','Add Not-Null Constraint','Adding not null constraint to users.uuid',NULL,'2.0.5'),('20100419-1209','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10431,'MARK_RAN','3:f87b773f9a8e05892fdbe8740042abb5','Create Table, Add Foreign Key Constraint (x7), Create Index','Create the visit table and add the foreign key for visit_type',NULL,'2.0.5'),('20100419-1209-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10432,'EXECUTED','3:cb5970216f918522df3a059e29506c27','Modify Column','(Fixed)Changed visit.voided to BOOLEAN',NULL,'2.0.5'),('20100423-1402','slorenz','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10353,'MARK_RAN','3:3534020f1c68f70b0e9851d47a4874d6','Create Index','Add an index to the encounter.encounter_datetime column to speed up statistical\n analysis.',NULL,'2.0.5'),('20100423-1406','slorenz','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10354,'MARK_RAN','3:f058162398862f0bdebc12d7eb54551b','Create Index','Add an index to the obs.obs_datetime column to speed up statistical analysis.',NULL,'2.0.5'),('20100426-1111-add-not-null-personid-contraint','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:42',10509,'EXECUTED','3:a0b90b98be85aabbdebd957744ab805a','Add Not-Null Constraint','Add the not null person id contraint',NULL,'2.0.5'),('20100426-1111-remove-not-null-personid-contraint','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10355,'EXECUTED','3:5bc2abe108ab2765e36294ff465c63a0','Drop Not-Null Constraint','Drop the not null person id contraint',NULL,'2.0.5'),('20100426-1947','syhaas','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10356,'MARK_RAN','3:09adbdc9cb72dee82e67080b01d6578e','Insert Row','Adding daemon user to users table',NULL,'2.0.5'),('20100512-1400','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10358,'MARK_RAN','3:0fbfb53e2e194543d7b3eaa59834e1e6','Insert Row','Create core order_type for drug orders',NULL,'2.0.5'),('20100513-1947','syhaas','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10357,'EXECUTED','3:068c2bd55d9c731941fe9ef66f0011fb','Delete Data (x2)','Removing scheduler.username and scheduler.password global properties',NULL,'2.0.5'),('20100517-1545','wyclif and djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10359,'EXECUTED','3:39a68e6b1954a0954d0f8d0c660a7aff','Custom Change','Switch boolean concepts/observations to be stored as coded',NULL,'2.0.5'),('20100525-818-1','syhaas','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10365,'MARK_RAN','3:ed9dcb5bd0d7312db3123825f9bb4347','Create Table, Add Foreign Key Constraint (x2)','Create active list type table.',NULL,'2.0.5'),('20100525-818-1-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10366,'EXECUTED','3:4a648a54797fef2222764a7ee0b5e05a','Modify Column','(Fixed)Change active_list_type.retired to BOOLEAN',NULL,'2.0.5'),('20100525-818-2','syhaas','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10367,'MARK_RAN','3:bc5a86f0245f6f822a0d343b2fcf8dc6','Create Table, Add Foreign Key Constraint (x7)','Create active list table',NULL,'2.0.5'),('20100525-818-2-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10368,'EXECUTED','3:0a2879b368319f6d1e16d0d4417f4492','Modify Column','(Fixed)Change active_list_type.retired to BOOLEAN',NULL,'2.0.5'),('20100525-818-3','syhaas','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10369,'MARK_RAN','3:d382e7b9e23cdcc33ccde2d3f0473c41','Create Table, Add Foreign Key Constraint','Create allergen table',NULL,'2.0.5'),('20100525-818-4','syhaas','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10370,'MARK_RAN','3:1d6f1abd297c8da5a49d4885d0d34dfb','Create Table','Create problem table',NULL,'2.0.5'),('20100525-818-5','syhaas','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10371,'MARK_RAN','3:2ac51b2e8813d61428367bad9fadaa33','Insert Row (x2)','Inserting default active list types',NULL,'2.0.5'),('20100526-1025','Harsha.cse','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10360,'EXECUTED','3:66ec6553564d30fd63df7c2de41c674f','Drop Not-Null Constraint (x2)','Drop Not-Null constraint from location column in Encounter and Obs table',NULL,'2.0.5'),('20100603-1625-1-person_address','sapna','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10412,'MARK_RAN','3:6048aa2c393c1349de55a5003199fb81','Add Column','Adding \"date_changed\" column to person_address table',NULL,'2.0.5'),('20100603-1625-2-person_address','sapna','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10413,'MARK_RAN','3:5194e3b45b70b003e33d7ab0495f3015','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to person_address table',NULL,'2.0.5'),('20100604-0933a','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10361,'EXECUTED','3:9b51b236846a8940de581e199cd76cb2','Add Default Value','Changing the default value to 2 for \'message_state\' column in \'hl7_in_archive\' table',NULL,'2.0.5'),('20100604-0933b','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10362,'EXECUTED','3:67fc4c12418b500aaf3723e8845429e3','Update Data','Converting 0 and 1 to 2 for \'message_state\' column in \'hl7_in_archive\' table',NULL,'2.0.5'),('20100607-1550a','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10372,'MARK_RAN','3:bfb6250277efd8c81326fe8c3dbdfe35','Add Column','Adding \'concept_name_type\' column to concept_name table',NULL,'2.0.5'),('20100607-1550b','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10373,'MARK_RAN','3:3d43124d8265fbf05f1ef4839f14bece','Add Column','Adding \'locale_preferred\' column to concept_name table',NULL,'2.0.5'),('20100607-1550b-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:26',10374,'EXECUTED','3:d0dc8dfe3ac629aecee81ccc11dec9c2','Modify Column','(Fixed)Change concept_name.locale_preferred to BOOLEAN',NULL,'2.0.5'),('20100607-1550c','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:27',10375,'EXECUTED','3:b6573617d37609ae7195fd7a495e2776','Drop Foreign Key Constraint','Dropping foreign key constraint on concept_name_tag_map.concept_name_tag_id',NULL,'2.0.5'),('20100607-1550d','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:27',10376,'EXECUTED','3:f30fd17874ac8294389ee2a44ca7d6ab','Update Data, Delete Data (x2)','Setting the concept name type for short names',NULL,'2.0.5'),('20100607-1550f','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:27',10377,'EXECUTED','3:74026cd4543ebbf561999a81c276224d','Update Data, Delete Data (x2)','Converting concept names with \'preferred\' and \'preferred_XX\' concept name tags to preferred names',NULL,'2.0.5'),('20100607-1550g','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:27',10380,'EXECUTED','3:c3c0a17e0a21d36f38bb2af8f0939da7','Delete Data (x2)','Deleting \'default\' and \'synonym\' concept name tags',NULL,'2.0.5'),('20100607-1550h','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:28',10381,'EXECUTED','3:be7b967ed0e7006373bb616b63726144','Custom Change','Validating and attempting to fix invalid concepts and ConceptNames',NULL,'2.0.5'),('20100607-1550i','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:29',10382,'EXECUTED','3:b6260c13bf055f7917c155596502a24b','Add Foreign Key Constraint','Restoring foreign key constraint on concept_name_tag_map.concept_name_tag_id',NULL,'2.0.5'),('20100621-1443','jkeiper','liquibase-update-to-latest.xml','2017-07-16 19:38:29',10383,'EXECUTED','3:16b4bc3512029cf8d3b3c6bee86ed712','Modify Column','Modify the error_details column of hl7_in_error to hold\n stacktraces',NULL,'2.0.5'),('201008021047','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:29',10384,'MARK_RAN','3:8612ede2553aab53950fa43d2f8def32','Create Index','Add an index to the person_name.family_name2 to speed up patient and person searches',NULL,'2.0.5'),('201008201345','mseaton','liquibase-update-to-latest.xml','2017-07-16 19:38:29',10385,'EXECUTED','3:5fbbb6215e66847c86483ee7177c3682','Custom Change','Validates Program Workflow States for possible configuration problems and reports warnings',NULL,'2.0.5'),('201008242121','misha680','liquibase-update-to-latest.xml','2017-07-16 19:38:29',10386,'EXECUTED','3:2319aed08c4f6dcd43d4ace5cdf94650','Modify Column','Make person_name.person_id not NULLable',NULL,'2.0.5'),('20100924-1110','mseaton','liquibase-update-to-latest.xml','2017-07-16 19:38:29',10387,'MARK_RAN','3:05ea5f3b806ba47f4a749d3a348c59f7','Add Column, Add Foreign Key Constraint','Add location_id column to patient_program table',NULL,'2.0.5'),('201009281047','misha680','liquibase-update-to-latest.xml','2017-07-16 19:38:29',10388,'MARK_RAN','3:02b5b9a183729968cd4189798ca034bd','Drop Column','Remove the now unused default_charge column',NULL,'2.0.5'),('201010051745','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:29',10389,'EXECUTED','3:04ba6f526a71fc0a2b016fd77eaf9ff5','Update Data','Setting the global property \'patient.identifierRegex\' to an empty string',NULL,'2.0.5'),('201010051746','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:29',10390,'EXECUTED','3:cb12dfc563d82529de170ffedf948f90','Update Data','Setting the global property \'patient.identifierSuffix\' to an empty string',NULL,'2.0.5'),('201010151054','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:30',10391,'MARK_RAN','3:26c8ae0c53225f82d4c2a85c09ad9785','Create Index','Adding index to form.published column',NULL,'2.0.5'),('201010151055','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:30',10392,'MARK_RAN','3:1efabdfd082ff2b0a34f570831f74ce5','Create Index','Adding index to form.retired column',NULL,'2.0.5'),('201010151056','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10393,'MARK_RAN','3:00273104184bb4d2bb7155befc77efc3','Create Index','Adding multi column index on form.published and form.retired columns',NULL,'2.0.5'),('201010261143','crecabarren','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10394,'MARK_RAN','3:c02de7e2726893f80ecd1f3ae778cba5','Rename Column','Rename neighborhood_cell column to address3 and increase the size to 255 characters',NULL,'2.0.5'),('201010261145','crecabarren','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10395,'MARK_RAN','3:2d053c2e9b604403df8a408a6bb4f3f8','Rename Column','Rename township_division column to address4 and increase the size to 255 characters',NULL,'2.0.5'),('201010261147','crecabarren','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10396,'MARK_RAN','3:592eee2241fdb1039ba08be07b54a422','Rename Column','Rename subregion column to address5 and increase the size to 255 characters',NULL,'2.0.5'),('201010261149','crecabarren','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10397,'MARK_RAN','3:059e5bf4092d930304f9f0fc305939d9','Rename Column','Rename region column to address6 and increase the size to 255 characters',NULL,'2.0.5'),('201010261151','crecabarren','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10398,'MARK_RAN','3:8756b20f505f8981a43ece7233ce3e2f','Rename Column','Rename neighborhood_cell column to address3 and increase the size to 255 characters',NULL,'2.0.5'),('201010261153','crecabarren','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10399,'MARK_RAN','3:9805b9a214fca5a3509a82864274678e','Rename Column','Rename township_division column to address4 and increase the size to 255 characters',NULL,'2.0.5'),('201010261156','crecabarren','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10400,'MARK_RAN','3:894f4e47fbdc74be94e6ebc9d6fce91e','Rename Column','Rename subregion column to address5 and increase the size to 255 characters',NULL,'2.0.5'),('201010261159','crecabarren','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10401,'MARK_RAN','3:b1827790c63813e6a73d83e2b2d36504','Rename Column','Rename region column to address6 and increase the size to 255 characters',NULL,'2.0.5'),('20101029-1016','gobi/prasann','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10414,'MARK_RAN','3:714ad65f5d84bdcd4d944a4d5583e4d3','Create Table, Add Unique Constraint','Create table to store concept stop words to avoid in search key indexing',NULL,'2.0.5'),('20101029-1026','gobi/prasann','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10415,'MARK_RAN','3:83534d43a9a9cc1ea3a80f1d5f5570af','Insert Row (x10)','Inserting the initial concept stop words',NULL,'2.0.5'),('201011011600','jkeiper','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10403,'MARK_RAN','3:29b35d66dc4168e03e1844296e309327','Create Index','Adding index to message_state column in HL7 archive table',NULL,'2.0.5'),('201011011605','jkeiper','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10404,'EXECUTED','3:c604bc0967765f50145f76e80a4bbc99','Custom Change','Moving \"deleted\" HL7s from HL7 archive table to queue table',NULL,'2.0.5'),('201011051300','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10411,'MARK_RAN','3:fea4ad8ce44911eeaab8ac8c1cc9122d','Create Index','Adding index on notification_alert.date_to_expire column',NULL,'2.0.5'),('201012081716','nribeka','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10409,'MARK_RAN','3:4a97a93f2632fc0c3b088b24535ee481','Delete Data','Removing concept that are concept derived and the datatype',NULL,'2.0.5'),('201012081717','nribeka','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10410,'MARK_RAN','3:ad3d0a18bda7e4869d264c70b8cd8d1d','Drop Table','Removing concept derived tables',NULL,'2.0.5'),('20101209-10000-encounter-add-visit-id-column','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10433,'MARK_RAN','3:7045a94731ef25e04724c77fc97494b4','Add Column, Add Foreign Key Constraint','Adding visit_id column to encounter table',NULL,'2.0.5'),('20101209-1353','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:50',10536,'MARK_RAN','3:9d30d1435a6c10a4b135609dc8e925ca','Add Not-Null Constraint','Adding not-null constraint to orders.as_needed',NULL,'2.0.5'),('20101209-1721','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10405,'MARK_RAN','3:351460e0f822555b77acff1a89bec267','Add Column','Add \'weight\' column to concept_word table',NULL,'2.0.5'),('20101209-1722','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10406,'MARK_RAN','3:d63107017bdcef0e28d7ad5e4df21ae5','Create Index','Adding index to concept_word.weight column',NULL,'2.0.5'),('20101209-1723','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10407,'MARK_RAN','3:25d45d7d5bbff4b24bcc8ff8d34d70d2','Insert Row','Insert a row into the schedule_task_config table for the ConceptIndexUpdateTask',NULL,'2.0.5'),('20101209-1731','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10408,'MARK_RAN','3:6de3e859f77856fe939d3ae6a73b4752','Update Data','Setting the value of \'start_on_startup\' to trigger off conceptIndexUpdateTask on startup',NULL,'2.0.5'),('201012092009','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:31',10402,'EXECUTED','3:15a029c4ffe65710a56d402e608d319a','Modify Column (x10)','Increasing length of address fields in person_address and location to 255',NULL,'2.0.5'),('2011-07-12-1947-add-outcomesConcept-to-program','grwarren','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10444,'MARK_RAN','3:ea2bb0a2ddeade662f956ef113d020ab','Add Column, Add Foreign Key Constraint','Adding the outcomesConcept property to Program',NULL,'2.0.5'),('2011-07-12-2005-add-outcome-to-patientprogram','grwarren','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10445,'MARK_RAN','3:57baf47f9b09b3df649742d69be32015','Add Column, Add Foreign Key Constraint','Adding the outcome property to PatientProgram',NULL,'2.0.5'),('201101121434','gbalaji,gobi','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10424,'MARK_RAN','3:96320c51e6e296e9dc65866a61268e45','Drop Column','Dropping unused date_started column from obs table',NULL,'2.0.5'),('201101221453','suho','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10423,'EXECUTED','3:4088d4906026cc1430fa98e04d294b13','Modify Column','Increasing the serialized_data column of serialized_object to hold mediumtext',NULL,'2.0.5'),('20110124-1030','surangak','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10426,'MARK_RAN','3:e17eee5b8c4bb236a0ea6e6ade5abed7','Add Foreign Key Constraint','Adding correct foreign key for concept_answer.answer_drug',NULL,'2.0.5'),('20110125-1435','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10417,'MARK_RAN','3:dadd9da1dad5f2863f8f6bb24b29d598','Add Column','Adding \'start_date\' column to person_address table',NULL,'2.0.5'),('20110125-1436','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10418,'MARK_RAN','3:68cec89409d2419fe9439f4753a23036','Add Column','Adding \'end_date\' column to person_address table',NULL,'2.0.5'),('201101271456-add-enddate-to-relationship','misha680','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10435,'MARK_RAN','3:b593b864d4a870e3b7ba6b61fda57c8d','Add Column','Adding the end_date column to relationship.',NULL,'2.0.5'),('201101271456-add-startdate-to-relationship','misha680','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10434,'MARK_RAN','3:82020a9f33747f58274196619439781e','Add Column','Adding the start_date column to relationship.',NULL,'2.0.5'),('20110201-1625-1','arahulkmit','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10419,'MARK_RAN','3:4f1b23efba67de1917e312942fe7e744','Add Column','Adding \"date_changed\" column to patient_identifier table',NULL,'2.0.5'),('20110201-1625-2','arahulkmit','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10420,'MARK_RAN','3:01467a1db56ef3db87dc537d40ab22eb','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to patient_identifier table',NULL,'2.0.5'),('20110201-1626-1','arahulkmit','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10421,'MARK_RAN','3:63397ce933d1c78309648425fba66a17','Add Column','Adding \"date_changed\" column to relationship table',NULL,'2.0.5'),('20110201-1626-2','arahulkmit','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10422,'MARK_RAN','3:21dae026e42d05b2ebc8fe51408c147f','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to relationship table',NULL,'2.0.5'),('201102081800','gbalaji,gobi','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10425,'MARK_RAN','3:779ca58f39b4e3a14a313f8fc416c242','Drop Column','Dropping unused date_stopped column from obs table',NULL,'2.0.5'),('20110218-1206','rubailly','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10013,'MARK_RAN','3:8be61726cd3fed87215557efd284434f',NULL,NULL,NULL,NULL),('20110218-1210','rubailly','liquibase-update-to-latest.xml','2011-09-15 00:00:00',10013,'MARK_RAN','3:4f8818ba08f3a9ce2e2ededfdf5b6fcd',NULL,NULL,NULL,NULL),('201102280948','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:23',10324,'EXECUTED','3:98e1075808582c97377651d02faf8f46','Drop Foreign Key Constraint','Removing the foreign key from users.user_id to person.person_id if it still exists',NULL,'2.0.5'),('20110301-1030a','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10459,'MARK_RAN','3:5256e8010fb4c375e2a1ef502176cc2f','Rename Table','Renaming the concept_source table to concept_reference_source',NULL,'2.0.5'),('20110301-1030b','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10460,'MARK_RAN','3:6fc5f514cd9c2ee14481a7f0b10a0c7c','Create Table, Add Foreign Key Constraint (x4)','Adding concept_reference_term table',NULL,'2.0.5'),('20110301-1030b-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10461,'EXECUTED','3:3cf3ba141e6571b900e695b49b6c48a9','Modify Column','(Fixed)Change concept_reference_term.retired to BOOLEAN',NULL,'2.0.5'),('20110301-1030c','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10462,'MARK_RAN','3:d8407baf728a1db5ad5db7c138cb59cb','Create Table, Add Foreign Key Constraint (x3)','Adding concept_map_type table',NULL,'2.0.5'),('20110301-1030c-fix','sunbiz','liquibase-update-to-latest.xml','2011-09-19 00:00:00',10014,'MARK_RAN','3:c02f2825633f1a43fc9303ac21ba2c02',NULL,NULL,NULL,NULL),('20110301-1030d','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10463,'MARK_RAN','3:222ef47c65625a17c268a8f68edaa16e','Rename Table','Renaming the concept_map table to concept_reference_map',NULL,'2.0.5'),('20110301-1030e','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10464,'MARK_RAN','3:50be921cf53ce4a357afc0bac8928495','Add Column','Adding concept_reference_term_id column to concept_reference_map table',NULL,'2.0.5'),('20110301-1030f','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10465,'MARK_RAN','3:5faead5506cbcde69490fef985711d66','Custom Change','Inserting core concept map types',NULL,'2.0.5'),('20110301-1030g','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10466,'MARK_RAN','3:affc4d2a4e3143046cfb75b583c7399a','Add Column, Add Foreign Key Constraint','Adding concept_map_type_id column and a foreign key constraint to concept_reference_map table',NULL,'2.0.5'),('20110301-1030h','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10467,'MARK_RAN','3:4bf584dc7b25a180cc82edb56e1b0e5b','Add Column, Add Foreign Key Constraint','Adding changed_by column and a foreign key constraint to concept_reference_map table',NULL,'2.0.5'),('20110301-1030i','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10468,'MARK_RAN','3:f4d0468db79007d0355f6f461603b2f7','Add Column','Adding date_changed column and a foreign key constraint to concept_reference_map table',NULL,'2.0.5'),('20110301-1030j','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10469,'MARK_RAN','3:a7dc8b89e37fe36263072b43670d7f11','Create Table, Add Foreign Key Constraint (x5)','Adding concept_reference_term_map table',NULL,'2.0.5'),('20110301-1030m','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10470,'MARK_RAN','3:b286407bfcdf3853512cb15009c816f1','Custom Change','Creating concept reference terms from existing rows in the concept_reference_map table',NULL,'2.0.5'),('20110301-1030n','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:35',10471,'MARK_RAN','3:01868c1383e5c9c409282b50e67e878c','Add Foreign Key Constraint','Adding foreign key constraint to concept_reference_map.concept_reference_term_id column',NULL,'2.0.5'),('20110301-1030o','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:35',10472,'MARK_RAN','3:eea9343959864edea569d5a2a2358469','Drop Foreign Key Constraint','Dropping foreign key constraint on concept_reference_map.source column',NULL,'2.0.5'),('20110301-1030p','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:35',10473,'MARK_RAN','3:01bf8c07a05f22df2286a4ee27a7acb4','Drop Column','Dropping concept_reference_map.source column',NULL,'2.0.5'),('20110301-1030q','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:35',10474,'MARK_RAN','3:f45caaf1c7daa7f2cb036f46a20aa4b1','Drop Column','Dropping concept_reference_map.source_code column',NULL,'2.0.5'),('20110301-1030r','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:35',10475,'MARK_RAN','3:23fd6bc96ee0a497cf330ed24ec0075b','Drop Column','Dropping concept_reference_map.comment column',NULL,'2.0.5'),('201103011751','abbas','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10427,'EXECUTED','3:4857dcbefa75784da912bca5caba21b5','Create Table, Add Foreign Key Constraint (x3)','Create the person_merge_log table',NULL,'2.0.5'),('20110326-1','Knoll_Frank','liquibase-update-to-latest.xml','2017-07-16 19:38:42',10502,'EXECUTED','3:3376a34edf88bf2868fd75ba2fb0f6c3','Add Column, Add Foreign Key Constraint','Add obs.previous_version column (TRUNK-420)',NULL,'2.0.5'),('20110326-2','Knoll_Frank','liquibase-update-to-latest.xml','2017-07-16 19:38:42',10505,'EXECUTED','3:7c068bfe918b9d87fefa9f8508e92f58','Custom SQL','Fix all the old void_reason content and add in the new previous_version to the matching obs row (POTENTIALLY VERY SLOW FOR LARGE OBS TABLES)',NULL,'2.0.5'),('20110329-2317','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10428,'EXECUTED','3:371be45e2a3616ce17b6f50862ca196d','Delete Data','Removing \'View Encounters\' privilege from Anonymous user',NULL,'2.0.5'),('20110329-2318','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10429,'EXECUTED','3:eb2ece117d8508e843d11eeed7676b21','Delete Data','Removing \'View Observations\' privilege from Anonymous user',NULL,'2.0.5'),('20110425-1600-create-visit-attribute-type-table','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10436,'MARK_RAN','3:3cf419ea9657f9a072881cafb2543d77','Create Table, Add Foreign Key Constraint (x3)','Creating visit_attribute_type table',NULL,'2.0.5'),('20110425-1600-create-visit-attribute-type-table-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10437,'EXECUTED','3:e4b62b99750c9ee4c213a7bc3101f8a6','Modify Column','(Fixed)Change visit_attribute_type.retired to BOOLEAN',NULL,'2.0.5'),('20110425-1700-create-visit-attribute-table','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10439,'MARK_RAN','3:24e1e30a41f9f5d92f337444fb45402a','Create Table, Add Foreign Key Constraint (x5)','Creating visit_attribute table',NULL,'2.0.5'),('20110425-1700-create-visit-attribute-table-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10440,'EXECUTED','3:8ab9102da66058c326c0a5089de053e8','Modify Column','(Fixed)Change visit_attribute.voided to BOOLEAN',NULL,'2.0.5'),('20110426-11701','zabil','liquibase-update-to-latest.xml','2017-07-16 19:38:36',10481,'MARK_RAN','3:56caae006a3af14242e2ea57627004c7','Create Table, Add Foreign Key Constraint (x4)','Create provider table',NULL,'2.0.5'),('20110426-11701-create-provider-table','dkayiwa','liquibase-schema-only.xml','2017-07-16 19:35:49',87,'EXECUTED','3:56caae006a3af14242e2ea57627004c7','Create Table, Add Foreign Key Constraint (x4)','Create provider table',NULL,'2.0.5'),('20110426-11701-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:36',10482,'EXECUTED','3:f222ec7d41ce0255c667fd79b70bffd2','Modify Column','(Fixed)Change provider.retired to BOOLEAN',NULL,'2.0.5'),('20110510-11702-create-provider-attribute-type-table','zabil','liquibase-update-to-latest.xml','2017-07-16 19:38:37',10483,'EXECUTED','3:7478ac84804d46a4f2b3daa63efe99be','Create Table, Add Foreign Key Constraint (x3)','Creating provider_attribute_type table',NULL,'2.0.5'),('20110510-11702-create-provider-attribute-type-table-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:37',10484,'EXECUTED','3:479636c7572a649889527f670eaff533','Modify Column','(Fixed)Change provider_attribute_type.retired to BOOLEAN',NULL,'2.0.5'),('20110628-1400-create-provider-attribute-table','kishoreyekkanti','liquibase-update-to-latest.xml','2017-07-16 19:38:38',10486,'EXECUTED','3:298aaacafd48547be294f4c9b7c40d35','Create Table, Add Foreign Key Constraint (x5)','Creating provider_attribute table',NULL,'2.0.5'),('20110628-1400-create-provider-attribute-table-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:38',10487,'EXECUTED','3:14d85967e968d0bcd7a49ddeb6f3e540','Modify Column','(Fixed)Change provider_attribute.voided to BOOLEAN',NULL,'2.0.5'),('20110705-2300-create-encounter-role-table','kishoreyekkanti','liquibase-update-to-latest.xml','2017-07-16 19:38:38',10488,'MARK_RAN','3:a381ef81f10e4f7443b4d4c8d6231de8','Create Table, Add Foreign Key Constraint (x3)','Creating encounter_role table',NULL,'2.0.5'),('20110705-2300-create-encounter-role-table-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:38',10489,'EXECUTED','3:bed2af9d6c3d49eacbdaf2174e682671','Modify Column','(Fixed)Change encounter_role.retired to BOOLEAN',NULL,'2.0.5'),('20110705-2311-create-encounter-role-table','dkayiwa','liquibase-schema-only.xml','2017-07-16 19:35:50',88,'EXECUTED','3:a381ef81f10e4f7443b4d4c8d6231de8','Create Table, Add Foreign Key Constraint (x3)','Creating encounter_role table',NULL,'2.0.5'),('20110708-2105','cta','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10443,'MARK_RAN','3:a20e9bb27a1aca73a646ad81ef2b9deb','Add Unique Constraint','Add unique constraint to the concept_source table',NULL,'2.0.5'),('201107192313-change-length-of-regex-column','jtellez','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10441,'EXECUTED','3:db001544cc0f5a1ff42524a9292b028b','Modify Column','Increasing maximum length of patient identifier type regex format',NULL,'2.0.5'),('20110811-1205-create-encounter-provider-table','sree/vishnu','liquibase-update-to-latest.xml','2017-07-16 19:38:39',10490,'EXECUTED','3:e20ca5412e37df98c58a39552aafb5ad','Create Table, Add Foreign Key Constraint (x3)','Creating encounter_provider table',NULL,'2.0.5'),('20110811-1205-create-encounter-provider-table-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:39',10491,'EXECUTED','3:8decefa15168e68297f5f2782991c552','Modify Column','(Fixed)Change encounter_provider.voided to BOOLEAN',NULL,'2.0.5'),('20110817-1544-create-location-attribute-type-table','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10446,'MARK_RAN','3:41fa30c01ec2d1107beccb8126146464','Create Table, Add Foreign Key Constraint (x3)','Creating location_attribute_type table',NULL,'2.0.5'),('20110817-1544-create-location-attribute-type-table-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10447,'EXECUTED','3:53aff6217c6a9a8f1ca414703b1a8720','Modify Column','(Fixed)Change visit_attribute.retired to BOOLEAN',NULL,'2.0.5'),('20110817-1601-create-location-attribute-table','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10449,'MARK_RAN','3:c7cb1b35d68451d10badeb445df599b9','Create Table, Add Foreign Key Constraint (x5)','Creating location_attribute table',NULL,'2.0.5'),('20110817-1601-create-location-attribute-table-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10450,'EXECUTED','3:2450e230f3eda291203485bca6904377','Modify Column','(Fixed)Change visit_attribute.retired to BOOLEAN',NULL,'2.0.5'),('20110819-1455-insert-unknown-encounter-role','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:39',10492,'EXECUTED','3:bfe0b994a3c0a62d0d4c8f7d941991c7','Insert Row','Inserting the unknown encounter role into the encounter_role table',NULL,'2.0.5'),('20110825-1000-creating-providers-for-persons-from-encounter','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:39',10493,'EXECUTED','3:f4aef46fe2207906684f25d3a3c9148e','Custom SQL','Creating providers for persons from the encounter table',NULL,'2.0.5'),('20110825-1000-drop-provider-id-column-from-encounter-table','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:39',10495,'EXECUTED','3:2137e4b5198aa5f12059ee0e8837fb04','Drop Foreign Key Constraint, Drop Column','Dropping the provider_id column from the encounter table',NULL,'2.0.5'),('20110825-1000-migrating-providers-to-encounter-provider','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:39',10494,'EXECUTED','3:e7c39080453e862d5a4013c48c9225fc','Custom SQL','Migrating providers from the encounter table to the encounter_provider table',NULL,'2.0.5'),('201109030450-1','sunbiz','liquibase-demo-data.xml','2017-07-16 19:37:03',10043,'EXECUTED','3:0c9aaec359b76895fa10517914e2986f','Insert Row (x3)','',NULL,'2.0.5'),('2011091-0749','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',125,'EXECUTED','3:3534020f1c68f70b0e9851d47a4874d6','Create Index','',NULL,'2.0.5'),('2011091-0750','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',126,'EXECUTED','3:f058162398862f0bdebc12d7eb54551b','Create Index','',NULL,'2.0.5'),('20110913-0300','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:35',10476,'MARK_RAN','3:7ad8f362e4cc6df6e37135cc37546d0d','Drop Foreign Key Constraint, Add Foreign Key Constraint','Remove ON DELETE CASCADE from relationship table for person_a',NULL,'2.0.5'),('20110913-0300b','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:36',10477,'MARK_RAN','3:2486028ce670bdea2a5ced509a335170','Drop Foreign Key Constraint, Add Foreign Key Constraint','Remove ON DELETE CASCADE from relationship table for person_b',NULL,'2.0.5'),('20110914-0104','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:32',317,'EXECUTED','3:b1811e5e43321192b275d6e2fe2fa564','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110914-0114','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:46',69,'EXECUTED','3:dac2ff60a4f99315d68948e9582af011','Create Table','',NULL,'2.0.5'),('20110914-0117','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:32',318,'EXECUTED','3:5b7f746286a955da60c9fec8d663a0e3','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110914-0245','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:33',319,'EXECUTED','3:48cdf2b28fcad687072ac8133e46cba6','Add Unique Constraint','',NULL,'2.0.5'),('20110914-0306','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:46',70,'EXECUTED','3:037f98fda886cde764171990d168e97d','Create Table','',NULL,'2.0.5'),('20110914-0308','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:33',320,'EXECUTED','3:6309ad633777b0faf1d9fa394699a789','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110914-0310','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:33',321,'EXECUTED','3:8c53c44af44d75aadf6cedfc9d13ded1','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110914-0312','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:46',71,'EXECUTED','3:2a39901427c9e7b84c8578ff7b3099bb','Create Table','',NULL,'2.0.5'),('20110914-0314','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:33',322,'EXECUTED','3:9cbe2e14482f88864f94d5e630a88b62','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110914-0315','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:33',323,'EXECUTED','3:18cd917d56887ad924dad367470a8461','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110914-0317','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:50',98,'EXECUTED','3:cffbf258ca090d095401957df4168175','Add Primary Key','',NULL,'2.0.5'),('20110914-0321','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:33',324,'EXECUTED','3:67723ac8a4583366b78c9edc413f89eb','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110914-0434','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:34',326,'EXECUTED','3:081831e316a82683102f298a91116e92','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110914-0435','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:34',327,'EXECUTED','3:03fa6c6a37a61480c95d5b75e30d4846','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110914-0448','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:47',72,'EXECUTED','3:ffa1ef2b17d77f87dccbdea0c51249de','Create Table','',NULL,'2.0.5'),('20110914-0453','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:33',325,'EXECUTED','3:ea43c7690888a7fd47aa7ba39f8006e2','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110914-0509','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',122,'EXECUTED','3:d29884c3ef8fd867c3c2ffbd557c14c2','Create Index','',NULL,'2.0.5'),('20110914-0943','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',123,'EXECUTED','3:c48f2441d83f121db30399d9cd5f7f8b','Create Index','',NULL,'2.0.5'),('20110914-0945','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:34',328,'EXECUTED','3:ea1fbb819a84a853b4a97f93bd5b8600','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110914-0956','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',124,'EXECUTED','3:719aa7e4120c11889d91214196acfd4c','Create Index','',NULL,'2.0.5'),('20110914-0958','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:34',329,'EXECUTED','3:ad98b3c7ae60001d0e0a7b927177fb72','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0258','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:35',330,'EXECUTED','3:bd7731e58f3db9b944905597a08eb6cb','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0259','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:35',331,'EXECUTED','3:11086a37155507c0238c9532f66b172b','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0357','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:35',332,'EXECUTED','3:05d531e66cbc42e1eb2d42c8bcf20bc8','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0547','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:35',333,'EXECUTED','3:f3b0fc223476060082626b3849ee20ad','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0552','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:36',334,'EXECUTED','3:46e5067fb13cefd224451b25abbd03ae','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0603','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:36',335,'EXECUTED','3:ca4f567e4d75ede0553e8b32012e4141','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0610','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:36',336,'EXECUTED','3:d6c6a22571e304640b2ff1be52c76977','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0634','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:37',337,'EXECUTED','3:c6dd75893e5573baa0c7426ecccaa92d','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0751','sunbiz','liquibase-core-data.xml','2017-07-16 19:36:53',10029,'EXECUTED','3:010949e257976520a6e8c87e419c9435','Insert Row','',NULL,'2.0.5'),('20110915-0803','sunbiz','liquibase-core-data.xml','2017-07-16 19:36:54',10036,'EXECUTED','3:4a09e1959df71d38fa77b249bf032edc','Insert Row','',NULL,'2.0.5'),('20110915-0823','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:37',338,'EXECUTED','3:beb831615b748a06a8b21dcaeba8c40d','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0824','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:37',339,'EXECUTED','3:90f1a69f5cae1d2b3b3a2fa8cb1bace2','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0825','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:47',74,'EXECUTED','3:17eab4b1c4c36b54d8cf8ca26083105c','Create Table','',NULL,'2.0.5'),('20110915-0836','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:37',340,'EXECUTED','3:53f76b5f2c20d5940518a1b14ebab33e','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0837','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:37',341,'EXECUTED','3:936ecde7ac26efdd1a4c29260183609c','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0838','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:37',342,'EXECUTED','3:fc1e68e753194b2f83e014daa0f7cb3e','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0839','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:38',343,'EXECUTED','3:90bfb3d0edfcfc8091a2ffd943a54e88','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0840','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:38',344,'EXECUTED','3:9af8eca0bc6b58c3816f871d9f6d5af8','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0841','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:38',345,'EXECUTED','3:2ca812616a13bac6b0463bf26b9a0fe3','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0842','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:39',346,'EXECUTED','3:4fd619ffdedac0cf141a7dd1b6e92f9b','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0845','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:47',75,'EXECUTED','3:4e799d7e5a15e823116caa01ab7ed808','Create Table','',NULL,'2.0.5'),('20110915-0846','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:39',347,'EXECUTED','3:a41f6272aa79f3259ba24f0a31c51e72','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-0847','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:47',76,'EXECUTED','3:8c1e49cd3d6402648ee7732ba9948785','Create Table','',NULL,'2.0.5'),('20110915-0848','sunbiz','liquibase-core-data.xml','2017-07-16 19:36:54',10037,'EXECUTED','3:cf7989886ae2624508fdf64b7b656727','Insert Row (x2)','',NULL,'2.0.5'),('20110915-0848','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:47',77,'EXECUTED','3:071de39e44036bd8adb2b24b011b7369','Create Table','',NULL,'2.0.5'),('20110915-0903','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:39',348,'EXECUTED','3:b6260c13bf055f7917c155596502a24b','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1045','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',127,'EXECUTED','3:8612ede2553aab53950fa43d2f8def32','Create Index','',NULL,'2.0.5'),('20110915-1049','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:39',349,'EXECUTED','3:b71f1caa3d14aa6282ef58e2a002f999','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1051','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',128,'EXECUTED','3:26c8ae0c53225f82d4c2a85c09ad9785','Create Index','',NULL,'2.0.5'),('20110915-1052','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',129,'EXECUTED','3:1efabdfd082ff2b0a34f570831f74ce5','Create Index','',NULL,'2.0.5'),('20110915-1053','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',130,'EXECUTED','3:00273104184bb4d2bb7155befc77efc3','Create Index','',NULL,'2.0.5'),('20110915-1103','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',131,'EXECUTED','3:29b35d66dc4168e03e1844296e309327','Create Index','',NULL,'2.0.5'),('20110915-1104','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',132,'EXECUTED','3:d63107017bdcef0e28d7ad5e4df21ae5','Create Index','',NULL,'2.0.5'),('20110915-1107','sunbiz','liquibase-core-data.xml','2017-07-16 19:36:54',10038,'EXECUTED','3:18eb4edef88534b45b384e6bc3ccce75','Insert Row','',NULL,'2.0.5'),('20110915-1133','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',133,'EXECUTED','3:fea4ad8ce44911eeaab8ac8c1cc9122d','Create Index','',NULL,'2.0.5'),('20110915-1135','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:40',350,'EXECUTED','3:f0bc11508a871044f5a572b7f8103d52','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1148','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:40',351,'EXECUTED','3:a5ef601dc184a85e988eded2f1f82dcb','Add Unique Constraint','',NULL,'2.0.5'),('20110915-1149','sunbiz','liquibase-core-data.xml','2017-07-16 19:36:54',10039,'EXECUTED','3:83534d43a9a9cc1ea3a80f1d5f5570af','Insert Row (x10)','',NULL,'2.0.5'),('20110915-1202','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:40',352,'EXECUTED','3:2c58f7f1e2450c60898bffe6933c9b34','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1203','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:41',353,'EXECUTED','3:5bce62082a32d3624854a198d3fa35b7','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1210','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:41',354,'EXECUTED','3:e17eee5b8c4bb236a0ea6e6ade5abed7','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1215','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:47',73,'EXECUTED','3:d772a6a8adedbb1c012dac58ffb221c3','Create Table','',NULL,'2.0.5'),('20110915-1222','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:47',78,'EXECUTED','3:25ce4e3219f2b8c85e06d47dfc097382','Create Table','',NULL,'2.0.5'),('20110915-1225','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:41',355,'EXECUTED','3:2d4f77176fd59955ff719c46ae8b0cfc','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1226','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:41',356,'EXECUTED','3:66155de3997745548dbca510649cd09d','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1227','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:42',357,'EXECUTED','3:6700b07595d6060269b86903d08bb2a5','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1231','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:47',79,'EXECUTED','3:e9f6104a25d8b37146b27e568b6e3d3f','Create Table','',NULL,'2.0.5'),('20110915-1240','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:42',358,'EXECUTED','3:5a30b62738cf57a4804310add8f71b6a','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1241','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:42',359,'EXECUTED','3:a48aa09c19549e43fc538a70380ae61f','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1242','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:42',360,'EXECUTED','3:e0e23621fabe23f3f04c4d13105d528c','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1243','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:42',361,'EXECUTED','3:1d15d848cefc39090e90f3ea78f3cedc','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1244','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:43',362,'EXECUTED','3:6c5b2018afd741a3c7e39c563212df57','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1245','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:43',363,'EXECUTED','3:9b5b112797deb6eddc9f0fc01254e378','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1246','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:44',364,'EXECUTED','3:290a8c07c70dd6a5fe85be2d747ff0d8','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1247','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:52',134,'EXECUTED','3:0644f13c7f4bb764d3b17ad160bd8d41','Create Index','',NULL,'2.0.5'),('20110915-1248','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:44',365,'EXECUTED','3:5b42d27a7c7edfeb021e1dcfed0f33b3','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1258','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:47',80,'EXECUTED','3:07687ca4ba9b942a862a41dd9026bc9d','Create Table','',NULL,'2.0.5'),('20110915-1301','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:44',366,'EXECUTED','3:ef3a47a3fdd809ef4269e9643add2abd','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1302','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:45',367,'EXECUTED','3:e36c12350ebfbd624bdc6a6599410c85','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1303','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:45',368,'EXECUTED','3:5917c5e09a3f6077b728a576cd9bacb3','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1307','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:47',81,'EXECUTED','3:957d888738541ed76dda53e222079fa3','Create Table','',NULL,'2.0.5'),('20110915-1311','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:51',392,'EXECUTED','3:e88c86892fafb2f897f72a85c66954c0','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1312','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:45',369,'EXECUTED','3:fe2641c56b27b429c1c4a150e1b9af18','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1313','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:45',370,'EXECUTED','3:5c7ab96d3967d1ce4e00ebe23f4c4f6e','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1314','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:45',371,'EXECUTED','3:22902323fcd541f18ca0cb4f38299cb4','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1315','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:46',372,'EXECUTED','3:dd0d198da3d5d01f93d9acc23e89d51c','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1316','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:46',373,'EXECUTED','3:f22027f3fc0b1a3a826dc5d810fcd936','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1317','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:46',374,'EXECUTED','3:68aa00c9f2faa61031d0b4544f4cb31b','Add Unique Constraint','',NULL,'2.0.5'),('20110915-1320','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:46',375,'EXECUTED','3:5d6a55ee33c33414cccc8b46776a36a4','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1323','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:47',376,'EXECUTED','3:4c3b84570d45b23d363f6ee76acd966f','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1325','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:47',82,'EXECUTED','3:0813953451c461376a6ab5a13e4654dd','Create Table','',NULL,'2.0.5'),('20110915-1327','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:47',377,'EXECUTED','3:3c8aaca28033c8a01e4bceb7421f8e8e','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1328','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:47',378,'EXECUTED','3:05b6e994f2a09b23826264d31f275b5e','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1329','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:47',379,'EXECUTED','3:40729ae012b9ed8bd55439b233ec10cc','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1337','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:47',83,'EXECUTED','3:06fd47a34713fad9678463bba9675496','Create Table','',NULL,'2.0.5'),('20110915-1342','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:47',380,'EXECUTED','3:bb52caf0ec6e80e24d6fc0c7f2c95631','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1343','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:48',381,'EXECUTED','3:b36c3436facfe7c9371f7780ebb8701d','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1344','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:48',382,'EXECUTED','3:010fa7bc125bcb8caa320d38a38a7e3f','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1345','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:48',383,'EXECUTED','3:e3cdd84f2e6632a4dd8c526cf9ff476e','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1346','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:49',384,'EXECUTED','3:7f6420b23addd5b33320e04adbc134a3','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1435','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:48',84,'EXECUTED','3:511f99d7cb13e5fc1112ccb4633e0e45','Create Table','',NULL,'2.0.5'),('20110915-1440','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:49',385,'EXECUTED','3:2cb254be6daeeebb74fc0e1d64728a62','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1441','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:49',386,'EXECUTED','3:8bd11d5102eff3b52b1d925e44627a48','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1442','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:49',387,'EXECUTED','3:4cf7afc33839c19f830e996e8546ea72','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1443','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:49',388,'EXECUTED','3:cf41f73f64c11150062b2e2254a56908','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1450','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:48',85,'EXECUTED','3:f9348bf7337d32ebbf98545857b5c8cc','Create Table','',NULL,'2.0.5'),('20110915-1451','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:50',389,'EXECUTED','3:d98c8bdaacf99764ab3319db03b48542','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1452','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:50',390,'EXECUTED','3:3a2e67fd1f0215b49711e7e8dccd370d','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1453','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:50',391,'EXECUTED','3:6b1b7fb75fedc196cf833f04e216b9b2','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1459','sunbiz','liquibase-core-data.xml','2017-07-16 19:36:54',10040,'EXECUTED','3:5faead5506cbcde69490fef985711d66','Custom Change','Inserting core concept map types',NULL,'2.0.5'),('20110915-1524','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:51',393,'EXECUTED','3:8d609018e78b744ce30e8907ead0bec0','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1528','sunbiz','liquibase-schema-only.xml','2017-07-16 19:35:48',86,'EXECUTED','3:e8a5555a214d7bb6f17eb2466f59d12b','Create Table','',NULL,'2.0.5'),('20110915-1530','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:51',394,'EXECUTED','3:ddc26a0bb350b6c744ed6ff813b5c108','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1531','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:51',395,'EXECUTED','3:e9fa5722ba00d9b55d813f0fc8e5f9f9','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1532','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:51',396,'EXECUTED','3:72f0f61a12a3eead113be1fdcabadb6f','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1533','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:52',397,'EXECUTED','3:0430d8eecce280786a66713abd0b3439','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1534','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:52',398,'EXECUTED','3:21b6cde828dbe885059ea714cda4f470','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1536','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:52',399,'EXECUTED','3:01868c1383e5c9c409282b50e67e878c','Add Foreign Key Constraint','',NULL,'2.0.5'),('20110915-1700','sunbiz','liquibase-schema-only.xml','2017-07-16 19:36:53',402,'EXECUTED','3:ba5b74aeacacec55a49d31074b7e5023','Insert Row (x18)','',NULL,'2.0.5'),('201109152336','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:36',10479,'EXECUTED','3:a84f855a1db7201e08900f8c7a3d7c5f','Update Data','Updating logging level global property',NULL,'2.0.5'),('20110919-0638','sunbiz','liquibase-update-to-latest.xml','2011-09-19 00:00:00',10015,'MARK_RAN','3:5e540b763c3a16e9d37aa6423b7f798f',NULL,NULL,NULL,NULL),('20110919-0639-void_empty_attributes','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:36',10480,'EXECUTED','3:ccdbab987b09073fc146f3a4a5a9aee4','Custom SQL','Void all attributes that have empty string values.',NULL,'2.0.5'),('20110922-0551','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:25',10352,'MARK_RAN','3:ab9b55e5104645690a4e1c5e35124258','Modify Column','Changing global_property.property from varbinary to varchar',NULL,'2.0.5'),('20110926-1200','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10442,'MARK_RAN','3:bf884233110a210b6ffcef826093cf9d','Custom SQL','Change all empty concept_source.hl7_code to NULL',NULL,'2.0.5'),('201109301703','suho','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10451,'EXECUTED','3:5118bfbc227de5580786f6cce75b6347','Update Data','Converting general address format (if applicable)',NULL,'2.0.5'),('201109301704','suho','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10452,'MARK_RAN','3:6dda0cc75bebb1cbb6c67a3c462a7878','Update Data','Converting Spain address format (if applicable)',NULL,'2.0.5'),('201109301705','suho','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10453,'MARK_RAN','3:464ccc7834881a26600aa995aa175d57','Update Data','Converting Rwanda address format (if applicable)',NULL,'2.0.5'),('201109301706','suho','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10454,'MARK_RAN','3:7c654c2e26d9c89e8a405e5e39c86143','Update Data','Converting USA address format (if applicable)',NULL,'2.0.5'),('201109301707','suho','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10455,'MARK_RAN','3:16443a97b649b95129f4df95ef2772e7','Update Data','Converting Kenya address format (if applicable)',NULL,'2.0.5'),('201109301708','suho','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10456,'MARK_RAN','3:c0a63cb8054a29ae8a46949d0a025fe0','Update Data','Converting Lesotho address format (if applicable)',NULL,'2.0.5'),('201109301709','suho','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10457,'MARK_RAN','3:c477d196658523a0ec8b477a1750c2f3','Update Data','Converting Malawi address format (if applicable)',NULL,'2.0.5'),('201109301710','suho','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10458,'MARK_RAN','3:a52f8e9920c42fd31df171e05bd0d91c','Update Data','Converting Tanzania address format (if applicable)',NULL,'2.0.5'),('201110051353-fix-visit-attribute-type-columns','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:33',10438,'MARK_RAN','3:d779b41ab27dca879d593aa606016bf6','Add Column (x2)','Refactoring visit_attribute_type table (devs only)',NULL,'2.0.5'),('201110072042-fix-location-attribute-type-columns','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:34',10448,'MARK_RAN','3:2e32ce0f25391341c8855604f4f40654','Add Column (x2)','Refactoring location_attribute_type table (devs only)',NULL,'2.0.5'),('201110072043-fix-provider-attribute-type-columns','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:37',10485,'MARK_RAN','3:31aa196adfe1689c1098c5f36d490902','Add Column (x2)','Refactoring provider_attribute_type table (devs only)',NULL,'2.0.5'),('20111008-0938-1','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:40',10496,'EXECUTED','3:fe6d462ba1a7bd81f4865e472cc223ce','Add Column','Allow Global Properties to be typed',NULL,'2.0.5'),('20111008-0938-2','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:40',10497,'EXECUTED','3:f831d92c11eb6cd6b334d86160db0b95','Add Column','Allow Global Properties to be typed',NULL,'2.0.5'),('20111008-0938-3','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:40',10498,'EXECUTED','3:f7bd79dfed90d56053dc376b6b8ee7e3','Add Column','Allow Global Properties to be typed',NULL,'2.0.5'),('20111008-0938-4','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:40',10499,'EXECUTED','3:65003bd1bf99ff0aa8e2947978c58053','Add Column','Allow Global Properties to be typed',NULL,'2.0.5'),('201110091820-a','jkeiper','liquibase-update-to-latest.xml','2017-07-16 19:38:40',10500,'MARK_RAN','3:364a0c70d2adbff31babab6f60ed72e7','Add Column','Add xslt column back to the form table',NULL,'2.0.5'),('201110091820-b','jkeiper','liquibase-update-to-latest.xml','2017-07-16 19:38:40',10501,'MARK_RAN','3:0b792bf39452f2e81e502a7a98f9f3df','Add Column','Add template column back to the form table',NULL,'2.0.5'),('201110091820-c','jkeiper','liquibase-update-to-latest.xml','2017-07-16 19:38:42',10503,'MARK_RAN','3:f71680d95ecf870619671fb7f416e457','Rename Table','Rename form_resource table to preserve data; 20111010-1515 reference is for bleeding-edge developers and can be generally ignored',NULL,'2.0.5'),('20111010-1515','jkeiper','liquibase-update-to-latest.xml','2017-07-16 19:38:42',10504,'EXECUTED','3:3ccdc9a3ecf811382a0c12825c0aeeb3','Create Table, Add Foreign Key Constraint, Add Unique Constraint','Creating form_resource table',NULL,'2.0.5'),('20111128-1601','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:42',10506,'EXECUTED','3:12fa4687d149a2f17251e546d47369d6','Insert Row','Inserting Auto Close Visits Task into \'schedule_task_config\' table',NULL,'2.0.5'),('20111209-1400-deleting-non-existing-roles-from-role-role-table','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:42',10507,'EXECUTED','3:3d74c1dd987a12d916218d68032d726d','Custom SQL','Deleting non-existing roles from the role_role table',NULL,'2.0.5'),('20111214-1500-setting-super-user-gender','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:42',10510,'EXECUTED','3:2c281abfe7beb51983db13c187c072f3','Custom SQL','Setting super user gender',NULL,'2.0.5'),('20111218-1830','abbas','liquibase-update-to-latest.xml','2017-07-16 19:38:45',10511,'EXECUTED','3:5f096b88988f19d9d3e596c03fba2b90','Add Unique Constraint, Add Column (x6), Add Foreign Key Constraint (x2)','Add unique uuid constraint and attributes inherited from BaseOpenmrsData to the person_merge_log table',NULL,'2.0.5'),('20111218-1830-fix','sunbiz','liquibase-update-to-latest.xml','2017-07-16 19:38:45',10512,'EXECUTED','3:a95b16d8762fef1076564611fb2115ac','Modify Column','(Fixed)Change person_merge_log.voided to BOOLEAN',NULL,'2.0.5'),('20111219-1404','bwolfe','liquibase-update-to-latest.xml','2017-07-16 19:38:45',10513,'EXECUTED','3:3f8cfa9c088a103788bcf70de3ffaa8b','Update Data','Fix empty descriptions on relationship types',NULL,'2.0.5'),('20111222-1659','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:45',10514,'EXECUTED','3:990b494647720b680efeefbab2c502de','Create Table, Create Index','Create clob_datatype_storage table',NULL,'2.0.5'),('201118012301','lkellett','liquibase-update-to-latest.xml','2017-07-16 19:38:32',10416,'MARK_RAN','3:0d96c10c52335339b1003e6dd933ccc2','Add Column','Adding the discontinued_reason_non_coded column to orders.',NULL,'2.0.5'),('201202020847','abbas','liquibase-update-to-latest.xml','2017-07-16 19:38:46',10515,'EXECUTED','3:35bf2f2481ee34975e57f08d933583be','Modify data type, Add Not-Null Constraint','Change merged_data column type to CLOB in person_merge_log table',NULL,'2.0.5'),('20120322-1510','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:46',10516,'EXECUTED','3:7c5913c7091c2b20babb9e825774993c','Add Column','Adding uniqueness_behavior column to patient_identifier_type table',NULL,'2.0.5'),('20120330-0954','jkeiper','liquibase-update-to-latest.xml','2017-07-16 19:38:46',10517,'EXECUTED','3:9c6084b4407395205fa39b34630d3522','Modify data type','Increase size of drug name column to 255 characters',NULL,'2.0.5'),('20120503-djmod','dkayiwa and djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:50',10537,'EXECUTED','3:d31ac18d3a40e45c0ebb399c5d116951','Create Table, Add Foreign Key Constraint (x2)','Create test_order table',NULL,'2.0.5'),('20120504-1000','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:46',10518,'EXECUTED','3:eb6f5e2a2ef5ea111ff238ca1df013f4','Drop Table','Dropping the drug_ingredient table',NULL,'2.0.5'),('20120504-1010','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:46',10519,'EXECUTED','3:4d9ece759a248fa385c3eae6b83995a1','Create Table','Creating the drug_ingredient table',NULL,'2.0.5'),('20120504-1020','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:47',10520,'EXECUTED','3:fcbc8182e908b595ae338ba8402a589c','Add Primary Key','Adding a primary key to the drug_ingredient table',NULL,'2.0.5'),('20120504-1030','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:47',10521,'EXECUTED','3:d802926fcf3eaf3649aca49a26a5f67d','Add Foreign Key Constraint','Adding a new foreign key from drug_ingredient.units to concept.concept_id',NULL,'2.0.5'),('20120504-1040','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:48',10522,'EXECUTED','3:9786bfbb8133493b54ce9026424d5b99','Add Foreign Key Constraint','Adding a new foreign key from drug_ingredient.drug_id to drug.drug_id',NULL,'2.0.5'),('20120504-1050','raff','liquibase-update-to-latest.xml','2017-07-16 19:38:49',10523,'EXECUTED','3:7d43f25c9a3bde54112ddd65627b2c05','Add Foreign Key Constraint','Adding a new foreign key from drug_ingredient.ingredient_id to concept.concept_id',NULL,'2.0.5'),('201205241728-1','mvorobey','liquibase-update-to-latest.xml','2017-07-16 19:38:50',10532,'MARK_RAN','3:70160c0af8222542fa668ac5f5cb99ed','Add Column, Add Foreign Key Constraint','Add optional property view_privilege to encounter_type table',NULL,'2.0.5'),('201205241728-2','mvorobey','liquibase-update-to-latest.xml','2017-07-16 19:38:50',10533,'MARK_RAN','3:dd8de770c99e046ba05bc8348748c33c','Add Column, Add Foreign Key Constraint','Add optional property edit_privilege to encounter_type table',NULL,'2.0.5'),('20120529-2230','mvorobey','liquibase-schema-only.xml','2017-07-16 19:36:53',400,'EXECUTED','3:f3e2c3891054eed4aadc45ad071afd8c','Add Foreign Key Constraint','',NULL,'2.0.5'),('20120529-2231','mvorobey','liquibase-schema-only.xml','2017-07-16 19:36:53',401,'EXECUTED','3:9bc5f03ef0ab12767509be1cb4cc3213','Add Foreign Key Constraint','',NULL,'2.0.5'),('20120613-0930','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:50',10535,'EXECUTED','3:fe6387773a70b574b106b37686a8e8d3','Drop Not-Null Constraint','Dropping not null constraint from provider.identifier column',NULL,'2.0.5'),('20121007-orders_urgency','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:51',10538,'EXECUTED','3:f8eb2228ea34f43ae21bedf4abc8736b','Add Column','Adding urgency column to orders table',NULL,'2.0.5'),('20121007-test_order_laterality','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:51',10539,'EXECUTED','3:1121924c349201e400e03feda110acc3','Modify data type','Changing test_order.laterality to be a varchar',NULL,'2.0.5'),('20121008-order_specimen_source_fk','djazayeri','liquibase-update-to-latest.xml','2017-07-16 19:38:51',10540,'MARK_RAN','3:99464e51d64e056a1e23b30c7aaaf47e','Add Foreign Key Constraint','Adding FK constraint for test_order.specimen_source if necessary',NULL,'2.0.5'),('20121016-1504','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:38:52',10541,'EXECUTED','3:88db1819c0e9da738ed9332b5de73609','Drop Foreign Key Constraint, Modify Column, Add Foreign Key Constraint','Removing auto increment from test_order.order_id column',NULL,'2.0.5'),('20121020-TRUNK-3610','lluismf','liquibase-update-to-latest.xml','2017-07-16 19:38:52',10542,'EXECUTED','3:a3159e65647f0ff1b667104012b5f4f0','Update Data (x2)','Rename global property autoCloseVisits.visitType to visits.autoCloseVisitType',NULL,'2.0.5'),('20121021-TRUNK-333','lluismf','liquibase-update-to-latest.xml','2017-07-16 19:38:54',10544,'EXECUTED','3:f885cb0eed2a8e2a5786675eeb0ccbc5','Drop Table','Removing concept set derived table',NULL,'2.0.5'),('20121025-TRUNK-213','lluismf','liquibase-update-to-latest.xml','2017-07-16 19:38:54',10543,'EXECUTED','3:65536ae335b0a6cb23619d6ef7ea3274','Modify Column (x2)','Normalize varchar length of locale columns',NULL,'2.0.5'),('20121109-TRUNK-3474','patandre','liquibase-update-to-latest.xml','2017-07-16 19:38:55',10545,'EXECUTED','3:02af0e39e210aeda861f92698ae974f6','Drop Not-Null Constraint','Dropping not null constraint from concept_class.description column',NULL,'2.0.5'),('20121112-TRUNK-3474','patandre','liquibase-update-to-latest.xml','2017-07-16 19:38:55',10546,'EXECUTED','3:30e023e5e3e98190470d951fbbbd9e87','Drop Not-Null Constraint','Dropping not null constraint from concept_datatype.description column',NULL,'2.0.5'),('20121113-TRUNK-3474','patandre','liquibase-update-to-latest.xml','2017-07-16 19:38:55',10547,'EXECUTED','3:76211ab053e8685a4d0b1345f166e965','Drop Not-Null Constraint','Dropping not null constraint from patient_identifier_type.description column',NULL,'2.0.5'),('20121113-TRUNK-3474-person-attribute-type','patandre','liquibase-update-to-latest.xml','2017-07-16 19:38:56',10548,'EXECUTED','3:7ad821b6167ff22a812a6c550d6deb53','Drop Not-Null Constraint','Dropping not null constraint from person_attribute_type.description column',NULL,'2.0.5'),('20121113-TRUNK-3474-privilege','patandre','liquibase-update-to-latest.xml','2017-07-16 19:38:56',10549,'EXECUTED','3:ecf38bb6fb29d96b0e2c75330a637245','Drop Not-Null Constraint','Dropping not null constraint from privilege.description column',NULL,'2.0.5'),('20121114-TRUNK-3474-encounter_type','patandre','liquibase-update-to-latest.xml','2017-07-16 19:38:56',10552,'EXECUTED','3:1cad8ad2c06b02915138dfb36c013770','Drop Not-Null Constraint','Dropping not null constraint from encounter_type.description column',NULL,'2.0.5'),('20121114-TRUNK-3474-relationship_type','patandre','liquibase-update-to-latest.xml','2017-07-16 19:38:56',10551,'EXECUTED','3:232499aa77be5583f87d6528c0c44768','Drop Not-Null Constraint','Dropping not null constraint from relationship_type.description column',NULL,'2.0.5'),('20121114-TRUNK-3474-role','patandre','liquibase-update-to-latest.xml','2017-07-16 19:38:56',10550,'EXECUTED','3:69a164a13e3520d5cdccbf977d07ce89','Drop Not-Null Constraint','Dropping not null constraint from role.description column',NULL,'2.0.5'),('20121212-TRUNK-2768','patandre','liquibase-update-to-latest.xml','2017-07-16 19:38:57',10553,'EXECUTED','3:351f7dba6eea4f007fa5d006219ede9e','Add Column','Adding deathdate_estimated column to person.',NULL,'2.0.5'),('201301031440-TRUNK-4135','rkorytkowski','liquibase-update-to-latest.xml','2017-07-16 19:39:15',10618,'EXECUTED','3:47e5686e3cb80484b2830afca679ec70','Custom Change','Creating coded order frequencies for drug order frequencies',NULL,'2.0.5'),('201301031448-TRUNK-4135','rkorytkowski','liquibase-update-to-latest.xml','2017-07-16 19:39:15',10619,'EXECUTED','3:00adfb72966810dd0c048f93b8edd523','Custom Change','Migrating drug order frequencies to coded order frequencies',NULL,'2.0.5'),('201301031455-TRUNK-4135','rkorytkowski','liquibase-update-to-latest.xml','2017-07-16 19:39:15',10620,'EXECUTED','3:04b95a27ccba87e597395670db081498','Drop Column','Dropping temporary column drug_order.frequency_text',NULL,'2.0.5'),('201306141103-TRUNK-3884','susantan','liquibase-update-to-latest.xml','2017-07-16 19:38:58',10555,'EXECUTED','3:9581f8d869e69d911f04e48591a297d0','Add Foreign Key Constraint (x3)','Adding 3 foreign key relationships (creator,created_by,voided_by) to encounter_provider table',NULL,'2.0.5'),('20130626-TRUNK-439','jthoenes','liquibase-update-to-latest.xml','2017-07-16 19:38:57',10554,'EXECUTED','3:6c0799599f35b4546dafa73968e3a229','Update Data','Adding configurability to Patient Header on Dashboard. Therefore the cd4_count property is dropped and\n replaced with a header.showConcept property.',NULL,'2.0.5'),('20130809-TRUNK-4044-duplicateEncounterRoleChangeSet','surangak','liquibase-update-to-latest.xml','2017-07-16 19:38:58',10558,'EXECUTED','3:35b07ae88667be5a78002beacd3aa0ed','Custom Change','Custom changesets to identify and resolve duplicate EncounterRole names',NULL,'2.0.5'),('20130809-TRUNK-4044-duplicateEncounterTypeChangeSet','surangak','liquibase-update-to-latest.xml','2017-07-16 19:38:58',10559,'EXECUTED','3:01a7d7ae88b0280139178f1840d417bd','Custom Change','Custom changesets to identify and resolve duplicate EncounterType names',NULL,'2.0.5'),('20130809-TRUNK-4044-encounter_role_unique_name_constraint','surangak','liquibase-update-to-latest.xml','2017-07-16 19:38:59',10561,'EXECUTED','3:1a5a8ad5971977e0645a6fbc3744f8e2','Add Unique Constraint','Adding the unique constraint to the encounter_role.name column',NULL,'2.0.5'),('20130809-TRUNK-4044-encounter_type_unique_name_constraint','surangak','liquibase-update-to-latest.xml','2017-07-16 19:38:59',10560,'EXECUTED','3:823098007f6e299c0c6555dde6f12255','Add Unique Constraint','Adding the unique constraint to the encounter_type.name column',NULL,'2.0.5'),('20130925-TRUNK-4105','hannes','liquibase-update-to-latest.xml','2017-07-16 19:38:58',10556,'EXECUTED','3:e81f96e97c307c2d265bce32a046d0ca','Create Index','Adding index on concept_reference_term.code column',NULL,'2.0.5'),('20131023-TRUNK-3903','k-joseph','liquibase-update-to-latest.xml','2017-07-16 19:38:58',10557,'MARK_RAN','3:88f8ec2c297875a03fd88ddd2b9f14b9','Add Column','Adding \"display_precision\" column to concept_numeric table',NULL,'2.0.5'),('201310281153-TRUNK-4123','mujir,sushmitharaos','liquibase-update-to-latest.xml','2017-07-16 19:39:06',10588,'EXECUTED','3:b2bffad4e841b61c6397465633cd1064','Add Column, Add Foreign Key Constraint','Adding previous_order_id to orders',NULL,'2.0.5'),('201310281153-TRUNK-4124','mujir,sushmitharaos','liquibase-update-to-latest.xml','2017-07-16 19:39:07',10589,'EXECUTED','3:eb9dec50fead4430dc07b8309e5840ac','Add Column, Update Data, Add Not-Null Constraint','Adding order_action to orders and setting order_actions as NEW for existing orders',NULL,'2.0.5'),('201311041510','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:04',10583,'EXECUTED','3:dfdc279ddc60b9751dc5d655b4c7fc9c','Rename Column','Renaming drug_order.prn column to drug_order.as_needed',NULL,'2.0.5'),('201311041511','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:04',10584,'EXECUTED','3:4a2ee902d6090959a49539d5bc907354','Add Column','Adding as_needed_condition column to drug_order table',NULL,'2.0.5'),('201311041512','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:04',10585,'EXECUTED','3:76a5c7a0b95e971bd540865917efed9c','Add Column','Adding order_number column to orders table',NULL,'2.0.5'),('201311041513','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:04',10586,'MARK_RAN','3:b41217397a18dbe18e07266a9be4a523','Update Data','Setting order numbers for existing orders',NULL,'2.0.5'),('201311041515-TRUNK-4122','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:05',10587,'EXECUTED','3:948975149e69b6862aab0012304d9a80','Add Not-Null Constraint','Making orders.order_number not nullable',NULL,'2.0.5'),('20131210-TRUNK-4130','k-joseph','liquibase-update-to-latest.xml','2017-07-16 19:39:07',10593,'EXECUTED','3:5a2bde236731862f2c6e3e4066705cdf','Add Column','Adding num_refills column to drug_order table',NULL,'2.0.5'),('201312141400-TRUNK-4126','arathy','liquibase-update-to-latest.xml','2017-07-16 19:39:07',10590,'EXECUTED','3:45d8c6ce32076c0fe11f75d1fea1c215','Modify data type, Rename Column','Renaming drug_order.complex to dosing_type',NULL,'2.0.5'),('201312141400-TRUNK-4127','arathy','liquibase-update-to-latest.xml','2017-07-16 19:39:07',10592,'MARK_RAN','3:26f381a2b8f112d98f36c1d0b6cceebd','Update Data (x2)','Converting values in drug_order.dosing_type column',NULL,'2.0.5'),('201312141401-TRUNK-4126','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:07',10591,'EXECUTED','3:cc77a94d57b78ac02e99ed4ca25f6272','Drop Not-Null Constraint','Making drug_order.dosing_type nullable',NULL,'2.0.5'),('20131216-1637','gitahi','liquibase-update-to-latest.xml','2017-07-16 19:39:20',10628,'EXECUTED','3:4b2a0abaf146a7d938b94009d9600eaf','Create Table, Add Foreign Key Constraint (x6)','Add drug_reference_map table',NULL,'2.0.5'),('201312161618-TRUNK-4129','rkorytkowski','liquibase-update-to-latest.xml','2017-07-16 19:39:10',10599,'EXECUTED','3:a7c821bc60c7410b387aa276540291a9','Add Column, Add Foreign Key Constraint','Adding quantity_units column to drug_order table',NULL,'2.0.5'),('201312161713-TRUNK-4129','rkorytkowski','liquibase-update-to-latest.xml','2017-07-16 19:39:10',10600,'EXECUTED','3:2e13513e97a1c372818bd9ad1f31c219','Modify data type','Changing quantity column of drug_order to double',NULL,'2.0.5'),('201312162044-TRUNK-4126','k-joseph','liquibase-update-to-latest.xml','2017-07-16 19:39:09',10597,'EXECUTED','3:31378c39bfdf55ec4ec6faff20c9dcf8','Add Column','Adding duration column to drug_order table',NULL,'2.0.5'),('201312162059-TRUNK-4126','k-joseph','liquibase-update-to-latest.xml','2017-07-16 19:39:09',10598,'EXECUTED','3:f6f21104c2e85bacbbe9af09fee348fd','Add Column, Add Foreign Key Constraint','Adding duration_units column to drug_order table',NULL,'2.0.5'),('20131217-TRUNK-4142','banka','liquibase-update-to-latest.xml','2017-07-16 19:39:09',10596,'EXECUTED','3:5c29916ae374ae0cb36ecbf4a9c80e8c','Add Column','Adding comment_to_fulfiller column to orders table',NULL,'2.0.5'),('20131217-TRUNK-4157','banka','liquibase-update-to-latest.xml','2017-07-16 19:39:08',10595,'EXECUTED','3:8553abd1173bf56dad911a11ec0924ce','Add Column','Adding dosing_instructions column to drug_order table',NULL,'2.0.5'),('201312171559-TRUNK-4159','k-joseph','liquibase-update-to-latest.xml','2017-07-16 19:39:08',10594,'EXECUTED','3:0735c719adcee97fbe967460d05bb474','Create Table, Add Foreign Key Constraint (x4)','Create the order_frequency table',NULL,'2.0.5'),('201312181649-TRUNK-4137','k-joseph','liquibase-update-to-latest.xml','2017-07-16 19:39:12',10607,'EXECUTED','3:278cff9c9abc7864dd71bf4cba04c885','Add Column, Add Foreign Key Constraint','Adding frequency column to test_order table',NULL,'2.0.5'),('201312181650-TRUNK-4137','k-joseph','liquibase-update-to-latest.xml','2017-07-16 19:39:13',10608,'EXECUTED','3:c28fa1a77bec305b4d8d23fda254f320','Add Column','Adding number_of_repeats column to test_order table',NULL,'2.0.5'),('201312182214-TRUNK-4136','k-joseph','liquibase-update-to-latest.xml','2017-07-16 19:39:11',10601,'EXECUTED','3:5091764b71670065672afcb69d18efae','Add Column, Add Foreign Key Constraint','Adding route column to drug_order table',NULL,'2.0.5'),('201312182223-TRUNK-4136','k-joseph','liquibase-update-to-latest.xml','2017-07-16 19:39:11',10602,'EXECUTED','3:aea033991dfc56954d1661fdf15c35f7','Drop Column','Dropping equivalent_daily_dose column from drug_order table',NULL,'2.0.5'),('201312191200-TRUNK-4167','banka','liquibase-update-to-latest.xml','2017-07-16 19:39:11',10603,'EXECUTED','3:b6a84072096cf71ca37dc160d0422a2d','Add Column','Adding dose_units column to drug_order table',NULL,'2.0.5'),('201312191300-TRUNK-4167','banka','liquibase-update-to-latest.xml','2017-07-16 19:39:12',10604,'EXECUTED','3:c1bb6f3394f9c391288f2d51384edd3e','Add Foreign Key Constraint','Adding foreignKey constraint on dose_units',NULL,'2.0.5'),('201312201200-TRUNK-4167','banka','liquibase-update-to-latest.xml','2017-07-16 19:39:12',10605,'MARK_RAN','3:c72cd1725e670ea735fc45e6f0f31001','Custom Change','Migrating old text units to coded dose_units in drug_order',NULL,'2.0.5'),('201312201425-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:13',10611,'MARK_RAN','3:e6e37b7b995e2da28448f815211648fd','Update Data','Setting order.discontinued_reason to null for stopped orders',NULL,'2.0.5'),('201312201523-TRUNK-4138','banka','liquibase-update-to-latest.xml','2017-07-16 19:39:13',10610,'EXECUTED','3:8d48725ba6d40d8a19acec61c948a52f','Custom Change','Creating Discontinue Order for discontinued orders',NULL,'2.0.5'),('201312201525-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:13',10612,'MARK_RAN','3:c751cbf452be8b2c05af6d6502ff5dc9','Update Data','Setting orders.discontinued_reason_non_coded to null for stopped orders',NULL,'2.0.5'),('201312201601-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:14',10614,'EXECUTED','3:43505eb22756ea5ec6bee4f8ad750034','Drop Foreign Key Constraint','Dropping fk constraint on orders.discontinued_by column to users.user_id column',NULL,'2.0.5'),('201312201640-TRUNK-4138','banka','liquibase-update-to-latest.xml','2017-07-16 19:39:13',10609,'EXECUTED','3:174ed15d1066200fe48c3ed2b7a262ae','Rename Column','Rename orders.discontinued_date to date_stopped',NULL,'2.0.5'),('201312201651-TRUNK-4138','banka','liquibase-update-to-latest.xml','2017-07-16 19:39:13',10613,'EXECUTED','3:2ccbe6dad392099d9b6dc49e40736879','Drop Column','Removing discontinued from orders',NULL,'2.0.5'),('201312201700-TRUNK-4138','banka','liquibase-update-to-latest.xml','2017-07-16 19:39:14',10615,'EXECUTED','3:1c570e49534bf886108654c28a99bede','Drop Column','Removing discontinued_by from orders',NULL,'2.0.5'),('201312201800-TRUNK-4167','banka','liquibase-update-to-latest.xml','2017-07-16 19:39:12',10606,'EXECUTED','3:8ff2338c8a1df329476e9e60c8ddc7f6','Drop Column','Deleting units column',NULL,'2.0.5'),('201312271822-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2017-07-16 19:39:16',10621,'EXECUTED','3:9e6ef6a4a036e5ff027a6c49557b2939','Create Table, Add Foreign Key Constraint (x3)','Adding care_setting table',NULL,'2.0.5'),('201312271823-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2017-07-16 19:39:16',10622,'EXECUTED','3:036031e437f2baae976f103900455644','Insert Row','Adding OUTPATIENT care setting',NULL,'2.0.5'),('201312271824-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2017-07-16 19:39:16',10623,'EXECUTED','3:b78e4eb1e63a9ca78a51c42f1e2edb00','Insert Row','Adding INPATIENT care setting',NULL,'2.0.5'),('201312271826-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2017-07-16 19:39:17',10624,'EXECUTED','3:142266f644d20a834b2c687abf45f019','Add Column','Add care_setting column to orders table',NULL,'2.0.5'),('201312271827-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2017-07-16 19:39:17',10625,'MARK_RAN','3:ba1d0716249a5f1bde5eec83c190400f','Custom SQL','Set default value for orders.care_setting column for existing rows',NULL,'2.0.5'),('201312271828-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2017-07-16 19:39:17',10626,'EXECUTED','3:7c6fcd23f2fdbcc69ad06bcdd34cb56f','Add Not-Null Constraint','Make care_setting column non-nullable',NULL,'2.0.5'),('201312271829-TRUNK-4156','vinay','liquibase-update-to-latest.xml','2017-07-16 19:39:18',10627,'EXECUTED','3:dc55b130e1d56c8df00b06a5dedd2689','Add Foreign Key Constraint','Add foreign key constraint',NULL,'2.0.5'),('201401031433-TRUNK-4135','rkorytkowski','liquibase-update-to-latest.xml','2017-07-16 19:39:14',10616,'EXECUTED','3:1e90a9f5f6ffab47ac360dec7497d2f9','Rename Column','Temporarily renaming drug_order.frequency column to frequency_text',NULL,'2.0.5'),('201401031434-TRUNK-4135','rkorytkowski','liquibase-update-to-latest.xml','2017-07-16 19:39:15',10617,'EXECUTED','3:59eef75e78e64cdc999a6d25863c921d','Add Column, Add Foreign Key Constraint','Adding the frequency column to the drug_order table',NULL,'2.0.5'),('201401040436-TRUNK-3919','dkithmal','liquibase-update-to-latest.xml','2017-07-16 19:39:00',10562,'EXECUTED','3:2fde2a2c0d2a917cd7ec0dfc990b96ac','Add Column, Add Foreign Key Constraint','Add changed_by column to location_tag table',NULL,'2.0.5'),('201401040438-TRUNK-3919','dkithmal','liquibase-update-to-latest.xml','2017-07-16 19:39:00',10563,'EXECUTED','3:134b00185f7b61d7d6cccb66717dc4ae','Add Column','Add date_changed column to location_tag table',NULL,'2.0.5'),('201401040440-TRUNK-3919','dkithmal','liquibase-update-to-latest.xml','2017-07-16 19:39:01',10564,'EXECUTED','3:2f3b927e3554c31abebb064835da2efc','Add Column, Add Foreign Key Constraint','Add changed_by column to location table',NULL,'2.0.5'),('201401040442-TRUNK-3919','dkithmal','liquibase-update-to-latest.xml','2017-07-16 19:39:01',10565,'EXECUTED','3:6cf087a28acd99c02c00fd719a26e73b','Add Column','Add date_changed column to location table',NULL,'2.0.5'),('201401101647-TRUNK-4187','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:01',10566,'EXECUTED','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checks that all existing free text drug order dose units and frequencies have been mapped to\n concepts, this will fail the upgrade process if any unmapped text is found',NULL,'2.0.5'),('201402041600-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:20',10629,'EXECUTED','3:a09f49aa170ede88187564ce4834956e','Drop Foreign Key Constraint','Temporary dropping foreign key on orders.discontinued_reason column',NULL,'2.0.5'),('201402041601-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:20',10630,'EXECUTED','3:09293693ccab9bd63f0bacbf1229e6b5','Rename Column','Renaming orders.discontinued_reason column to order_reason',NULL,'2.0.5'),('201402041602-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:21',10631,'EXECUTED','3:b93897a56c7e2407d694bd47b9f3ff56','Add Foreign Key Constraint','Adding back foreign key on orders.discontinued_reason column',NULL,'2.0.5'),('201402041604-TRUNK-4138','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:21',10632,'EXECUTED','3:bf80640132c97067d42dabbebd10b7df','Rename Column','Renaming orders.discontinued_reason_non_coded column to order_reason_non_coded',NULL,'2.0.5'),('201402042238-TRUNK-4202','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:22',10634,'MARK_RAN','3:e74c6d63ac01908cc6fb6f3e9b15e2e0','Custom Change','Converting orders.orderer to reference provider.provider_id',NULL,'2.0.5'),('201402051638-TRUNK-4202','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:22',10633,'EXECUTED','3:ddff1dba0827858324336de9baeb93aa','Drop Foreign Key Constraint','Temporarily removing foreign key constraint from orders.orderer column',NULL,'2.0.5'),('201402051639-TRUNK-4202','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:23',10635,'EXECUTED','3:32f643ae7a3cafe84fc11208e116cbf0','Add Foreign Key Constraint','Adding foreign key constraint to orders.orderer column',NULL,'2.0.5'),('201402120720-TRUNK-3902','k-joseph','liquibase-update-to-latest.xml','2017-07-16 19:39:27',10645,'MARK_RAN','3:7ce90e7459b6b840b7d3f246b6ca697b','Rename Column','Rename concept_numeric.precise to concept_numeric.allow_decimal',NULL,'2.0.5'),('201402241055','Akshika','liquibase-update-to-latest.xml','2017-07-16 19:39:03',10581,'EXECUTED','3:10f872c80393f2cb4d1126ec59b54676','Modify Column','Making orders.start_date not nullable',NULL,'2.0.5'),('201402281648-TRUNK-4274','k-joseph','liquibase-update-to-latest.xml','2017-07-16 19:39:04',10582,'EXECUTED','3:1efc6af34de0b0e83ce217febe1c9fa7','Modify Column','Making order.encounter required',NULL,'2.0.5'),('201403011348','alexisduque','liquibase-update-to-latest.xml','2017-07-16 19:39:23',10636,'EXECUTED','3:117c4ea0b0cd79e21a59b5769d020c93','Modify Column','Make orders.orderer not NULLable',NULL,'2.0.5'),('20140304-TRUNK-4170-duplicateLocationAttributeTypeNameChangeSet','harsz89','liquibase-update-to-latest.xml','2017-07-16 19:39:27',10646,'MARK_RAN','3:b74878260cae25b9c209d1b6ea5ddb98','Custom Change','Custom changeset to identify and resolve duplicate Location Attribute Type names',NULL,'2.0.5'),('20140304-TRUNK-4170-location_attribute_type_unique_name','harsz89','liquibase-update-to-latest.xml','2017-07-16 19:39:27',10647,'EXECUTED','3:e11205616b3ee4ad727a2c5031dee884','Add Unique Constraint','Adding the unique constraint to the location_attribute_type.name column',NULL,'2.0.5'),('20140304816-TRUNK-4139','Akshika','liquibase-update-to-latest.xml','2017-07-16 19:39:24',10638,'EXECUTED','3:0d0ffd19df0598f644c863d931abccd2','Add Column','Adding scheduled_date column to orders table',NULL,'2.0.5'),('201403061758-TRUNK-4284','Banka, Vinay','liquibase-update-to-latest.xml','2017-07-16 19:39:23',10637,'EXECUTED','3:008c6f185b3c571b57031314beda2b8f','Insert Row','Inserting Frequency concept class',NULL,'2.0.5'),('201403070132-TRUNK-4286','andras-szell','liquibase-update-to-latest.xml','2017-07-16 19:39:03',10580,'EXECUTED','3:292b7549e0ae96619a6e4fcc30383592','Insert Row','Insert order type for test orders',NULL,'2.0.5'),('20140313-TRUNK-4288','dszafranek','liquibase-update-to-latest.xml','2017-07-16 19:39:24',10639,'EXECUTED','3:3f2f0f3c1bcfe74253de58d32f811e11','Create Table, Add Foreign Key Constraint (x2), Add Primary Key','Add order_type_class_map table',NULL,'2.0.5'),('20140314-TRUNK-4283','dszafranek, wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:01',10567,'EXECUTED','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking that all orders have start_date column set',NULL,'2.0.5'),('20140316-TRUNK-4283','dszafranek, wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:01',10569,'EXECUTED','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking that all orders have encounter_id column set',NULL,'2.0.5'),('20140318-TRUNK-4265','jkondrat','liquibase-update-to-latest.xml','2017-07-16 19:39:25',10640,'EXECUTED','3:01f3e7e45562865ed7855cea0b7ccd30','Merge Column, Update Data','Concatenate dose_strength and units to form the value for the new strength field',NULL,'2.0.5'),('201403262140-TRUNK-4265','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:01',10570,'EXECUTED','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking if there are any drugs with the dose_strength specified but no units',NULL,'2.0.5'),('201404091110','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:01',10571,'EXECUTED','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking if order_type table is already up to date or can be updated automatically',NULL,'2.0.5'),('201404091112','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:01',10575,'EXECUTED','3:2bf52dfa949ba06b05016ce4eb08034b','Add Unique Constraint','Adding unique key constraint to order_type.name column',NULL,'2.0.5'),('201404091128','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:02',10576,'EXECUTED','3:f96fd12ecf53fb18143450f7a0b9c1d9','Add Column','Adding java_class_name column to order_type table',NULL,'2.0.5'),('201404091129','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:02',10577,'EXECUTED','3:d018fdec6bcd0775032bd8df67f57a77','Add Column','Adding parent column to order_type table',NULL,'2.0.5'),('201404091131','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:03',10579,'EXECUTED','3:accf143fbe21963d2ea7fb211424ed4f','Add Not-Null Constraint','Add not-null constraint on order_type.java_class_name column',NULL,'2.0.5'),('201404091516','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:26',10641,'EXECUTED','3:8c5d2f8c49bf08514911c24f60c065e0','Add Column, Add Foreign Key Constraint','Add changed_by column to order_type table',NULL,'2.0.5'),('201404091517','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:26',10642,'EXECUTED','3:24b9f5757f0dec2a910daab2dd138ce1','Add Column','Add date_changed column to order_type table',NULL,'2.0.5'),('201404101130','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:02',10578,'EXECUTED','3:0b986790bfacfc61e7ec851a4e4fbded','Update Data','Setting java_class_name column for drug order type row',NULL,'2.0.5'),('201406201443','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:27',10643,'EXECUTED','3:c1cf2edbf71074e2740d975d89ca202d','Add Column','Add brand_name column to drug_order table',NULL,'2.0.5'),('201406201444','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:27',10644,'EXECUTED','3:da7c9042e009a4cbe61746bd8bf13d12','Add Column','Add dispense_as_written column to drug_order table',NULL,'2.0.5'),('201406211643-TRUNK-4401','harsz89','liquibase-update-to-latest.xml','2017-07-16 19:39:01',10573,'EXECUTED','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking that all discontinued orders have the discontinued_date column set',NULL,'2.0.5'),('201406211703-TRUNK-4401','harsz89','liquibase-update-to-latest.xml','2017-07-16 19:39:01',10574,'EXECUTED','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking that all discontinued orders have the discontinued_by column set',NULL,'2.0.5'),('201406262016','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:01',10572,'EXECUTED','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking that all users that created orders have provider accounts',NULL,'2.0.5'),('20140635-TRUNK-4283','dszafranek, wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:01',10568,'EXECUTED','3:d41d8cd98f00b204e9800998ecf8427e','Empty','Checking that all orders have orderer column set',NULL,'2.0.5'),('20140715-TRUNK-2999-remove_concept_word','rkorytkowski','liquibase-update-to-latest.xml','2017-07-16 19:39:27',10648,'EXECUTED','3:4ff8bd1176165ac45c42809673d7d12d','Drop Table','Removing the concept_word table (replaced by Lucene)',NULL,'2.0.5'),('20140718-TRUNK-2999-remove_update_concept_index_task','rkorytkowski','liquibase-update-to-latest.xml','2017-07-16 19:39:27',10649,'EXECUTED','3:a0ca6ff43de07e00f6a494c5b2964de5','Delete Data','Deleting the update concept index task',NULL,'2.0.5'),('20140719-TRUNK-4445-update_dosing_type_to_varchar_255','mihir','liquibase-update-to-latest.xml','2017-07-16 19:39:28',10652,'EXECUTED','3:2948bf1441141d7f36e34cea1cdfb72a','Modify data type','Increase size of dosing type column to 255 characters',NULL,'2.0.5'),('20140724-1528','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:27',10650,'EXECUTED','3:ad5fee02995c649c4b87d5991f5f3723','Drop Default Value','Dropping default value for drug_order.drug_inventory_id',NULL,'2.0.5'),('20140801-TRUNK-4443-rename_order_start_date_to_date_activated','bharti','liquibase-update-to-latest.xml','2017-07-16 19:39:28',10651,'EXECUTED','3:fde9246d6d3b98ac8e64361818ece22c','Rename Column','Renaming the start_date in order table to date_activated',NULL,'2.0.5'),('201408200733-TRUNK-4446','Deepak','liquibase-update-to-latest.xml','2017-07-16 19:39:29',10653,'EXECUTED','3:95a533365792e76a4cd95f8f32c887db','Modify data type','Changing duration column of drug_order to int',NULL,'2.0.5'),('201409230113-TRUNK-3484','k-joseph','liquibase-update-to-latest.xml','2017-07-16 19:39:30',10656,'MARK_RAN','3:7a9c7aad5b657556b1103510f8bfc1d9','Update Data','Updating description for visits.encounterTypeToVisitTypeMapping GP to the value set in OpenmrsContants',NULL,'2.0.5'),('20141010-trunk-4492','alec','liquibase-update-to-latest.xml','2017-07-16 19:39:30',10658,'MARK_RAN','3:fbe1f44dafa30068cd7c99a6713f8ee4','Drop Column','Dropping the tribe field from patient table because it has been moved to person_attribute.',NULL,'2.0.5'),('201410291606-TRUNK-3474','jbuczynski','liquibase-update-to-latest.xml','2017-07-16 19:39:31',10659,'EXECUTED','3:03757abe17abedb9ac1cf0b933a35139','Drop Not-Null Constraint','Dropping not null constraint from program.description column',NULL,'2.0.5'),('201410291613-TRUNK-3474','jbuczynski','liquibase-update-to-latest.xml','2017-07-16 19:39:31',10660,'EXECUTED','3:32fa9bee757a0ca295e1545662051b96','Drop Not-Null Constraint','Dropping not null constraint from order_type.description column',NULL,'2.0.5'),('201410291614-TRUNK-3474','jbuczynski','liquibase-update-to-latest.xml','2017-07-16 19:39:31',10661,'EXECUTED','3:8623cbc44ba289fa096e0b5ee4eeaf11','Drop Not-Null Constraint','Dropping not null constraint from concept_name_tag.description column',NULL,'2.0.5'),('201410291616-TRUNK-3474','jbuczynski','liquibase-update-to-latest.xml','2017-07-16 19:39:31',10662,'EXECUTED','3:4393a565e9dad85e69c1cfcd9836d957','Drop Not-Null Constraint','Dropping not null constraint from active_list_type.description column',NULL,'2.0.5'),('20141103-1030','wyclif','liquibase-update-to-latest.xml','2017-07-16 19:39:32',10663,'EXECUTED','3:2b1a52ce2e496ec391e63ce4d9758226','Add Column','Adding form_namespace_and_path column to obs table',NULL,'2.0.5'),('201411101055-TRUNK-3386','pmuchowski','liquibase-update-to-latest.xml','2017-07-16 19:39:32',10668,'EXECUTED','3:5466877cc0a9f1650946e60ac1dd8f95','Drop Foreign Key Constraint','Temporarily removing foreign key constraint from person_attribute_type.edit_privilege column',NULL,'2.0.5'),('201411101056-TRUNK-3386','pmuchowski','liquibase-update-to-latest.xml','2017-07-16 19:39:33',10669,'EXECUTED','3:d18bc8c26a77e093bc9d0514b646a6b4','Drop Foreign Key Constraint','Temporarily removing foreign key constraint from role_privilege.privilege column',NULL,'2.0.5'),('201411101057-TRUNK-3386','pmuchowski','liquibase-update-to-latest.xml','2017-07-16 19:39:33',10670,'EXECUTED','3:b5f33650ea723f2304f40fd60fde36df','Modify Column','Increasing the size of the privilege column in the privilege table',NULL,'2.0.5'),('201411101058-TRUNK-3386','pmuchowski','liquibase-update-to-latest.xml','2017-07-16 19:39:34',10671,'EXECUTED','3:b1811e5e43321192b275d6e2fe2fa564','Add Foreign Key Constraint','Adding foreign key constraint to person_attribute_type.edit_privilege column',NULL,'2.0.5'),('201411101106-TRUNK-3386','pmuchowski','liquibase-update-to-latest.xml','2017-07-16 19:39:34',10672,'EXECUTED','3:96a937a1719f8e7a98ad682a5608f54b','Modify Column','Increasing the size of the privilege column in the role_privilege table',NULL,'2.0.5'),('201411101107-TRUNK-3386','pmuchowski','liquibase-update-to-latest.xml','2017-07-16 19:39:34',10673,'EXECUTED','3:f45e009851c4fe5205f8af48e9c50932','Add Foreign Key Constraint','Adding foreign key constraint to role_privilege.privilege column',NULL,'2.0.5'),('20141121-TRUNK-2193','raff','liquibase-update-to-latest.xml','2017-07-16 19:39:32',10664,'EXECUTED','3:5c3daa4f68e3e650f53b63496a831295','Rename Column','Renaming drug_ingredient.quantity to strength',NULL,'2.0.5'),('20150108-TRUNK-14','rpuzdrowski','liquibase-update-to-latest.xml','2017-07-16 19:39:32',10666,'EXECUTED','3:4e2fc96ab67a318ad72af666c87338f6','Delete Data','Removing dashboard.regimen.standardRegimens global property',NULL,'2.0.5'),('20150108-TRUNK-3849','rpuzdrowski','liquibase-update-to-latest.xml','2017-07-16 19:39:32',10665,'MARK_RAN','3:ed544a52366a48b1658b1eb4536cdc57','Custom Change','Updating layout.address.format global property',NULL,'2.0.5'),('20150122-1414','rkorytkowski','liquibase-update-to-latest.xml','2017-07-16 19:38:27',10378,'EXECUTED','3:b662cac19085b837d902916f20a27da9','Update Data','Reverting concept name type to NULL for concepts having names tagged as default',NULL,'2.0.5'),('20150122-1420','rkorytkowski','liquibase-update-to-latest.xml','2017-07-16 19:38:27',10379,'EXECUTED','3:c75793ade72db0648a912f22f79cf461','Update Data, Delete Data (x2)','Setting concept name type to fully specified for names tagged as default',NULL,'2.0.5'),('20150211-TRUNK-3709','jkondrat','liquibase-update-to-latest.xml','2017-07-16 19:39:32',10667,'EXECUTED','3:7bd643a06ee8be02d6ac6525cb46ba4d','Custom Change','Encrypting the users.secret_answer column',NULL,'2.0.5'),('20150221-1644','sandeepraparthi','liquibase-update-to-latest.xml','2017-07-16 19:39:35',10674,'EXECUTED','3:cb0a34ee94fec9d095c7d6819c077236','Add Foreign Key Constraint','Adding foreign key on patient_identifier.patient_id column',NULL,'2.0.5'),('20150428-TRUNK-4693-1','mseaton','liquibase-update-to-latest.xml','2017-07-16 19:39:29',10654,'MARK_RAN','3:599624d822c5f7a0d9bc796c4e90a526','Drop Foreign Key Constraint','Removing invalid foreign key constraint from order_type.parent column to order.order_id column',NULL,'2.0.5'),('20150428-TRUNK-4693-2','mseaton','liquibase-update-to-latest.xml','2017-07-16 19:39:30',10655,'EXECUTED','3:706418216753f16ce1b5eb0c45c21e24','Add Foreign Key Constraint','Adding foreign key constraint from order_type.parent column to order_type.order_type_id column',NULL,'2.0.5'),('201506051103-TRUNK-4727','Chethan, Preethi','liquibase-update-to-latest.xml','2017-07-16 19:39:36',10675,'EXECUTED','3:91fd51bed950b30f1b0532b5bdc041cc','Add Column','Adding birthtime column to person',NULL,'2.0.5'),('201506192000-TRUNK-4729','thomasvandoren','liquibase-update-to-latest.xml','2017-07-16 19:39:37',10676,'EXECUTED','3:ea29af89837304bac680fc2e5340ae11','Add Column, Add Foreign Key Constraint','Add changed_by column to encounter_type table',NULL,'2.0.5'),('201506192001-TRUNK-4729','thomasvandoren','liquibase-update-to-latest.xml','2017-07-16 19:39:37',10677,'EXECUTED','3:1491cbc4adf0c9c8f680af62c29e1db1','Add Column','Add date_changed column to encounter_type table',NULL,'2.0.5'),('201508111304','sns.recommind','liquibase-update-to-latest.xml','2017-07-16 19:39:38',10678,'EXECUTED','3:75a849aa0d9c54bb2e052e6a8875d443','Create Index','Add an index to the global_property.property column',NULL,'2.0.5'),('201508111412','sns.recommind','liquibase-update-to-latest.xml','2017-07-16 19:39:38',10679,'EXECUTED','3:226edcaabe81261347e3da63e5321b3f','Create Index','Add an index to the concept_class.name column',NULL,'2.0.5'),('201508111415','sns.recommind','liquibase-update-to-latest.xml','2017-07-16 19:39:39',10680,'EXECUTED','3:ee7859e5c5d801c0125fe02449c1c53b','Create Index','Add an index to the concept_datatype.name column',NULL,'2.0.5'),('201509281653','Sravanthi','liquibase-update-to-latest.xml','2017-07-16 19:39:41',10689,'EXECUTED','3:9ed44be93c38d7ae04232ac31350e4a9','Add Column','Add drug_non_coded column to drug_order table',NULL,'2.0.5'),('20151006-1530','bahmni','liquibase-update-to-latest.xml','2017-07-16 19:40:15',10694,'EXECUTED','3:06963e7ad04d1badb8b7acbc22320e25','Create Table, Add Foreign Key Constraint (x3)','Create order_set table',NULL,'2.0.5'),('20151006-1537','bahmni','liquibase-update-to-latest.xml','2017-07-16 19:40:16',10695,'EXECUTED','3:66978ee657bf1c50dd651a65a7d33c81','Create Table, Add Foreign Key Constraint (x6)','Create order_set_member table',NULL,'2.0.5'),('20151007-TRUNK-4747-remove_active_list','jdegraft','liquibase-update-to-latest.xml','2017-07-16 19:39:41',10687,'EXECUTED','3:ddeb98bc454cd172cf23a143c3f07af7','Drop Table','Removing the active_list table (active_list feature removed)',NULL,'2.0.5'),('20151007-TRUNK-4747-remove_active_list_allergy','jdegraft','liquibase-update-to-latest.xml','2017-07-16 19:39:41',10686,'EXECUTED','3:e4eecfa5a1478c860e4e462379ead3d5','Drop Table','Removing the active_list_allergy table (active_list feature removed)',NULL,'2.0.5'),('20151007-TRUNK-4747-remove_active_list_problem','jdegraft','liquibase-update-to-latest.xml','2017-07-16 19:39:41',10685,'EXECUTED','3:d4eec429e83ff5421dee72e3ee1fd1f7','Drop Table','Removing the active_list_problem table (active_list feature removed)',NULL,'2.0.5'),('20151007-TRUNK-4747-remove_active_list_type','jdegraft','liquibase-update-to-latest.xml','2017-07-16 19:39:41',10688,'EXECUTED','3:9453cbf61659aaf9eb563a8fbda6c131','Drop Table','Removing the active_list_type table (active_list feature removed)',NULL,'2.0.5'),('20151022-TRUNK-4750','gwasilwa','liquibase-update-to-latest.xml','2017-07-16 19:39:47',10690,'EXECUTED','3:fe04f767fed4fe3a2fd2461fbe15b5b6','Add Column (x2)','Adding address columns (7-15) to person_address and location',NULL,'2.0.5'),('20151118-1630','bahmni','liquibase-update-to-latest.xml','2017-07-16 19:40:18',10696,'EXECUTED','3:de7d1ad9f5f6f8423e81390026ff7b84','Create Table, Add Foreign Key Constraint (x6)','Create order_group table',NULL,'2.0.5'),('20151118-1640','bahmni','liquibase-update-to-latest.xml','2017-07-16 19:40:19',10697,'EXECUTED','3:1c0cf8c1d759b2bccaca0a609067f907','Add Column, Add Foreign Key Constraint','Adding \'order_group_id\' column to orders table',NULL,'2.0.5'),('20160201-TRUNK-1505','mnagasowmya','liquibase-update-to-latest.xml','2017-07-16 19:39:48',10691,'EXECUTED','3:9c97e75128a28381cff1da7c8cae7bb1','Drop Column','Removing a column value_boolean from obs table',NULL,'2.0.5'),('20160202-1743','rkorytkowski','liquibase-update-to-latest.xml','2017-07-16 19:40:14',10693,'EXECUTED','3:0b6ba212979a943d1ce2e07e09dd40c0','Add Not-Null Constraint (x53)','Set uuid columns to \"NOT NULL\", if not set already for 1.9.x tables',NULL,'2.0.5'),('20160212-1020','bahmni','liquibase-update-to-latest.xml','2017-07-16 19:40:20',10698,'EXECUTED','3:0fbe96fc908fbcbda8a69ec0daee17c8','Add Column','Adding \'sort_weight\' column to orders table',NULL,'2.0.5'),('20160216-1700','bahmni','liquibase-update-to-latest.xml','2017-07-16 19:39:48',10692,'EXECUTED','3:31fcb8b252da71f39ea960904ca28936','Custom Change','Set uuid for columns in all tables which has uuid as null. This is required for successful run of next changeSet.',NULL,'2.0.5'),('20160427-0950-create-concept-attribute-type-table','bahmni','liquibase-update-to-latest.xml','2017-07-16 19:40:21',10701,'EXECUTED','3:0774f375dca107b8b9e9598e5e8b678d','Create Table, Add Foreign Key Constraint (x3)','Creating concept_attribute_type table',NULL,'2.0.5'),('20160427-0954-create-concept-attribute-table','bahmni','liquibase-update-to-latest.xml','2017-07-16 19:40:22',10702,'EXECUTED','3:884497a0ea7aa5bfdb54e9b88dbd69ad','Create Table, Add Foreign Key Constraint (x5)','Creating concept_attribute table',NULL,'2.0.5'),('201604281645','vishnuraom','liquibase-update-to-latest.xml','2017-07-16 19:40:20',10699,'MARK_RAN','3:e7c592ad2ce7daac65ef41b156965b6f','Update Data','Converting values in drug_order.dosing_type column from SIMPLE to org.openmrs.SimpleDosingInstructions (TRUNK-4845)',NULL,'2.0.5'),('201604281646','vishnuraom','liquibase-update-to-latest.xml','2017-07-16 19:40:20',10700,'MARK_RAN','3:1d1ab904f45990de4459c25c170947d9','Update Data','Converting values in drug_order.dosing_type column from FREE_TEXT to org.openmrs.FreeTextDosingInstructions(TRUNK-4845)',NULL,'2.0.5'),('201609171146-1','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:24',10713,'EXECUTED','3:4ae0233d1dc8353f1e7953e9b94e1d6c','Drop Foreign Key Constraint','Dropping foreign key constraint member_patient',NULL,'2.0.5'),('201609171146-1.1','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:24',10714,'EXECUTED','3:b41e7c25b56556e171f0f2f1014aa77b','Drop Foreign Key Constraint','Dropping foreign key constraint parent_cohort',NULL,'2.0.5'),('201609171146-1.2','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:25',10715,'EXECUTED','3:001715ac3bf0251098a3e8e3acd91088','Drop Primary Key','Dropping primary key for cohort_member',NULL,'2.0.5'),('201609171146-2','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:25',10716,'EXECUTED','3:39c9ebe7a0725c60a9130ffaa89d052d','Add Column','Adding column cohort_member.cohort_member_id',NULL,'2.0.5'),('201609171146-2.1','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:25',10717,'MARK_RAN','3:64887895d69c4514681fdecfd041cccd','Custom Change','Updating cohort member ids',NULL,'2.0.5'),('201609171146-2.2','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:25',10718,'EXECUTED','3:21e13e1fb0cd4fc5f7deb3b3a8e5ce83','Add Primary Key','Adding primary key to cohort_member.cohort_member_id',NULL,'2.0.5'),('201609171146-2.3','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:25',10719,'EXECUTED','3:26255259d5c2c15995d2348357209816','Set Column as Auto-Increment','Adding auto increment property to cohort_member.cohort_member_id',NULL,'2.0.5'),('201609171146-3','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:25',10720,'EXECUTED','3:098004bb7849949c9080d477dd85dc2e','Add Column','Adding column cohort_member.start_date',NULL,'2.0.5'),('201609171146-4','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:25',10722,'EXECUTED','3:69bc7198ca53f18736b19aaa771122cc','Add Column','Adding column cohort_member.end_date',NULL,'2.0.5'),('201609171146-5','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:26',10723,'EXECUTED','3:ad6785a4c755084c8d69c22f652f0d04','Add Column','Adding column cohort_member.creator',NULL,'2.0.5'),('201609171146-5.1','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:26',10724,'MARK_RAN','3:28badb6004196919906fe8b95ef234b4','Update Data','Updating cohort_member.creator value',NULL,'2.0.5'),('201609171146-5.2','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:26',10725,'EXECUTED','3:a57dccd15ab8d4460b690c38633067bd','Add Foreign Key Constraint','Adding foreign key constraint to cohort_member.creator',NULL,'2.0.5'),('201610042145-1','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:26',10726,'EXECUTED','3:1d57722d5170e0aac7a01e25b7143342','Add Column','Adding column cohort_member.date_created',NULL,'2.0.5'),('201610042145-1.1','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:26',10727,'MARK_RAN','3:0b655a5bd27feb9c2612bfab99b43401','Update Data','Updating cohort_member.date_created with value cohort.date_created',NULL,'2.0.5'),('201610042145-2','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:27',10733,'EXECUTED','3:1f2c273b5119e083bac3428cced24cee','Add Column','Adding column cohort_member.uuid',NULL,'2.0.5'),('201610042145-2.1','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:27',10734,'EXECUTED','3:98f12e2601f17e285c3e0af187d41e88','Update Data','Generating UUIDs for all rows in cohort_member table via built in uuid function.',NULL,'2.0.5'),('201610042145-2.2','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:27',10735,'EXECUTED','3:f32469e8348bd87a0684142d2006e835','Add Unique Constraint','Adding unique constraint to cohort_member.uuid',NULL,'2.0.5'),('201610131530-1','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:26',10728,'EXECUTED','3:c9cdf7d006a5a6a7c7ccaf827fd7cec9','Add Column','Adding column cohort_member.voided',NULL,'2.0.5'),('201610131530-1.1','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:26',10729,'EXECUTED','3:352ad5c535c28235d75cd9617731db3e','Add Default Value','Adding defaultValue for cohort_member.voided',NULL,'2.0.5'),('201610131530-2','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:26',10730,'EXECUTED','3:a6bdaa65ce2a7ecda2383e543a10224f','Add Column','Adding column cohort_member.voided_by',NULL,'2.0.5'),('201610131530-3','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:27',10731,'EXECUTED','3:0d6fa05f59b1153b70a2c055856042c0','Add Column','Adding column cohort_member.date_voided',NULL,'2.0.5'),('201610131530-4','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:27',10732,'EXECUTED','3:7b66202d02acc9056fca82c62df0ea14','Add Column','Adding column cohort_member.void_reason',NULL,'2.0.5'),('201610242135-1','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:27',10736,'EXECUTED','3:d1f786fa12f2a8230eb579b657009edf','Add Foreign Key Constraint','Adding foreign key constraint to cohort_member.cohort_id',NULL,'2.0.5'),('201610242135-2','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:28',10737,'EXECUTED','3:f7fce679894e49fad34cad1f91ef2eac','Add Foreign Key Constraint','Adding foreign key constraint to cohort_member.patient_id',NULL,'2.0.5'),('201610242135-3','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:25',10721,'MARK_RAN','3:a61042ee90a77f77fd9456dbe1afdfa9','Update Data','Updating cohort_start_date with value cohort.date_created',NULL,'2.0.5'),('201611121945-1','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:28',10738,'EXECUTED','3:a722f0cd71934cc9c8577eac1572d736','Drop Default Value','Dropping defaultValue for cohort_member.cohort_id',NULL,'2.0.5'),('201611121945-2','vshankar','liquibase-update-to-latest.xml','2017-07-16 19:40:28',10739,'EXECUTED','3:520865118b72339a432f57ff2b292672','Drop Default Value','Dropping defaultValue for cohort_member.patient_id',NULL,'2.0.5'),('20170707-TRUNK-5185-1','mogoodrich','liquibase-update-to-latest.xml','2017-07-16 19:40:22',10710,'EXECUTED','3:7cb50dd122227a05eff1b3c84b62b4a9','Create Index','Adding unique index on concept_reference_source uuid column',NULL,'2.0.5'),('20170707-TRUNK-5185-2','mogoodrich','liquibase-update-to-latest.xml','2017-07-16 19:40:23',10711,'EXECUTED','3:64612c379ed6debbb5966e4d0b2e6bc5','Create Index','Adding unique index on concept_reference_map uuid column',NULL,'2.0.5'),('3-increase-privilege-col-size-person_attribute_type','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:38:50',10534,'EXECUTED','3:c2465b2417463d93f1101c6683f41250','Drop Foreign Key Constraint, Modify Column, Add Foreign Key Constraint','Increasing the size of the edit_privilege column in the person_attribute_type table',NULL,'2.0.5'),('disable-foreign-key-checks','ben','liquibase-core-data.xml','2017-07-16 19:36:53',10017,'EXECUTED','3:cc124077cda1cfb0c70c1ec823551223','Custom SQL','',NULL,'2.0.5'),('disable-foreign-key-checks','ben','liquibase-demo-data.xml','2017-07-16 19:37:03',10042,'EXECUTED','3:cc124077cda1cfb0c70c1ec823551223','Custom SQL','',NULL,'2.0.5'),('drop-tribe-foreign-key-TRUNK-4492','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:39:30',10657,'MARK_RAN','3:6f02e3203c3fe5414a44106b8f16e3cd','Drop Foreign Key Constraint','Dropping foreign key on patient.tribe',NULL,'2.0.5'),('enable-foreign-key-checks','ben','liquibase-core-data.xml','2017-07-16 19:36:54',10041,'EXECUTED','3:fcfe4902a8f3eda10332567a1a51cb49','Custom SQL','',NULL,'2.0.5'),('enable-foreign-key-checks','ben','liquibase-demo-data.xml','2017-07-16 19:37:43',10087,'EXECUTED','3:fcfe4902a8f3eda10332567a1a51cb49','Custom SQL','',NULL,'2.0.5'),('insert-demo-encounter-roles','dkayiwa','liquibase-demo-data.xml','2017-07-16 19:37:43',10085,'EXECUTED','3:c77c35f4410adfe16ac84269cac82cea','Insert Row (x2)','',NULL,'2.0.5'),('insert-demo-providers','dkayiwa','liquibase-demo-data.xml','2017-07-16 19:37:43',10086,'EXECUTED','3:106253fa1c64c20481923821f9e226bd','Insert Row (x2)','',NULL,'2.0.5'),('insert-demo-visit-types','dkayiwa','liquibase-demo-data.xml','2017-07-16 19:37:43',10084,'EXECUTED','3:db820e7e96a50931b303507ba0c0b764','Insert Row (x2)','',NULL,'2.0.5'),('RA-354-create-allergy-table-rev1','fbiedrzycki','liquibase-update-to-latest.xml','2017-07-16 19:39:40',10681,'EXECUTED','3:5a23c0e356b4fc9ec6614f7457b60ecf','Create Table, Add Foreign Key Constraint (x6)','Create allergy table',NULL,'2.0.5'),('RA-355-create-allergy-reaction-table','fbiedrzycki','liquibase-update-to-latest.xml','2017-07-16 19:39:41',10682,'EXECUTED','3:3d7654bdf6720157c7e2b091d81b380c','Create Table, Add Foreign Key Constraint (x2)','Create allergy_reaction table',NULL,'2.0.5'),('RA-360-Add-allergy-status-to-patient-2','rpuzdrowski','liquibase-update-to-latest.xml','2017-07-16 19:39:41',10683,'EXECUTED','3:4145b719c9b9400f5557e081bdcd75d8','Add Column','Add allergy_status field to the patient table',NULL,'2.0.5'),('TRUNK-3422-20160216-1700','Wyclif','liquibase-update-to-latest.xml','2017-07-16 19:40:22',10703,'MARK_RAN','3:a517d5e30d3814f5b186cbc93aa359de','Insert Row','Add \"Get Visits\" privilege',NULL,'2.0.5'),('TRUNK-3422-20160216-1701','Wyclif','liquibase-update-to-latest.xml','2017-07-16 19:40:22',10704,'MARK_RAN','3:e5e5b2b92bbceeb4041166cd3b86803e','Insert Row','Add \"Get Providers\" privilege',NULL,'2.0.5'),('TRUNK-3422-20160216-1702','Wyclif','liquibase-update-to-latest.xml','2017-07-16 19:40:22',10705,'EXECUTED','3:694bfb4f761bc423576faf8bb32354ab','Insert Row','Add \"Add Visits\" privilege',NULL,'2.0.5'),('TRUNK-3422-20160216-1703','PralayRamteke','liquibase-update-to-latest.xml','2017-07-16 19:40:22',10706,'EXECUTED','3:2188e5d96b696afc752217843a7fa697','Custom SQL','Add \"Get Visits\" privilege to the roles having \"Get Encounter\"',NULL,'2.0.5'),('TRUNK-3422-20160216-1704','PralayRamteke','liquibase-update-to-latest.xml','2017-07-16 19:40:22',10707,'EXECUTED','3:13b334dbd8fba2fea886d1c9aab40e16','Custom SQL','Add \"Get Providers\" privilege to the roles having \"Get Encounter\"',NULL,'2.0.5'),('TRUNK-3422-20160216-1705','Wyclif','liquibase-update-to-latest.xml','2017-07-16 19:40:22',10708,'MARK_RAN','3:3a0b65a0166f9f5e205078dd7606dd8d','Custom SQL','Add \"Add Visits\" privilege to the roles having \"Add Encounters\"',NULL,'2.0.5'),('TRUNK-3422-20160216-1706','Wyclif','liquibase-update-to-latest.xml','2017-07-16 19:40:22',10709,'EXECUTED','3:104cd0df5fa332f59097b421cf67795f','Custom SQL','Add \"Add Visits\" privilege to the roles having \"Edit Encounters\"',NULL,'2.0.5'),('TRUNK-4548-MigrateAllergiesChangeSet1','dkayiwa','liquibase-update-to-latest.xml','2017-07-16 19:39:41',10684,'MARK_RAN','3:aa4d81dae6a9f0ee7e6f032634cc266d','Custom Change','Custom changeset to migrate allergies from old to new tables',NULL,'2.0.5'),('TRUNK-4730-20161114-1000','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:28',10740,'EXECUTED','3:62b146aa86146bb14bc3bc7b1c705aa9','Add Column','Adding \"date_changed\" column to concept_class table',NULL,'2.0.5'),('TRUNK-4730-20161114-1001','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:29',10741,'EXECUTED','3:7c0a2b9028c8cec6754137b57eea7679','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to concept_class table',NULL,'2.0.5'),('TRUNK-4730-20161114-1002','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:29',10742,'EXECUTED','3:3e65004b18d936106d5bde6b0ea55bb1','Add Column','Adding \"date_changed\" column to concept_reference_source table',NULL,'2.0.5'),('TRUNK-4730-20161114-1003','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:30',10743,'EXECUTED','3:fb69c3c8d05211bef1e0d75ae0a47b4a','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to concept_reference_source table',NULL,'2.0.5'),('TRUNK-4730-20161114-1004','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:33',10744,'EXECUTED','3:a07427f74905fa577c4601221930d725','Add Column','Adding \"date_changed\" column to concept_name table',NULL,'2.0.5'),('TRUNK-4730-20161114-1005','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:38',10745,'EXECUTED','3:99c37b211b61a9efba269e58eb60bed6','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to concept_name table',NULL,'2.0.5'),('TRUNK-4730-20161114-1006','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:38',10746,'EXECUTED','3:a85f556338aa3e6e03322bd63f8db81f','Add Column','Adding \"date_changed\" column to concept_name_tag table',NULL,'2.0.5'),('TRUNK-4730-20161114-1007','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:39',10747,'EXECUTED','3:bacd34ef4db389f4da020914b0dbde6f','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to concept_name_tag table',NULL,'2.0.5'),('TRUNK-4730-20161114-1008','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:39',10748,'EXECUTED','3:d7d662407f5718e827b2636e8416424c','Add Column','Adding \"date_changed\" column to form_resource table',NULL,'2.0.5'),('TRUNK-4730-20161114-1009','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:39',10749,'EXECUTED','3:603a102bfb608bfacfeb710d63979c48','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to form_resource table',NULL,'2.0.5'),('TRUNK-4730-20161114-1010','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:39',10750,'EXECUTED','3:7b799528f45de29dff19faf4d8bfa946','Add Column','Adding \"date_changed\" column to global_property table',NULL,'2.0.5'),('TRUNK-4730-20161114-1011','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:40',10751,'EXECUTED','3:c4fffce5ad9022ba2dd6c3d8152e93e2','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to global_property table',NULL,'2.0.5'),('TRUNK-4730-20161114-1012','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:40',10752,'EXECUTED','3:7edc9ff6ca71d10f9056532c4430ff1e','Add Column','Adding \"date_changed\" column to patient_identifier_type table',NULL,'2.0.5'),('TRUNK-4730-20161114-1013','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:41',10753,'EXECUTED','3:8447b5cafb407b33d3ebfe86d351b283','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to patient_identifier_type table',NULL,'2.0.5'),('TRUNK-4730-20161114-1014','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:41',10754,'EXECUTED','3:5a08fbafcd35bb78d0660135d4bc09b3','Add Column','Adding \"date_changed\" column to relationship_type table',NULL,'2.0.5'),('TRUNK-4730-20161114-1015','manuelagrindei','liquibase-update-to-latest.xml','2017-07-16 19:40:41',10755,'EXECUTED','3:bf16d180e5f0f2e5ccb08bed8a614e52','Add Column, Add Foreign Key Constraint','Adding \"changed_by\" column to relationship_type table',NULL,'2.0.5'),('TRUNK-4936-20160930-1000','teleivo','liquibase-update-to-latest.xml','2017-07-16 19:40:23',10712,'EXECUTED','3:f6d113831fa983aa3b91df534c8b4194','Add Column, Add Unique Constraint','Add unique_id column to concept_reference_source',NULL,'2.0.5'),('TRUNK-4976-20170403-1','darius','liquibase-update-to-latest.xml','2017-07-16 19:40:42',10756,'EXECUTED','3:bc865b90609f6ac5e9cbfee7fc974ed1','Add Column','Adding \"status\" column to obs table',NULL,'2.0.5'),('TRUNK-4976-20170403-2','darius','liquibase-update-to-latest.xml','2017-07-16 19:40:43',10757,'EXECUTED','3:b4f92f9e87648f18756c99ead810c931','Add Column','Adding \"interpretation\" column to obs table',NULL,'2.0.5'),('TRUNK-5140-20170404-1000','Shruthi,Salauddin','liquibase-update-to-latest.xml','2017-07-16 19:40:43',10758,'EXECUTED','3:1981ba100fac3806c9e8116164bae361','Modify data type','Modify column length to 1000 from 255',NULL,'2.0.5'); /*!40000 ALTER TABLE `liquibasechangelog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `liquibasechangeloglock` -- DROP TABLE IF EXISTS `liquibasechangeloglock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `liquibasechangeloglock` ( `ID` int(11) NOT NULL, `LOCKED` tinyint(1) NOT NULL, `LOCKGRANTED` datetime DEFAULT NULL, `LOCKEDBY` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `liquibasechangeloglock` -- LOCK TABLES `liquibasechangeloglock` WRITE; /*!40000 ALTER TABLE `liquibasechangeloglock` DISABLE KEYS */; INSERT INTO `liquibasechangeloglock` VALUES (1,0,NULL,NULL); /*!40000 ALTER TABLE `liquibasechangeloglock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `location` -- DROP TABLE IF EXISTS `location`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `location` ( `location_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` varchar(255) DEFAULT NULL, `address1` varchar(255) DEFAULT NULL, `address2` varchar(255) DEFAULT NULL, `city_village` varchar(255) DEFAULT NULL, `state_province` varchar(255) DEFAULT NULL, `postal_code` varchar(50) DEFAULT NULL, `country` varchar(50) DEFAULT NULL, `latitude` varchar(50) DEFAULT NULL, `longitude` varchar(50) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `county_district` varchar(255) DEFAULT NULL, `address3` varchar(255) DEFAULT NULL, `address4` varchar(255) DEFAULT NULL, `address5` varchar(255) DEFAULT NULL, `address6` varchar(255) DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `parent_location` int(11) DEFAULT NULL, `uuid` char(38) NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `address7` varchar(255) DEFAULT NULL, `address8` varchar(255) DEFAULT NULL, `address9` varchar(255) DEFAULT NULL, `address10` varchar(255) DEFAULT NULL, `address11` varchar(255) DEFAULT NULL, `address12` varchar(255) DEFAULT NULL, `address13` varchar(255) DEFAULT NULL, `address14` varchar(255) DEFAULT NULL, `address15` varchar(255) DEFAULT NULL, PRIMARY KEY (`location_id`), UNIQUE KEY `location_uuid_index` (`uuid`), KEY `name_of_location` (`name`), KEY `location_retired_status` (`retired`), KEY `user_who_created_location` (`creator`), KEY `user_who_retired_location` (`retired_by`), KEY `parent_location` (`parent_location`), KEY `location_changed_by` (`changed_by`), CONSTRAINT `location_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `parent_location` FOREIGN KEY (`parent_location`) REFERENCES `location` (`location_id`), CONSTRAINT `user_who_created_location` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_location` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `location` -- LOCK TABLES `location` WRITE; /*!40000 ALTER TABLE `location` DISABLE KEYS */; INSERT INTO `location` VALUES (1,'Unknown Location',NULL,'','','','','','',NULL,NULL,1,'2005-09-22 00:00:00',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,'8d6c993e-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `location` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `location_attribute` -- DROP TABLE IF EXISTS `location_attribute`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `location_attribute` ( `location_attribute_id` int(11) NOT NULL AUTO_INCREMENT, `location_id` int(11) NOT NULL, `attribute_type_id` int(11) NOT NULL, `value_reference` text NOT NULL, `uuid` char(38) NOT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, PRIMARY KEY (`location_attribute_id`), UNIQUE KEY `uuid` (`uuid`), KEY `location_attribute_location_fk` (`location_id`), KEY `location_attribute_attribute_type_id_fk` (`attribute_type_id`), KEY `location_attribute_creator_fk` (`creator`), KEY `location_attribute_changed_by_fk` (`changed_by`), KEY `location_attribute_voided_by_fk` (`voided_by`), CONSTRAINT `location_attribute_attribute_type_id_fk` FOREIGN KEY (`attribute_type_id`) REFERENCES `location_attribute_type` (`location_attribute_type_id`), CONSTRAINT `location_attribute_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `location_attribute_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `location_attribute_location_fk` FOREIGN KEY (`location_id`) REFERENCES `location` (`location_id`), CONSTRAINT `location_attribute_voided_by_fk` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `location_attribute` -- LOCK TABLES `location_attribute` WRITE; /*!40000 ALTER TABLE `location_attribute` DISABLE KEYS */; /*!40000 ALTER TABLE `location_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `location_attribute_type` -- DROP TABLE IF EXISTS `location_attribute_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `location_attribute_type` ( `location_attribute_type_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(1024) DEFAULT NULL, `datatype` varchar(255) DEFAULT NULL, `datatype_config` text, `preferred_handler` varchar(255) DEFAULT NULL, `handler_config` text, `min_occurs` int(11) NOT NULL, `max_occurs` int(11) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`location_attribute_type_id`), UNIQUE KEY `uuid` (`uuid`), UNIQUE KEY `location_attribute_type_unique_name` (`name`), KEY `location_attribute_type_creator_fk` (`creator`), KEY `location_attribute_type_changed_by_fk` (`changed_by`), KEY `location_attribute_type_retired_by_fk` (`retired_by`), CONSTRAINT `location_attribute_type_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `location_attribute_type_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `location_attribute_type_retired_by_fk` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `location_attribute_type` -- LOCK TABLES `location_attribute_type` WRITE; /*!40000 ALTER TABLE `location_attribute_type` DISABLE KEYS */; /*!40000 ALTER TABLE `location_attribute_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `location_tag` -- DROP TABLE IF EXISTS `location_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `location_tag` ( `location_tag_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` varchar(255) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, PRIMARY KEY (`location_tag_id`), UNIQUE KEY `location_tag_uuid_index` (`uuid`), KEY `location_tag_creator` (`creator`), KEY `location_tag_retired_by` (`retired_by`), KEY `location_tag_changed_by` (`changed_by`), CONSTRAINT `location_tag_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `location_tag_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `location_tag_retired_by` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `location_tag` -- LOCK TABLES `location_tag` WRITE; /*!40000 ALTER TABLE `location_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `location_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `location_tag_map` -- DROP TABLE IF EXISTS `location_tag_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `location_tag_map` ( `location_id` int(11) NOT NULL, `location_tag_id` int(11) NOT NULL, PRIMARY KEY (`location_id`,`location_tag_id`), KEY `location_tag_map_tag` (`location_tag_id`), CONSTRAINT `location_tag_map_location` FOREIGN KEY (`location_id`) REFERENCES `location` (`location_id`), CONSTRAINT `location_tag_map_tag` FOREIGN KEY (`location_tag_id`) REFERENCES `location_tag` (`location_tag_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `location_tag_map` -- LOCK TABLES `location_tag_map` WRITE; /*!40000 ALTER TABLE `location_tag_map` DISABLE KEYS */; /*!40000 ALTER TABLE `location_tag_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `note` -- DROP TABLE IF EXISTS `note`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `note` ( `note_id` int(11) NOT NULL DEFAULT '0', `note_type` varchar(50) DEFAULT NULL, `patient_id` int(11) DEFAULT NULL, `obs_id` int(11) DEFAULT NULL, `encounter_id` int(11) DEFAULT NULL, `text` text NOT NULL, `priority` int(11) DEFAULT NULL, `parent` int(11) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`note_id`), UNIQUE KEY `note_uuid_index` (`uuid`), KEY `user_who_changed_note` (`changed_by`), KEY `user_who_created_note` (`creator`), KEY `encounter_note` (`encounter_id`), KEY `obs_note` (`obs_id`), KEY `note_hierarchy` (`parent`), KEY `patient_note` (`patient_id`), CONSTRAINT `encounter_note` FOREIGN KEY (`encounter_id`) REFERENCES `encounter` (`encounter_id`), CONSTRAINT `note_hierarchy` FOREIGN KEY (`parent`) REFERENCES `note` (`note_id`), CONSTRAINT `obs_note` FOREIGN KEY (`obs_id`) REFERENCES `obs` (`obs_id`), CONSTRAINT `patient_note` FOREIGN KEY (`patient_id`) REFERENCES `patient` (`patient_id`) ON UPDATE CASCADE, CONSTRAINT `user_who_changed_note` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_created_note` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `note` -- LOCK TABLES `note` WRITE; /*!40000 ALTER TABLE `note` DISABLE KEYS */; /*!40000 ALTER TABLE `note` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `notification_alert` -- DROP TABLE IF EXISTS `notification_alert`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `notification_alert` ( `alert_id` int(11) NOT NULL AUTO_INCREMENT, `text` varchar(512) NOT NULL, `satisfied_by_any` tinyint(1) NOT NULL DEFAULT '0', `alert_read` tinyint(1) NOT NULL DEFAULT '0', `date_to_expire` datetime DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`alert_id`), UNIQUE KEY `notification_alert_uuid_index` (`uuid`), KEY `alert_date_to_expire_idx` (`date_to_expire`), KEY `user_who_changed_alert` (`changed_by`), KEY `alert_creator` (`creator`), CONSTRAINT `alert_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_changed_alert` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `notification_alert` -- LOCK TABLES `notification_alert` WRITE; /*!40000 ALTER TABLE `notification_alert` DISABLE KEYS */; /*!40000 ALTER TABLE `notification_alert` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `notification_alert_recipient` -- DROP TABLE IF EXISTS `notification_alert_recipient`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `notification_alert_recipient` ( `alert_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `alert_read` tinyint(1) NOT NULL DEFAULT '0', `date_changed` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `uuid` char(38) NOT NULL, PRIMARY KEY (`alert_id`,`user_id`), KEY `alert_read_by_user` (`user_id`), CONSTRAINT `alert_read_by_user` FOREIGN KEY (`user_id`) REFERENCES `users` (`user_id`), CONSTRAINT `id_of_alert` FOREIGN KEY (`alert_id`) REFERENCES `notification_alert` (`alert_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `notification_alert_recipient` -- LOCK TABLES `notification_alert_recipient` WRITE; /*!40000 ALTER TABLE `notification_alert_recipient` DISABLE KEYS */; /*!40000 ALTER TABLE `notification_alert_recipient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `notification_template` -- DROP TABLE IF EXISTS `notification_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `notification_template` ( `template_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) DEFAULT NULL, `template` text, `subject` varchar(100) DEFAULT NULL, `sender` varchar(255) DEFAULT NULL, `recipients` varchar(512) DEFAULT NULL, `ordinal` int(11) DEFAULT '0', `uuid` char(38) NOT NULL, PRIMARY KEY (`template_id`), UNIQUE KEY `notification_template_uuid_index` (`uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `notification_template` -- LOCK TABLES `notification_template` WRITE; /*!40000 ALTER TABLE `notification_template` DISABLE KEYS */; /*!40000 ALTER TABLE `notification_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `obs` -- DROP TABLE IF EXISTS `obs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `obs` ( `obs_id` int(11) NOT NULL AUTO_INCREMENT, `person_id` int(11) NOT NULL, `concept_id` int(11) NOT NULL DEFAULT '0', `encounter_id` int(11) DEFAULT NULL, `order_id` int(11) DEFAULT NULL, `obs_datetime` datetime NOT NULL, `location_id` int(11) DEFAULT NULL, `obs_group_id` int(11) DEFAULT NULL, `accession_number` varchar(255) DEFAULT NULL, `value_group_id` int(11) DEFAULT NULL, `value_coded` int(11) DEFAULT NULL, `value_coded_name_id` int(11) DEFAULT NULL, `value_drug` int(11) DEFAULT NULL, `value_datetime` datetime DEFAULT NULL, `value_numeric` double DEFAULT NULL, `value_modifier` varchar(2) DEFAULT NULL, `value_text` text, `value_complex` varchar(1000) DEFAULT NULL, `comments` varchar(255) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `previous_version` int(11) DEFAULT NULL, `form_namespace_and_path` varchar(255) DEFAULT NULL, `status` varchar(16) NOT NULL DEFAULT 'FINAL', `interpretation` varchar(32) DEFAULT NULL, PRIMARY KEY (`obs_id`), UNIQUE KEY `obs_uuid_index` (`uuid`), KEY `obs_datetime_idx` (`obs_datetime`), KEY `obs_concept` (`concept_id`), KEY `obs_enterer` (`creator`), KEY `encounter_observations` (`encounter_id`), KEY `obs_location` (`location_id`), KEY `obs_grouping_id` (`obs_group_id`), KEY `obs_order` (`order_id`), KEY `person_obs` (`person_id`), KEY `answer_concept` (`value_coded`), KEY `obs_name_of_coded_value` (`value_coded_name_id`), KEY `answer_concept_drug` (`value_drug`), KEY `user_who_voided_obs` (`voided_by`), KEY `previous_version` (`previous_version`), CONSTRAINT `answer_concept` FOREIGN KEY (`value_coded`) REFERENCES `concept` (`concept_id`), CONSTRAINT `answer_concept_drug` FOREIGN KEY (`value_drug`) REFERENCES `drug` (`drug_id`), CONSTRAINT `encounter_observations` FOREIGN KEY (`encounter_id`) REFERENCES `encounter` (`encounter_id`), CONSTRAINT `obs_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `obs_enterer` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `obs_grouping_id` FOREIGN KEY (`obs_group_id`) REFERENCES `obs` (`obs_id`), CONSTRAINT `obs_location` FOREIGN KEY (`location_id`) REFERENCES `location` (`location_id`), CONSTRAINT `obs_name_of_coded_value` FOREIGN KEY (`value_coded_name_id`) REFERENCES `concept_name` (`concept_name_id`), CONSTRAINT `obs_order` FOREIGN KEY (`order_id`) REFERENCES `orders` (`order_id`), CONSTRAINT `person_obs` FOREIGN KEY (`person_id`) REFERENCES `person` (`person_id`) ON UPDATE CASCADE, CONSTRAINT `previous_version` FOREIGN KEY (`previous_version`) REFERENCES `obs` (`obs_id`), CONSTRAINT `user_who_voided_obs` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `obs` -- LOCK TABLES `obs` WRITE; /*!40000 ALTER TABLE `obs` DISABLE KEYS */; /*!40000 ALTER TABLE `obs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `order_frequency` -- DROP TABLE IF EXISTS `order_frequency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `order_frequency` ( `order_frequency_id` int(11) NOT NULL AUTO_INCREMENT, `concept_id` int(11) NOT NULL, `frequency_per_day` double DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`order_frequency_id`), UNIQUE KEY `uuid` (`uuid`), UNIQUE KEY `concept_id` (`concept_id`), KEY `order_frequency_creator_fk` (`creator`), KEY `order_frequency_retired_by_fk` (`retired_by`), KEY `order_frequency_changed_by_fk` (`changed_by`), CONSTRAINT `order_frequency_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `order_frequency_concept_id_fk` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `order_frequency_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `order_frequency_retired_by_fk` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `order_frequency` -- LOCK TABLES `order_frequency` WRITE; /*!40000 ALTER TABLE `order_frequency` DISABLE KEYS */; /*!40000 ALTER TABLE `order_frequency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `order_group` -- DROP TABLE IF EXISTS `order_group`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `order_group` ( `order_group_id` int(11) NOT NULL AUTO_INCREMENT, `order_set_id` int(11) DEFAULT NULL, `patient_id` int(11) NOT NULL, `encounter_id` int(11) NOT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`order_group_id`), UNIQUE KEY `uuid` (`uuid`), KEY `order_group_patient_id_fk` (`patient_id`), KEY `order_group_encounter_id_fk` (`encounter_id`), KEY `order_group_creator_fk` (`creator`), KEY `order_group_set_id_fk` (`order_set_id`), KEY `order_group_voided_by_fk` (`voided_by`), KEY `order_group_changed_by_fk` (`changed_by`), CONSTRAINT `order_group_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `order_group_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `order_group_encounter_id_fk` FOREIGN KEY (`encounter_id`) REFERENCES `encounter` (`encounter_id`), CONSTRAINT `order_group_patient_id_fk` FOREIGN KEY (`patient_id`) REFERENCES `patient` (`patient_id`), CONSTRAINT `order_group_set_id_fk` FOREIGN KEY (`order_set_id`) REFERENCES `order_set` (`order_set_id`), CONSTRAINT `order_group_voided_by_fk` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `order_group` -- LOCK TABLES `order_group` WRITE; /*!40000 ALTER TABLE `order_group` DISABLE KEYS */; /*!40000 ALTER TABLE `order_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `order_set` -- DROP TABLE IF EXISTS `order_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `order_set` ( `order_set_id` int(11) NOT NULL AUTO_INCREMENT, `operator` varchar(50) NOT NULL, `name` varchar(255) NOT NULL, `description` varchar(1000) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`order_set_id`), UNIQUE KEY `uuid` (`uuid`), KEY `order_set_creator_fk` (`creator`), KEY `order_set_retired_by_fk` (`retired_by`), KEY `order_set_changed_by_fk` (`changed_by`), CONSTRAINT `order_set_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `order_set_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `order_set_retired_by_fk` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `order_set` -- LOCK TABLES `order_set` WRITE; /*!40000 ALTER TABLE `order_set` DISABLE KEYS */; /*!40000 ALTER TABLE `order_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `order_set_member` -- DROP TABLE IF EXISTS `order_set_member`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `order_set_member` ( `order_set_member_id` int(11) NOT NULL AUTO_INCREMENT, `order_type` int(11) NOT NULL, `order_template` text, `order_template_type` varchar(1024) DEFAULT NULL, `order_set_id` int(11) NOT NULL, `sequence_number` int(11) NOT NULL, `concept_id` int(11) NOT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`order_set_member_id`), UNIQUE KEY `uuid` (`uuid`), KEY `order_set_member_creator_fk` (`creator`), KEY `order_set_member_order_set_id_fk` (`order_set_id`), KEY `order_set_member_concept_id_fk` (`concept_id`), KEY `order_set_member_order_type_fk` (`order_type`), KEY `order_set_member_retired_by_fk` (`retired_by`), KEY `order_set_member_changed_by_fk` (`changed_by`), CONSTRAINT `order_set_member_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `order_set_member_concept_id_fk` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `order_set_member_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `order_set_member_order_set_id_fk` FOREIGN KEY (`order_set_id`) REFERENCES `order_set` (`order_set_id`), CONSTRAINT `order_set_member_order_type_fk` FOREIGN KEY (`order_type`) REFERENCES `order_type` (`order_type_id`), CONSTRAINT `order_set_member_retired_by_fk` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `order_set_member` -- LOCK TABLES `order_set_member` WRITE; /*!40000 ALTER TABLE `order_set_member` DISABLE KEYS */; /*!40000 ALTER TABLE `order_set_member` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `order_type` -- DROP TABLE IF EXISTS `order_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `order_type` ( `order_type_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` text, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `java_class_name` varchar(255) NOT NULL, `parent` int(11) DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, PRIMARY KEY (`order_type_id`), UNIQUE KEY `name` (`name`), UNIQUE KEY `order_type_uuid_index` (`uuid`), KEY `order_type_retired_status` (`retired`), KEY `type_created_by` (`creator`), KEY `user_who_retired_order_type` (`retired_by`), KEY `order_type_changed_by` (`changed_by`), KEY `order_type_parent_order_type` (`parent`), CONSTRAINT `order_type_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `order_type_parent_order_type` FOREIGN KEY (`parent`) REFERENCES `order_type` (`order_type_id`), CONSTRAINT `type_created_by` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_order_type` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `order_type` -- LOCK TABLES `order_type` WRITE; /*!40000 ALTER TABLE `order_type` DISABLE KEYS */; INSERT INTO `order_type` VALUES (2,'Drug Order','An order for a medication to be given to the patient',1,'2010-05-12 00:00:00',0,NULL,NULL,NULL,'131168f4-15f5-102d-96e4-000c29c2a5d7','org.openmrs.DrugOrder',NULL,NULL,NULL),(3,'Test Order','Order type for test orders',1,'2014-03-09 00:00:00',0,NULL,NULL,NULL,'52a447d3-a64a-11e3-9aeb-50e549534c5e','org.openmrs.TestOrder',NULL,NULL,NULL); /*!40000 ALTER TABLE `order_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `order_type_class_map` -- DROP TABLE IF EXISTS `order_type_class_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `order_type_class_map` ( `order_type_id` int(11) NOT NULL, `concept_class_id` int(11) NOT NULL, PRIMARY KEY (`order_type_id`,`concept_class_id`), UNIQUE KEY `concept_class_id` (`concept_class_id`), CONSTRAINT `fk_order_type_class_map_concept_class_concept_class_id` FOREIGN KEY (`concept_class_id`) REFERENCES `concept_class` (`concept_class_id`), CONSTRAINT `fk_order_type_order_type_id` FOREIGN KEY (`order_type_id`) REFERENCES `order_type` (`order_type_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `order_type_class_map` -- LOCK TABLES `order_type_class_map` WRITE; /*!40000 ALTER TABLE `order_type_class_map` DISABLE KEYS */; /*!40000 ALTER TABLE `order_type_class_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orders` -- DROP TABLE IF EXISTS `orders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `orders` ( `order_id` int(11) NOT NULL AUTO_INCREMENT, `order_type_id` int(11) NOT NULL DEFAULT '0', `concept_id` int(11) NOT NULL DEFAULT '0', `orderer` int(11) NOT NULL, `encounter_id` int(11) NOT NULL, `instructions` text, `date_activated` datetime DEFAULT NULL, `auto_expire_date` datetime DEFAULT NULL, `date_stopped` datetime DEFAULT NULL, `order_reason` int(11) DEFAULT NULL, `order_reason_non_coded` varchar(255) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `patient_id` int(11) NOT NULL, `accession_number` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `urgency` varchar(50) NOT NULL DEFAULT 'ROUTINE', `order_number` varchar(50) NOT NULL, `previous_order_id` int(11) DEFAULT NULL, `order_action` varchar(50) NOT NULL, `comment_to_fulfiller` varchar(1024) DEFAULT NULL, `care_setting` int(11) NOT NULL, `scheduled_date` datetime DEFAULT NULL, `order_group_id` int(11) DEFAULT NULL, `sort_weight` double DEFAULT NULL, PRIMARY KEY (`order_id`), UNIQUE KEY `orders_uuid_index` (`uuid`), KEY `order_creator` (`creator`), KEY `orders_in_encounter` (`encounter_id`), KEY `type_of_order` (`order_type_id`), KEY `order_for_patient` (`patient_id`), KEY `user_who_voided_order` (`voided_by`), KEY `previous_order_id_order_id` (`previous_order_id`), KEY `orders_care_setting` (`care_setting`), KEY `discontinued_because` (`order_reason`), KEY `fk_orderer_provider` (`orderer`), KEY `orders_order_group_id_fk` (`order_group_id`), CONSTRAINT `discontinued_because` FOREIGN KEY (`order_reason`) REFERENCES `concept` (`concept_id`), CONSTRAINT `fk_orderer_provider` FOREIGN KEY (`orderer`) REFERENCES `provider` (`provider_id`), CONSTRAINT `order_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `order_for_patient` FOREIGN KEY (`patient_id`) REFERENCES `patient` (`patient_id`) ON UPDATE CASCADE, CONSTRAINT `orders_care_setting` FOREIGN KEY (`care_setting`) REFERENCES `care_setting` (`care_setting_id`), CONSTRAINT `orders_in_encounter` FOREIGN KEY (`encounter_id`) REFERENCES `encounter` (`encounter_id`), CONSTRAINT `orders_order_group_id_fk` FOREIGN KEY (`order_group_id`) REFERENCES `order_group` (`order_group_id`), CONSTRAINT `previous_order_id_order_id` FOREIGN KEY (`previous_order_id`) REFERENCES `orders` (`order_id`), CONSTRAINT `type_of_order` FOREIGN KEY (`order_type_id`) REFERENCES `order_type` (`order_type_id`), CONSTRAINT `user_who_voided_order` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `orders` -- LOCK TABLES `orders` WRITE; /*!40000 ALTER TABLE `orders` DISABLE KEYS */; /*!40000 ALTER TABLE `orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `patient` -- DROP TABLE IF EXISTS `patient`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `patient` ( `patient_id` int(11) NOT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `allergy_status` varchar(50) NOT NULL DEFAULT 'Unknown', PRIMARY KEY (`patient_id`), KEY `user_who_changed_pat` (`changed_by`), KEY `user_who_created_patient` (`creator`), KEY `user_who_voided_patient` (`voided_by`), CONSTRAINT `person_id_for_patient` FOREIGN KEY (`patient_id`) REFERENCES `person` (`person_id`) ON UPDATE CASCADE, CONSTRAINT `user_who_changed_pat` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_created_patient` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_voided_patient` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `patient` -- LOCK TABLES `patient` WRITE; /*!40000 ALTER TABLE `patient` DISABLE KEYS */; INSERT INTO `patient` VALUES (2,1,'2005-09-22 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'Unknown'),(3,1,'2005-09-22 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'Unknown'); /*!40000 ALTER TABLE `patient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `patient_identifier` -- DROP TABLE IF EXISTS `patient_identifier`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `patient_identifier` ( `patient_identifier_id` int(11) NOT NULL AUTO_INCREMENT, `patient_id` int(11) NOT NULL DEFAULT '0', `identifier` varchar(50) NOT NULL DEFAULT '', `identifier_type` int(11) NOT NULL DEFAULT '0', `preferred` tinyint(1) NOT NULL DEFAULT '0', `location_id` int(11) DEFAULT '0', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`patient_identifier_id`), UNIQUE KEY `patient_identifier_uuid_index` (`uuid`), KEY `identifier_name` (`identifier`), KEY `idx_patient_identifier_patient` (`patient_id`), KEY `identifier_creator` (`creator`), KEY `defines_identifier_type` (`identifier_type`), KEY `patient_identifier_ibfk_2` (`location_id`), KEY `identifier_voider` (`voided_by`), KEY `patient_identifier_changed_by` (`changed_by`), CONSTRAINT `defines_identifier_type` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`), CONSTRAINT `fk_patient_id_patient_identifier` FOREIGN KEY (`patient_id`) REFERENCES `patient` (`patient_id`), CONSTRAINT `identifier_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `identifier_voider` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`), CONSTRAINT `patient_identifier_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `patient_identifier_ibfk_2` FOREIGN KEY (`location_id`) REFERENCES `location` (`location_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `patient_identifier` -- LOCK TABLES `patient_identifier` WRITE; /*!40000 ALTER TABLE `patient_identifier` DISABLE KEYS */; INSERT INTO `patient_identifier` VALUES (1,2,'101',2,0,1,1,'2005-09-22 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c77c0112-6a7f-11e7-89a8-765859b2742d'),(2,2,'101-6',1,1,1,1,'2005-09-22 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c77c03b8-6a7f-11e7-89a8-765859b2742d'),(3,3,'100',2,0,1,1,'2005-09-22 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c77c04fa-6a7f-11e7-89a8-765859b2742d'),(4,3,'100-8',1,1,1,1,'2005-09-22 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c77c060a-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `patient_identifier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `patient_identifier_type` -- DROP TABLE IF EXISTS `patient_identifier_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `patient_identifier_type` ( `patient_identifier_type_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL DEFAULT '', `description` text, `format` varchar(255) DEFAULT NULL, `check_digit` tinyint(1) NOT NULL DEFAULT '0', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `required` tinyint(1) NOT NULL DEFAULT '0', `format_description` varchar(255) DEFAULT NULL, `validator` varchar(200) DEFAULT NULL, `location_behavior` varchar(50) DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `uniqueness_behavior` varchar(50) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, PRIMARY KEY (`patient_identifier_type_id`), UNIQUE KEY `patient_identifier_type_uuid_index` (`uuid`), KEY `patient_identifier_type_retired_status` (`retired`), KEY `type_creator` (`creator`), KEY `user_who_retired_patient_identifier_type` (`retired_by`), KEY `patient_identifier_type_changed_by` (`changed_by`), CONSTRAINT `patient_identifier_type_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `type_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_patient_identifier_type` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `patient_identifier_type` -- LOCK TABLES `patient_identifier_type` WRITE; /*!40000 ALTER TABLE `patient_identifier_type` DISABLE KEYS */; INSERT INTO `patient_identifier_type` VALUES (1,'OpenMRS Identification Number','Unique number used in OpenMRS','',1,1,'2005-09-22 00:00:00',0,NULL,'org.openmrs.patient.impl.LuhnIdentifierValidator',NULL,0,NULL,NULL,NULL,'8d793bee-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL,NULL),(2,'Old Identification Number','Number given out prior to the OpenMRS system (No check digit)','',0,1,'2005-09-22 00:00:00',0,NULL,NULL,NULL,0,NULL,NULL,NULL,'8d79403a-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL,NULL); /*!40000 ALTER TABLE `patient_identifier_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `patient_program` -- DROP TABLE IF EXISTS `patient_program`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `patient_program` ( `patient_program_id` int(11) NOT NULL AUTO_INCREMENT, `patient_id` int(11) NOT NULL DEFAULT '0', `program_id` int(11) NOT NULL DEFAULT '0', `date_enrolled` datetime DEFAULT NULL, `date_completed` datetime DEFAULT NULL, `location_id` int(11) DEFAULT NULL, `outcome_concept_id` int(11) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`patient_program_id`), UNIQUE KEY `patient_program_uuid_index` (`uuid`), KEY `user_who_changed` (`changed_by`), KEY `patient_program_creator` (`creator`), KEY `patient_in_program` (`patient_id`), KEY `program_for_patient` (`program_id`), KEY `user_who_voided_patient_program` (`voided_by`), KEY `patient_program_location_id` (`location_id`), KEY `patient_program_outcome_concept_id_fk` (`outcome_concept_id`), CONSTRAINT `patient_in_program` FOREIGN KEY (`patient_id`) REFERENCES `patient` (`patient_id`) ON UPDATE CASCADE, CONSTRAINT `patient_program_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `patient_program_location_id` FOREIGN KEY (`location_id`) REFERENCES `location` (`location_id`), CONSTRAINT `patient_program_outcome_concept_id_fk` FOREIGN KEY (`outcome_concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `program_for_patient` FOREIGN KEY (`program_id`) REFERENCES `program` (`program_id`), CONSTRAINT `user_who_changed` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_voided_patient_program` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `patient_program` -- LOCK TABLES `patient_program` WRITE; /*!40000 ALTER TABLE `patient_program` DISABLE KEYS */; /*!40000 ALTER TABLE `patient_program` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `patient_state` -- DROP TABLE IF EXISTS `patient_state`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `patient_state` ( `patient_state_id` int(11) NOT NULL AUTO_INCREMENT, `patient_program_id` int(11) NOT NULL DEFAULT '0', `state` int(11) NOT NULL DEFAULT '0', `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`patient_state_id`), UNIQUE KEY `patient_state_uuid_index` (`uuid`), KEY `patient_state_changer` (`changed_by`), KEY `patient_state_creator` (`creator`), KEY `patient_program_for_state` (`patient_program_id`), KEY `state_for_patient` (`state`), KEY `patient_state_voider` (`voided_by`), CONSTRAINT `patient_program_for_state` FOREIGN KEY (`patient_program_id`) REFERENCES `patient_program` (`patient_program_id`), CONSTRAINT `patient_state_changer` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `patient_state_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `patient_state_voider` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`), CONSTRAINT `state_for_patient` FOREIGN KEY (`state`) REFERENCES `program_workflow_state` (`program_workflow_state_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `patient_state` -- LOCK TABLES `patient_state` WRITE; /*!40000 ALTER TABLE `patient_state` DISABLE KEYS */; /*!40000 ALTER TABLE `patient_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person` -- DROP TABLE IF EXISTS `person`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person` ( `person_id` int(11) NOT NULL AUTO_INCREMENT, `gender` varchar(50) DEFAULT '', `birthdate` date DEFAULT NULL, `birthdate_estimated` tinyint(1) NOT NULL DEFAULT '0', `dead` tinyint(1) NOT NULL DEFAULT '0', `death_date` datetime DEFAULT NULL, `cause_of_death` int(11) DEFAULT NULL, `creator` int(11) DEFAULT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `deathdate_estimated` tinyint(1) NOT NULL DEFAULT '0', `birthtime` time DEFAULT NULL, PRIMARY KEY (`person_id`), UNIQUE KEY `person_uuid_index` (`uuid`), KEY `person_birthdate` (`birthdate`), KEY `person_death_date` (`death_date`), KEY `person_died_because` (`cause_of_death`), KEY `user_who_changed_person` (`changed_by`), KEY `user_who_created_person` (`creator`), KEY `user_who_voided_person` (`voided_by`), CONSTRAINT `person_died_because` FOREIGN KEY (`cause_of_death`) REFERENCES `concept` (`concept_id`), CONSTRAINT `user_who_changed_person` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_created_person` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_voided_person` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person` -- LOCK TABLES `person` WRITE; /*!40000 ALTER TABLE `person` DISABLE KEYS */; INSERT INTO `person` VALUES (1,'M',NULL,0,0,NULL,NULL,NULL,'2005-01-01 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c785d072-6a7f-11e7-89a8-765859b2742d',0,NULL),(2,'M','1941-05-01',0,0,NULL,NULL,1,'2005-09-22 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c785d6d8-6a7f-11e7-89a8-765859b2742d',0,NULL),(3,'M','1975-01-01',0,0,NULL,NULL,1,'2005-09-22 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'c785da8e-6a7f-11e7-89a8-765859b2742d',0,NULL); /*!40000 ALTER TABLE `person` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_address` -- DROP TABLE IF EXISTS `person_address`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_address` ( `person_address_id` int(11) NOT NULL AUTO_INCREMENT, `person_id` int(11) DEFAULT NULL, `preferred` tinyint(1) NOT NULL DEFAULT '0', `address1` varchar(255) DEFAULT NULL, `address2` varchar(255) DEFAULT NULL, `city_village` varchar(255) DEFAULT NULL, `state_province` varchar(255) DEFAULT NULL, `postal_code` varchar(50) DEFAULT NULL, `country` varchar(50) DEFAULT NULL, `latitude` varchar(50) DEFAULT NULL, `longitude` varchar(50) DEFAULT NULL, `start_date` datetime DEFAULT NULL, `end_date` datetime DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `county_district` varchar(255) DEFAULT NULL, `address3` varchar(255) DEFAULT NULL, `address4` varchar(255) DEFAULT NULL, `address5` varchar(255) DEFAULT NULL, `address6` varchar(255) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `uuid` char(38) NOT NULL, `address7` varchar(255) DEFAULT NULL, `address8` varchar(255) DEFAULT NULL, `address9` varchar(255) DEFAULT NULL, `address10` varchar(255) DEFAULT NULL, `address11` varchar(255) DEFAULT NULL, `address12` varchar(255) DEFAULT NULL, `address13` varchar(255) DEFAULT NULL, `address14` varchar(255) DEFAULT NULL, `address15` varchar(255) DEFAULT NULL, PRIMARY KEY (`person_address_id`), UNIQUE KEY `person_address_uuid_index` (`uuid`), KEY `patient_address_creator` (`creator`), KEY `address_for_person` (`person_id`), KEY `patient_address_void` (`voided_by`), KEY `person_address_changed_by` (`changed_by`), CONSTRAINT `address_for_person` FOREIGN KEY (`person_id`) REFERENCES `person` (`person_id`) ON UPDATE CASCADE, CONSTRAINT `patient_address_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `patient_address_void` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`), CONSTRAINT `person_address_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_address` -- LOCK TABLES `person_address` WRITE; /*!40000 ALTER TABLE `person_address` DISABLE KEYS */; INSERT INTO `person_address` VALUES (1,3,1,'555 Johnson Rd.','Apt. 555','Indianapolis','IN','46202','USA','394700','860900',NULL,NULL,1,'2005-09-22 00:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'c786755d-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,2,0,'1050 Wishard Blvd.','RG5','Indianapolis','IN','46202','USA',NULL,NULL,NULL,NULL,1,'2005-09-22 00:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'c7867a84-6a7f-11e7-89a8-765859b2742d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `person_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_attribute` -- DROP TABLE IF EXISTS `person_attribute`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_attribute` ( `person_attribute_id` int(11) NOT NULL AUTO_INCREMENT, `person_id` int(11) NOT NULL DEFAULT '0', `value` varchar(50) NOT NULL DEFAULT '', `person_attribute_type_id` int(11) NOT NULL DEFAULT '0', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`person_attribute_id`), UNIQUE KEY `person_attribute_uuid_index` (`uuid`), KEY `attribute_changer` (`changed_by`), KEY `attribute_creator` (`creator`), KEY `defines_attribute_type` (`person_attribute_type_id`), KEY `identifies_person` (`person_id`), KEY `attribute_voider` (`voided_by`), CONSTRAINT `attribute_changer` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `attribute_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `attribute_voider` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`), CONSTRAINT `defines_attribute_type` FOREIGN KEY (`person_attribute_type_id`) REFERENCES `person_attribute_type` (`person_attribute_type_id`), CONSTRAINT `identifies_person` FOREIGN KEY (`person_id`) REFERENCES `person` (`person_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_attribute` -- LOCK TABLES `person_attribute` WRITE; /*!40000 ALTER TABLE `person_attribute` DISABLE KEYS */; /*!40000 ALTER TABLE `person_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_attribute_type` -- DROP TABLE IF EXISTS `person_attribute_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_attribute_type` ( `person_attribute_type_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL DEFAULT '', `description` text, `format` varchar(50) DEFAULT NULL, `foreign_key` int(11) DEFAULT NULL, `searchable` tinyint(1) NOT NULL DEFAULT '0', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `edit_privilege` varchar(255) DEFAULT NULL, `sort_weight` double DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`person_attribute_type_id`), UNIQUE KEY `person_attribute_type_uuid_index` (`uuid`), KEY `attribute_is_searchable` (`searchable`), KEY `name_of_attribute` (`name`), KEY `person_attribute_type_retired_status` (`retired`), KEY `attribute_type_changer` (`changed_by`), KEY `attribute_type_creator` (`creator`), KEY `user_who_retired_person_attribute_type` (`retired_by`), KEY `privilege_which_can_edit` (`edit_privilege`), CONSTRAINT `attribute_type_changer` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `attribute_type_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `privilege_which_can_edit` FOREIGN KEY (`edit_privilege`) REFERENCES `privilege` (`privilege`), CONSTRAINT `user_who_retired_person_attribute_type` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_attribute_type` -- LOCK TABLES `person_attribute_type` WRITE; /*!40000 ALTER TABLE `person_attribute_type` DISABLE KEYS */; INSERT INTO `person_attribute_type` VALUES (1,'Race','Group of persons related by common descent or heredity','java.lang.String',0,0,1,'2007-05-04 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,6,'8d871386-c2cc-11de-8d13-0010c6dffd0f'),(2,'Birthplace','Location of persons birth','java.lang.String',0,0,1,'2007-05-04 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,0,'8d8718c2-c2cc-11de-8d13-0010c6dffd0f'),(3,'Citizenship','Country of which this person is a member','java.lang.String',0,0,1,'2007-05-04 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,1,'8d871afc-c2cc-11de-8d13-0010c6dffd0f'),(4,'Mother\'s Name','First or last name of this person\'s mother','java.lang.String',0,0,1,'2007-05-04 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,5,'8d871d18-c2cc-11de-8d13-0010c6dffd0f'),(5,'Civil Status','Marriage status of this person','org.openmrs.Concept',1054,0,1,'2007-05-04 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,2,'8d871f2a-c2cc-11de-8d13-0010c6dffd0f'),(6,'Health District','District/region in which this patient\' home health center resides','java.lang.String',0,0,1,'2007-05-04 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,4,'8d872150-c2cc-11de-8d13-0010c6dffd0f'),(7,'Health Center','Specific Location of this person\'s home health center.','org.openmrs.Location',0,0,1,'2007-05-04 00:00:00',NULL,NULL,0,NULL,NULL,NULL,NULL,3,'8d87236c-c2cc-11de-8d13-0010c6dffd0f'); /*!40000 ALTER TABLE `person_attribute_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_merge_log` -- DROP TABLE IF EXISTS `person_merge_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_merge_log` ( `person_merge_log_id` int(11) NOT NULL AUTO_INCREMENT, `winner_person_id` int(11) NOT NULL, `loser_person_id` int(11) NOT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `merged_data` longtext NOT NULL, `uuid` char(38) NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, PRIMARY KEY (`person_merge_log_id`), UNIQUE KEY `person_merge_log_unique_uuid` (`uuid`), KEY `person_merge_log_winner` (`winner_person_id`), KEY `person_merge_log_loser` (`loser_person_id`), KEY `person_merge_log_creator` (`creator`), KEY `person_merge_log_changed_by_fk` (`changed_by`), KEY `person_merge_log_voided_by_fk` (`voided_by`), CONSTRAINT `person_merge_log_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `person_merge_log_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `person_merge_log_loser` FOREIGN KEY (`loser_person_id`) REFERENCES `person` (`person_id`), CONSTRAINT `person_merge_log_voided_by_fk` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`), CONSTRAINT `person_merge_log_winner` FOREIGN KEY (`winner_person_id`) REFERENCES `person` (`person_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_merge_log` -- LOCK TABLES `person_merge_log` WRITE; /*!40000 ALTER TABLE `person_merge_log` DISABLE KEYS */; /*!40000 ALTER TABLE `person_merge_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person_name` -- DROP TABLE IF EXISTS `person_name`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person_name` ( `person_name_id` int(11) NOT NULL AUTO_INCREMENT, `preferred` tinyint(1) NOT NULL DEFAULT '0', `person_id` int(11) NOT NULL, `prefix` varchar(50) DEFAULT NULL, `given_name` varchar(50) DEFAULT NULL, `middle_name` varchar(50) DEFAULT NULL, `family_name_prefix` varchar(50) DEFAULT NULL, `family_name` varchar(50) DEFAULT NULL, `family_name2` varchar(50) DEFAULT NULL, `family_name_suffix` varchar(50) DEFAULT NULL, `degree` varchar(50) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`person_name_id`), UNIQUE KEY `person_name_uuid_index` (`uuid`), KEY `first_name` (`given_name`), KEY `last_name` (`family_name`), KEY `middle_name` (`middle_name`), KEY `family_name2` (`family_name2`), KEY `user_who_made_name` (`creator`), KEY `name_for_person` (`person_id`), KEY `user_who_voided_name` (`voided_by`), CONSTRAINT `name_for_person` FOREIGN KEY (`person_id`) REFERENCES `person` (`person_id`) ON UPDATE CASCADE, CONSTRAINT `user_who_made_name` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_voided_name` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person_name` -- LOCK TABLES `person_name` WRITE; /*!40000 ALTER TABLE `person_name` DISABLE KEYS */; INSERT INTO `person_name` VALUES (1,1,1,NULL,'Super','',NULL,'User',NULL,NULL,NULL,1,'2005-01-01 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'c7881f48-6a7f-11e7-89a8-765859b2742d'),(2,1,3,'Mr.','John','D','','Patient',NULL,NULL,NULL,1,'2005-09-22 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'c7882191-6a7f-11e7-89a8-765859b2742d'),(3,1,2,'Mr.','Horatio','L',NULL,'Hornblower',NULL,'Esq.',NULL,1,'2005-09-22 00:00:00',0,NULL,NULL,NULL,NULL,NULL,'c7882359-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `person_name` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `privilege` -- DROP TABLE IF EXISTS `privilege`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `privilege` ( `privilege` varchar(255) NOT NULL, `description` text, `uuid` char(38) NOT NULL, PRIMARY KEY (`privilege`), UNIQUE KEY `privilege_uuid_index` (`uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `privilege` -- LOCK TABLES `privilege` WRITE; /*!40000 ALTER TABLE `privilege` DISABLE KEYS */; INSERT INTO `privilege` VALUES ('Add Allergies','Add allergies','99039461-cde5-4a93-964f-b9f71794a98e'),('Add Cohorts','Able to add a cohort to the system','c788edae-6a7f-11e7-89a8-765859b2742d'),('Add Concept Proposals','Able to add concept proposals to the system','c788f261-6a7f-11e7-89a8-765859b2742d'),('Add Encounters','Able to add patient encounters','c788f475-6a7f-11e7-89a8-765859b2742d'),('Add HL7 Inbound Archive','Able to add an HL7 archive item','990e39e2-5bb1-4b86-8abc-8432229a9a0c'),('Add HL7 Inbound Exception','Able to add an HL7 error item','e10146bd-e4d5-4154-9d2e-aec42c2bbcef'),('Add HL7 Inbound Queue','Able to add an HL7 Queue item','081672c6-6434-41fb-900a-af3c2b0c61d3'),('Add HL7 Source','Able to add an HL7 Source','c7f32909-47b8-41c0-9bfc-f1a1c87da238'),('Add Observations','Able to add patient observations','c788f655-6a7f-11e7-89a8-765859b2742d'),('Add Orders','Able to add orders','c788f81e-6a7f-11e7-89a8-765859b2742d'),('Add Patient Identifiers','Able to add patient identifiers','c788f9f1-6a7f-11e7-89a8-765859b2742d'),('Add Patient Programs','Able to add patients to programs','c788fbeb-6a7f-11e7-89a8-765859b2742d'),('Add Patients','Able to add patients','c788fe03-6a7f-11e7-89a8-765859b2742d'),('Add People','Able to add person objects','c788ffb6-6a7f-11e7-89a8-765859b2742d'),('Add Problems','Add problems','9c6f5bcf-782a-4d05-b1d7-67538b6da013'),('Add Relationships','Able to add relationships','c7890118-6a7f-11e7-89a8-765859b2742d'),('Add Report Objects','Able to add report objects','c7890276-6a7f-11e7-89a8-765859b2742d'),('Add Reports','Able to add reports','c78903d6-6a7f-11e7-89a8-765859b2742d'),('Add Users','Able to add users to OpenMRS','c7890530-6a7f-11e7-89a8-765859b2742d'),('Add Visits','Able to add visits','65d14b28-3989-11e6-899a-a4d646d86a8a'),('Assign System Developer Role','Able to assign System Developer role','e6d5145a-c663-40ea-b4a2-8dd8c7f155e7'),('Configure Visits','Able to choose encounter visit handler and enable/disable encounter visits','36f984a2-acb3-4fbc-abac-cc9fb0c00341'),('Delete Cohorts','Able to add a cohort to the system','c789067e-6a7f-11e7-89a8-765859b2742d'),('Delete Concept Proposals','Able to delete concept proposals from the system','c78907e0-6a7f-11e7-89a8-765859b2742d'),('Delete Encounters','Able to delete patient encounters','c7890996-6a7f-11e7-89a8-765859b2742d'),('Delete HL7 Inbound Archive','Able to delete/retire an HL7 archive item','463af46d-219d-47d9-8f7d-597942dddbab'),('Delete HL7 Inbound Exception','Able to delete an HL7 archive item','01e33c35-0e22-4c77-94fc-cbda0484a48f'),('Delete HL7 Inbound Queue','Able to delete an HL7 Queue item','a814019f-ed5d-4ce9-a973-17fbed1907c8'),('Delete Notes','Able to delete patient notes','4cf88a4a-fb5d-4a40-8aa8-70e55ed1bb7c'),('Delete Observations','Able to delete patient observations','c7890b25-6a7f-11e7-89a8-765859b2742d'),('Delete Orders','Able to delete orders','c7890cc7-6a7f-11e7-89a8-765859b2742d'),('Delete Patient Identifiers','Able to delete patient identifiers','c7890e5c-6a7f-11e7-89a8-765859b2742d'),('Delete Patient Programs','Able to delete patients from programs','c7890f6f-6a7f-11e7-89a8-765859b2742d'),('Delete Patients','Able to delete patients','c7891058-6a7f-11e7-89a8-765859b2742d'),('Delete People','Able to delete objects','c789112e-6a7f-11e7-89a8-765859b2742d'),('Delete Relationships','Able to delete relationships','c789120a-6a7f-11e7-89a8-765859b2742d'),('Delete Report Objects','Able to delete report objects','c78912e3-6a7f-11e7-89a8-765859b2742d'),('Delete Reports','Able to delete reports','c78913bd-6a7f-11e7-89a8-765859b2742d'),('Delete Users','Able to delete users in OpenMRS','c7891498-6a7f-11e7-89a8-765859b2742d'),('Delete Visits','Able to delete visits','246596be-ccb2-4dfa-9b50-7bdb23186ac2'),('Edit Allergies','Able to edit allergies','d2e4a2bf-8cdb-49a5-8c0f-556ee3e2aabe'),('Edit Cohorts','Able to add a cohort to the system','c789156c-6a7f-11e7-89a8-765859b2742d'),('Edit Concept Proposals','Able to edit concept proposals in the system','c789170b-6a7f-11e7-89a8-765859b2742d'),('Edit Encounters','Able to edit patient encounters','c7891804-6a7f-11e7-89a8-765859b2742d'),('Edit Notes','Able to edit patient notes','898474a4-ee9e-4966-b45e-3e12a432f113'),('Edit Observations','Able to edit patient observations','c78918e3-6a7f-11e7-89a8-765859b2742d'),('Edit Orders','Able to edit orders','c78919bc-6a7f-11e7-89a8-765859b2742d'),('Edit Patient Identifiers','Able to edit patient identifiers','c7891a94-6a7f-11e7-89a8-765859b2742d'),('Edit Patient Programs','Able to edit patients in programs','c7891b6e-6a7f-11e7-89a8-765859b2742d'),('Edit Patients','Able to edit patients','c7891c48-6a7f-11e7-89a8-765859b2742d'),('Edit People','Able to edit person objects','c7891d1f-6a7f-11e7-89a8-765859b2742d'),('Edit Problems','Able to edit problems','569bc26a-0d8e-44d1-bcdf-c6f720ba87ad'),('Edit Relationships','Able to edit relationships','c7891df4-6a7f-11e7-89a8-765859b2742d'),('Edit Report Objects','Able to edit report objects','c7891ec9-6a7f-11e7-89a8-765859b2742d'),('Edit Reports','Able to edit reports','c7891fa0-6a7f-11e7-89a8-765859b2742d'),('Edit User Passwords','Able to change the passwords of users in OpenMRS','c7892076-6a7f-11e7-89a8-765859b2742d'),('Edit Users','Able to edit users in OpenMRS','c7892150-6a7f-11e7-89a8-765859b2742d'),('Edit Visits','Able to edit visits','5d6b28a9-5fa1-40cb-9ef0-841a4c1adb7d'),('Form Entry','Allows user to access Form Entry pages/functions','c7892225-6a7f-11e7-89a8-765859b2742d'),('Get Allergies','Able to get allergies','d05118c6-2490-4d78-a41a-390e3596a220'),('Get Care Settings','Able to get Care Settings','6286d299-cc36-4368-8952-fea9fb8a6bd4'),('Get Concept Attribute Types','Able to get concept attribute types','4f0e2f23-b75a-4bdd-a392-bac96dffed2f'),('Get Concept Classes','Able to get concept classes','d05118c6-2490-4d78-a41a-390e3596a238'),('Get Concept Datatypes','Able to get concept datatypes','d05118c6-2490-4d78-a41a-390e3596a237'),('Get Concept Map Types','Able to get concept map types','d05118c6-2490-4d78-a41a-390e3596a230'),('Get Concept Proposals','Able to get concept proposals to the system','d05118c6-2490-4d78-a41a-390e3596a250'),('Get Concept Reference Terms','Able to get concept reference terms','d05118c6-2490-4d78-a41a-390e3596a229'),('Get Concept Sources','Able to get concept sources','d05118c6-2490-4d78-a41a-390e3596a231'),('Get Concepts','Able to get concept entries','d05118c6-2490-4d78-a41a-390e3596a251'),('Get Database Changes','Able to get database changes from the admin screen','d05118c6-2490-4d78-a41a-390e3596a222'),('Get Encounter Roles','Able to get encounter roles','d05118c6-2490-4d78-a41a-390e3596a210'),('Get Encounter Types','Able to get encounter types','d05118c6-2490-4d78-a41a-390e3596a247'),('Get Encounters','Able to get patient encounters','d05118c6-2490-4d78-a41a-390e3596a248'),('Get Field Types','Able to get field types','d05118c6-2490-4d78-a41a-390e3596a234'),('Get Forms','Able to get forms','d05118c6-2490-4d78-a41a-390e3596a240'),('Get Global Properties','Able to get global properties on the administration screen','d05118c6-2490-4d78-a41a-390e3596a226'),('Get HL7 Inbound Archive','Able to get an HL7 archive item','d05118c6-2490-4d78-a41a-390e3596a217'),('Get HL7 Inbound Exception','Able to get an HL7 error item','d05118c6-2490-4d78-a41a-390e3596a216'),('Get HL7 Inbound Queue','Able to get an HL7 Queue item','d05118c6-2490-4d78-a41a-390e3596a218'),('Get HL7 Source','Able to get an HL7 Source','d05118c6-2490-4d78-a41a-390e3596a219'),('Get Identifier Types','Able to get patient identifier types','d05118c6-2490-4d78-a41a-390e3596a239'),('Get Location Attribute Types','Able to get location attribute types','d05118c6-2490-4d78-a41a-390e3596a212'),('Get Locations','Able to get locations','d05118c6-2490-4d78-a41a-390e3596a246'),('Get Notes','Able to get patient notes','cbbecd81-09fd-4b92-89d4-e0fbd6496f67'),('Get Observations','Able to get patient observations','d05118c6-2490-4d78-a41a-390e3596a245'),('Get Order Frequencies','Able to get Order Frequencies','21fb3abf-7420-4ddf-a3b6-8353e4e64564'),('Get Order Sets','Able to get order sets','37ba8635-de4d-436c-97fa-6d6588912d59'),('Get Order Types','Able to get order types','d05118c6-2490-4d78-a41a-390e3596a233'),('Get Orders','Able to get orders','d05118c6-2490-4d78-a41a-390e3596a241'),('Get Patient Cohorts','Able to get patient cohorts','d05118c6-2490-4d78-a41a-390e3596a242'),('Get Patient Identifiers','Able to get patient identifiers','d05118c6-2490-4d78-a41a-390e3596a243'),('Get Patient Programs','Able to get which programs that patients are in','d05118c6-2490-4d78-a41a-390e3596a227'),('Get Patients','Able to get patients','d05118c6-2490-4d78-a41a-390e3596a244'),('Get People','Able to get person objects','d05118c6-2490-4d78-a41a-390e3596a224'),('Get Person Attribute Types','Able to get person attribute types','d05118c6-2490-4d78-a41a-390e3596a225'),('Get Privileges','Able to get user privileges','d05118c6-2490-4d78-a41a-390e3596a236'),('Get Problems','Able to get problems','d05118c6-2490-4d78-a41a-390e3596a221'),('Get Programs','Able to get patient programs','d05118c6-2490-4d78-a41a-390e3596a228'),('Get Providers','Able to get Providers','d05118c6-2490-4d78-a41a-390e3596a211'),('Get Relationship Types','Able to get relationship types','d05118c6-2490-4d78-a41a-390e3596a232'),('Get Relationships','Able to get relationships','d05118c6-2490-4d78-a41a-390e3596a223'),('Get Roles','Able to get user roles','d05118c6-2490-4d78-a41a-390e3596a235'),('Get Users','Able to get users in OpenMRS','d05118c6-2490-4d78-a41a-390e3596a249'),('Get Visit Attribute Types','Able to get visit attribute types','d05118c6-2490-4d78-a41a-390e3596a213'),('Get Visit Types','Able to get visit types','d05118c6-2490-4d78-a41a-390e3596a215'),('Get Visits','Able to get visits','d05118c6-2490-4d78-a41a-390e3596a214'),('Manage Address Templates','Able to add/edit/delete address templates','27928dd0-d5e5-4d35-8f9d-0771f0f45513'),('Manage Alerts','Able to add/edit/delete user alerts','c78922f2-6a7f-11e7-89a8-765859b2742d'),('Manage Concept Attribute Types','Able to add/edit/retire concept attribute types','72d08b81-8682-47bd-8710-32d458116bff'),('Manage Concept Classes','Able to add/edit/retire concept classes','c78923c6-6a7f-11e7-89a8-765859b2742d'),('Manage Concept Datatypes','Able to add/edit/retire concept datatypes','c789249c-6a7f-11e7-89a8-765859b2742d'),('Manage Concept Map Types','Able to add/edit/retire concept map types','24c715f0-10a5-432c-bd0c-d9e9c2ae66ce'),('Manage Concept Name tags','Able to add/edit/delete concept name tags','bea75196-edc8-4f87-bff0-1a9b238b03d9'),('Manage Concept Reference Terms','Able to add/edit/retire reference terms','1b1ac675-b7c5-4936-ad75-fe0c4f50108d'),('Manage Concept Sources','Able to add/edit/delete concept sources','c7892578-6a7f-11e7-89a8-765859b2742d'),('Manage Concept Stop Words','Able to view/add/remove the concept stop words','d210c12e-fea7-4756-9c84-b723e3330cce'),('Manage Concepts','Able to add/edit/delete concept entries','c7892650-6a7f-11e7-89a8-765859b2742d'),('Manage Encounter Roles','Able to add/edit/retire encounter roles','7df2659a-32f0-4844-8ef7-7a4fe3e4e53b'),('Manage Encounter Types','Able to add/edit/delete encounter types','c789272d-6a7f-11e7-89a8-765859b2742d'),('Manage Field Types','Able to add/edit/retire field types','c7892810-6a7f-11e7-89a8-765859b2742d'),('Manage FormEntry XSN','Allows user to upload and edit the xsns stored on the server','c78928e8-6a7f-11e7-89a8-765859b2742d'),('Manage Forms','Able to add/edit/delete forms','c78929c9-6a7f-11e7-89a8-765859b2742d'),('Manage Global Properties','Able to add/edit global properties','c7892aa4-6a7f-11e7-89a8-765859b2742d'),('Manage HL7 Messages','Able to add/edit/delete HL7 messages','164142fa-7bc0-4e87-8f8c-4e901356ee0e'),('Manage Identifier Types','Able to add/edit/delete patient identifier types','c7892b7d-6a7f-11e7-89a8-765859b2742d'),('Manage Implementation Id','Able to view/add/edit the implementation id for the system','ee97b36c-1d5c-4f83-bdc0-5bb3200cff50'),('Manage Location Attribute Types','Able to add/edit/retire location attribute types','e68af4b3-2782-451d-a7d8-eaec6a4c7c85'),('Manage Location Tags','Able to add/edit/delete location tags','8037d5fc-6de0-4be9-9739-5a7923a29020'),('Manage Locations','Able to add/edit/delete locations','c7892c73-6a7f-11e7-89a8-765859b2742d'),('Manage Modules','Able to add/remove modules to the system','c7892d5f-6a7f-11e7-89a8-765859b2742d'),('Manage Order Frequencies','Able to add/edit/retire Order Frequencies','92205c3f-82d1-4a6f-a5ae-fad0101bd7c2'),('Manage Order Sets','Able to manage order sets','614960d9-fd80-4ace-96b8-59a3002b72e5'),('Manage Order Types','Able to add/edit/retire order types','c7892e40-6a7f-11e7-89a8-765859b2742d'),('Manage Person Attribute Types','Able to add/edit/delete person attribute types','c7892f1f-6a7f-11e7-89a8-765859b2742d'),('Manage Privileges','Able to add/edit/delete privileges','c7893000-6a7f-11e7-89a8-765859b2742d'),('Manage Programs','Able to add/view/delete patient programs','c78930de-6a7f-11e7-89a8-765859b2742d'),('Manage Providers','Able to edit Provider','7d423c1c-d476-4ad8-b0a8-636649126a2f'),('Manage Relationship Types','Able to add/edit/retire relationship types','c78931b9-6a7f-11e7-89a8-765859b2742d'),('Manage Relationships','Able to add/edit/delete relationships','c7893296-6a7f-11e7-89a8-765859b2742d'),('Manage Roles','Able to add/edit/delete user roles','c78933b6-6a7f-11e7-89a8-765859b2742d'),('Manage Scheduler','Able to add/edit/remove scheduled tasks','c7893503-6a7f-11e7-89a8-765859b2742d'),('Manage Search Index','Able to manage the search index','43297987-c596-4967-82b0-97d5ed342c66'),('Manage Visit Attribute Types','Able to add/edit/retire visit attribute types','d3c57950-d91e-4565-9b36-0db90a462da5'),('Manage Visit Types','Able to add/edit/delete visit types','8fc5b9db-e407-4b8c-a4dc-df14f6ae80e4'),('Patient Dashboard - View Demographics Section','Able to view the \'Demographics\' tab on the patient dashboard','c78935fa-6a7f-11e7-89a8-765859b2742d'),('Patient Dashboard - View Encounters Section','Able to view the \'Encounters\' tab on the patient dashboard','c78936e8-6a7f-11e7-89a8-765859b2742d'),('Patient Dashboard - View Forms Section','Allows user to view the Forms tab on the patient dashboard','c78937d5-6a7f-11e7-89a8-765859b2742d'),('Patient Dashboard - View Graphs Section','Able to view the \'Graphs\' tab on the patient dashboard','c78938c0-6a7f-11e7-89a8-765859b2742d'),('Patient Dashboard - View Overview Section','Able to view the \'Overview\' tab on the patient dashboard','c78939a9-6a7f-11e7-89a8-765859b2742d'),('Patient Dashboard - View Patient Summary','Able to view the \'Summary\' tab on the patient dashboard','c7893a93-6a7f-11e7-89a8-765859b2742d'),('Patient Dashboard - View Regimen Section','Able to view the \'Regimen\' tab on the patient dashboard','c7893b7f-6a7f-11e7-89a8-765859b2742d'),('Patient Overview - View Allergies','Able to view the Allergies portlet on the patient overview tab','d05118c6-2490-4d78-a41a-390e3596a261'),('Patient Overview - View Patient Actions','Able to view the Patient Actions portlet on the patient overview tab','d05118c6-2490-4d78-a41a-390e3596a264'),('Patient Overview - View Problem List','Able to view the Problem List portlet on the patient overview tab','d05118c6-2490-4d78-a41a-390e3596a260'),('Patient Overview - View Programs','Able to view the Programs portlet on the patient overview tab','d05118c6-2490-4d78-a41a-390e3596a263'),('Patient Overview - View Relationships','Able to view the Relationships portlet on the patient overview tab','d05118c6-2490-4d78-a41a-390e3596a262'),('Purge Field Types','Able to purge field types','c7893c6c-6a7f-11e7-89a8-765859b2742d'),('Remove Allergies','Remove allergies','a17d867e-9bd7-4446-9ae6-783b8e36df6e'),('Remove Problems','Remove problems','d46a3186-ac4b-4120-9780-abe29f5b9c94'),('Task: Modify Allergies','Able to add, edit, delete allergies','a6b99593-63d7-435d-917a-6be916a952cc'),('Update HL7 Inbound Archive','Able to update an HL7 archive item','8a1e1aae-00b0-4e7a-bf21-94de5d14df9b'),('Update HL7 Inbound Exception','Able to update an HL7 archive item','3db2a9f2-5b6c-4c85-8742-4e74e921cbc6'),('Update HL7 Inbound Queue','Able to update an HL7 Queue item','e3d3d132-1bcc-45cb-9c64-f47b57afc26d'),('Update HL7 Source','Able to update an HL7 Source','85eefbc5-8189-4c67-9db1-795eb08b21ee'),('Upload XSN','Allows user to upload/overwrite the XSNs defined for forms','c7893df9-6a7f-11e7-89a8-765859b2742d'),('View Administration Functions','Able to view the \'Administration\' link in the navigation bar','c7893ef2-6a7f-11e7-89a8-765859b2742d'),('View Allergies','Able to view allergies in OpenMRS','c7893fd1-6a7f-11e7-89a8-765859b2742d'),('View Concept Classes','Able to view concept classes','c789432c-6a7f-11e7-89a8-765859b2742d'),('View Concept Datatypes','Able to view concept datatypes','c7894440-6a7f-11e7-89a8-765859b2742d'),('View Concept Proposals','Able to view concept proposals to the system','c7894526-6a7f-11e7-89a8-765859b2742d'),('View Concept Sources','Able to view concept sources','c789460b-6a7f-11e7-89a8-765859b2742d'),('View Concepts','Able to view concept entries','c7894715-6a7f-11e7-89a8-765859b2742d'),('View Data Entry Statistics','Able to view data entry statistics from the admin screen','c789481e-6a7f-11e7-89a8-765859b2742d'),('View Encounter Types','Able to view encounter types','c789490b-6a7f-11e7-89a8-765859b2742d'),('View Encounters','Able to view patient encounters','c78949ec-6a7f-11e7-89a8-765859b2742d'),('View Field Types','Able to view field types','c7894ac4-6a7f-11e7-89a8-765859b2742d'),('View Forms','Able to view forms','c7894ba3-6a7f-11e7-89a8-765859b2742d'),('View Global Properties','Able to view global properties on the administration screen','c7894c83-6a7f-11e7-89a8-765859b2742d'),('View Identifier Types','Able to view patient identifier types','c7894d60-6a7f-11e7-89a8-765859b2742d'),('View Locations','Able to view locations','c7894e3b-6a7f-11e7-89a8-765859b2742d'),('View Navigation Menu','Ability to see the navigation menu','c7894f0e-6a7f-11e7-89a8-765859b2742d'),('View Observations','Able to view patient observations','c7894fe7-6a7f-11e7-89a8-765859b2742d'),('View Order Types','Able to view order types','c78950bd-6a7f-11e7-89a8-765859b2742d'),('View Orders','Able to view orders','c7895193-6a7f-11e7-89a8-765859b2742d'),('View Patient Cohorts','Able to view patient cohorts','c789526d-6a7f-11e7-89a8-765859b2742d'),('View Patient Identifiers','Able to view patient identifiers','c789534b-6a7f-11e7-89a8-765859b2742d'),('View Patient Programs','Able to see which programs that patients are in','c789542a-6a7f-11e7-89a8-765859b2742d'),('View Patients','Able to view patients','c7895509-6a7f-11e7-89a8-765859b2742d'),('View People','Able to view person objects','c78955e1-6a7f-11e7-89a8-765859b2742d'),('View Person Attribute Types','Able to view person attribute types','c78956bf-6a7f-11e7-89a8-765859b2742d'),('View Privileges','Able to view user privileges','c789579c-6a7f-11e7-89a8-765859b2742d'),('View Problems','Able to view problems in OpenMRS','c7895879-6a7f-11e7-89a8-765859b2742d'),('View Programs','Able to view patient programs','c789594f-6a7f-11e7-89a8-765859b2742d'),('View Relationship Types','Able to view relationship types','c7895a30-6a7f-11e7-89a8-765859b2742d'),('View Relationships','Able to view relationships','c7895ba6-6a7f-11e7-89a8-765859b2742d'),('View Report Objects','Able to view report objects','c7895ca1-6a7f-11e7-89a8-765859b2742d'),('View Reports','Able to view reports','c7895d85-6a7f-11e7-89a8-765859b2742d'),('View Roles','Able to view user roles','c7895e65-6a7f-11e7-89a8-765859b2742d'),('View Unpublished Forms','Able to view and fill out unpublished forms','c7895f3e-6a7f-11e7-89a8-765859b2742d'),('View Users','Able to view users in OpenMRS','c7896021-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `privilege` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `program` -- DROP TABLE IF EXISTS `program`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `program` ( `program_id` int(11) NOT NULL AUTO_INCREMENT, `concept_id` int(11) NOT NULL DEFAULT '0', `outcomes_concept_id` int(11) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(50) NOT NULL, `description` text, `uuid` char(38) NOT NULL, PRIMARY KEY (`program_id`), UNIQUE KEY `program_uuid_index` (`uuid`), KEY `user_who_changed_program` (`changed_by`), KEY `program_concept` (`concept_id`), KEY `program_creator` (`creator`), KEY `program_outcomes_concept_id_fk` (`outcomes_concept_id`), CONSTRAINT `program_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `program_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `program_outcomes_concept_id_fk` FOREIGN KEY (`outcomes_concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `user_who_changed_program` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `program` -- LOCK TABLES `program` WRITE; /*!40000 ALTER TABLE `program` DISABLE KEYS */; INSERT INTO `program` VALUES (1,884,NULL,1,'2008-08-15 00:00:00',1,'2009-03-21 00:00:00',0,'HIV Program','HIV program','c789fa18-6a7f-11e7-89a8-765859b2742d'),(2,6099,NULL,1,'2008-08-15 00:00:00',NULL,'2009-03-21 00:00:00',0,'MDR program','MDR-TB program','c789fc6f-6a7f-11e7-89a8-765859b2742d'),(3,123,NULL,1,'2008-08-15 00:00:00',1,'2009-03-21 00:00:00',1,'Malaria program','Malaria program','c789fdb7-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `program` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `program_workflow` -- DROP TABLE IF EXISTS `program_workflow`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `program_workflow` ( `program_workflow_id` int(11) NOT NULL AUTO_INCREMENT, `program_id` int(11) NOT NULL DEFAULT '0', `concept_id` int(11) NOT NULL DEFAULT '0', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`program_workflow_id`), UNIQUE KEY `program_workflow_uuid_index` (`uuid`), KEY `workflow_changed_by` (`changed_by`), KEY `workflow_concept` (`concept_id`), KEY `workflow_creator` (`creator`), KEY `program_for_workflow` (`program_id`), CONSTRAINT `program_for_workflow` FOREIGN KEY (`program_id`) REFERENCES `program` (`program_id`), CONSTRAINT `workflow_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `workflow_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `workflow_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `program_workflow` -- LOCK TABLES `program_workflow` WRITE; /*!40000 ALTER TABLE `program_workflow` DISABLE KEYS */; INSERT INTO `program_workflow` VALUES (1,1,884,1,'2008-08-15 00:00:00',0,1,'2008-08-15 00:00:00','c78aac90-6a7f-11e7-89a8-765859b2742d'),(2,3,123,1,'2008-08-15 00:00:00',0,1,'2008-08-15 00:00:00','c78ab0da-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `program_workflow` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `program_workflow_state` -- DROP TABLE IF EXISTS `program_workflow_state`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `program_workflow_state` ( `program_workflow_state_id` int(11) NOT NULL AUTO_INCREMENT, `program_workflow_id` int(11) NOT NULL DEFAULT '0', `concept_id` int(11) NOT NULL DEFAULT '0', `initial` tinyint(1) NOT NULL DEFAULT '0', `terminal` tinyint(1) NOT NULL DEFAULT '0', `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`program_workflow_state_id`), UNIQUE KEY `program_workflow_state_uuid_index` (`uuid`), KEY `state_changed_by` (`changed_by`), KEY `state_concept` (`concept_id`), KEY `state_creator` (`creator`), KEY `workflow_for_state` (`program_workflow_id`), CONSTRAINT `state_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `state_concept` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `state_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `workflow_for_state` FOREIGN KEY (`program_workflow_id`) REFERENCES `program_workflow` (`program_workflow_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `program_workflow_state` -- LOCK TABLES `program_workflow_state` WRITE; /*!40000 ALTER TABLE `program_workflow_state` DISABLE KEYS */; INSERT INTO `program_workflow_state` VALUES (1,1,822,0,1,1,'2008-08-15 00:00:00',0,1,'2008-08-15 00:00:00','c78b4e29-6a7f-11e7-89a8-765859b2742d'),(2,1,1169,1,0,1,'2008-08-15 00:00:00',0,1,'2008-08-15 00:00:00','c78b5100-6a7f-11e7-89a8-765859b2742d'),(4,1,5566,0,0,1,'2008-08-15 00:00:00',0,1,'2008-08-15 00:00:00','c78b5235-6a7f-11e7-89a8-765859b2742d'),(5,2,123,0,0,1,'2008-08-15 00:00:00',0,NULL,NULL,'c78b5330-6a7f-11e7-89a8-765859b2742d'); /*!40000 ALTER TABLE `program_workflow_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `provider` -- DROP TABLE IF EXISTS `provider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `provider` ( `provider_id` int(11) NOT NULL AUTO_INCREMENT, `person_id` int(11) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `identifier` varchar(255) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`provider_id`), UNIQUE KEY `uuid` (`uuid`), KEY `provider_changed_by_fk` (`changed_by`), KEY `provider_person_id_fk` (`person_id`), KEY `provider_retired_by_fk` (`retired_by`), KEY `provider_creator_fk` (`creator`), CONSTRAINT `provider_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `provider_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `provider_person_id_fk` FOREIGN KEY (`person_id`) REFERENCES `person` (`person_id`), CONSTRAINT `provider_retired_by_fk` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `provider` -- LOCK TABLES `provider` WRITE; /*!40000 ALTER TABLE `provider` DISABLE KEYS */; INSERT INTO `provider` VALUES (1,NULL,'Doctor Anne','100-1',1,'2011-12-09 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'73bbb069-9781-4afc-a9d1-54b6b2270e05'),(2,NULL,'Nurse Bob','100-2',1,'2011-12-09 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'73bbb069-9781-4afc-a9d1-54b6b2270e06'); /*!40000 ALTER TABLE `provider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `provider_attribute` -- DROP TABLE IF EXISTS `provider_attribute`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `provider_attribute` ( `provider_attribute_id` int(11) NOT NULL AUTO_INCREMENT, `provider_id` int(11) NOT NULL, `attribute_type_id` int(11) NOT NULL, `value_reference` text NOT NULL, `uuid` char(38) NOT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, PRIMARY KEY (`provider_attribute_id`), UNIQUE KEY `uuid` (`uuid`), KEY `provider_attribute_provider_fk` (`provider_id`), KEY `provider_attribute_attribute_type_id_fk` (`attribute_type_id`), KEY `provider_attribute_creator_fk` (`creator`), KEY `provider_attribute_changed_by_fk` (`changed_by`), KEY `provider_attribute_voided_by_fk` (`voided_by`), CONSTRAINT `provider_attribute_attribute_type_id_fk` FOREIGN KEY (`attribute_type_id`) REFERENCES `provider_attribute_type` (`provider_attribute_type_id`), CONSTRAINT `provider_attribute_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `provider_attribute_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `provider_attribute_provider_fk` FOREIGN KEY (`provider_id`) REFERENCES `provider` (`provider_id`), CONSTRAINT `provider_attribute_voided_by_fk` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `provider_attribute` -- LOCK TABLES `provider_attribute` WRITE; /*!40000 ALTER TABLE `provider_attribute` DISABLE KEYS */; /*!40000 ALTER TABLE `provider_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `provider_attribute_type` -- DROP TABLE IF EXISTS `provider_attribute_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `provider_attribute_type` ( `provider_attribute_type_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(1024) DEFAULT NULL, `datatype` varchar(255) DEFAULT NULL, `datatype_config` text, `preferred_handler` varchar(255) DEFAULT NULL, `handler_config` text, `min_occurs` int(11) NOT NULL, `max_occurs` int(11) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`provider_attribute_type_id`), UNIQUE KEY `uuid` (`uuid`), KEY `provider_attribute_type_creator_fk` (`creator`), KEY `provider_attribute_type_changed_by_fk` (`changed_by`), KEY `provider_attribute_type_retired_by_fk` (`retired_by`), CONSTRAINT `provider_attribute_type_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `provider_attribute_type_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `provider_attribute_type_retired_by_fk` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `provider_attribute_type` -- LOCK TABLES `provider_attribute_type` WRITE; /*!40000 ALTER TABLE `provider_attribute_type` DISABLE KEYS */; /*!40000 ALTER TABLE `provider_attribute_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `relationship` -- DROP TABLE IF EXISTS `relationship`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `relationship` ( `relationship_id` int(11) NOT NULL AUTO_INCREMENT, `person_a` int(11) NOT NULL, `relationship` int(11) NOT NULL DEFAULT '0', `person_b` int(11) NOT NULL, `start_date` datetime DEFAULT NULL, `end_date` datetime DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`relationship_id`), UNIQUE KEY `relationship_uuid_index` (`uuid`), KEY `relation_creator` (`creator`), KEY `person_a_is_person` (`person_a`), KEY `person_b_is_person` (`person_b`), KEY `relationship_type_id` (`relationship`), KEY `relation_voider` (`voided_by`), KEY `relationship_changed_by` (`changed_by`), CONSTRAINT `person_a_is_person` FOREIGN KEY (`person_a`) REFERENCES `person` (`person_id`), CONSTRAINT `person_b_is_person` FOREIGN KEY (`person_b`) REFERENCES `person` (`person_id`), CONSTRAINT `relation_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `relation_voider` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`), CONSTRAINT `relationship_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `relationship_type_id` FOREIGN KEY (`relationship`) REFERENCES `relationship_type` (`relationship_type_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `relationship` -- LOCK TABLES `relationship` WRITE; /*!40000 ALTER TABLE `relationship` DISABLE KEYS */; /*!40000 ALTER TABLE `relationship` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `relationship_type` -- DROP TABLE IF EXISTS `relationship_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `relationship_type` ( `relationship_type_id` int(11) NOT NULL AUTO_INCREMENT, `a_is_to_b` varchar(50) NOT NULL, `b_is_to_a` varchar(50) NOT NULL, `preferred` tinyint(1) NOT NULL DEFAULT '0', `weight` int(11) NOT NULL DEFAULT '0', `description` varchar(255) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, PRIMARY KEY (`relationship_type_id`), UNIQUE KEY `relationship_type_uuid_index` (`uuid`), KEY `user_who_created_rel` (`creator`), KEY `user_who_retired_relationship_type` (`retired_by`), KEY `relationship_type_changed_by` (`changed_by`), CONSTRAINT `relationship_type_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_created_rel` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_relationship_type` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `relationship_type` -- LOCK TABLES `relationship_type` WRITE; /*!40000 ALTER TABLE `relationship_type` DISABLE KEYS */; INSERT INTO `relationship_type` VALUES (1,'Doctor','Patient',0,0,'Relationship from a primary care provider to the patient',1,'2007-05-04 00:00:00',0,NULL,NULL,NULL,'8d919b58-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(2,'Sibling','Sibling',0,0,'Relationship between brother/sister, brother/brother, and sister/sister',1,'2007-05-04 00:00:00',0,NULL,NULL,NULL,'8d91a01c-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(3,'Parent','Child',0,0,'Relationship from a mother/father to the child',1,'2007-05-04 00:00:00',0,NULL,NULL,NULL,'8d91a210-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL),(4,'Aunt/Uncle','Niece/Nephew',0,0,'Relationship from a parent\'s sibling to a child of that parent',1,'2007-05-04 00:00:00',0,NULL,NULL,NULL,'8d91a3dc-c2cc-11de-8d13-0010c6dffd0f',NULL,NULL); /*!40000 ALTER TABLE `relationship_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `report_object` -- DROP TABLE IF EXISTS `report_object`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `report_object` ( `report_object_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(1000) DEFAULT NULL, `report_object_type` varchar(255) NOT NULL, `report_object_sub_type` varchar(255) NOT NULL, `xml_data` text, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`report_object_id`), UNIQUE KEY `report_object_uuid_index` (`uuid`), KEY `user_who_changed_report_object` (`changed_by`), KEY `report_object_creator` (`creator`), KEY `user_who_voided_report_object` (`voided_by`), CONSTRAINT `report_object_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_changed_report_object` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_voided_report_object` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `report_object` -- LOCK TABLES `report_object` WRITE; /*!40000 ALTER TABLE `report_object` DISABLE KEYS */; /*!40000 ALTER TABLE `report_object` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `report_schema_xml` -- DROP TABLE IF EXISTS `report_schema_xml`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `report_schema_xml` ( `report_schema_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` text NOT NULL, `xml_data` text NOT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`report_schema_id`), UNIQUE KEY `report_schema_xml_uuid_index` (`uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `report_schema_xml` -- LOCK TABLES `report_schema_xml` WRITE; /*!40000 ALTER TABLE `report_schema_xml` DISABLE KEYS */; /*!40000 ALTER TABLE `report_schema_xml` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role` -- DROP TABLE IF EXISTS `role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role` ( `role` varchar(50) NOT NULL DEFAULT '', `description` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`role`), UNIQUE KEY `role_uuid_index` (`uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role` -- LOCK TABLES `role` WRITE; /*!40000 ALTER TABLE `role` DISABLE KEYS */; INSERT INTO `role` VALUES ('Anonymous','Privileges for non-authenticated users.','774b2af3-6437-4e5a-a310-547554c7c65c'),('Authenticated','Privileges gained once authentication has been established.','f7fd42ef-880e-40c5-972d-e4ae7c990de2'),('Clinician','Privileges for doctors','c78e2c1d-6a7f-11e7-89a8-765859b2742d'),('Data Assistant','Privileges for data-entry operators.','c78e2d36-6a7f-11e7-89a8-765859b2742d'),('Data Manager','Privileges for user who manage data entered by data-entry operators','c78e2e38-6a7f-11e7-89a8-765859b2742d'),('Provider','All users with the \'Provider\' role will appear as options in the default Infopath ','8d94f280-c2cc-11de-8d13-0010c6dffd0f'),('System Developer','Developers of the OpenMRS .. have additional access to change fundamental structure of the database model.','8d94f852-c2cc-11de-8d13-0010c6dffd0f'); /*!40000 ALTER TABLE `role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_privilege` -- DROP TABLE IF EXISTS `role_privilege`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_privilege` ( `role` varchar(50) NOT NULL DEFAULT '', `privilege` varchar(255) NOT NULL, PRIMARY KEY (`privilege`,`role`), KEY `role_privilege_to_role` (`role`), CONSTRAINT `privilege_definitions` FOREIGN KEY (`privilege`) REFERENCES `privilege` (`privilege`), CONSTRAINT `role_privilege_to_role` FOREIGN KEY (`role`) REFERENCES `role` (`role`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_privilege` -- LOCK TABLES `role_privilege` WRITE; /*!40000 ALTER TABLE `role_privilege` DISABLE KEYS */; INSERT INTO `role_privilege` VALUES ('Anonymous','View Navigation Menu'),('Authenticated','Get Concept Classes'),('Authenticated','Get Concept Datatypes'),('Authenticated','Get Encounter Types'),('Authenticated','Get Field Types'),('Authenticated','Get Global Properties'),('Authenticated','Get Identifier Types'),('Authenticated','Get Locations'),('Authenticated','Get Order Types'),('Authenticated','Get Person Attribute Types'),('Authenticated','Get Privileges'),('Authenticated','Get Relationship Types'),('Authenticated','Get Relationships'),('Authenticated','Get Roles'),('Authenticated','Patient Overview - View Relationships'),('Authenticated','View Concept Classes'),('Authenticated','View Concept Datatypes'),('Authenticated','View Encounter Types'),('Authenticated','View Field Types'),('Authenticated','View Global Properties'),('Authenticated','View Identifier Types'),('Authenticated','View Locations'),('Authenticated','View Order Types'),('Authenticated','View Person Attribute Types'),('Authenticated','View Privileges'),('Authenticated','View Relationship Types'),('Authenticated','View Relationships'),('Authenticated','View Roles'),('Data Assistant','Add Patients'),('Data Assistant','Add People'),('Data Assistant','Add Relationships'),('Data Assistant','Delete Relationships'),('Data Assistant','Edit Patients'),('Data Assistant','Edit People'),('Data Assistant','Edit Relationships'),('Data Assistant','Get Concepts'),('Data Assistant','Get Encounters'),('Data Assistant','Get Forms'),('Data Assistant','Get Observations'),('Data Assistant','Get Patient Identifiers'),('Data Assistant','Get Patients'),('Data Assistant','Get People'),('Data Assistant','Get Programs'),('Data Assistant','Get Providers'),('Data Assistant','Get Users'),('Data Assistant','Get Visits'),('Data Assistant','Manage Programs'),('Data Assistant','Patient Dashboard - View Demographics Section'),('Data Assistant','Patient Dashboard - View Encounters Section'),('Data Assistant','Patient Dashboard - View Forms Section'),('Data Assistant','Patient Dashboard - View Overview Section'),('Data Assistant','Patient Overview - View Patient Actions'),('Data Assistant','View Concepts'),('Data Assistant','View Encounters'),('Data Assistant','View Forms'),('Data Assistant','View Navigation Menu'),('Data Assistant','View Observations'),('Data Assistant','View Patient Identifiers'),('Data Assistant','View Patients'),('Data Assistant','View People'),('Data Assistant','View Programs'),('Data Assistant','View Users'),('Data Manager','Add Observations'),('Data Manager','Add Patients'),('Data Manager','Add Visits'),('Data Manager','Delete Observations'),('Data Manager','Delete Report Objects'),('Data Manager','Edit Encounters'),('Data Manager','Edit Observations'),('Data Manager','Edit Patients'),('Data Manager','Get Concepts'),('Data Manager','Get Encounters'),('Data Manager','Get Forms'),('Data Manager','Get Observations'),('Data Manager','Get Orders'),('Data Manager','Get Patient Cohorts'),('Data Manager','Get Patient Identifiers'),('Data Manager','Get Patients'),('Data Manager','Get People'),('Data Manager','Get Programs'),('Data Manager','Get Providers'),('Data Manager','Get Users'),('Data Manager','Get Visits'),('Data Manager','Manage Alerts'),('Data Manager','Manage Locations'),('Data Manager','Patient Dashboard - View Demographics Section'),('Data Manager','Patient Dashboard - View Encounters Section'),('Data Manager','Patient Dashboard - View Forms Section'),('Data Manager','Patient Dashboard - View Graphs Section'),('Data Manager','View Administration Functions'),('Data Manager','View Concepts'),('Data Manager','View Data Entry Statistics'),('Data Manager','View Encounters'),('Data Manager','View Forms'),('Data Manager','View Navigation Menu'),('Data Manager','View Observations'),('Data Manager','View Orders'),('Data Manager','View Patient Cohorts'),('Data Manager','View Patient Identifiers'),('Data Manager','View Patients'),('Data Manager','View People'),('Data Manager','View Programs'),('Data Manager','View Users'),('Provider','Get Allergies'),('Provider','Get Concepts'),('Provider','Get Encounters'),('Provider','Get Observations'),('Provider','Get Patient Identifiers'),('Provider','Get Patients'),('Provider','Get People'),('Provider','Get Problems'),('Provider','Get Providers'),('Provider','Get Visits'),('Provider','Patient Overview - View Allergies'),('Provider','Patient Overview - View Problem List'),('Provider','View Allergies'),('Provider','View Concepts'),('Provider','View Encounters'),('Provider','View Observations'),('Provider','View Patient Identifiers'),('Provider','View Patients'),('Provider','View People'),('Provider','View Problems'); /*!40000 ALTER TABLE `role_privilege` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_role` -- DROP TABLE IF EXISTS `role_role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_role` ( `parent_role` varchar(50) NOT NULL DEFAULT '', `child_role` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`parent_role`,`child_role`), KEY `inherited_role` (`child_role`), CONSTRAINT `inherited_role` FOREIGN KEY (`child_role`) REFERENCES `role` (`role`), CONSTRAINT `parent_role` FOREIGN KEY (`parent_role`) REFERENCES `role` (`role`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_role` -- LOCK TABLES `role_role` WRITE; /*!40000 ALTER TABLE `role_role` DISABLE KEYS */; INSERT INTO `role_role` VALUES ('Provider','Clinician'),('Data Assistant','Data Manager'); /*!40000 ALTER TABLE `role_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scheduler_task_config` -- DROP TABLE IF EXISTS `scheduler_task_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scheduler_task_config` ( `task_config_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(1024) DEFAULT NULL, `schedulable_class` text, `start_time` datetime DEFAULT NULL, `start_time_pattern` varchar(50) DEFAULT NULL, `repeat_interval` int(11) NOT NULL DEFAULT '0', `start_on_startup` tinyint(1) NOT NULL DEFAULT '0', `started` tinyint(1) NOT NULL DEFAULT '0', `created_by` int(11) DEFAULT '0', `date_created` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `last_execution_time` datetime DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`task_config_id`), UNIQUE KEY `scheduler_task_config_uuid_index` (`uuid`), KEY `scheduler_changer` (`changed_by`), KEY `scheduler_creator` (`created_by`), CONSTRAINT `scheduler_changer` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `scheduler_creator` FOREIGN KEY (`created_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scheduler_task_config` -- LOCK TABLES `scheduler_task_config` WRITE; /*!40000 ALTER TABLE `scheduler_task_config` DISABLE KEYS */; INSERT INTO `scheduler_task_config` VALUES (2,'Process Form Entry Queue','Processes form entry queue.','org.openmrs.module.formentry.ProcessFormEntryQueueTask','2006-04-24 00:00:00',NULL,30,0,0,1,'2006-04-24 00:00:00',NULL,NULL,NULL,'da43aaf3-6a7f-11e7-89a8-765859b2742d'),(3,'Process HL7 Task','Processes HL7 messages.','org.openmrs.scheduler.tasks.ProcessHL7InQueueTask','2006-04-24 00:00:00',NULL,30,0,0,1,'2006-04-24 00:00:00',NULL,NULL,NULL,'da43ae86-6a7f-11e7-89a8-765859b2742d'),(4,'Alert Reminder Task','Sends email to users who have not checked their alerts. Set to run every ten minutes.','org.openmrs.scheduler.tasks.AlertReminderTask','2006-04-24 00:00:00',NULL,600,0,0,1,'2006-04-24 00:00:00',NULL,NULL,NULL,'da43affd-6a7f-11e7-89a8-765859b2742d'),(5,'Send Email Task','Doesn\'t do anything yet.','org.openmrs.scheduler.tasks.SendEmailTask','2006-04-24 00:00:00',NULL,600,0,0,1,'2006-04-24 00:00:00',NULL,NULL,NULL,'da43b145-6a7f-11e7-89a8-765859b2742d'),(6,'Hello World Task','Writes \'hello world\' to log. Demonstrates problem caused by spawning a thread from a timer task.','org.openmrs.scheduler.tasks.HelloWorldTask','2006-04-24 00:00:00',NULL,600,0,0,1,'2006-04-24 00:00:00',NULL,NULL,NULL,'da43b26f-6a7f-11e7-89a8-765859b2742d'),(7,'Check Internet Connectivity Task','Checks the external internet connection every ten minutes. This is a trivial task that checks the connection to Google over port 80. If the connection fails, we assume the internet is done and raise an alert.','org.openmrs.scheduler.tasks.CheckInternetConnectivityTask','2006-04-24 00:00:00',NULL,60,0,0,1,'2006-04-24 00:00:00',NULL,NULL,NULL,'da43b3d5-6a7f-11e7-89a8-765859b2742d'),(8,'Update Concept Words','Iterates through the concept dictionary, re-creating concept words (which are used for searcing). This task is started when using the \"Update Concept Word Storage\" page and no range is given.','org.openmrs.scheduler.tasks.ConceptWordUpdateTask',NULL,NULL,0,0,0,1,'2008-11-11 00:00:00',1,'2008-11-11 00:00:00',NULL,'da43b52f-6a7f-11e7-89a8-765859b2742d'),(9,'Auto Close Visits Task','Stops all active visits that match the visit type(s) specified by the value of the global property \'visits.autoCloseVisitType\'','org.openmrs.scheduler.tasks.AutoCloseVisitsTask','2011-11-28 23:59:59','MM/dd/yyyy HH:mm:ss',86400,0,0,1,'2017-07-16 19:38:42',NULL,NULL,NULL,'8c17b376-1a2b-11e1-a51a-00248140a5eb'); /*!40000 ALTER TABLE `scheduler_task_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scheduler_task_config_property` -- DROP TABLE IF EXISTS `scheduler_task_config_property`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scheduler_task_config_property` ( `task_config_property_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `value` text, `task_config_id` int(11) DEFAULT NULL, PRIMARY KEY (`task_config_property_id`), KEY `task_config_for_property` (`task_config_id`), CONSTRAINT `task_config_for_property` FOREIGN KEY (`task_config_id`) REFERENCES `scheduler_task_config` (`task_config_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scheduler_task_config_property` -- LOCK TABLES `scheduler_task_config_property` WRITE; /*!40000 ALTER TABLE `scheduler_task_config_property` DISABLE KEYS */; /*!40000 ALTER TABLE `scheduler_task_config_property` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serialized_object` -- DROP TABLE IF EXISTS `serialized_object`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `serialized_object` ( `serialized_object_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(5000) DEFAULT NULL, `type` varchar(255) NOT NULL, `subtype` varchar(255) NOT NULL, `serialization_class` varchar(255) NOT NULL, `serialized_data` mediumtext NOT NULL, `date_created` datetime NOT NULL, `creator` int(11) NOT NULL, `date_changed` datetime DEFAULT NULL, `changed_by` int(11) DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `date_retired` datetime DEFAULT NULL, `retired_by` int(11) DEFAULT NULL, `retire_reason` varchar(1000) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`serialized_object_id`), UNIQUE KEY `serialized_object_uuid_index` (`uuid`), KEY `serialized_object_creator` (`creator`), KEY `serialized_object_changed_by` (`changed_by`), KEY `serialized_object_retired_by` (`retired_by`), CONSTRAINT `serialized_object_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `serialized_object_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `serialized_object_retired_by` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `serialized_object` -- LOCK TABLES `serialized_object` WRITE; /*!40000 ALTER TABLE `serialized_object` DISABLE KEYS */; /*!40000 ALTER TABLE `serialized_object` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `test_order` -- DROP TABLE IF EXISTS `test_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `test_order` ( `order_id` int(11) NOT NULL, `specimen_source` int(11) DEFAULT NULL, `laterality` varchar(20) DEFAULT NULL, `clinical_history` text, `frequency` int(11) DEFAULT NULL, `number_of_repeats` int(11) DEFAULT NULL, PRIMARY KEY (`order_id`), KEY `test_order_specimen_source_fk` (`specimen_source`), KEY `test_order_frequency_fk` (`frequency`), CONSTRAINT `test_order_frequency_fk` FOREIGN KEY (`frequency`) REFERENCES `order_frequency` (`order_frequency_id`), CONSTRAINT `test_order_order_id_fk` FOREIGN KEY (`order_id`) REFERENCES `orders` (`order_id`), CONSTRAINT `test_order_specimen_source_fk` FOREIGN KEY (`specimen_source`) REFERENCES `concept` (`concept_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `test_order` -- LOCK TABLES `test_order` WRITE; /*!40000 ALTER TABLE `test_order` DISABLE KEYS */; /*!40000 ALTER TABLE `test_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_property` -- DROP TABLE IF EXISTS `user_property`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_property` ( `user_id` int(11) NOT NULL DEFAULT '0', `property` varchar(100) NOT NULL DEFAULT '', `property_value` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`user_id`,`property`), CONSTRAINT `user_property_to_users` FOREIGN KEY (`user_id`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_property` -- LOCK TABLES `user_property` WRITE; /*!40000 ALTER TABLE `user_property` DISABLE KEYS */; INSERT INTO `user_property` VALUES (1,'defaultLocale','en_GB'),(1,'loginAttempts','0'); /*!40000 ALTER TABLE `user_property` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_role` -- DROP TABLE IF EXISTS `user_role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_role` ( `user_id` int(11) NOT NULL DEFAULT '0', `role` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`role`,`user_id`), KEY `user_role_to_users` (`user_id`), CONSTRAINT `role_definitions` FOREIGN KEY (`role`) REFERENCES `role` (`role`), CONSTRAINT `user_role_to_users` FOREIGN KEY (`user_id`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_role` -- LOCK TABLES `user_role` WRITE; /*!40000 ALTER TABLE `user_role` DISABLE KEYS */; INSERT INTO `user_role` VALUES (1,'Provider'),(1,'System Developer'); /*!40000 ALTER TABLE `user_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `users` ( `user_id` int(11) NOT NULL AUTO_INCREMENT, `system_id` varchar(50) NOT NULL DEFAULT '', `username` varchar(50) DEFAULT NULL, `password` varchar(128) DEFAULT NULL, `salt` varchar(128) DEFAULT NULL, `secret_question` varchar(255) DEFAULT NULL, `secret_answer` varchar(255) DEFAULT NULL, `creator` int(11) NOT NULL DEFAULT '0', `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `person_id` int(11) NOT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`user_id`), KEY `user_who_changed_user` (`changed_by`), KEY `user_creator` (`creator`), KEY `user_who_retired_this_user` (`retired_by`), KEY `person_id_for_user` (`person_id`), CONSTRAINT `person_id_for_user` FOREIGN KEY (`person_id`) REFERENCES `person` (`person_id`), CONSTRAINT `user_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_changed_user` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `user_who_retired_this_user` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'admin','','6f0be51d599f59dd1269e12e17949f8ecb9ac963e467ac1400cf0a02eb9f8861ce3cca8f6d34d93c0ca34029497542cbadda20c949affb4cb59269ef4912087b','c788c6ad82a157b712392ca695dfcf2eed193d7f',NULL,NULL,1,'2005-01-01 00:00:00',1,'2017-07-16 19:40:58',1,0,NULL,NULL,NULL,'dc053b31-6a7f-11e7-89a8-765859b2742d'),(2,'daemon','daemon',NULL,NULL,NULL,NULL,1,'2010-04-26 13:25:00',NULL,NULL,1,0,NULL,NULL,NULL,'A4F30A1B-5EB9-11DF-A648-37A07F9C90FB'); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `visit` -- DROP TABLE IF EXISTS `visit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `visit` ( `visit_id` int(11) NOT NULL AUTO_INCREMENT, `patient_id` int(11) NOT NULL, `visit_type_id` int(11) NOT NULL, `date_started` datetime NOT NULL, `date_stopped` datetime DEFAULT NULL, `indication_concept_id` int(11) DEFAULT NULL, `location_id` int(11) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`visit_id`), UNIQUE KEY `uuid` (`uuid`), KEY `visit_patient_index` (`patient_id`), KEY `visit_type_fk` (`visit_type_id`), KEY `visit_location_fk` (`location_id`), KEY `visit_creator_fk` (`creator`), KEY `visit_voided_by_fk` (`voided_by`), KEY `visit_changed_by_fk` (`changed_by`), KEY `visit_indication_concept_fk` (`indication_concept_id`), CONSTRAINT `visit_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `visit_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `visit_indication_concept_fk` FOREIGN KEY (`indication_concept_id`) REFERENCES `concept` (`concept_id`), CONSTRAINT `visit_location_fk` FOREIGN KEY (`location_id`) REFERENCES `location` (`location_id`), CONSTRAINT `visit_patient_fk` FOREIGN KEY (`patient_id`) REFERENCES `patient` (`patient_id`), CONSTRAINT `visit_type_fk` FOREIGN KEY (`visit_type_id`) REFERENCES `visit_type` (`visit_type_id`), CONSTRAINT `visit_voided_by_fk` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `visit` -- LOCK TABLES `visit` WRITE; /*!40000 ALTER TABLE `visit` DISABLE KEYS */; /*!40000 ALTER TABLE `visit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `visit_attribute` -- DROP TABLE IF EXISTS `visit_attribute`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `visit_attribute` ( `visit_attribute_id` int(11) NOT NULL AUTO_INCREMENT, `visit_id` int(11) NOT NULL, `attribute_type_id` int(11) NOT NULL, `value_reference` text NOT NULL, `uuid` char(38) NOT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `voided` tinyint(1) NOT NULL DEFAULT '0', `voided_by` int(11) DEFAULT NULL, `date_voided` datetime DEFAULT NULL, `void_reason` varchar(255) DEFAULT NULL, PRIMARY KEY (`visit_attribute_id`), UNIQUE KEY `uuid` (`uuid`), KEY `visit_attribute_visit_fk` (`visit_id`), KEY `visit_attribute_attribute_type_id_fk` (`attribute_type_id`), KEY `visit_attribute_creator_fk` (`creator`), KEY `visit_attribute_changed_by_fk` (`changed_by`), KEY `visit_attribute_voided_by_fk` (`voided_by`), CONSTRAINT `visit_attribute_attribute_type_id_fk` FOREIGN KEY (`attribute_type_id`) REFERENCES `visit_attribute_type` (`visit_attribute_type_id`), CONSTRAINT `visit_attribute_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `visit_attribute_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `visit_attribute_visit_fk` FOREIGN KEY (`visit_id`) REFERENCES `visit` (`visit_id`), CONSTRAINT `visit_attribute_voided_by_fk` FOREIGN KEY (`voided_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `visit_attribute` -- LOCK TABLES `visit_attribute` WRITE; /*!40000 ALTER TABLE `visit_attribute` DISABLE KEYS */; /*!40000 ALTER TABLE `visit_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `visit_attribute_type` -- DROP TABLE IF EXISTS `visit_attribute_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `visit_attribute_type` ( `visit_attribute_type_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(1024) DEFAULT NULL, `datatype` varchar(255) DEFAULT NULL, `datatype_config` text, `preferred_handler` varchar(255) DEFAULT NULL, `handler_config` text, `min_occurs` int(11) NOT NULL, `max_occurs` int(11) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`visit_attribute_type_id`), UNIQUE KEY `uuid` (`uuid`), KEY `visit_attribute_type_creator_fk` (`creator`), KEY `visit_attribute_type_changed_by_fk` (`changed_by`), KEY `visit_attribute_type_retired_by_fk` (`retired_by`), CONSTRAINT `visit_attribute_type_changed_by_fk` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `visit_attribute_type_creator_fk` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `visit_attribute_type_retired_by_fk` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `visit_attribute_type` -- LOCK TABLES `visit_attribute_type` WRITE; /*!40000 ALTER TABLE `visit_attribute_type` DISABLE KEYS */; /*!40000 ALTER TABLE `visit_attribute_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `visit_type` -- DROP TABLE IF EXISTS `visit_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `visit_type` ( `visit_type_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(1024) DEFAULT NULL, `creator` int(11) NOT NULL, `date_created` datetime NOT NULL, `changed_by` int(11) DEFAULT NULL, `date_changed` datetime DEFAULT NULL, `retired` tinyint(1) NOT NULL DEFAULT '0', `retired_by` int(11) DEFAULT NULL, `date_retired` datetime DEFAULT NULL, `retire_reason` varchar(255) DEFAULT NULL, `uuid` char(38) NOT NULL, PRIMARY KEY (`visit_type_id`), UNIQUE KEY `uuid` (`uuid`), KEY `visit_type_creator` (`creator`), KEY `visit_type_changed_by` (`changed_by`), KEY `visit_type_retired_by` (`retired_by`), CONSTRAINT `visit_type_changed_by` FOREIGN KEY (`changed_by`) REFERENCES `users` (`user_id`), CONSTRAINT `visit_type_creator` FOREIGN KEY (`creator`) REFERENCES `users` (`user_id`), CONSTRAINT `visit_type_retired_by` FOREIGN KEY (`retired_by`) REFERENCES `users` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `visit_type` -- LOCK TABLES `visit_type` WRITE; /*!40000 ALTER TABLE `visit_type` DISABLE KEYS */; INSERT INTO `visit_type` VALUES (1,'Outpatient','An Outpatient type of visit',1,'2011-12-09 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'73bbb069-9781-4afc-a9d1-54b6b2270e01'),(2,'Hospitalization','A Hospitalization type of visit',1,'2011-12-09 00:00:00',NULL,NULL,0,NULL,NULL,NULL,'73bbb069-9781-4afc-a9d1-54b6b2270e02'); /*!40000 ALTER TABLE `visit_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping events for database 'openmrs' -- -- -- Dumping routines for database 'openmrs' -- /*!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 2017-07-16 20:27:53