Skip to content

Commit

Permalink
Added requestTransferSyntaxUID in datasource config
Browse files Browse the repository at this point in the history
  • Loading branch information
maya-mohan committed Oct 12, 2023
1 parent 95f0dfa commit 16d9854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platform/app/public/config/gradient.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ window.config = {
supportsWildcard: true,
staticWado: true,
singlepart: 'bulkdata,video,pdf',
requestTransferSyntaxUID: '*'
},
},*/
{
Expand All @@ -87,7 +88,8 @@ window.config = {
thumbnailRendering: "wadors",
enableStudyLazyLoad: !0,
supportsFuzzyMatching: !0,
supportsWildcard: !1
supportsWildcard: !1,
requestTransferSyntaxUID: '*'
}
},
{
Expand Down

0 comments on commit 16d9854

Please sign in to comment.