|
@@ -491,6 +491,8 @@ var mplus_mobile_consent = function(){
|
|
|
IO_PT_birthday: patientInfo.iojuminNo==null? "": patientInfo.iojuminNo.split('-')[0],
|
|
|
IO_ADdate: patientInfo.ioaddate==null? "": moment(patientInfo.ioaddate).format('YYYY/MM/DD'),
|
|
|
IO_Dept: patientInfo.iodeptNm==null? "": patientInfo.iodeptNm,
|
|
|
+ //2017.07.03 병원요청으로 dept2데이터추가
|
|
|
+ IO_Dept2: patientInfo.iodept2==null? "": patientInfo.iodept2,
|
|
|
IO_DeptCd: patientInfo.iodeptCd==null? "": patientInfo.iodeptCd,
|
|
|
IO_OPdept: patientInfo.ioopdeptNm==null? "": patientInfo.ioopdeptNm,
|
|
|
IO_OPdr: patientInfo.ioopdrNm==null? "": patientInfo.ioopdrNm,
|
|
@@ -566,6 +568,8 @@ var mplus_mobile_consent = function(){
|
|
|
IO_roomNo: patientInfo.ioroomNo==null? "": patientInfo.ioroomNo,
|
|
|
IO_ADdate: patientInfo.ioaddate==null? "": moment(patientInfo.ioaddate).format('YYYY/MM/DD'),
|
|
|
IO_Dept: patientInfo.iodeptNm==null? "": patientInfo.iodeptNm,
|
|
|
+ //2017.07.03 병원요청으로 dept2데이터추가
|
|
|
+ IO_Dept2: patientInfo.iodept2==null? "": patientInfo.iodept2,
|
|
|
IO_DeptCd: patientInfo.iodeptCd==null? "": patientInfo.iodeptCd,
|
|
|
IO_OPdept: patientInfo.ioopdeptNm==null? "": patientInfo.ioopdeptNm,
|
|
|
IO_OPdr: patientInfo.ioopdrNm==null? "": patientInfo.ioopdrNm,
|