Skip to content

Commit

Permalink
MAT-7166: add patient file to madie tc export file
Browse files Browse the repository at this point in the history
  • Loading branch information
nmorasb committed Jun 7, 2024
1 parent fe358a5 commit e258c05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ private String generateMadieMetadataFile(List<TestCase> testCases) throws JsonPr
.title(testCase.getTitle())
.series(testCase.getSeries())
.description(testCase.getDescription())
.patientId(testCase.getPatientId() == null ? null : testCase.getPatientId().toString())
.build()
).toList();
ObjectMapper mapper = new ObjectMapper();
Expand Down

0 comments on commit e258c05

Please sign in to comment.