|
|
|
@ -1235,9 +1235,9 @@ public class Archive_MasterServiceImpl implements Archive_MasterService {
|
|
|
|
|
}
|
|
|
|
|
Archive_Master archive_master_vos = archive_masterVos.get(0);
|
|
|
|
|
CommomVo commomVo=new CommomVo();
|
|
|
|
|
commomVo.setPatientId(archive_master_vos.getPatientId());
|
|
|
|
|
commomVo.setPatientId(archive_master_vos.getId());
|
|
|
|
|
commomVo.setAdmissTimes(archive_master_vos.getVisitId());
|
|
|
|
|
commomVo.setAdmissId(archive_master_vos.getId());
|
|
|
|
|
commomVo.setAdmissId(archive_master_vos.getInpNo());
|
|
|
|
|
commomVo.setInpatientNo(archive_master_vos.getInpNo());
|
|
|
|
|
commomVo.setName(archive_master_vos.getName());
|
|
|
|
|
commomVo.setCheckedDatetime(format1.format(new Date()));
|
|
|
|
@ -1267,10 +1267,6 @@ public class Archive_MasterServiceImpl implements Archive_MasterService {
|
|
|
|
|
int i1 = i * 12;
|
|
|
|
|
String s = String.valueOf(i1);
|
|
|
|
|
commomVo.setAgeMonth(s);
|
|
|
|
|
// int i2 = Integer.parseInt(substring);
|
|
|
|
|
// int i3 = i2 * 12;
|
|
|
|
|
// String s = String.valueOf(i3);
|
|
|
|
|
// commomVo.setAgeMonth(s);
|
|
|
|
|
commomVo.setAdmissDate(archive_master_vos.getAdmissionDateTime());
|
|
|
|
|
commomVo.setDisDate(archive_master_vos.getDischargeDateTime());
|
|
|
|
|
commomVo.setDisDept(archive_master_vos.getDeptName1());
|
|
|
|
|