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.
		
		
		
		
			
				
					30 lines
				
				665 B
			
		
		
			
		
	
	
					30 lines
				
				665 B
			| 
											3 years ago
										 | package com.ynxbd.common.bean.his;
 | ||
|  | 
 | ||
|  | 
 | ||
|  | import lombok.Getter;
 | ||
|  | import lombok.NoArgsConstructor;
 | ||
|  | import lombok.Setter;
 | ||
|  | import lombok.ToString;
 | ||
|  | 
 | ||
|  | @Getter
 | ||
|  | @Setter
 | ||
|  | @ToString
 | ||
|  | @NoArgsConstructor
 | ||
|  | public class HisTreat {
 | ||
|  |     private String mzNum;
 | ||
|  |     private String registerDate;
 | ||
|  |     private String patientId;
 | ||
|  |     private String patientName;
 | ||
|  |     private String deptCode;
 | ||
|  |     private String deptName;
 | ||
|  |     private String doctCode;
 | ||
|  |     private String doctName;
 | ||
|  |     private String diagnose;
 | ||
|  |     private String diagnoseCode;
 | ||
|  |     private String diagnose_zy;
 | ||
|  |     private String diagnoseCode_ZY;
 | ||
|  |     private String symptom;
 | ||
|  |     private String complaint;
 | ||
|  | 
 | ||
|  | }
 |