We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8044ec0 commit c454fc0Copy full SHA for c454fc0
dicoogle/src/main/resources/webapp/js/components/search/result/imageView.js
@@ -409,7 +409,7 @@ var PopOverView = createReactClass({
409
});
410
411
// Add URI as location definition of the DICOM resource.
412
- fields.push({ att: "URI", field:this.state.data.data.results.uri });
+ fields.push({ Attribute: "URI", Value:this.state.data.data.results.uri });
413
414
var selectRowProp = {
415
clickToSelect: true,
0 commit comments