Browse Source

pacsHttps

master
pengjun 1 year ago
parent
commit
8a22416624
  1. 3
      public/sysConfig.json
  2. 2
      src/components/doctorCheck/CheckPicture.vue
  3. 2
      src/components/doctorCheck/PacsDcmList.vue

3
public/sysConfig.json

@ -2,5 +2,6 @@
"apiurl": "http://140.143.162.39:9529",
"softName": "神豚体检管理系统",
"pacsApi":"http://140.143.162.39:9529",
"dcmViewers":"http://140.143.162.39:5081"
"dcmViewers":"http://140.143.162.39:5081",
"pacsApiHttps":"https://app.mzaktj.com:8042",
}

2
src/components/doctorCheck/CheckPicture.vue

@ -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"

2
src/components/doctorCheck/PacsDcmList.vue

@ -424,7 +424,7 @@ export default {
// console.log('pacsParams', this.pacsParams)
let token = window.sessionStorage.getItem('token')
this.iframeSrc = `${this.sysConfig.dcmViewers}/?mrn=${this.doctorCheck.RegisterCheckEdit.checkRequestNo}&token=${token}&pacsapi=${this.sysConfig.pacsApi}`
this.iframeSrc = `${this.sysConfig.dcmViewers}/?mrn=${this.doctorCheck.RegisterCheckEdit.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.dialogDcm = true

Loading…
Cancel
Save