| | |
| | | @ApiModelProperty(value = "经管医生姓名") |
| | | private String JingGuanYSXM; |
| | | |
| | | @ApiModelProperty(value = "短号信息") |
| | | private String DuanHaoXX; |
| | | |
| | | } |
| | |
| | | @Excel(name = " 手机号码 ") |
| | | private String telcode; |
| | | |
| | | /** |
| | | * 手机短号 |
| | | */ |
| | | @ApiModelProperty("手机短号") |
| | | @Excel(name = " 手机短号 ") |
| | | private String telshortcode; |
| | | |
| | | |
| | | /** |
| | | * 亲属号码 |
| | |
| | | @Excel(name = " 手机号码 ") |
| | | private String telcode; |
| | | |
| | | /** |
| | | * 手机短号 |
| | | */ |
| | | @ApiModelProperty("手机短号") |
| | | @Excel(name = " 手机短号 ") |
| | | private String telshortcode; |
| | | |
| | | |
| | | /** |
| | | * 亲属号码 |
| | |
| | | } |
| | | if (CollectionUtils.isNotEmpty(epai)) externalInHospPatientAddrInfo = epai2.get(0); |
| | | if (CollectionUtils.isNotEmpty(epli)) externalInHospPatientLiaisonInfo = epli2.get(0); |
| | | List<HashMap<String, Object>> bingRenKZXXList = ObjectUtils.isNotEmpty(yeWuXX) ? (List<HashMap<String, Object>>) yeWuXX.get("BingRenKZXXList") : null; |
| | | if (CollectionUtils.isNotEmpty(bingRenKZXXList)) { |
| | | for(HashMap<String, Object> bingRenKZXX : bingRenKZXXList){ |
| | | String XiangMuDM = ObjectUtils.isNotEmpty(bingRenKZXX.get("XiangMuDM")) ? bingRenKZXX.get("XiangMuDM").toString() : null; |
| | | if(StringUtils.isNotEmpty(XiangMuDM) && XiangMuDM.equals("DuanHaoXX")){ |
| | | externalInHospPatientInfo.setDuanHaoXX(ObjectUtils.isNotEmpty(bingRenKZXX.get("XiangMuZMC")) ? bingRenKZXX.get("XiangMuZMC").toString() : null); |
| | | break; |
| | | } |
| | | } |
| | | } |
| | | |
| | | //新增患者基本信息新增或修改 |
| | | PatArchive patArchive = addPatArchive(externalInHospPatientInfo, externalInHospPatientAddrInfo, externalInHospPatientLiaisonInfo); |
| | | |
| | |
| | | patArchive.setTelcode(externalInHospPatientInfo.getLianXiDH()); |
| | | if (StringUtils.isEmpty(patArchive.getTelcode())) |
| | | patArchive.setTelcode(externalInHospPatientInfo.getLianXiRDH()); |
| | | //增加短号信息 |
| | | if (StringUtils.isNotEmpty(externalInHospPatientInfo.getDuanHaoXX())) |
| | | patArchive.setTelshortcode(externalInHospPatientInfo.getDuanHaoXX()); |
| | | patArchive.setRelativetelcode(externalInHospPatientInfo.getLianXiRDH()); |
| | | patArchive.setGuid(externalInHospPatientInfo.getZuZhiJGID()); |
| | | patArchive.setInhospno(externalInHospPatientInfo.getBingAnHao()); |
| | |
| | | <result property="archivetime" column="archivetime"/> |
| | | <result property="archiveby" column="archiveby"/> |
| | | <result property="telcode" column="telcode"/> |
| | | <result property="telshortcode" column="telshortcode"/> |
| | | <result property="relativetelcode" column="relativetelcode"/> |
| | | <result property="idcardtype" column="idcardtype"/> |
| | | <result property="orgid" column="orgid"/> |
| | |
| | | <result property="archivetime" column="archivetime"/> |
| | | <result property="archiveby" column="archiveby"/> |
| | | <result property="telcode" column="telcode"/> |
| | | <result property="telshortcode" column="telshortcode"/> |
| | | <result property="relativetelcode" column="relativetelcode"/> |
| | | <result property="idcardtype" column="idcardtype"/> |
| | | <result property="orgid" column="orgid"/> |
| | |
| | | archivetime, |
| | | archiveby, |
| | | telcode, |
| | | telshortcode, |
| | | relativetelcode, |
| | | idcardtype, |
| | | orgid, |
| | |
| | | <if test="archivetime != null">archivetime,</if> |
| | | <if test="archiveby != null">archiveby,</if> |
| | | <if test="telcode != null">telcode,</if> |
| | | <if test="telshortcode != null">telshortcode,</if> |
| | | <if test="relativetelcode != null">relativetelcode,</if> |
| | | <if test="idcardtype != null">idcardtype,</if> |
| | | <if test="orgid != null">orgid,</if> |
| | |
| | | <if test="archivetime != null">#{archivetime},</if> |
| | | <if test="archiveby != null">#{archiveby},</if> |
| | | <if test="telcode != null">#{telcode},</if> |
| | | <if test="telshortcode != null">#{telshortcode},</if> |
| | | <if test="relativetelcode != null">#{relativetelcode},</if> |
| | | <if test="idcardtype != null">#{idcardtype},</if> |
| | | <if test="orgid != null">#{orgid},</if> |
| | |
| | | <if test="archivetime != null">archivetime = #{archivetime},</if> |
| | | <if test="archiveby != null">archiveby = #{archiveby},</if> |
| | | <if test="telcode != null">telcode = #{telcode},</if> |
| | | <if test="telshortcode != null">telshortcode = #{telshortcode},</if> |
| | | <if test="relativetelcode != null">relativetelcode = #{relativetelcode},</if> |
| | | <if test="idcardtype != null">idcardtype = #{idcardtype},</if> |
| | | <if test="orgid != null">orgid = #{orgid},</if> |
| | |
| | | a.archivetime, |
| | | a.archiveby, |
| | | a.telcode, |
| | | a.telshortcode, |
| | | a.relativetelcode, |
| | | a.idcardtype, |
| | | a.orgid, |
| | |
| | | a.archivetime, |
| | | a.archiveby, |
| | | a.telcode, |
| | | a.telshortcode, |
| | | a.relativetelcode, |
| | | a.idcardtype, |
| | | a.orgid, |
| | |
| | | a.archivetime, |
| | | a.archiveby, |
| | | a.telcode, |
| | | a.telshortcode, |
| | | a.relativetelcode, |
| | | a.idcardtype, |
| | | a.orgid, |
| | |
| | | a.archivetime, |
| | | a.archiveby, |
| | | a.telcode, |
| | | a.telshortcode, |
| | | a.relativetelcode, |
| | | a.idcardtype, |
| | | a.orgid, |
| | |
| | | a.archivetime, |
| | | a.archiveby, |
| | | a.telcode, |
| | | a.telshortcode, |
| | | a.relativetelcode, |
| | | a.idcardtype, |
| | | a.orgid, |
| | |
| | | a.archivetime, |
| | | a.archiveby, |
| | | a.telcode, |
| | | a.telshortcode, |
| | | a.relativetelcode, |
| | | a.idcardtype, |
| | | a.orgid, |