-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUpdate_ICD10CM.properties
83 lines (72 loc) · 3.18 KB
/
Update_ICD10CM.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#*********************************************
# Properties for ICD10CM vocabulary update *
# Version 0.0.7 *
#*********************************************
# Common
vocabulary.display.name=ICD10CM
basePath=vocabulary_data/dev_icd10cm
baseLogPath=.logs
#manualTableName=mock_manual_table
manualTableName=MANUAL_table
#manualTableFileName=mock_manual_table_data.csv
manualTableFileName=manual_table_data.csv
# Database
db.userName=DEV_ICD10CM
db.password=DEV_ICD10CM
db.tnsName=ORCL
# Build bootstrap action
startUpdate.description=Start Update
# Fast recreate phase (SQL-based)
fastRecreate.description=Fast Recreate
fastRecreate.sqlFileName=00.fast_recreate_schema.sql
#fastRecreate.sqlFileName=mock/00.mock_fast_recreate_schema.sql
fastRecreate.logFileName=fast_recreate.log
fastRecreate.streamLogFileName=fast_recreate_stream.log
fastRecreate.streamErrFileName=fast_recreate_stream.err
# Create source file phase (SQL-based)
createSourceTable.description=Create Source Table
createSourceTable.sqlFileName=01.create_source_tables.sql
# This mock file should be used only when real data import is skipped
#createSourceTable.sqlFileName=mock/01.mock_create_source_tables.sql
createSourceTable.logFileName=create_source_table.log
createSourceTable.streamLogFileName=create_source_table_stream.log
createSourceTable.streamErrFileName=create_source_table_stream.err
# Download vocabulary update package phase
downloadUpdatePack.description=Download
downloadUpdatePack.fileUrl=ftp://ftp.cdc.gov/pub/Health_Statistics/NCHS/Publications/ICD10CM/2017/icd10cm_order_2017.txt
# Rename file phase
renameFile.description=Rename File
renameFile.error.already.exists=File '%s' already exists!
renameFile.error.other=Something going wrong, please check temporary folder
renameFile.srcFileName=icd10cm_order_2017.txt
renameFile.destFileName=icd10cm.txt
# Import data phase
importData.description=Import
importData.controlFileName=icd10cm.ctl
importData.dataFileName=icd10cm.txt
importData.logFileName=icd10cm.log
importData.discardFileName=icd10cm.dsc
importData.badFileName=icd10cm.bad
importData.streamLogFileName=import_data_stream.log
importData.streamErrFileName=import_data_stream.err
# Load stage phase (SQL-based)
loadStage.description=Load Stage
loadStage.sqlFileName=03.load_stage.sql
#loadStage.sqlFileName=mock/03.mock_load_stage.sql
loadStage.logFileName=load_stage.log
loadStage.streamLogFileName=load_stage_stream.log
loadStage.streamErrFileName=load_stage_stream.err
# Generic update phase (SQL-based)
genericUpdate.description=Generic Update
genericUpdate.sqlFileName=04.generic_update.sql
#genericUpdate.sqlFileName=mock/04.mock_generic_update.sql
genericUpdate.logFileName=generic_update.log
genericUpdate.streamLogFileName=generic_update_stream.log
genericUpdate.streamErrFileName=generic_update_stream.err
# Check update results phase (SQL-based)
checkUpdateResults.description=Check Update Results
checkUpdateResults.sqlFileName=05.update_results.sql
#checkUpdateResults.sqlFileName=mock/05.mock_update_results.sql
checkUpdateResults.logFileName=check_update_results.log
checkUpdateResults.streamLogFileName=check_update_results_stream.log
checkUpdateResults.streamErrFileName=check_update_results_stream.err