eight
2024-11-07 e36c1e2363e36a69a3cc8ccbc00d28b16f926abd
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/feign/dto/AppointmentExternal.java
@@ -1,5 +1,7 @@
package cn.lihu.jh.module.ecg.feign.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import java.time.LocalDate;
@@ -11,6 +13,7 @@
    private String ReqStatus;
    private String ReqCodeItemclass;
    private String ReqCodeItemclassdetaill;
    @JsonProperty
    private String PatientID;
    private String EpisodeID;
    private String OutMedNO;
@@ -20,21 +23,35 @@
    private String AdmTypeDesc;
    private String AdmStatus;
    private Date AdmDate;  //LocalDate
    @JsonProperty
    private String PatName;
    @JsonProperty
    private String Patgender;
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date EncPatBirthDate;  //LocalDate
    private String Age;
    @JsonProperty
    private String Phone;
    @JsonProperty
    private String Address;
    @JsonProperty
    private String IdentityID;
    @JsonProperty
    private String PatLocDeptCode;
    @JsonProperty
    private String PatLocDeptDesc;
    @JsonProperty
    private String PatLocWardCode;
    @JsonProperty
    private String PatLocWardDesc;
    @JsonProperty
    private String EnBedno;
    @JsonProperty
    private String clinSymp;
    @JsonProperty
    private String clinDiag;
    private String relevantDiag;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date ReqAuthoredOn;  // LocalDateTime
    private String ReqExtApplydeptCode;
    private String ReqExtApplydeptName;
@@ -43,6 +60,7 @@
    private String ReqExtApplydocCode;
    private String ReqExtApplydocName;
    private String ReqExtMedhistory;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date ReqExtBooktime;  // LocalDateTime
    private String ReqExtBookplace;
    private String ReqExtUrgent;
@@ -51,6 +69,7 @@
    private String ReqExtBookcheckpertime;
    private String ReqExtCheckremark;
    private String PlanDefBarcode;
    @JsonProperty
    private PlanDefItemList PlanDefItemList;
    // 省略 getter 和 setter 方法