docs : Removed deprecated useBulkDataURI (#4272)
This commit is contained in:
parent
6c7d01a184
commit
5531487fd6
@ -30,7 +30,6 @@ window.config = {
|
|||||||
imageRendering: 'wadors',
|
imageRendering: 'wadors',
|
||||||
thumbnailRendering: 'wadors',
|
thumbnailRendering: 'wadors',
|
||||||
enableStudyLazyLoad: true,
|
enableStudyLazyLoad: true,
|
||||||
useBulkDataURI: false,
|
|
||||||
supportsFuzzyMatching: true,
|
supportsFuzzyMatching: true,
|
||||||
supportsWildcard: true,
|
supportsWildcard: true,
|
||||||
dicomUploadEnabled: true,
|
dicomUploadEnabled: true,
|
||||||
|
|||||||
@ -226,7 +226,6 @@ Example usage:<br/>
|
|||||||
supportsFuzzyMatching: false,
|
supportsFuzzyMatching: false,
|
||||||
supportsWildcard: false,
|
supportsWildcard: false,
|
||||||
singlepart: 'bulkdata,video,pdf',
|
singlepart: 'bulkdata,video,pdf',
|
||||||
useBulkDataURI: false,
|
|
||||||
onConfiguration: (dicomWebConfig, options) => {
|
onConfiguration: (dicomWebConfig, options) => {
|
||||||
const { params } = options;
|
const { params } = options;
|
||||||
const { project, location, dataset, dicomStore } = params;
|
const { project, location, dataset, dicomStore } = params;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user