liusheng
2024-09-18 907641e56c2085aaa81f267946dc3e3e9fca73e7
smartor/src/main/java/com/smartor/domain/PatArchive.java
@@ -40,7 +40,7 @@
     * GUID
     */
    @ApiModelProperty("GUID")
    private Long guid;
    private String guid;
    /**
     * 姓名
@@ -50,18 +50,32 @@
    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 int sourcefrom;
    private Integer sourcefrom;
    /**
     * his系统的患者id
     */
    @ApiModelProperty("his系统的患者id")
    @Excel(name = "his系统的患者id")
    private int patidHis;
    private Integer patidHis;
    /**
     * his系统的患者id
@@ -98,6 +112,12 @@
    @ApiModelProperty("籍贯")
    @Excel(name = " 籍贯 ")
    private String nativePlace;
    /**
     * 住院号
     */
    @ApiModelProperty(value = "住院号")
    private String inhospno;
    /**
     * 证件号码
@@ -142,6 +162,12 @@
    @ApiModelProperty("年龄")
    @Excel(name = " 年龄 ")
    private Long age;
    /**
     * 年龄
     */
    @ApiModelProperty("年龄单位")
    @Excel(name = " 年龄单位 ")
    private String ageUnit;
    /**
     * 建档时间
@@ -250,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;
    /**
     * 钉钉号
@@ -265,4 +310,10 @@
    @Excel(name = " 会员属性:0非会员,1一般会员、2重要会员 ")
    private String viptype;
    @ApiModelProperty("出院病区名称")
    private String leavehospitaldistrictname;
    @ApiModelProperty("出院病区编号")
    private String leavehospitaldistrictcode;
}