//package com.ynxbd.common.bean; // //import javax.xml.bind.annotation.XmlAccessType; //import javax.xml.bind.annotation.XmlAccessorType; //import javax.xml.bind.annotation.XmlRootElement; //import javax.xml.bind.annotation.XmlType; //import java.io.Serializable; // ///** // * @Project:微信公众号 // * @author 张剑峰 // * @date 2017年8月28日下午1:49:26 // * @version v1.0.0 // * @Copyright: 2017云南新八达科技有限公司 All rights reserved. // */ //@XmlAccessorType(XmlAccessType.FIELD) //@XmlRootElement(name = "Report") //@XmlType(propOrder = { "Id", "Name", "Type", "ApplicationFrom", "State", "MZNum", "ZYNum", "BedNum", "YLDY", // "ApplyDeptCode", "ApplyDeptName", "ApplyDoctCode", "ApplyDoctName", "ApplyDate", "ExecDeptCode", "ExecDeptName", // "ExecDate", "ScanRoom", "ScanWay","BodyPart", "Description", "Conclusion", "Note", "Diagnose", "ReportDoctName", // "ReportDate" }) //public class CheckReportBean implements Serializable { // // private static final long serialVersionUID = 1L; // String Id; // String Name; // String Type; // String ApplicationFrom; // String State; // String MZNum; // String ZYNum; // String BedNum; // String YLDY; // String ApplyDeptCode; // String ApplyDeptName; // String ApplyDoctCode; // String ApplyDoctName; // String ApplyDate; // String ExecDeptCode; // String ExecDeptName; // String ExecDate; // String ScanRoom; // String ScanWay; // String BodyPart; // String Description; // String Conclusion; // String Note; // String Diagnose; // String ReportDoctName; // String ReportDate; // // public CheckReportBean() { // } // // public CheckReportBean(String id, String name, String type, String applicationFrom, String state, String MZNum, String ZYNum, String bedNum, String YLDY, String applyDeptCode, String applyDeptName, String applyDoctCode, String applyDoctName, String applyDate, String execDeptCode, String execDeptName, String execDate, String scanRoom, String scanWay, String bodyPart, String description, String conclusion, String note, String diagnose, String reportDoctName, String reportDate) { // Id = id; // Name = name; // Type = type; // ApplicationFrom = applicationFrom; // State = state; // this.MZNum = MZNum; // this.ZYNum = ZYNum; // BedNum = bedNum; // this.YLDY = YLDY; // ApplyDeptCode = applyDeptCode; // ApplyDeptName = applyDeptName; // ApplyDoctCode = applyDoctCode; // ApplyDoctName = applyDoctName; // ApplyDate = applyDate; // ExecDeptCode = execDeptCode; // ExecDeptName = execDeptName; // ExecDate = execDate; // ScanRoom = scanRoom; // ScanWay = scanWay; // BodyPart = bodyPart; // Description = description; // Conclusion = conclusion; // Note = note; // Diagnose = diagnose; // ReportDoctName = reportDoctName; // ReportDate = reportDate; // } // // public static long getSerialVersionUID() { // return serialVersionUID; // } // // public String getId() { // return Id; // } // // public void setId(String id) { // Id = id; // } // // public String getName() { // return Name; // } // // public void setName(String name) { // Name = name; // } // // public String getType() { // return Type; // } // // public void setType(String type) { // Type = type; // } // // public String getApplicationFrom() { // return ApplicationFrom; // } // // public void setApplicationFrom(String applicationFrom) { // ApplicationFrom = applicationFrom; // } // // public String getState() { // return State; // } // // public void setState(String state) { // State = state; // } // // public String getMZNum() { // return MZNum; // } // // public void setMZNum(String MZNum) { // this.MZNum = MZNum; // } // // public String getZYNum() { // return ZYNum; // } // // public void setZYNum(String ZYNum) { // this.ZYNum = ZYNum; // } // // public String getBedNum() { // return BedNum; // } // // public void setBedNum(String bedNum) { // BedNum = bedNum; // } // // public String getYLDY() { // return YLDY; // } // // public void setYLDY(String YLDY) { // this.YLDY = YLDY; // } // // public String getApplyDeptCode() { // return ApplyDeptCode; // } // // public void setApplyDeptCode(String applyDeptCode) { // ApplyDeptCode = applyDeptCode; // } // // public String getApplyDeptName() { // return ApplyDeptName; // } // // public void setApplyDeptName(String applyDeptName) { // ApplyDeptName = applyDeptName; // } // // public String getApplyDoctCode() { // return ApplyDoctCode; // } // // public void setApplyDoctCode(String applyDoctCode) { // ApplyDoctCode = applyDoctCode; // } // // public String getApplyDoctName() { // return ApplyDoctName; // } // // public void setApplyDoctName(String applyDoctName) { // ApplyDoctName = applyDoctName; // } // // public String getApplyDate() { // return ApplyDate; // } // // public void setApplyDate(String applyDate) { // ApplyDate = applyDate; // } // // public String getExecDeptCode() { // return ExecDeptCode; // } // // public void setExecDeptCode(String execDeptCode) { // ExecDeptCode = execDeptCode; // } // // public String getExecDeptName() { // return ExecDeptName; // } // // public void setExecDeptName(String execDeptName) { // ExecDeptName = execDeptName; // } // // public String getExecDate() { // return ExecDate; // } // // public void setExecDate(String execDate) { // ExecDate = execDate; // } // // public String getScanRoom() { // return ScanRoom; // } // // public void setScanRoom(String scanRoom) { // ScanRoom = scanRoom; // } // // public String getScanWay() { // return ScanWay; // } // // public void setScanWay(String scanWay) { // ScanWay = scanWay; // } // // public String getBodyPart() { // return BodyPart; // } // // public void setBodyPart(String bodyPart) { // BodyPart = bodyPart; // } // // public String getDescription() { // return Description; // } // // public void setDescription(String description) { // Description = description; // } // // public String getConclusion() { // return Conclusion; // } // // public void setConclusion(String conclusion) { // Conclusion = conclusion; // } // // public String getNote() { // return Note; // } // // public void setNote(String note) { // Note = note; // } // // public String getDiagnose() { // return Diagnose; // } // // public void setDiagnose(String diagnose) { // Diagnose = diagnose; // } // // public String getReportDoctName() { // return ReportDoctName; // } // // public void setReportDoctName(String reportDoctName) { // ReportDoctName = reportDoctName; // } // // public String getReportDate() { // return ReportDate; // } // // public void setReportDate(String reportDate) { // ReportDate = reportDate; // } // // @Override // public String toString() { // return "CheckReportBean{" + // "Id='" + Id + '\'' + // ", Name='" + Name + '\'' + // ", Type='" + Type + '\'' + // ", ApplicationFrom='" + ApplicationFrom + '\'' + // ", State='" + State + '\'' + // ", MZNum='" + MZNum + '\'' + // ", ZYNum='" + ZYNum + '\'' + // ", BedNum='" + BedNum + '\'' + // ", YLDY='" + YLDY + '\'' + // ", ApplyDeptCode='" + ApplyDeptCode + '\'' + // ", ApplyDeptName='" + ApplyDeptName + '\'' + // ", ApplyDoctCode='" + ApplyDoctCode + '\'' + // ", ApplyDoctName='" + ApplyDoctName + '\'' + // ", ApplyDate='" + ApplyDate + '\'' + // ", ExecDeptCode='" + ExecDeptCode + '\'' + // ", ExecDeptName='" + ExecDeptName + '\'' + // ", ExecDate='" + ExecDate + '\'' + // ", ScanRoom='" + ScanRoom + '\'' + // ", ScanWay='" + ScanWay + '\'' + // ", BodyPart='" + BodyPart + '\'' + // ", Description='" + Description + '\'' + // ", Conclusion='" + Conclusion + '\'' + // ", Note='" + Note + '\'' + // ", Diagnose='" + Diagnose + '\'' + // ", ReportDoctName='" + ReportDoctName + '\'' + // ", ReportDate='" + ReportDate + '\'' + // '}'; // } //}