|
|
|
@ -93,10 +93,12 @@ public class HttpTBasicServiceImpl implements HttpTBasicService {
|
|
|
|
|
//住院天数
|
|
|
|
|
String admissDays=map.get("inDays");
|
|
|
|
|
//是否死亡
|
|
|
|
|
String isDead=map.get("");
|
|
|
|
|
String isDead=map.get("outType");
|
|
|
|
|
//床位号
|
|
|
|
|
String bedNum=map.get("bedNo");
|
|
|
|
|
|
|
|
|
|
String motherInpatientNo=map.get("motherInpatientNo");
|
|
|
|
|
|
|
|
|
|
TBasicDto tBasicDto=new TBasicDto();
|
|
|
|
|
tBasicDto.setAdmissDays(admissDays);
|
|
|
|
|
tBasicDto.setIsDead(isDead);
|
|
|
|
@ -117,6 +119,7 @@ public class HttpTBasicServiceImpl implements HttpTBasicService {
|
|
|
|
|
tBasicDto.setName(name);
|
|
|
|
|
tBasicDto.setInpatientNo(inpatientNo);
|
|
|
|
|
tBasicDto.setDutyNurse(dutyNurse);
|
|
|
|
|
tBasicDto.setMotherInpatientNo(motherInpatientNo);
|
|
|
|
|
|
|
|
|
|
tBasicDtos.add(tBasicDto);
|
|
|
|
|
}
|
|
|
|
|