医嘱保存参数
This commit is contained in:
		| @@ -52,9 +52,6 @@ public class MedicationRequest extends HisBaseEntity { | ||||
|     /** 产品批号 */ | ||||
|     private String lotNumber; | ||||
|  | ||||
|     /** 请求合计(元) */ | ||||
|     private BigDecimal displayAmount; | ||||
|  | ||||
|     /** 药品请求状态 */ | ||||
|     private Integer statusEnum; | ||||
|  | ||||
|   | ||||
| @@ -46,6 +46,9 @@ public class DeviceRequest extends HisBaseEntity { | ||||
|     /** 请求意图 */ | ||||
|     private String intentCode; | ||||
|  | ||||
|     /** 请求类型 */ | ||||
|     private Integer categoryEnum; | ||||
|  | ||||
|     /** 优先级 */ | ||||
|     private Integer priorityEnum; | ||||
|  | ||||
| @@ -67,9 +70,6 @@ public class DeviceRequest extends HisBaseEntity { | ||||
|     /** 耗材定义id */ | ||||
|     private Long deviceDefId; | ||||
|  | ||||
|     /** 请求合计(元) */ | ||||
|     private BigDecimal displayAmount; | ||||
|  | ||||
|     /** 器材规格 */ | ||||
|     private String deviceSpecifications; | ||||
|  | ||||
|   | ||||
| @@ -49,7 +49,7 @@ public class ServiceRequest extends HisBaseEntity { | ||||
|     /** 意图 */ | ||||
|     private Integer intentEnum; | ||||
|  | ||||
|     /** 服务分类 */ | ||||
|     /** 请求类型 */ | ||||
|     private Integer categoryEnum; | ||||
|  | ||||
|     /** 优先权 */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wang.Huan
					Wang.Huan