Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Jun 3, 2021
1 parent cd80e20 commit ff39882
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/push_challenge_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
host=host
)

dataset_id = '2014-i2b2-20210603'
dataset_id = 'i2b2-phi-20210603'
fhir_store_id = 'evaluation'
annotation_store_id = 'goldstandard'
# Get evaluation-patient-bundles.json
Expand Down Expand Up @@ -135,6 +135,8 @@ def get_or_create_resource(get_func, create_func, *args, **kwargs):
annotations_cols = ['textDateAnnotations',
'textPhysicalAddressAnnotations',
'textPersonNameAnnotations']
# 'textIdAnnotations',
# 'textContactAnnotations']
note_ids = set()
for col in annotations_cols:
for annot in annotation[col]:
Expand Down

0 comments on commit ff39882

Please sign in to comment.