| | |
| | | |
| | | import lombok.Data; |
| | | |
| | | import java.time.LocalDate; |
| | | import java.time.LocalDateTime; |
| | | |
| | | @Data |
| | | public class AppointmentExternal { |
| | | private String ReqIdeApplyno; |
| | |
| | | private String AdmTypeCode; |
| | | private String AdmTypeDesc; |
| | | private String AdmStatus; |
| | | private String AdmDate; |
| | | private LocalDate AdmDate; |
| | | private String PatName; |
| | | private String Patgender; |
| | | private String EncPatBirthDate; |
| | | private LocalDate EncPatBirthDate; |
| | | private String Age; |
| | | private String Phone; |
| | | private String Address; |
| | |
| | | private String clinSymp; |
| | | private String clinDiag; |
| | | private String relevantDiag; |
| | | private String ReqAuthoredOn; |
| | | private LocalDateTime ReqAuthoredOn; |
| | | private String ReqExtApplydeptCode; |
| | | private String ReqExtApplydeptName; |
| | | private String ReqExtExecdeptCode; |
| | |
| | | private String ReqExtApplydocCode; |
| | | private String ReqExtApplydocName; |
| | | private String ReqExtMedhistory; |
| | | private String ReqExtBooktime; |
| | | private LocalDateTime ReqExtBooktime; |
| | | private String ReqExtBookplace; |
| | | private String ReqExtUrgent; |
| | | private String ReqExtExamgoal; |