| | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.FieldStrategy; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.fasterxml.jackson.databind.annotation.JsonSerialize; |
| | |
| | | private String isSampling; |
| | | |
| | | @ApiModelProperty(value = "标本类型") |
| | | @TableField(updateStrategy = FieldStrategy.IGNORED) |
| | | private String specimenType; |
| | | |
| | | @ApiModelProperty(value = "检查部位") |
| | | @TableField(updateStrategy = FieldStrategy.IGNORED) |
| | | private String checkBw; |
| | | |
| | | |
| | |
| | | |
| | | @ApiModelProperty(value = "是否打报告'Y/N'") |
| | | private String needReport; |
| | | |
| | | @ApiModelProperty(value = "lis项目编码") |
| | | private String lisXmbm; |
| | | |
| | | @ApiModelProperty(value = "lis项目名称") |
| | | private String lisXmmc; |
| | | |
| | | @ApiModelProperty(value = "his项目编码") |
| | | private String hisXmbm; |
| | | |
| | | @ApiModelProperty(value = "his项目名称") |
| | | private String hisXmmc; |
| | | |
| | | @ApiModelProperty(value = "是否组合费用") |
| | | private String sfzhfy; |
| | | |
| | | @ApiModelProperty(value = "his单价") |
| | | private BigDecimal hisdj; |
| | | |
| | | @ApiModelProperty(value = "数量") |
| | | private Integer sl; |
| | | |
| | | @ApiModelProperty(value = "序号") |
| | | private Integer xh; |
| | | |
| | | @ApiModelProperty(value = "是否参与异常") |
| | | private Integer sfcyyc; |
| | | |
| | | /** |
| | | * 子项目 |
| | |
| | | .append("proStandard", getProStandard()) |
| | | .append("proType", getProType()) |
| | | .append("ischeck", getIscheck()) |
| | | .append("specimenType", getSpecimenType()) |
| | | .toString(); |
| | | } |
| | | } |