Skip to content

Commit

Permalink
Snapshot 2585
Browse files Browse the repository at this point in the history
  • Loading branch information
buendia-jenkins committed Aug 22, 2015
1 parent 54224ee commit f736650
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ID
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2015-08-22T08:02:09Z
2015-08-22T10:02:19Z
2 changes: 1 addition & 1 deletion concept.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ CREATE TABLE `concept` (
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=777000023 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=777000024 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
1 change: 1 addition & 0 deletions concept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50865,3 +50865,4 @@
777000020 0 \N \N \N 4 5 0 3 2015-01-26 20:10:12 \N \N \N \N \N \N c2fbb01b-1c10-4d23-b770-e152201e4db2
777000021 0 \N \N \N 2 7 0 3 2015-01-26 20:10:35 \N \N \N \N \N \N dc1ec15e-7c21-4687-89ee-1f8e73f98912
777000022 0 \N \N \N 4 5 0 3 2015-01-27 19:05:41 \N 3 2015-02-14 05:39:34 \N \N \N b5267d48-2456-4ffc-bbf7-4ab2f7c6f7c3
777000023 0 \N \N \N 4 5 0 3 2015-08-22 08:49:38 \N 3 2015-08-22 08:49:38 \N \N \N buendia.order_executed
2 changes: 1 addition & 1 deletion concept_name.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ CREATE TABLE `concept_name` (
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=127092 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=127093 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
1 change: 1 addition & 0 deletions concept_name.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115340,3 +115340,4 @@
162751 Assisted walking en_GB_client 3 2015-02-14 05:59:40 127089 0 \N \N \N 48de1259-b77c-4699-9b81-d9cb773877a0 SHORT 0
162751 As. Assisted walking en_GB_client 3 2015-02-14 05:59:40 127090 0 \N \N \N 780e038c-596f-4cad-a618-797eaddd7f7d FULLY_SPECIFIED 1
147241 Bleeding en_GB_client 3 2015-02-14 06:14:21 127091 0 \N \N \N a774b8a9-e759-4553-bf5c-dfb8ddc321dd FULLY_SPECIFIED 1
777000023 Order executed en 3 2015-08-22 08:49:39 127092 0 \N \N \N 42b5838e-61e9-4fb2-a71e-add0c67989f8 FULLY_SPECIFIED 1
2 changes: 1 addition & 1 deletion concept_word.sql
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CREATE TABLE `concept_word` (
KEY `concept_word_weight_index` (`weight`),
CONSTRAINT `word_for_name` FOREIGN KEY (`concept_name_id`) REFERENCES `concept_name` (`concept_name_id`),
CONSTRAINT `word_for` FOREIGN KEY (`concept_id`) REFERENCES `concept` (`concept_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1197703 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=1197705 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 2 additions & 0 deletions concept_word.txt
Original file line number Diff line number Diff line change
Expand Up @@ -411135,3 +411135,5 @@
1197700 5242 BPM en_GB_client 126994 1.3409090909090908
1197701 5242 TAUX fr 107916 2.586470588235294
1197702 5242 BREATHS en 109081 2.255238095238095
1197703 777000023 ORDER en 127092 2.5642857142857145
1197704 777000023 EXECUTED en 127092 1.3826530612244898
2 changes: 1 addition & 1 deletion encounter.sql
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CREATE TABLE `encounter` (
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 AUTO_INCREMENT=2340 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=2370 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 1 addition & 1 deletion encounter_provider.sql
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CREATE TABLE `encounter_provider` (
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 AUTO_INCREMENT=1964 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=1984 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 1 addition & 1 deletion hl7_in_archive.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CREATE TABLE `hl7_in_archive` (
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 AUTO_INCREMENT=934 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=954 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 1 addition & 1 deletion location.sql
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ CREATE TABLE `location` (
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=594 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=595 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 1 addition & 1 deletion obs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ CREATE TABLE `obs` (
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 AUTO_INCREMENT=31087 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=31538 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 1 addition & 1 deletion patient_identifier.sql
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ CREATE TABLE `patient_identifier` (
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=1248 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=1254 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 1 addition & 1 deletion person.sql
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ CREATE TABLE `person` (
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=1846 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=1853 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 1 addition & 1 deletion person_attribute.sql
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CREATE TABLE `person_attribute` (
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 AUTO_INCREMENT=1399 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=1405 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 1 addition & 1 deletion person_name.sql
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ CREATE TABLE `person_name` (
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=1847 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=1854 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 1 addition & 1 deletion provider.sql
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CREATE TABLE `provider` (
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=345 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=346 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 1 addition & 1 deletion users.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CREATE TABLE `users` (
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=351 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=352 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 1 addition & 1 deletion users.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1 admin \N 3e331424b913c4b62abdd7d67d5d77468407e75037b30750a88b0e8c92b848a7c53521a979305f3d10926af6a121dbed94a060debf9d7ba1519158dd38b9f4c9 e52d017f9c97f00489d5e34768c03ab698a9dc31a12b95bea04e1f43e70604fcf23288d8c8b586ac61ffcbff3ce0ec2ea3b517afc47f70166ef7fad5e7bca633 \N 1 2005-01-01 00:00:00 1 2014-11-04 15:34:30 1 0 \N \N \N 3dc7710d-6437-11e4-badf-42010af0dc15
2 daemon daemon \N \N \N \N 1 2010-04-26 13:25:00 \N \N 1 0 \N \N \N A4F30A1B-5EB9-11DF-A648-37A07F9C90FB
3 buendia_admin buendia_admin \N \N \N \N 1 2015-08-22 08:02:09 1 2015-08-22 08:02:09 1 0 \N \N \N 09f979d7-b091-11e4-bc78-040ccecfdba4
3 buendia_admin buendia_admin \N \N \N \N 1 2015-08-22 10:02:18 1 2015-08-22 10:02:18 1 0 \N \N \N 09f979d7-b091-11e4-bc78-040ccecfdba4

0 comments on commit f736650

Please sign in to comment.