|
@ -111,7 +111,7 @@ public class WlyyHisPrescriptionVO extends UuidIdentityVOWithOperator {
|
|
|
private String diagFive;
|
|
|
|
|
|
private String parentCode;//检查检验父级节点code
|
|
|
private String code;//检查检验项目编码',
|
|
|
// private String code;//检查检验项目编码',
|
|
|
private String name;//检查检验(检查方法)',
|
|
|
private String information;//病史与体征',
|
|
|
private String checkEquip;//类别',
|
|
@ -300,13 +300,13 @@ public class WlyyHisPrescriptionVO extends UuidIdentityVOWithOperator {
|
|
|
this.frequency = frequency;
|
|
|
}
|
|
|
|
|
|
public String getCode() {
|
|
|
return code;
|
|
|
}
|
|
|
|
|
|
public void setCode(String code) {
|
|
|
this.code = code;
|
|
|
}
|
|
|
// public String getCode() {
|
|
|
// return code;
|
|
|
// }
|
|
|
//
|
|
|
// public void setCode(String code) {
|
|
|
// this.code = code;
|
|
|
// }
|
|
|
|
|
|
public String getName() {
|
|
|
return name;
|