Skip to content

Commit

Permalink
fix: CQDG-00 test
Browse files Browse the repository at this point in the history
  • Loading branch information
adipaul1981 committed Sep 18, 2024
1 parent 7f305e0 commit 68b3b75
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ class ParticipantCentric(studyIds: List[String])(implicit configuration: Configu
currentRunDateTime: LocalDateTime = LocalDateTime.now())(implicit spark: SparkSession): Map[String, DataFrame] = {
val patientDF = data(simple_participant.id).drop("study")

data.keySet.foreach(println)

val transformedParticipant =
patientDF
.addStudy(data(es_index_study_centric.id))
Expand Down

0 comments on commit 68b3b75

Please sign in to comment.