Skip to content

Commit 9b22015

Browse files
authored
Change filename
1 parent c0123f0 commit 9b22015

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

parsers/sig.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def infer(self, match_dict, ndc=None, rxcui=None):
163163
# parse a csv
164164
def parse_sig_csv(self):
165165
file_path='parsers/csv/'
166-
file_name='vumc_phase_3_sigs'
166+
file_name='file_name'
167167
csv_columns = self.match_keys
168168
# create an empty list to collect the data
169169
parsed_sigs = []
@@ -198,7 +198,7 @@ def parse_sig_csv(self):
198198
# parse and validate a csv
199199
def parse_validate_sig_csv(self):
200200
file_path='parsers/csv/'
201-
file_name='sig_prd_20200707'
201+
file_name='file_name'
202202
# create an empty list to collect the data
203203
parsed_sigs = []
204204
# open the file and read through it line by line
@@ -276,4 +276,4 @@ def print_progress_bar (iteration, total, prefix = 'progress:', suffix = 'comple
276276
# NOTE: if indication overlaps something else, then end indication just before the next thing starts
277277
# NOTE: don't forget about the actual sig text and the sequence
278278
# NOTE: split sig by "then" occurrences for sequence
279-
# NOTE: Github has pieces that could make a FHIR converter
279+
# NOTE: Github has pieces that could make a FHIR converter

0 commit comments

Comments
 (0)