|
|
@@ -44,26 +44,18 @@ public class BizWxAppletClinicVO implements Serializable {
|
|
|
@ApiModelProperty(value = "科室id",position = 7)
|
|
|
private String deptId;
|
|
|
|
|
|
+ @ApiModelProperty(value = "病人年龄",position = 8)
|
|
|
+ private Integer patientAge;
|
|
|
|
|
|
- @ApiModelProperty(value = "科室名称",position = 8)
|
|
|
+ @ApiModelProperty(value = "科室名称",position = 9)
|
|
|
private String deptName;
|
|
|
|
|
|
- @ApiModelProperty(value = "手术名称", position = 9)
|
|
|
+ @ApiModelProperty(value = "手术名称", position = 10)
|
|
|
private String clinicName;
|
|
|
|
|
|
- @ApiModelProperty(value = "手术状态", position = 10)
|
|
|
+ @ApiModelProperty(value = "手术状态", position = 11)
|
|
|
private String clinicStatus;
|
|
|
|
|
|
@ApiModelProperty(value = "是否为看护中的临床,0、否 1、是", position = 11)
|
|
|
private Boolean care;
|
|
|
-
|
|
|
- @JsonIgnore
|
|
|
- private Date birthday;
|
|
|
-
|
|
|
-
|
|
|
- @ApiModelProperty("病人年龄")
|
|
|
- public Integer getPatientAge(){
|
|
|
- return AgeUtils.calculateAge(this.getBirthday());
|
|
|
- }
|
|
|
-
|
|
|
}
|