| | |
| | | @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(); |
| | | } |
| | | } |