提交merge1.3
This commit is contained in:
@@ -24,11 +24,15 @@ import lombok.experimental.Accessors;
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
public class ChargeItem extends HisBaseEntity {
|
||||
|
||||
/** ID */
|
||||
/**
|
||||
* ID
|
||||
*/
|
||||
@TableId(type = IdType.ASSIGN_ID)
|
||||
private Long id;
|
||||
|
||||
/** 状态 */
|
||||
/**
|
||||
* 状态
|
||||
*/
|
||||
private Integer statusEnum;
|
||||
|
||||
/**
|
||||
@@ -36,100 +40,164 @@ public class ChargeItem extends HisBaseEntity {
|
||||
*/
|
||||
private Integer generateSourceEnum;
|
||||
|
||||
/** 层级 */
|
||||
/**
|
||||
* 层级
|
||||
*/
|
||||
private String busNo;
|
||||
|
||||
/** 处方号 */
|
||||
/**
|
||||
* 处方号
|
||||
*/
|
||||
private String prescriptionNo;
|
||||
|
||||
/** 患者ID */
|
||||
/**
|
||||
* 患者ID
|
||||
*/
|
||||
private Long patientId;
|
||||
|
||||
/** 类别 */
|
||||
/**
|
||||
* 类别
|
||||
*/
|
||||
private Integer contextEnum;
|
||||
|
||||
/** 就诊ID */
|
||||
/**
|
||||
* 就诊ID
|
||||
*/
|
||||
private Long encounterId;
|
||||
|
||||
/** 发生时间 */
|
||||
/**
|
||||
* 发生时间
|
||||
*/
|
||||
private Date occurrenceTime;
|
||||
|
||||
/** 执行人Id */
|
||||
/**
|
||||
* 执行人Id
|
||||
*/
|
||||
private Long performerId;
|
||||
|
||||
/** 执行科室 */
|
||||
/**
|
||||
* 执行科室
|
||||
*/
|
||||
private Long performingOrgId;
|
||||
|
||||
/** 开立科室 */
|
||||
/**
|
||||
* 开立科室
|
||||
*/
|
||||
private Long requestingOrgId;
|
||||
|
||||
/** 成本科室 */
|
||||
/**
|
||||
* 成本科室
|
||||
*/
|
||||
private Long costOrgId;
|
||||
|
||||
/** 数量 */
|
||||
/**
|
||||
* 数量
|
||||
*/
|
||||
private BigDecimal quantityValue;
|
||||
|
||||
/** 单位 */
|
||||
/**
|
||||
* 单位
|
||||
*/
|
||||
private String quantityUnit;
|
||||
|
||||
/** 单价 */
|
||||
/**
|
||||
* 单价
|
||||
*/
|
||||
private BigDecimal unitPrice;
|
||||
|
||||
/** 总价 */
|
||||
/**
|
||||
* 总价
|
||||
*/
|
||||
private BigDecimal totalPrice;
|
||||
|
||||
/** 费用定价ID */
|
||||
/**
|
||||
* 费用定价ID
|
||||
*/
|
||||
private Long definitionId;
|
||||
|
||||
/** 定价子表主键 */
|
||||
/**
|
||||
* 定价子表主键
|
||||
*/
|
||||
private Long defDetailId;
|
||||
|
||||
/** 原价 */
|
||||
/**
|
||||
* 原价
|
||||
*/
|
||||
private BigDecimal baseAmount;
|
||||
|
||||
/** 折后价格 */
|
||||
/**
|
||||
* 折后价格
|
||||
*/
|
||||
private BigDecimal discountAmount;
|
||||
|
||||
/** 附加价格 */
|
||||
/**
|
||||
* 附加价格
|
||||
*/
|
||||
private BigDecimal surchargeAmount;
|
||||
|
||||
/** 改价原因 */
|
||||
/**
|
||||
* 改价原因
|
||||
*/
|
||||
private String overrideReasonCode;
|
||||
|
||||
/** 改价原因文本 */
|
||||
/**
|
||||
* 改价原因文本
|
||||
*/
|
||||
private String overrideReasonText;
|
||||
|
||||
/** 开立人ID */
|
||||
/**
|
||||
* 开立人ID
|
||||
*/
|
||||
private Long entererId;
|
||||
|
||||
/** 开立时间 */
|
||||
/**
|
||||
* 开立时间
|
||||
*/
|
||||
private Date enteredDate;
|
||||
|
||||
/** 医疗服务所在表 */
|
||||
/**
|
||||
* 医疗服务所在表
|
||||
*/
|
||||
private String serviceTable;
|
||||
|
||||
/** 医疗服务ID */
|
||||
/**
|
||||
* 医疗服务ID
|
||||
*/
|
||||
private Long serviceId;
|
||||
|
||||
/** 产品所在表 */
|
||||
/**
|
||||
* 产品所在表
|
||||
*/
|
||||
private String productTable;
|
||||
|
||||
/** 产品ID */
|
||||
/**
|
||||
* 产品ID
|
||||
*/
|
||||
private Long productId;
|
||||
|
||||
/** 索赔结果 */
|
||||
/**
|
||||
* 索赔结果
|
||||
*/
|
||||
private Integer claimStateEnum;
|
||||
|
||||
/** 打印次数 */
|
||||
/**
|
||||
* 打印次数
|
||||
*/
|
||||
private Integer printCount;
|
||||
|
||||
/** 关联账户ID */
|
||||
/**
|
||||
* 关联账户ID
|
||||
*/
|
||||
private Long accountId;
|
||||
|
||||
/** 机构 */
|
||||
/**
|
||||
* 机构
|
||||
*/
|
||||
private Long orgId;
|
||||
|
||||
/** 退费ID */
|
||||
/**
|
||||
* 退费ID
|
||||
*/
|
||||
private Long refundId;
|
||||
|
||||
/**
|
||||
@@ -152,16 +220,20 @@ public class ChargeItem extends HisBaseEntity {
|
||||
*/
|
||||
private Integer tcmFlag;
|
||||
|
||||
/** 执行id */
|
||||
/**
|
||||
* 执行id
|
||||
*/
|
||||
private Long procedureId;
|
||||
|
||||
/** 发放所在表 */
|
||||
/**
|
||||
* 发放所在表
|
||||
*/
|
||||
private String dispenseTable;
|
||||
|
||||
/** 发放ID */
|
||||
/**
|
||||
* 发放ID
|
||||
*/
|
||||
private Long dispenseId;
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
/**
|
||||
* 系统优惠价格
|
||||
@@ -173,6 +245,4 @@ public class ChargeItem extends HisBaseEntity {
|
||||
*/
|
||||
private BigDecimal manualAdjustedPrice;
|
||||
|
||||
|
||||
>>>>>>> v1.3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user