Skip to content

Commit

Permalink
Remove state data from seed script (#2739)
Browse files Browse the repository at this point in the history
remove state data from seed script
  • Loading branch information
emmastephenson authored Oct 10, 2024
1 parent 280b94e commit 7fb8a6b
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 185,071 deletions.
656 changes: 0 additions & 656 deletions containers/ecr-viewer/seed-scripts/baseECR/KY/Patient1/CDA_RR.xml

This file was deleted.

6,291 changes: 0 additions & 6,291 deletions containers/ecr-viewer/seed-scripts/baseECR/KY/Patient1/CDA_eICR.xml

This file was deleted.

651 changes: 0 additions & 651 deletions containers/ecr-viewer/seed-scripts/baseECR/KY/Patient2/CDA_RR.xml

This file was deleted.

20,979 changes: 0 additions & 20,979 deletions containers/ecr-viewer/seed-scripts/baseECR/KY/Patient2/CDA_eICR.xml

This file was deleted.

612 changes: 0 additions & 612 deletions containers/ecr-viewer/seed-scripts/baseECR/ME/Patient1/CDA_RR.xml

This file was deleted.

10,451 changes: 0 additions & 10,451 deletions containers/ecr-viewer/seed-scripts/baseECR/ME/Patient1/CDA_eICR.xml

This file was deleted.

704 changes: 0 additions & 704 deletions containers/ecr-viewer/seed-scripts/baseECR/ME/Patient2/CDA_RR.xml

This file was deleted.

46,666 changes: 0 additions & 46,666 deletions containers/ecr-viewer/seed-scripts/baseECR/ME/Patient2/CDA_eICR.xml

This file was deleted.

795 changes: 0 additions & 795 deletions containers/ecr-viewer/seed-scripts/baseECR/ME/Patient3/CDA_RR.xml

This file was deleted.

18,206 changes: 0 additions & 18,206 deletions containers/ecr-viewer/seed-scripts/baseECR/ME/Patient3/CDA_eICR.xml

This file was deleted.

896 changes: 0 additions & 896 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn1/CDA_RR.xml

This file was deleted.

11,869 changes: 0 additions & 11,869 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn1/CDA_eICR.xml

This file was deleted.

475 changes: 0 additions & 475 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn2/CDA_RR.xml

This file was deleted.

9,017 changes: 0 additions & 9,017 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn2/CDA_eICR.xml

This file was deleted.

532 changes: 0 additions & 532 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn3/CDA_RR.xml

This file was deleted.

11,441 changes: 0 additions & 11,441 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn3/CDA_eICR.xml

This file was deleted.

558 changes: 0 additions & 558 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn4/CDA_RR.xml

This file was deleted.

9,994 changes: 0 additions & 9,994 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn4/CDA_eICR.xml

This file was deleted.

1,009 changes: 0 additions & 1,009 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn5/CDA_RR.xml

This file was deleted.

20,574 changes: 0 additions & 20,574 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn5/CDA_eICR.xml

This file was deleted.

653 changes: 0 additions & 653 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn6/CDA_RR.xml

This file was deleted.

5,926 changes: 0 additions & 5,926 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn6/CDA_eICR.xml

This file was deleted.

668 changes: 0 additions & 668 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn7/CDA_RR.xml

This file was deleted.

5,447 changes: 0 additions & 5,447 deletions containers/ecr-viewer/seed-scripts/baseECR/TN/tn7/CDA_eICR.xml

This file was deleted.

2 changes: 1 addition & 1 deletion containers/ecr-viewer/seed-scripts/create-seed-data.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def convert_files():
:return: A list of fhir bundles
"""
print("Converting files...")
subfolders = ["LA", "TN", "ME", "KY"]
subfolders = ["LA"]
# Iterate over the subfolders
for subfolder in subfolders:
subfolder_path = os.path.join(BASEDIR, "baseECR", subfolder)
Expand Down

0 comments on commit 7fb8a6b

Please sign in to comment.