Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
增加//是否启用“外来器械申请”的桌面图标

desktopShortcutIconsConfig:["外来器械申请"],

//如果一个用户属于多个科室,登录完系统需不需要弹出切换科室选项的小窗

defaultShowOrgChange:true,

更新系统服务器最新配置项

//如果一个用户属于多个科室,登录完系统需不需要弹出切换科室选项的小窗

defaultShowOrgChange:true,

增加一个配置

//如果一个用户属于多个科室,登录完系统需不需要弹出切换科室选项的小窗

defaultShowOrgChange:true,

解决:NYSY-33。在外来器械申请单统计报表增加【材料明细】;SSTS-364:一张外来器械申请单如果申领了多套不同供应商的外来器械,在外来器械申请单统计报表中这些物品会重复显示,并且供应商也只显示了1.
  1. … 15 more files in changeset.
增加

//使用记录转申请单备注信息格式

useRecordConvertRecyclingApplicationRemark: '巡回护士:@circuitNurseLabelName;洗手护士:@circuitNurse;备注:@useRecordRemark;病人:@patientName;器械包数量:@tousseAmount',

解决DGSDBZXYY-156自定义表单增加一个图标放到首页显示
  1. … 35 more files in changeset.
增加了借还记录配置

//借还记录

borrowRecord:borrowRecordConfig,

var borrowRecordConfig = {

headerFooter : [

// 页眉名称

{label : "南方医科大学附属第三医院借还记录", dataIndex : '', fontSize : 15, position : ["0.3cm","37%","99%",5]},

{label : "借出科室:", dataIndex : 'rentalDepartName', fontSize : 9, position : ["1cm","5%","90%",5]},

{label : "出借人:", dataIndex : 'lender', fontSize : 9, position : ["1cm","45%","90%",5]},

{label : "出借时间:", dataIndex : 'lendingTime', fontSize : 9, position : ["1cm","75%","90%",5]},

{label : "借用科室:", dataIndex : 'departName', fontSize : 9, position : ["1.5cm","5%","99%",5]}

//{label : "接收者:", dataIndex : 'receiver', fontSize : 9, position : ["1.5cm","33%","90%",5]},

//{label : "接收时间:", dataIndex : 'receivingTime', fontSize : 9, position : ["1.5cm","65%","90%",5]}

],

//currentPageNumber : {label : "第#页", fontSize : 9, position : ["1cm","40%","90%",5]},

//totalPageAmount : {label : "共&页", fontSize : 9, position : ["1cm","45%","90%",5]},

goodsTable :{

rowHeight : 20,

//position : ["50","1%","96%","6.0cm"],

fontSize:10,

position : ["2cm","0.2cm","99%","29cm"],

headRepeat : true,

columns : [

{header : "名称", dataIndex : 'tousseName', width : 400, align : 'center'},

{header : "数量", dataIndex : 'amount', width : 350, align : 'center'}

]

}

}

增加两个配置项

//ftp连接

setPassiveModeAfterLogin: true,

//清洗机日志

enableDetailedDeviceInformation: true,

解决jira问题:NYSY-28 南方医科大学附属第三医院 新华清洗机接口读取卡顿问题
  1. … 4 more files in changeset.
解决jira问题:NYSY-28 南方医科大学附属第三医院 新华清洗机接口读取卡顿问题
  1. … 2 more files in changeset.
提交美雅洁清洗机的设备接口定义以及设备接口数据定时处理任务的xml文件
    • ?
    ./spring/applicationContext-modbus.xml
修改时间为300分钟

//设置生物阅读器监测数据的灭菌结束时间与生物监测开始时间的间隔

timeOfMonitoringInterval: 300,

增加配置项

//待回收单部分回收

enablePartRecycle: true,

//生物监测接口

enableBioreaderInterface: true,

//使用记录转申请单备注信息格式

//useRecordConvertRecyclingApplicationRemark: '巡回护士:@circuitNurseLabelName;洗手护士:@circuitNurse;备注:@useRecordRemark;病人:@patientName;器械包数量:@tousseAmount',

//器械保养模块使能

disableTousseMaintain:false,

//设置生物阅读器监测数据的灭菌结束时间与生物监测开始时间的间隔

timeOfMonitoringInterval: 120,

//是否启用:IP对应的默认科室配置的菜单

enableIPAndOrgUnitMapping: true,

更新版本增加

//旧版发货计划

useOldInvoiceVersion: true,

//增加图谱功能

toussePicturesShow:true,

更新回原来的的配置文件,和关总发的版本28277一样

<property name="mapperLocations" value="file:///#{T(com.forgon.tools.Path).webROOT}/disinfectsystem/config/nfykdxfsdsyy/interfaces/mybatis/SyncOrgUnitAndUserMapper.xml" />

改为

<property name="mapperLocations" value="classpath:config/nfykdxfsdsyy/mybatis/SyncOrgUnitAndUserMapper.xml" />

解决SSTS-132 改进发布包的打包和项目切换方式,使得一个发布包能用于多个不同的项目。增加南方医科大学附属第三医院的配置
提交南方医科大学附属第三医院的配置
no_comment
    • ?
    ./interface/mybatis/syncFromHERP_Mapper.xml
    • ?
    ./interface/mybatis/FindPatientInfoByHospitalNumMapper.xml
    • ?
    ./interface/mybatis/SyncOrgUnitAndUserMapper.xml
    • ?
    ./interface/mybatis/FindPatientInfoByTreatmentNumMapper.xml
//是否开启根据科室加载模板

isOpenLoadTemplateByUnit: true,

//加急统计报表

enableUrgentNeedGoodsProcessingCycleReport: true,

//启用库位管理模块

enableWarehousePositionModule: true,

添加 //允许外来器械部分发货

allowPartlyInvoiceForeignTousse: true,

新添加

//装配界面显示灭菌员字段

showSterileField: true,

添加一个新的配置选项

//显示接口

disableDeviceInterface: false,

新添加

//添加回收申请单是否加载申领模板,默认为false

isLoadApplyTemplateForAddRecycleRecord : true,

//自定义入筐显示植入物和工具拆分篮筐数

showSplitInfoInCustomIntoBasket : true,

//自定义入筐是否启用输入装载数量进行入筐操作

enableCustomIntoBasketWithCustomAmount: true,

//自定义入筐界面,材料的一键入筐功能

recycleAllMaterialIntoBasket: true,

//是否启用外来器械默认申请科室配置

enableForeignTousseApplyDepartment: true,

//是否启用标识牌跟篮筐绑定。如果启用,在回收的时候,扫描标识牌自动带出跟标识牌绑定的篮筐并将包实例入到篮筐中

enableIdCardBasketBinding:true,

//是否启用“外来器械申请”的桌面图标

enableForeignTousseApplicationDesktopIcon:true,

共有61个项目添加disableCardinalNumLimit:true不启用基数限制功能,以免对这些项目造成影响。jira编号:ASSLQYQRZ-25 禁用基数限制
  1. … 60 more files in changeset.
修改了以下配置项

// 禁用标识牌功能

disableIdCard : false,

useRecordAuditMode : 2,

//是否显示辅助发货按钮

showAuxiliaryInvoiceBtn : true,

//打印发货单的版本,如果为2,则表示批量打印使用分组打印方式,并有下拉菜单,目前除配置为2以外的其他值都使用以前的单科室的多单打印

printInvoiceVersion:2,

-----------------------------

和现场人员显示系统 新添了一下配置项

//回收界面是否默认上一次的回收人

recyclePageRecyclingUserDefaultLastRecyclingUser : true,

//回收界面是否默认上一次的请点人

recyclePageOperatorDefaultLastOperator : true,

//加紧功能开启

enableUrgentFunction : true,

no_comment
新建项目:南方医科大学附属第三医院

project=nfykdxfsdsyy

  1. … 9 more files in changeset.