Skip to content

Commit

Permalink
-> #1407
Browse files Browse the repository at this point in the history
  • Loading branch information
s-paquette committed Sep 11, 2024
1 parent 5a0abbb commit 8396fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/image_search.js
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@ require([
'" target="_blank" rel="noopener noreferrer"><i class="fa-solid fa-eye"></i>'
} else {
let v2_link = is_xc ? "" : OHIF_V2_PATH + row['StudyInstanceUID'] + '?SeriesInstanceUID=' + data;
let v3_link = OHIF_V3_PATH + "=" + row['StudyInstanceUID'] + '&SeriesInstanceUID=' + data;
let v3_link = OHIF_V3_PATH + "=" + row['StudyInstanceUID'] + '&SeriesInstanceUIDs=' + data;
let default_viewer = (modality === "XC" || (Array.isArray(modality) && modality.includes("XC"))) ? v3_link : v2_link;
let volView_link = is_xc ? "" : VOLVIEW_PATH + "=[s3://" + row['aws_bucket'] + '/' + row['crdc_series_uuid']+']"';
let v2_element = '<li title="Not available for this modality."><a class="disabled" href="'
Expand Down

0 comments on commit 8396fbf

Please sign in to comment.