预览更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
057d23d34b
commit
16581bd7b9
|
@ -155,7 +155,7 @@ import store from '@/store'
|
||||||
import { changeURLStatic } from '@/utils/history.js'
|
import { changeURLStatic } from '@/utils/history.js'
|
||||||
cornerstoneWADOImageLoader.external.dicomParser = dicomParser
|
cornerstoneWADOImageLoader.external.dicomParser = dicomParser
|
||||||
cornerstoneWADOImageLoader.external.cornerstone = cornerstone
|
cornerstoneWADOImageLoader.external.cornerstone = cornerstone
|
||||||
const maximumSizeInBytes = 1024 * 1024 * 1024 // 1 GB
|
const maximumSizeInBytes = 1024 * 1024 * 1024 * 3// 3 GB
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
'dicom-viewer': dicomViewer
|
'dicom-viewer': dicomViewer
|
||||||
|
|
|
@ -274,7 +274,7 @@ import store from '@/store'
|
||||||
import { changeURLStatic } from '@/utils/history.js'
|
import { changeURLStatic } from '@/utils/history.js'
|
||||||
cornerstoneWADOImageLoader.external.dicomParser = dicomParser
|
cornerstoneWADOImageLoader.external.dicomParser = dicomParser
|
||||||
cornerstoneWADOImageLoader.external.cornerstone = cornerstone
|
cornerstoneWADOImageLoader.external.cornerstone = cornerstone
|
||||||
const maximumSizeInBytes = 1024 * 1024 * 1024 // 1 GB
|
const maximumSizeInBytes = 1024 * 1024 * 1024 * 6
|
||||||
export default {
|
export default {
|
||||||
name: 'DicomsOfVisit',
|
name: 'DicomsOfVisit',
|
||||||
components: {
|
components: {
|
||||||
|
|
|
@ -168,7 +168,7 @@ import store from '@/store'
|
||||||
import SrList from './SrList'
|
import SrList from './SrList'
|
||||||
cornerstoneWADOImageLoader.external.dicomParser = dicomParser
|
cornerstoneWADOImageLoader.external.dicomParser = dicomParser
|
||||||
cornerstoneWADOImageLoader.external.cornerstone = cornerstone
|
cornerstoneWADOImageLoader.external.cornerstone = cornerstone
|
||||||
const maximumSizeInBytes = 1024 * 1024 * 1024 // 1 GB
|
const maximumSizeInBytes = 1024 * 1024 * 1024 * 3
|
||||||
cornerstone.imageCache.setMaximumSizeBytes(maximumSizeInBytes)
|
cornerstone.imageCache.setMaximumSizeBytes(maximumSizeInBytes)
|
||||||
export default {
|
export default {
|
||||||
name: 'StudyList',
|
name: 'StudyList',
|
||||||
|
|
|
@ -914,7 +914,7 @@ export default {
|
||||||
this.getWwcTpl()
|
this.getWwcTpl()
|
||||||
// cornerstone.imageCache.setMaximumSizeBytes(0)
|
// cornerstone.imageCache.setMaximumSizeBytes(0)
|
||||||
|
|
||||||
const maximumSizeInBytes = 1024 * 1024 * 1024 // 1 GB
|
const maximumSizeInBytes = 1024 * 1024 * 1024 * 3
|
||||||
// const maximumSizeInBytes = 1024 * 1024 * 500
|
// const maximumSizeInBytes = 1024 * 1024 * 500
|
||||||
cornerstone.imageCache.setMaximumSizeBytes(maximumSizeInBytes)
|
cornerstone.imageCache.setMaximumSizeBytes(maximumSizeInBytes)
|
||||||
this.customWwc = {
|
this.customWwc = {
|
||||||
|
|
|
@ -167,7 +167,7 @@ import store from '@/store'
|
||||||
import SrList from './../components/SrList'
|
import SrList from './../components/SrList'
|
||||||
cornerstoneWADOImageLoader.external.dicomParser = dicomParser
|
cornerstoneWADOImageLoader.external.dicomParser = dicomParser
|
||||||
cornerstoneWADOImageLoader.external.cornerstone = cornerstone
|
cornerstoneWADOImageLoader.external.cornerstone = cornerstone
|
||||||
const maximumSizeInBytes = 1024 * 1024 * 1024 // 1 GB
|
const maximumSizeInBytes = 1024 * 1024 * 1024 * 3
|
||||||
cornerstone.imageCache.setMaximumSizeBytes(maximumSizeInBytes)
|
cornerstone.imageCache.setMaximumSizeBytes(maximumSizeInBytes)
|
||||||
export default {
|
export default {
|
||||||
name: 'StudyList',
|
name: 'StudyList',
|
||||||
|
|
Loading…
Reference in New Issue