Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alx652 committed Oct 24, 2024
1 parent 0a12fe8 commit a696d42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public Map<Column, ColumnValueRecipe<Substance>> createColumnRecipes(Parameters
defaultRecipeMap.put(DefaultColumns.RXCUI, new CodeSystemRecipe(DefaultColumns.RXCUI, "RXCUI"));
defaultRecipeMap.put(DefaultColumns.PUBCHEM, new CodeSystemRecipe(DefaultColumns.PUBCHEM, "PUBCHEM"));

// In controlled vocab, the display is SMSID, but the value is SMS_ID, want report column to be SMSID
defaultRecipeMap.put(DefaultColumns.SMSID, new CodeSystemRecipe(DefaultColumns.SMSID, "SMS_ID").replaceColumnName(DefaultColumns.SMSID
.name(),"SMSID"));

Expand Down

0 comments on commit a696d42

Please sign in to comment.