|
@@ -110,6 +110,11 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
*/
|
|
|
private String transfusionType;
|
|
|
|
|
|
+ /**
|
|
|
+ * 输注类型(医院端)
|
|
|
+ */
|
|
|
+ private String transfusionTypeHisName;
|
|
|
+
|
|
|
/**
|
|
|
* 禁忌项类型
|
|
|
*/
|
|
@@ -174,6 +179,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setId(Long id) {
|
|
|
this.id = id;
|
|
|
}
|
|
|
+
|
|
|
public String getIsDeleted() {
|
|
|
return isDeleted;
|
|
|
}
|
|
@@ -181,6 +187,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setIsDeleted(String isDeleted) {
|
|
|
this.isDeleted = isDeleted;
|
|
|
}
|
|
|
+
|
|
|
public Date getGmtCreate() {
|
|
|
return gmtCreate;
|
|
|
}
|
|
@@ -188,6 +195,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setGmtCreate(Date gmtCreate) {
|
|
|
this.gmtCreate = gmtCreate;
|
|
|
}
|
|
|
+
|
|
|
public Date getGmtModified() {
|
|
|
return gmtModified;
|
|
|
}
|
|
@@ -195,6 +203,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setGmtModified(Date gmtModified) {
|
|
|
this.gmtModified = gmtModified;
|
|
|
}
|
|
|
+
|
|
|
public String getCreator() {
|
|
|
return creator;
|
|
|
}
|
|
@@ -202,6 +211,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setCreator(String creator) {
|
|
|
this.creator = creator;
|
|
|
}
|
|
|
+
|
|
|
public String getModifier() {
|
|
|
return modifier;
|
|
|
}
|
|
@@ -209,6 +219,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setModifier(String modifier) {
|
|
|
this.modifier = modifier;
|
|
|
}
|
|
|
+
|
|
|
public Long getResultId() {
|
|
|
return resultId;
|
|
|
}
|
|
@@ -216,6 +227,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setResultId(Long resultId) {
|
|
|
this.resultId = resultId;
|
|
|
}
|
|
|
+
|
|
|
public String getOtherItemName() {
|
|
|
return otherItemName;
|
|
|
}
|
|
@@ -223,6 +235,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setOtherItemName(String otherItemName) {
|
|
|
this.otherItemName = otherItemName;
|
|
|
}
|
|
|
+
|
|
|
public String getOtherItemHisName() {
|
|
|
return otherItemHisName;
|
|
|
}
|
|
@@ -230,6 +243,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setOtherItemHisName(String otherItemHisName) {
|
|
|
this.otherItemHisName = otherItemHisName;
|
|
|
}
|
|
|
+
|
|
|
public String getOtherItemHisDetailName() {
|
|
|
return otherItemHisDetailName;
|
|
|
}
|
|
@@ -237,6 +251,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setOtherItemHisDetailName(String otherItemHisDetailName) {
|
|
|
this.otherItemHisDetailName = otherItemHisDetailName;
|
|
|
}
|
|
|
+
|
|
|
public Integer getOtherItemRange() {
|
|
|
return otherItemRange;
|
|
|
}
|
|
@@ -244,6 +259,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setOtherItemRange(Integer otherItemRange) {
|
|
|
this.otherItemRange = otherItemRange;
|
|
|
}
|
|
|
+
|
|
|
public BigDecimal getOtherItemMaxValue() {
|
|
|
return otherItemMaxValue;
|
|
|
}
|
|
@@ -251,6 +267,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setOtherItemMaxValue(BigDecimal otherItemMaxValue) {
|
|
|
this.otherItemMaxValue = otherItemMaxValue;
|
|
|
}
|
|
|
+
|
|
|
public BigDecimal getOtherItemMinValue() {
|
|
|
return otherItemMinValue;
|
|
|
}
|
|
@@ -258,6 +275,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setOtherItemMinValue(BigDecimal otherItemMinValue) {
|
|
|
this.otherItemMinValue = otherItemMinValue;
|
|
|
}
|
|
|
+
|
|
|
public String getOtherItemUnit() {
|
|
|
return otherItemUnit;
|
|
|
}
|
|
@@ -265,6 +283,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setOtherItemUnit(String otherItemUnit) {
|
|
|
this.otherItemUnit = otherItemUnit;
|
|
|
}
|
|
|
+
|
|
|
public String getOtherItemInputValue() {
|
|
|
return otherItemInputValue;
|
|
|
}
|
|
@@ -272,6 +291,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setOtherItemInputValue(String otherItemInputValue) {
|
|
|
this.otherItemInputValue = otherItemInputValue;
|
|
|
}
|
|
|
+
|
|
|
public String getTransfusionType() {
|
|
|
return transfusionType;
|
|
|
}
|
|
@@ -279,6 +299,15 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setTransfusionType(String transfusionType) {
|
|
|
this.transfusionType = transfusionType;
|
|
|
}
|
|
|
+
|
|
|
+ public String getTransfusionTypeHisName() {
|
|
|
+ return transfusionTypeHisName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTransfusionTypeHisName(String transfusionTypeHisName) {
|
|
|
+ this.transfusionTypeHisName = transfusionTypeHisName;
|
|
|
+ }
|
|
|
+
|
|
|
public String getConflictItemType() {
|
|
|
return conflictItemType;
|
|
|
}
|
|
@@ -286,6 +315,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setConflictItemType(String conflictItemType) {
|
|
|
this.conflictItemType = conflictItemType;
|
|
|
}
|
|
|
+
|
|
|
public String getConflictItemName() {
|
|
|
return conflictItemName;
|
|
|
}
|
|
@@ -293,6 +323,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setConflictItemName(String conflictItemName) {
|
|
|
this.conflictItemName = conflictItemName;
|
|
|
}
|
|
|
+
|
|
|
public String getConflictItemHisName() {
|
|
|
return conflictItemHisName;
|
|
|
}
|
|
@@ -300,6 +331,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setConflictItemHisName(String conflictItemHisName) {
|
|
|
this.conflictItemHisName = conflictItemHisName;
|
|
|
}
|
|
|
+
|
|
|
public String getConflictItemHisDetailName() {
|
|
|
return conflictItemHisDetailName;
|
|
|
}
|
|
@@ -307,6 +339,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setConflictItemHisDetailName(String conflictItemHisDetailName) {
|
|
|
this.conflictItemHisDetailName = conflictItemHisDetailName;
|
|
|
}
|
|
|
+
|
|
|
public String getReferenceValue() {
|
|
|
return referenceValue;
|
|
|
}
|
|
@@ -314,6 +347,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setReferenceValue(String referenceValue) {
|
|
|
this.referenceValue = referenceValue;
|
|
|
}
|
|
|
+
|
|
|
public String getOutput() {
|
|
|
return output;
|
|
|
}
|
|
@@ -321,6 +355,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setOutput(String output) {
|
|
|
this.output = output;
|
|
|
}
|
|
|
+
|
|
|
public String getExpectedOutput() {
|
|
|
return expectedOutput;
|
|
|
}
|
|
@@ -328,6 +363,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setExpectedOutput(String expectedOutput) {
|
|
|
this.expectedOutput = expectedOutput;
|
|
|
}
|
|
|
+
|
|
|
public Integer getSuccess() {
|
|
|
return success;
|
|
|
}
|
|
@@ -335,6 +371,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setSuccess(Integer success) {
|
|
|
this.success = success;
|
|
|
}
|
|
|
+
|
|
|
public String getMessage() {
|
|
|
return message;
|
|
|
}
|
|
@@ -342,6 +379,7 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
public void setMessage(String message) {
|
|
|
this.message = message;
|
|
|
}
|
|
|
+
|
|
|
public String getInputParams() {
|
|
|
return inputParams;
|
|
|
}
|
|
@@ -353,32 +391,33 @@ public class ResultOtherTransfusion implements Serializable {
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
return "ResultOtherTransfusion{" +
|
|
|
- "id=" + id +
|
|
|
- ", isDeleted=" + isDeleted +
|
|
|
- ", gmtCreate=" + gmtCreate +
|
|
|
- ", gmtModified=" + gmtModified +
|
|
|
- ", creator=" + creator +
|
|
|
- ", modifier=" + modifier +
|
|
|
- ", resultId=" + resultId +
|
|
|
- ", otherItemName=" + otherItemName +
|
|
|
- ", otherItemHisName=" + otherItemHisName +
|
|
|
- ", otherItemHisDetailName=" + otherItemHisDetailName +
|
|
|
- ", otherItemRange=" + otherItemRange +
|
|
|
- ", otherItemMaxValue=" + otherItemMaxValue +
|
|
|
- ", otherItemMinValue=" + otherItemMinValue +
|
|
|
- ", otherItemUnit=" + otherItemUnit +
|
|
|
- ", otherItemInputValue=" + otherItemInputValue +
|
|
|
- ", transfusionType=" + transfusionType +
|
|
|
- ", conflictItemType=" + conflictItemType +
|
|
|
- ", conflictItemName=" + conflictItemName +
|
|
|
- ", conflictItemHisName=" + conflictItemHisName +
|
|
|
- ", conflictItemHisDetailName=" + conflictItemHisDetailName +
|
|
|
- ", referenceValue=" + referenceValue +
|
|
|
- ", output=" + output +
|
|
|
- ", expectedOutput=" + expectedOutput +
|
|
|
- ", success=" + success +
|
|
|
- ", message=" + message +
|
|
|
- ", inputParams=" + inputParams +
|
|
|
- "}";
|
|
|
+ "id=" + id +
|
|
|
+ ", isDeleted=" + isDeleted +
|
|
|
+ ", gmtCreate=" + gmtCreate +
|
|
|
+ ", gmtModified=" + gmtModified +
|
|
|
+ ", creator=" + creator +
|
|
|
+ ", modifier=" + modifier +
|
|
|
+ ", resultId=" + resultId +
|
|
|
+ ", otherItemName=" + otherItemName +
|
|
|
+ ", otherItemHisName=" + otherItemHisName +
|
|
|
+ ", otherItemHisDetailName=" + otherItemHisDetailName +
|
|
|
+ ", otherItemRange=" + otherItemRange +
|
|
|
+ ", otherItemMaxValue=" + otherItemMaxValue +
|
|
|
+ ", otherItemMinValue=" + otherItemMinValue +
|
|
|
+ ", otherItemUnit=" + otherItemUnit +
|
|
|
+ ", otherItemInputValue=" + otherItemInputValue +
|
|
|
+ ", transfusionType=" + transfusionType +
|
|
|
+ ", transfusionTypeHisName=" + transfusionTypeHisName +
|
|
|
+ ", conflictItemType=" + conflictItemType +
|
|
|
+ ", conflictItemName=" + conflictItemName +
|
|
|
+ ", conflictItemHisName=" + conflictItemHisName +
|
|
|
+ ", conflictItemHisDetailName=" + conflictItemHisDetailName +
|
|
|
+ ", referenceValue=" + referenceValue +
|
|
|
+ ", output=" + output +
|
|
|
+ ", expectedOutput=" + expectedOutput +
|
|
|
+ ", success=" + success +
|
|
|
+ ", message=" + message +
|
|
|
+ ", inputParams=" + inputParams +
|
|
|
+ "}";
|
|
|
}
|
|
|
}
|