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.
		
		
		
		
			
				
					149 lines
				
				4.7 KiB
			
		
		
			
		
	
	
					149 lines
				
				4.7 KiB
			| 
								 
											3 years ago
										 
									 | 
							
								///*
							 | 
						||
| 
								 | 
							
								// * *
							 | 
						||
| 
								 | 
							
								// *  * @Project 微信公众号
							 | 
						||
| 
								 | 
							
								// *  * @Author 张剑峰
							 | 
						||
| 
								 | 
							
								// *  * @Date 2020/10/29 下午1:00
							 | 
						||
| 
								 | 
							
								// *  * @Description
							 | 
						||
| 
								 | 
							
								// *  * @Version v1.0.0
							 | 
						||
| 
								 | 
							
								// *  * @Copyright @ 2020 云南新八达科技有限公司 All rights reserved.
							 | 
						||
| 
								 | 
							
								// *
							 | 
						||
| 
								 | 
							
								// */
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//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.util.List;
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//@XmlAccessorType(XmlAccessType.FIELD)
							 | 
						||
| 
								 | 
							
								//@XmlRootElement(name = "Response")
							 | 
						||
| 
								 | 
							
								//@XmlType(propOrder = {"TransactionCode", "ResponseCode", "ResponseMessage", "PatientName", "AdmissionDate", "AdmissionDeptName", "StayDeptName", "AttendingPhysician", "LengthOfStay", "TotalHospitalization", "Item"})
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//public class InPatientFeeResponseBean {
							 | 
						||
| 
								 | 
							
								//    String TransactionCode;
							 | 
						||
| 
								 | 
							
								//    String ResponseCode;
							 | 
						||
| 
								 | 
							
								//    String ResponseMessage;
							 | 
						||
| 
								 | 
							
								//    String PatientName;
							 | 
						||
| 
								 | 
							
								//    String AdmissionDate;
							 | 
						||
| 
								 | 
							
								//    String AdmissionDeptName;
							 | 
						||
| 
								 | 
							
								//    String StayDeptName;
							 | 
						||
| 
								 | 
							
								//    String AttendingPhysician;
							 | 
						||
| 
								 | 
							
								//    String LengthOfStay;
							 | 
						||
| 
								 | 
							
								//    String TotalHospitalization;
							 | 
						||
| 
								 | 
							
								//    List<InPatientFeeItem> Item;
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public InPatientFeeResponseBean() {
							 | 
						||
| 
								 | 
							
								//        super();
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public InPatientFeeResponseBean(String TransactionCode, String ResponseCode, String ResponseMessage, String PatientName, String AdmissionDate, String AdmissionDeptName, String StayDeptName, String AttendingPhysician, String LengthOfStay, String TotalHospitalization, List<InPatientFeeItem> Item) {
							 | 
						||
| 
								 | 
							
								//        super();
							 | 
						||
| 
								 | 
							
								//        this.TransactionCode = TransactionCode;
							 | 
						||
| 
								 | 
							
								//        this.ResponseCode = ResponseCode;
							 | 
						||
| 
								 | 
							
								//        this.ResponseMessage = ResponseMessage;
							 | 
						||
| 
								 | 
							
								//        this.PatientName = PatientName;
							 | 
						||
| 
								 | 
							
								//        this.AdmissionDate = AdmissionDate;
							 | 
						||
| 
								 | 
							
								//        this.AdmissionDeptName = AdmissionDeptName;
							 | 
						||
| 
								 | 
							
								//        this.StayDeptName = StayDeptName;
							 | 
						||
| 
								 | 
							
								//        this.AttendingPhysician = AttendingPhysician;
							 | 
						||
| 
								 | 
							
								//        this.LengthOfStay = LengthOfStay;
							 | 
						||
| 
								 | 
							
								//        this.TotalHospitalization = TotalHospitalization;
							 | 
						||
| 
								 | 
							
								//        this.Item = Item;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public String getTransactionCode() {
							 | 
						||
| 
								 | 
							
								//        return TransactionCode;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public void setTransactionCode(String transactionCode) {
							 | 
						||
| 
								 | 
							
								//        TransactionCode = transactionCode;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public String getResponseCode() {
							 | 
						||
| 
								 | 
							
								//        return ResponseCode;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public void setResponseCode(String responseCode) {
							 | 
						||
| 
								 | 
							
								//        ResponseCode = responseCode;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public String getResponseMessage() {
							 | 
						||
| 
								 | 
							
								//        return ResponseMessage;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public void setResponseMessage(String responseMessage) {
							 | 
						||
| 
								 | 
							
								//        ResponseMessage = responseMessage;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public String getPatientName() {
							 | 
						||
| 
								 | 
							
								//        return PatientName;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public void setPatientName(String patientName) {
							 | 
						||
| 
								 | 
							
								//        PatientName = patientName;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public String getAdmissionDate() {
							 | 
						||
| 
								 | 
							
								//        return AdmissionDate;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public void setAdmissionDate(String admissionDate) {
							 | 
						||
| 
								 | 
							
								//        AdmissionDate = admissionDate;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public String getAdmissionDeptName() {
							 | 
						||
| 
								 | 
							
								//        return AdmissionDeptName;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public void setAdmissionDeptName(String admissionDeptName) {
							 | 
						||
| 
								 | 
							
								//        AdmissionDeptName = admissionDeptName;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public String getStayDeptName() {
							 | 
						||
| 
								 | 
							
								//        return StayDeptName;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public void setStayDeptName(String stayDeptName) {
							 | 
						||
| 
								 | 
							
								//        StayDeptName = stayDeptName;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public String getAttendingPhysician() {
							 | 
						||
| 
								 | 
							
								//        return AttendingPhysician;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public void setAttendingPhysician(String attendingPhysician) {
							 | 
						||
| 
								 | 
							
								//        AttendingPhysician = attendingPhysician;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public String getLengthOfStay() {
							 | 
						||
| 
								 | 
							
								//        return LengthOfStay;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public void setLengthOfStay(String lengthOfStay) {
							 | 
						||
| 
								 | 
							
								//        LengthOfStay = lengthOfStay;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public String getTotalHospitalization() {
							 | 
						||
| 
								 | 
							
								//        return TotalHospitalization;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public void setTotalHospitalization(String totalHospitalization) {
							 | 
						||
| 
								 | 
							
								//        TotalHospitalization = totalHospitalization;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public List<InPatientFeeItem> getItem() {
							 | 
						||
| 
								 | 
							
								//        return Item;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    public void setItem(List<InPatientFeeItem> item) {
							 | 
						||
| 
								 | 
							
								//        Item = item;
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//
							 | 
						||
| 
								 | 
							
								//    @Override
							 | 
						||
| 
								 | 
							
								//    public String toString() {
							 | 
						||
| 
								 | 
							
								//        return String.format("PatientName=%s, AdmissionDate=%s, AdmissionDeptName=%s, StayDeptName=%s, AttendingPhysician=%s, LengthOfStay=%s, TotalHospitalization=%s, Item=%s", PatientName, AdmissionDate, AdmissionDeptName, StayDeptName, AttendingPhysician, LengthOfStay, TotalHospitalization, Item);
							 | 
						||
| 
								 | 
							
								//    }
							 | 
						||
| 
								 | 
							
								//}
							 |