SiSetlinfo.java 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. package thyyxxk.webserver.entity.medicalinsurance.setlinfo;
  2. import com.baomidou.mybatisplus.annotation.IdType;
  3. import com.baomidou.mybatisplus.annotation.TableField;
  4. import com.baomidou.mybatisplus.annotation.TableId;
  5. import com.baomidou.mybatisplus.annotation.TableName;
  6. import com.fasterxml.jackson.annotation.JsonFormat;
  7. import lombok.Data;
  8. import org.springframework.format.annotation.DateTimeFormat;
  9. import java.io.Serializable;
  10. import java.math.BigDecimal;
  11. import java.util.Date;
  12. @Data
  13. @TableName(value = "t_si_setlinfo")
  14. public class SiSetlinfo implements Serializable {
  15. private static final long serialVersionUID = 6876991080910479303L;
  16. /**
  17. * 住院号/门诊号
  18. */
  19. private String patNo;
  20. /**
  21. * 住院次数/门诊次数
  22. */
  23. private Integer times;
  24. /**
  25. * 账页号(门诊为receiptNo)
  26. */
  27. private Integer ledgerSn;
  28. /**
  29. * 就诊ID
  30. */
  31. private String mdtrtId;
  32. private String insuplcAdmdvs;
  33. /**
  34. * 结算ID
  35. */
  36. @TableId(type = IdType.ASSIGN_ID)
  37. private String setlId;
  38. /**
  39. * 人员编号
  40. */
  41. private String psnNo;
  42. /**
  43. * 人员姓名
  44. */
  45. private String psnName;
  46. /**
  47. * 人员证件类型
  48. */
  49. private String psnCertType;
  50. /**
  51. * 证件号码
  52. */
  53. private String certno;
  54. /**
  55. * 性别
  56. */
  57. private String gend;
  58. /**
  59. * 民族
  60. */
  61. private String naty;
  62. /**
  63. * 出生日期
  64. */
  65. @DateTimeFormat(pattern = "yyyy-MM-dd")
  66. @JsonFormat(pattern = "yyyy-MM-dd")
  67. private Date brdy;
  68. /**
  69. * 年龄
  70. */
  71. private Double age;
  72. /**
  73. * 险种类型
  74. */
  75. private String insutype;
  76. /**
  77. * 人员类别
  78. */
  79. private String psnType;
  80. /**
  81. * 公务员标志
  82. */
  83. private String cvlservFlag;
  84. /**
  85. * 结算时间
  86. */
  87. private Date setlTime;
  88. /**
  89. * 就诊凭证类型
  90. */
  91. private String mdtrtCertType;
  92. /**
  93. * 医疗类别
  94. */
  95. private String medType;
  96. /**
  97. * 医疗费总额
  98. */
  99. private Double medfeeSumamt;
  100. /**
  101. * 全自费金额
  102. */
  103. private Double fulamtOwnpayAmt;
  104. /**
  105. * 超限价自费费用
  106. */
  107. private Double overlmtSelfpay;
  108. /**
  109. * 先行自付金额
  110. */
  111. private Double preselfpayAmt;
  112. /**
  113. * 符合政策范围金额
  114. */
  115. private Double inscpScpAmt;
  116. /**
  117. * 实际支付起付线
  118. */
  119. private Double actPayDedc;
  120. /**
  121. * 基本医疗保险统筹基金支出
  122. */
  123. private Double hifpPay;
  124. /**
  125. * 基本医疗保险统筹基金支付比例
  126. */
  127. private Double poolPropSelfpay;
  128. /**
  129. * 公务员医疗补助资金支出
  130. */
  131. private Double cvlservPay;
  132. /**
  133. * 企业补充医疗保险基金支出
  134. */
  135. private Double hifesPay;
  136. /**
  137. * 居民大病保险资金支出
  138. */
  139. private Double hifmiPay;
  140. /**
  141. * 职工大额医疗费用补助基金支出
  142. */
  143. private Double hifobPay;
  144. /**
  145. * 医疗救助基金支出
  146. */
  147. private Double mafPay;
  148. /**
  149. * 医院负担金额
  150. */
  151. private Double hospPartAmt;
  152. /**
  153. * 其他支出
  154. */
  155. private Double othPay;
  156. /**
  157. * 基金支付总额
  158. */
  159. private Double fundPaySumamt;
  160. /**
  161. * 个人负担总金额
  162. */
  163. private Double psnPartAmt;
  164. /**
  165. * 个人账户支出
  166. */
  167. private Double acctPay;
  168. /**
  169. * 个人现金支出
  170. */
  171. private Double psnCashPay;
  172. /**
  173. * 余额
  174. */
  175. private Double balc;
  176. /**
  177. * 个人账户共济支付金额
  178. */
  179. private Double acctMulaidPay;
  180. /**
  181. * 医药机构结算ID
  182. */
  183. private String medinsSetlId;
  184. /**
  185. * 清算经办机构
  186. */
  187. private String clrOptins;
  188. /**
  189. * 清算方式
  190. */
  191. private String clrWay;
  192. /**
  193. * 清算类别
  194. */
  195. private String clrType;
  196. /**
  197. * 结算操作员
  198. * */
  199. private String staffId;
  200. /**
  201. * 是否已撤销
  202. * */
  203. private Integer revoked;
  204. /**
  205. * 结算类别:21-住院,11-门诊
  206. * */
  207. private String setlType;
  208. /**
  209. * 上传流水号
  210. * */
  211. private String setlListId;
  212. /**
  213. * 业务开始时间
  214. * */
  215. private Date begntime;
  216. /**
  217. * 业务结束时间
  218. * */
  219. private Date endtime;
  220. /**
  221. * 医保支付方式
  222. * */
  223. private Integer hiPaymtd;
  224. /**
  225. * 西药费
  226. */
  227. private BigDecimal chargeWesternMedicine;
  228. /**
  229. * 中成药费
  230. */
  231. private BigDecimal chargePatentMedicine;
  232. /**
  233. * 中药饮片费
  234. */
  235. private BigDecimal chargeHerbal;
  236. /**
  237. * 诊查费
  238. */
  239. private BigDecimal chargeExamination;
  240. /**
  241. * 治疗费
  242. */
  243. private BigDecimal chargeTreatment;
  244. /**
  245. * 手术费
  246. */
  247. private BigDecimal chargeOperation;
  248. /**
  249. * 护理费
  250. */
  251. private BigDecimal chargeNursing;
  252. /**
  253. * 卫生材料费
  254. */
  255. private BigDecimal chargeSanitaryMaterial;
  256. /**
  257. * 化验费
  258. */
  259. private BigDecimal chargeAssay;
  260. /**
  261. * 一般诊疗费
  262. */
  263. private BigDecimal chargeGeneralDiagnosis;
  264. /**
  265. * 检查费
  266. */
  267. private BigDecimal chargeInspection;
  268. /**
  269. * 挂号费
  270. */
  271. private BigDecimal chargeRegistration;
  272. /**
  273. * 床位费
  274. */
  275. private BigDecimal chargeBed;
  276. /**
  277. * 其他费
  278. */
  279. private BigDecimal chargeOthers;
  280. /**
  281. * 是否已分析过收费类别:0-否,1-是
  282. * */
  283. private Integer chargesAnalyzed;
  284. /**
  285. * 参保信息
  286. * */
  287. private String medinsType;
  288. /**
  289. * 主要诊断
  290. * */
  291. @TableField(exist = false)
  292. private String mainDiagnosis;
  293. /**
  294. * 主要手术
  295. * */
  296. @TableField(exist = false)
  297. private String mainOperation;
  298. @TableField(exist = false)
  299. private String gendName;
  300. @TableField(exist = false)
  301. private String insutypeName;
  302. @TableField(exist = false)
  303. private String psnTypeName;
  304. @TableField(exist = false)
  305. private String medTypeName;
  306. @TableField(exist = false)
  307. private String clrOptinsName;
  308. @TableField(exist = false)
  309. private String insuplcAdmdvsName;
  310. @TableField(exist = false)
  311. private String dept;
  312. @TableField(exist = false)
  313. private String doctor;
  314. /**
  315. * 伙食费
  316. * */
  317. @TableField(exist = false)
  318. private String mealsFee;
  319. }