|
@ -992,7 +992,7 @@ public class PatientInfoService extends BaseService {
|
|
|
json.put("MARRIAGE",archive.getMarry());//婚姻状况【10.未婚 20.已婚 30.丧偶 40.离婚 90.未说明的婚姻状况】
|
|
|
json.put("INSUR_CARD_NO",p.getSsc());//医保卡号
|
|
|
|
|
|
//保存建档记录信息
|
|
|
//保存建档记录信息.
|
|
|
archiveDataBase.setSickName(p.getName());
|
|
|
archiveDataBase.setDoctorCode(archive.getDoctorCode());
|
|
|
if (doctorObj!=null){
|