|
@@ -207,6 +207,10 @@ public class PatientController extends LifeCenterController {
|
|
dto.setSymptomStartDate( null );
|
|
dto.setSymptomStartDate( null );
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (dto.getExpectedDischargeDate() != null && dto.getExpectedDischargeDate().equals("")) {
|
|
|
|
+ dto.setExpectedDischargeDate(null);
|
|
|
|
+ }
|
|
|
|
+
|
|
patientService.insertPatientCare( dto ); // 환지 기본정보 insert
|
|
patientService.insertPatientCare( dto ); // 환지 기본정보 insert
|
|
|
|
|
|
int patientIdx = dto.getPatientIdx();
|
|
int patientIdx = dto.getPatientIdx();
|