|
|
|
@ -157,9 +157,11 @@ public class HttpTBasicServiceImpl implements HttpTBasicService {
|
|
|
|
if (!success || patientData == null) {
|
|
|
|
if (!success || patientData == null) {
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
String houseDocCode = patientData.getString("houseDocCode");
|
|
|
|
// String houseDocCode = patientData.getString("houseDocCode");
|
|
|
|
String houseDocName = patientData.getString("houseDocName");
|
|
|
|
// String houseDocName = patientData.getString("houseDocName");
|
|
|
|
tBasicDto.setAttending(houseDocCode);
|
|
|
|
String baInhosDocCode = patientData.getString("baInhosDocCode");
|
|
|
|
tBasicDto.setAttending(houseDocName);
|
|
|
|
String baInhosDocName = patientData.getString("baInhosDocName");
|
|
|
|
|
|
|
|
tBasicDto.setAttending(baInhosDocCode);
|
|
|
|
|
|
|
|
tBasicDto.setAttendingName(baInhosDocName);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|