You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
191 lines
5.2 KiB
191 lines
5.2 KiB
//package com.ynxbd.common.bean;
|
|
//
|
|
//import java.io.Serializable;
|
|
//
|
|
//import javax.xml.bind.annotation.XmlAccessType;
|
|
//import javax.xml.bind.annotation.XmlAccessorType;
|
|
//import javax.xml.bind.annotation.XmlRootElement;
|
|
//import javax.xml.bind.annotation.XmlType;
|
|
//
|
|
//@XmlAccessorType(XmlAccessType.FIELD)
|
|
//@XmlRootElement(name = "Item")
|
|
//@XmlType(propOrder = { "Specimen", "AssayCode", "AssayName", "Device", "Result", "Unit", "Range", "ABNormal_InDicator",
|
|
// "BacterialName", "AntiBacterialConcentration", "AntiBacterialCycleDiameter", "BacterialGroupCount",
|
|
// "BacterialResult", "BacterialNum", "DrugSensitivityName", "DrugSensitivityResult" })
|
|
//public class InspectionItemBean implements Serializable {
|
|
// /**
|
|
// *
|
|
// */
|
|
// private static final long serialVersionUID = 1L;
|
|
// String Specimen;
|
|
// String AssayCode;
|
|
// String AssayName;
|
|
// String Device;
|
|
// String Result;
|
|
// String Unit;
|
|
// String Range;
|
|
// String ABNormal_InDicator;
|
|
// String BacterialName;
|
|
// String AntiBacterialConcentration;
|
|
// String AntiBacterialCycleDiameter;
|
|
// String BacterialGroupCount;
|
|
// String BacterialResult;
|
|
// String BacterialNum;
|
|
// String DrugSensitivityName;
|
|
// String DrugSensitivityResult;
|
|
//
|
|
// public InspectionItemBean() {
|
|
// super();
|
|
// }
|
|
//
|
|
// public InspectionItemBean(String Specimen, String AssayCode, String AssayName, String Device, String Result,
|
|
// String Unit, String Range, String ABNormal_InDicator, String BacterialName,
|
|
// String AntiBacterialConcentration, String AntiBacterialCycleDiameter, String BacterialGroupCount,
|
|
// String BacterialResult, String BacterialNum, String DrugSensitivityName, String DrugSensitivityResult) {
|
|
// this.Specimen = Specimen;
|
|
// this.AssayCode = AssayCode;
|
|
// this.AssayName = AssayName;
|
|
// this.Device = Device;
|
|
// this.Result = Result;
|
|
// this.Unit = Unit;
|
|
// this.Range = Range;
|
|
// this.ABNormal_InDicator = ABNormal_InDicator;
|
|
// this.BacterialName = BacterialName;
|
|
// this.AntiBacterialConcentration = AntiBacterialConcentration;
|
|
// this.AntiBacterialCycleDiameter = AntiBacterialCycleDiameter;
|
|
// this.BacterialGroupCount = BacterialGroupCount;
|
|
// this.BacterialResult = BacterialResult;
|
|
// this.BacterialNum = BacterialNum;
|
|
// this.DrugSensitivityName = DrugSensitivityName;
|
|
// this.DrugSensitivityResult = DrugSensitivityResult;
|
|
// }
|
|
//
|
|
// public String getSpecimen() {
|
|
// return Specimen;
|
|
// }
|
|
//
|
|
// public void setSpecimen(String specimen) {
|
|
// Specimen = specimen;
|
|
// }
|
|
//
|
|
// public String getAssayCode() {
|
|
// return AssayCode;
|
|
// }
|
|
//
|
|
// public void setAssayCode(String assayCode) {
|
|
// AssayCode = assayCode;
|
|
// }
|
|
//
|
|
// public String getAssayName() {
|
|
// return AssayName;
|
|
// }
|
|
//
|
|
// public void setAssayName(String assayName) {
|
|
// AssayName = assayName;
|
|
// }
|
|
//
|
|
// public String getDevice() {
|
|
// return Device;
|
|
// }
|
|
//
|
|
// public void setDevice(String device) {
|
|
// Device = device;
|
|
// }
|
|
//
|
|
// public String getResult() {
|
|
// return Result;
|
|
// }
|
|
//
|
|
// public void setResult(String result) {
|
|
// Result = result;
|
|
// }
|
|
//
|
|
// public String getUnit() {
|
|
// return Unit;
|
|
// }
|
|
//
|
|
// public void setUnit(String unit) {
|
|
// Unit = unit;
|
|
// }
|
|
//
|
|
// public String getRange() {
|
|
// return Range;
|
|
// }
|
|
//
|
|
// public void setRange(String range) {
|
|
// Range = range;
|
|
// }
|
|
//
|
|
// public String getABNormal_InDicator() {
|
|
// return ABNormal_InDicator;
|
|
// }
|
|
//
|
|
// public void setABNormal_InDicator(String aBNormal_InDicator) {
|
|
// ABNormal_InDicator = aBNormal_InDicator;
|
|
// }
|
|
//
|
|
// public String getBacterialName() {
|
|
// return BacterialName;
|
|
// }
|
|
//
|
|
// public void setBacterialName(String bacterialName) {
|
|
// BacterialName = bacterialName;
|
|
// }
|
|
//
|
|
// public String getAntiBacterialConcentration() {
|
|
// return AntiBacterialConcentration;
|
|
// }
|
|
//
|
|
// public void setAntiBacterialConcentration(String antiBacterialConcentration) {
|
|
// AntiBacterialConcentration = antiBacterialConcentration;
|
|
// }
|
|
//
|
|
// public String getAntiBacterialCycleDiameter() {
|
|
// return AntiBacterialCycleDiameter;
|
|
// }
|
|
//
|
|
// public void setAntiBacterialCycleDiameter(String antiBacterialCycleDiameter) {
|
|
// AntiBacterialCycleDiameter = antiBacterialCycleDiameter;
|
|
// }
|
|
//
|
|
// public String getBacterialGroupCount() {
|
|
// return BacterialGroupCount;
|
|
// }
|
|
//
|
|
// public void setBacterialGroupCount(String bacterialGroupCount) {
|
|
// BacterialGroupCount = bacterialGroupCount;
|
|
// }
|
|
//
|
|
// public String getBacterialResult() {
|
|
// return BacterialResult;
|
|
// }
|
|
//
|
|
// public void setBacterialResult(String bacterialResult) {
|
|
// BacterialResult = bacterialResult;
|
|
// }
|
|
//
|
|
// public String getBacterialNum() {
|
|
// return BacterialNum;
|
|
// }
|
|
//
|
|
// public void setBacterialNum(String bacterialNum) {
|
|
// BacterialNum = bacterialNum;
|
|
// }
|
|
//
|
|
// public String getDrugSensitivityName() {
|
|
// return DrugSensitivityName;
|
|
// }
|
|
//
|
|
// public void setDrugSensitivityName(String drugSensitivityName) {
|
|
// DrugSensitivityName = drugSensitivityName;
|
|
// }
|
|
//
|
|
// public String getDrugSensitivityResult() {
|
|
// return DrugSensitivityResult;
|
|
// }
|
|
//
|
|
// public void setDrugSensitivityResult(String drugSensitivityResult) {
|
|
// DrugSensitivityResult = drugSensitivityResult;
|
|
// }
|
|
//
|
|
//}
|
|
|