Skip to content

Commit

Permalink
Fix parent name field in row mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Nov 13, 2024
1 parent bd00380 commit 4ca002b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private SearchResult mapSearchResults(ResultSet rs) throws SQLException {
rs.getString("stigmatized"), rs.getString("display"), description,
isContinuous ? String.valueOf(jsonBlobParser.parseMin(rs.getString("values"))) : "", rs.getString("conceptPath"),
rs.getString("parentName"), rs.getString("conceptPath"), rs.getString("name"), rs.getString("parentDisplay"), description, // changed
"{}", "", rs.getString("parentDisplay"), isContinuous ? String.valueOf(jsonBlobParser.parseMax(rs.getString("values"))) : "",
"{}", "", rs.getString("parentName"), isContinuous ? String.valueOf(jsonBlobParser.parseMax(rs.getString("values"))) : "",
description, rs.getString("dataset"), hashedVarId, rs.getString("conceptType"), rs.getString("name"), rs.getString("dataset"),
rs.getString("stigmatized"), rs.getString("display"), rs.getString("studyAcronym"), rs.getString("dsFullName"),
rs.getString("parentName"), rs.getString("parentDisplay"), rs.getString("conceptPath")
Expand Down

0 comments on commit 4ca002b

Please sign in to comment.