Browse Source

local

master
pengjun 1 year ago
parent
commit
77b40e922a
  1. 2
      src/components/common/LocalConfig.vue
  2. 3
      src/components/doctorCheck/CheckPicture.vue

2
src/components/common/LocalConfig.vue

@ -150,7 +150,7 @@ export default {
patientRegister: {
edit: 'standard', //standard/qztl
editHeight: 0, //
immediateToHisCharge: true, //
immediateToHisCharge: false, //
findPatientByName: true, //
printGuideLabel: ["guide", "pacs", "lis"], //
dispCustomerOrgCode: 'N', // -- customerOrgCode

3
src/components/doctorCheck/CheckPicture.vue

@ -378,8 +378,11 @@ export default {
console.log('pacsParams', this.pacsParams)
this.iframeSrc = `${this.sysConfig.dcmViewers}/?mrn=${this.doctorCheck.checkRequestNo}`
// this.iframeSrc = `${this.sysConfig.dcmViewers}/viewer?StudyInstanceUIDs=1.3.12.2.1107.5.1.4.79623.30000024091203062645300000022`
this.dialogDcm = true
},
//

Loading…
Cancel
Save