File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ module.exports = {
5757 externals : {
5858 // global app config object
5959 config : JSON . stringify ( {
60- // apiUrl: 'https://api.parserx.io'
60+ apiUrl : 'https://api.parserx.io'
6161 //apiUrl: 'http://139.144.27.208'
62- apiUrl : 'http://192.168.1.20:8003'
62+ // apiUrl: 'http://192.168.1.20:8003'
6363 //apiUrl: 'http://192.168.1.14:8005'
6464 } )
6565 }
Original file line number Diff line number Diff line change @@ -234,6 +234,5 @@ def normalize_match(self, match):
234234 FrequencyInTheX (),
235235 FrequencyAtBedtime (),
236236 FrequencyOneTime (),
237- # NOTE: removing this parser for DRX implementation - may consider adding back
238- FrequencyAsDirected (),
237+ # FrequencyAsDirected(), # NOTE: removing this parser for DRX implementation - may consider adding back
239238]
Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ def normalize_match(self, match):
164164 InhalationRouteParser (),
165165 RouteParser (),
166166 TopicalRouteParser (),
167- # InferredOralRouteParser(), # turned off for VUMC - TODO: need to create customer "settings"
168- # InferredInhalationRouteParser(), # turned off for VUMC - TODO: need to create customer "settings"
167+ InferredOralRouteParser (), # turned off for VUMC - TODO: need to create customer "settings"
168+ InferredInhalationRouteParser (), # turned off for VUMC - TODO: need to create customer "settings"
169169 MiscellaneousRouteParser (),
170170]
171171
You can’t perform that action at this time.
0 commit comments