|
@@ -20,9 +20,9 @@ import java.util.List;
|
|
|
@Setter
|
|
|
public class PushJoinVO {
|
|
|
/**
|
|
|
- * 医院编码
|
|
|
+ * 医院ID
|
|
|
*/
|
|
|
- private String hosCode;
|
|
|
+ private Long hospitalId;
|
|
|
|
|
|
/**
|
|
|
* 年龄
|
|
@@ -155,15 +155,6 @@ public class PushJoinVO {
|
|
|
* 选中诊断
|
|
|
*/
|
|
|
private Item diseaseName;
|
|
|
- /**
|
|
|
- * 诊断类型(0-普通病(默认不填),1-慢病,2-急诊)
|
|
|
- */
|
|
|
- @ApiModelProperty(hidden = true)
|
|
|
- private Integer disType;
|
|
|
- /**
|
|
|
- * 量表名称
|
|
|
- */
|
|
|
- private String scaleName;
|
|
|
|
|
|
//创建时间
|
|
|
@ApiModelProperty(hidden = true)
|