liusheng
2024-09-18 907641e56c2085aaa81f267946dc3e3e9fca73e7
smartor/src/main/java/com/smartor/domain/PatArchive.java
@@ -31,6 +31,60 @@
    private Long id;
    /**
     * 父ID
     */
    @ApiModelProperty("父ID")
    private Long pid;
    /**
     * GUID
     */
    @ApiModelProperty("GUID")
    private String guid;
    /**
     * 姓名
     */
    @ApiModelProperty("患者编号")
    @Excel(name = " 患者编号 ")
    private String patientno;
    /**
     * 服务标识:0,需要,1,不需要
     */
    @ApiModelProperty("服务标识:0,需要,1,不需要")
    @Excel(name = " 服务标识:0,需要,1,不需要 ")
    private String notrequiredFlag;
    /**
     * 不要服务的原因
     */
    @ApiModelProperty("不要服务的原因")
    @Excel(name = " 不要服务的原因 ")
    private String notrequiredreason;
    /**
     * 来源(1:HIS;2:数据平台;3:文件导入)
     */
    @ApiModelProperty("来源(1:HIS;2:数据平台;3:文件导入)")
    @Excel(name = " 来源(1:HIS;2:数据平台;3:文件导入) ")
    private Integer sourcefrom;
    /**
     * his系统的患者id
     */
    @ApiModelProperty("his系统的患者id")
    @Excel(name = "his系统的患者id")
    private Integer patidHis;
    /**
     * his系统的患者id
     */
    @ApiModelProperty("his系统的患者id")
    @Excel(name = "his系统的患者id")
    private String sdFlag;
    /**
     * 姓名
     */
    @ApiModelProperty("姓名")
@@ -59,6 +113,11 @@
    @Excel(name = " 籍贯 ")
    private String nativePlace;
    /**
     * 住院号
     */
    @ApiModelProperty(value = "住院号")
    private String inhospno;
    /**
     * 证件号码
@@ -67,14 +126,12 @@
    @Excel(name = " 居住地 ")
    private String placeOfResidence;
    /**
     * 证件号码
     */
    @ApiModelProperty("出生地")
    @Excel(name = " 出生地 ")
    private String birthplace;
    /**
     * 证件号码
@@ -105,13 +162,12 @@
    @ApiModelProperty("年龄")
    @Excel(name = " 年龄 ")
    private Long age;
    /**
     * 来源
     * 年龄
     */
    @ApiModelProperty("来源")
    @Excel(name = " 来源 ")
    private Long sourcefrom;
    @ApiModelProperty("年龄单位")
    @Excel(name = " 年龄单位 ")
    private String ageUnit;
    /**
     * 建档时间
@@ -220,6 +276,25 @@
    @Excel(name = " 科室 ")
    private String dept;
    /**
     * 钉钉号
     */
    @ApiModelProperty("科室")
    @Excel(name = " 科室 ")
    private String deptcode;
    /**
     * 医生姓名
     */
    @ApiModelProperty("医生姓名")
    @Excel(name = " 医生姓名 ")
    private String drname;
    /**
     * 医生编码
     */
    @ApiModelProperty("医生编码")
    @Excel(name = " 医生编码 ")
    private String drcode;
    /**
     * 钉钉号
@@ -235,4 +310,10 @@
    @Excel(name = " 会员属性:0非会员,1一般会员、2重要会员 ")
    private String viptype;
    @ApiModelProperty("出院病区名称")
    private String leavehospitaldistrictname;
    @ApiModelProperty("出院病区编号")
    private String leavehospitaldistrictcode;
}