|
@@ -14,7 +14,6 @@ public class PreResult {
|
|
private String units = "";
|
|
private String units = "";
|
|
private String value = "";
|
|
private String value = "";
|
|
private String result = "";
|
|
private String result = "";
|
|
- private String hisName = "";
|
|
|
|
|
|
|
|
public String getDetailName() {
|
|
public String getDetailName() {
|
|
return detailName;
|
|
return detailName;
|
|
@@ -95,12 +94,4 @@ public class PreResult {
|
|
public void setResult(String result) {
|
|
public void setResult(String result) {
|
|
this.result = result;
|
|
this.result = result;
|
|
}
|
|
}
|
|
-
|
|
|
|
- public String getHisName() {
|
|
|
|
- return hisName;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setHisName(String hisName) {
|
|
|
|
- this.hisName = hisName;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|