|  | @@ -23,4 +23,17 @@ public class Archive {
 | 
	
		
			
				|  |  |       * 生成的pdf前缀
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  |      private String urlPrefix;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getEmrPath() {
 | 
	
		
			
				|  |  | +        return this.path + "/emr";
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getUploadImageProImage() {
 | 
	
		
			
				|  |  | +        return this.path + "/uploadimage/proImage";
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public String getUploadImageCertificateImage() {
 | 
	
		
			
				|  |  | +        return this.path + "/uploadimage/certificateImage";
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  }
 |