Skip to content

Commit

Permalink
2019 ICD10 Code upload #1231 (#1258)
Browse files Browse the repository at this point in the history
2019 ICD10 Code upload
  • Loading branch information
teryhill authored and Tony McCormick committed Oct 31, 2018
1 parent 13ff90b commit a1be77b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions sql/2_0_0-to-2_0_1_upgrade.sql
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,10 @@ CREATE TABLE `lims_analysisrequests` (
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8
#EndIf

#IfNotRow4D supported_external_dataloads load_type ICD10 load_source CMS load_release_date 2018-10-01 load_filename 2019-ICD-10-CM-Code-Descriptions.zip
INSERT INTO `supported_external_dataloads` (`load_type`, `load_source`, `load_release_date`, `load_filename`, `load_checksum`) VALUES ('ICD10', 'CMS', '2018-10-01', '2019-ICD-10-CM-Code-Descriptions.zip', 'b23e0128eb2dce0cb007c31638a8dc00');
#EndIf

#IfNotRow4D supported_external_dataloads load_type ICD10 load_source CMS load_release_date 2018-10-01 load_filename 2019-ICD-10-PCS-Order-File.zip
INSERT INTO `supported_external_dataloads` (`load_type`, `load_source`, `load_release_date`, `load_filename`, `load_checksum`) VALUES ('ICD10', 'CMS', '2018-10-01', '2019-ICD-10-PCS-Order-File.zip', 'eb545fe61ada9efad0ad97a669f8671f');
#Endif
4 changes: 4 additions & 0 deletions sql/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5816,6 +5816,10 @@ INSERT INTO `supported_external_dataloads` (`load_type`, `load_source`, `load_re
('ICD10', 'CMS', '2017-10-01', '2018-ICD-10-Code-Descriptions.zip', '6f9c77440132e30f565222ca9bb6599c');
INSERT INTO `supported_external_dataloads` (`load_type`, `load_source`, `load_release_date`, `load_filename`, `load_checksum`) VALUES
('ICD10', 'CMS', '2017-10-01', '2018-ICD-10-PCS-General-Equivalence-Mappings.zip', 'bb73c80e272da28712887d7979b1cebf');
INSERT INTO `supported_external_dataloads` (`load_type`, `load_source`, `load_release_date`, `load_filename`, `load_checksum`) VALUES
('ICD10', 'CMS', '2018-10-01', '2019-ICD-10-CM-Code-Descriptions.zip', 'b23e0128eb2dce0cb007c31638a8dc00');
INSERT INTO `supported_external_dataloads` (`load_type`, `load_source`, `load_release_date`, `load_filename`, `load_checksum`) VALUES
('ICD10', 'CMS', '2018-10-01', '2019-ICD-10-PCS-Order-File.zip', 'eb545fe61ada9efad0ad97a669f8671f');

--
-- Table structure for table `transactions`
Expand Down

0 comments on commit a1be77b

Please sign in to comment.