|
|
|
@ -455,7 +455,7 @@ export default { |
|
|
|
|
|
|
|
// console.log('pacsParams', this.pacsParams) |
|
|
|
let token = window.sessionStorage.getItem('token') |
|
|
|
this.iframeSrc = `${this.sysConfig.dcmViewers}/?mrn=${this.doctorCheck.checkRequestNo}&token=${token}&pacsapi=${this.sysConfig.pacsApi}` |
|
|
|
this.iframeSrc = `${this.sysConfig.dcmViewers}/?mrn=${this.doctorCheck.checkRequestNo}&token=${token}&pacsapi=${this.sysConfig.pacsApiHttps}` |
|
|
|
// this.iframeSrc = `${this.sysConfig.dcmViewers}/viewer?StudyInstanceUIDs=1.3.12.2.1107.5.1.4.79623.30000024091203062645300000022` |
|
|
|
this.tabPosition = this.doctorCheck.checkItemList.length > 2 ? 'left':'top' |
|
|
|
this.tabChoosed = "0" |
|
|
|
|