Skip to content

Commit

Permalink
delete measurement table for test data
Browse files Browse the repository at this point in the history
  • Loading branch information
raejohanek committed Jul 17, 2024
1 parent 9be742e commit ef8bd5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import bio.terra.service.snapshotbuilder.query.table.Person;
import bio.terra.service.snapshotbuilder.utils.constants.ConditionOccurrence;
import bio.terra.service.snapshotbuilder.utils.constants.DrugExposure;
import bio.terra.service.snapshotbuilder.utils.constants.Measurement;
import bio.terra.service.snapshotbuilder.utils.constants.Observation;
import bio.terra.service.snapshotbuilder.utils.constants.ProcedureOccurrence;
import java.util.List;
Expand Down Expand Up @@ -207,7 +206,7 @@ private static SnapshotBuilderProgramDataListOption generateSnapshotBuilderProgr
.table(new SnapshotBuilderTable().datasetTableName(Observation.TABLE_NAME)),
new SnapshotBuilderDatasetConceptSet()
.name("Measurement")
.table(new SnapshotBuilderTable().datasetTableName(Measurement.TABLE_NAME)),
.table(new SnapshotBuilderTable().datasetTableName("measurement")),
new SnapshotBuilderDatasetConceptSet()
.name("Visit")
.table(new SnapshotBuilderTable().datasetTableName("visit_occurrence")),
Expand Down

This file was deleted.

0 comments on commit ef8bd5e

Please sign in to comment.