Skip to content

Commit

Permalink
Support additional input sample aliases (#1256)
Browse files Browse the repository at this point in the history
Signed-off-by: Angelica Ochoa <[email protected]>
  • Loading branch information
ao508 authored Aug 15, 2024
1 parent 2dd44de commit aa9052e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ void updateSamplePatientRelationship(@Param("smileSampleId") UUID smileSampleId,
+ "OR sa.value = $inputId "
+ "OR s.smileSampleId = $inputId "
+ "OR sm.cmoSampleName = $inputId "
+ "OR sm.investigatorSampleId = $inputId "
+ "RETURN s")
SmileSample findSampleByInputId(@Param("inputId") String inputId);

Expand Down

0 comments on commit aa9052e

Please sign in to comment.