周口郸城医院 DanChengCallCenter_API

sf_bingrenqk.cs 8.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. /** 版本信息模板在安装目录下,可自行修改。
  2. * SF_BINGRENQK.cs
  3. *
  4. * 功 能: N/A
  5. * 类 名: SF_BINGRENQK
  6. *
  7. * Ver 变更日期 负责人 变更内容
  8. * ───────────────────────────────────
  9. * V0.01 2020/11/7 18:22:10 N/A 初版
  10. *
  11. * Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
  12. *┌──────────────────────────────────┐
  13. *│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
  14. *│ 版权所有:动软卓越(北京)科技有限公司              │
  15. *└──────────────────────────────────┘
  16. */
  17. using System;
  18. namespace CallCenterApi.Model
  19. {
  20. /// <summary>
  21. /// SF_BINGRENQK:实体类(属性说明自动提取数据库字段的描述信息)
  22. /// </summary>
  23. [Serializable]
  24. public partial class SF_BINGRENQK
  25. {
  26. public SF_BINGRENQK()
  27. {}
  28. #region Model
  29. private string _bah;
  30. private string _bingrenzyid;
  31. private string _brxh;
  32. private string _zycs;
  33. private string _ryrq;
  34. private string _cyrq;
  35. private string _brxm;
  36. private string _xb;
  37. private string _csrq;
  38. private string _nl;
  39. private string _nlr;
  40. private string _gj;
  41. private string _hy;
  42. private string _sfzh;
  43. private string _hkdz;
  44. private string _hkdzyb;
  45. private string _xzz;
  46. private string _xzzdh;
  47. private string _xzzyb;
  48. private string _gzdw;
  49. private string _dwdh;
  50. private string _dwyb;
  51. private string _gxrxm;
  52. private string _gx;
  53. private string _gxrzz;
  54. private string _gxrdh;
  55. private string _ryqk;
  56. private string _ryks;
  57. private string _rybs;
  58. private string _zkkb;
  59. private string _cyks;
  60. private string _cybs;
  61. private string _zyts;
  62. private string _ryqzrq;
  63. private string _kzrbh;
  64. private string _kzrxm;
  65. private string _zrysbh;
  66. private string _zrysxm;
  67. private string _zzysbh;
  68. private string _zzysxm;
  69. private string _zyysbh;
  70. private string _zyysxm;
  71. private string _zrhsbh;
  72. private string _zrhsxm;
  73. private string _lyfs;
  74. private string _fffs;
  75. private string _zfy;
  76. private string _zfje;
  77. private string _lrrq;
  78. private string _jdrq;
  79. private string _blfl;
  80. /// <summary>
  81. ///
  82. /// </summary>
  83. public string LRRQ
  84. {
  85. set { _lrrq = value; }
  86. get { return _lrrq; }
  87. }
  88. /// <summary>
  89. /// 病案号
  90. /// </summary>
  91. public string BAH
  92. {
  93. set{ _bah=value;}
  94. get{return _bah;}
  95. }
  96. /// <summary>
  97. ///
  98. /// </summary>
  99. public string BINGRENZYID
  100. {
  101. set{ _bingrenzyid=value;}
  102. get{return _bingrenzyid;}
  103. }
  104. /// <summary>
  105. ///
  106. /// </summary>
  107. public string BRXH
  108. {
  109. set{ _brxh=value;}
  110. get{return _brxh;}
  111. }
  112. /// <summary>
  113. ///
  114. /// </summary>
  115. public string ZYCS
  116. {
  117. set{ _zycs=value;}
  118. get{return _zycs;}
  119. }
  120. /// <summary>
  121. /// 入院日期
  122. /// </summary>
  123. public string RYRQ
  124. {
  125. set{ _ryrq=value;}
  126. get{return _ryrq;}
  127. }
  128. /// <summary>
  129. /// 出院日期
  130. /// </summary>
  131. public string CYRQ
  132. {
  133. set{ _cyrq=value;}
  134. get{return _cyrq;}
  135. }
  136. /// <summary>
  137. /// 病人姓名
  138. /// </summary>
  139. public string BRXM
  140. {
  141. set{ _brxm=value;}
  142. get{return _brxm;}
  143. }
  144. /// <summary>
  145. /// 性别
  146. /// </summary>
  147. public string XB
  148. {
  149. set{ _xb=value;}
  150. get{return _xb;}
  151. }
  152. /// <summary>
  153. /// 出生日期
  154. /// </summary>
  155. public string CSRQ
  156. {
  157. set{ _csrq=value;}
  158. get{return _csrq;}
  159. }
  160. /// <summary>
  161. /// 年龄
  162. /// </summary>
  163. public string NL
  164. {
  165. set{ _nl=value;}
  166. get{return _nl;}
  167. }
  168. /// <summary>
  169. ///
  170. /// </summary>
  171. public string NLR
  172. {
  173. set{ _nlr=value;}
  174. get{return _nlr;}
  175. }
  176. /// <summary>
  177. /// 国籍
  178. /// </summary>
  179. public string GJ
  180. {
  181. set{ _gj=value;}
  182. get{return _gj;}
  183. }
  184. /// <summary>
  185. /// 婚姻
  186. /// </summary>
  187. public string HY
  188. {
  189. set{ _hy=value;}
  190. get{return _hy;}
  191. }
  192. /// <summary>
  193. /// 身份证号
  194. /// </summary>
  195. public string SFZH
  196. {
  197. set{ _sfzh=value;}
  198. get{return _sfzh;}
  199. }
  200. /// <summary>
  201. ///
  202. /// </summary>
  203. public string HKDZ
  204. {
  205. set{ _hkdz=value;}
  206. get{return _hkdz;}
  207. }
  208. /// <summary>
  209. ///
  210. /// </summary>
  211. public string HKDZYB
  212. {
  213. set{ _hkdzyb=value;}
  214. get{return _hkdzyb;}
  215. }
  216. /// <summary>
  217. ///
  218. /// </summary>
  219. public string XZZ
  220. {
  221. set{ _xzz=value;}
  222. get{return _xzz;}
  223. }
  224. /// <summary>
  225. ///
  226. /// </summary>
  227. public string XZZDH
  228. {
  229. set{ _xzzdh=value;}
  230. get{return _xzzdh;}
  231. }
  232. /// <summary>
  233. /// 邮编
  234. /// </summary>
  235. public string XZZYB
  236. {
  237. set{ _xzzyb=value;}
  238. get{return _xzzyb;}
  239. }
  240. /// <summary>
  241. ///
  242. /// </summary>
  243. public string GZDW
  244. {
  245. set{ _gzdw=value;}
  246. get{return _gzdw;}
  247. }
  248. /// <summary>
  249. ///
  250. /// </summary>
  251. public string DWDH
  252. {
  253. set{ _dwdh=value;}
  254. get{return _dwdh;}
  255. }
  256. /// <summary>
  257. ///
  258. /// </summary>
  259. public string DWYB
  260. {
  261. set{ _dwyb=value;}
  262. get{return _dwyb;}
  263. }
  264. /// <summary>
  265. ///
  266. /// </summary>
  267. public string GXRXM
  268. {
  269. set{ _gxrxm=value;}
  270. get{return _gxrxm;}
  271. }
  272. /// <summary>
  273. ///
  274. /// </summary>
  275. public string GX
  276. {
  277. set{ _gx=value;}
  278. get{return _gx;}
  279. }
  280. /// <summary>
  281. ///
  282. /// </summary>
  283. public string GXRZZ
  284. {
  285. set{ _gxrzz=value;}
  286. get{return _gxrzz;}
  287. }
  288. /// <summary>
  289. /// 电话
  290. /// </summary>
  291. public string GXRDH
  292. {
  293. set{ _gxrdh=value;}
  294. get{return _gxrdh;}
  295. }
  296. /// <summary>
  297. ///
  298. /// </summary>
  299. public string RYQK
  300. {
  301. set{ _ryqk=value;}
  302. get{return _ryqk;}
  303. }
  304. /// <summary>
  305. /// 入院科室
  306. /// </summary>
  307. public string RYKS
  308. {
  309. set{ _ryks=value;}
  310. get{return _ryks;}
  311. }
  312. /// <summary>
  313. /// 入院床位
  314. /// </summary>
  315. public string RYBS
  316. {
  317. set{ _rybs=value;}
  318. get{return _rybs;}
  319. }
  320. /// <summary>
  321. ///
  322. /// </summary>
  323. public string ZKKB
  324. {
  325. set{ _zkkb=value;}
  326. get{return _zkkb;}
  327. }
  328. /// <summary>
  329. /// 出院科室
  330. /// </summary>
  331. public string CYKS
  332. {
  333. set{ _cyks=value;}
  334. get{return _cyks;}
  335. }
  336. /// <summary>
  337. /// 出院床位
  338. /// </summary>
  339. public string CYBS
  340. {
  341. set{ _cybs=value;}
  342. get{return _cybs;}
  343. }
  344. /// <summary>
  345. ///
  346. /// </summary>
  347. public string ZYTS
  348. {
  349. set{ _zyts=value;}
  350. get{return _zyts;}
  351. }
  352. /// <summary>
  353. /// 确证日期
  354. /// </summary>
  355. public string RYQZRQ
  356. {
  357. set{ _ryqzrq=value;}
  358. get{return _ryqzrq;}
  359. }
  360. /// <summary>
  361. ///
  362. /// </summary>
  363. public string KZRBH
  364. {
  365. set{ _kzrbh=value;}
  366. get{return _kzrbh;}
  367. }
  368. /// <summary>
  369. ///
  370. /// </summary>
  371. public string KZRXM
  372. {
  373. set{ _kzrxm=value;}
  374. get{return _kzrxm;}
  375. }
  376. /// <summary>
  377. ///
  378. /// </summary>
  379. public string ZRYSBH
  380. {
  381. set{ _zrysbh=value;}
  382. get{return _zrysbh;}
  383. }
  384. /// <summary>
  385. /// 门诊医生/主任医生姓名
  386. /// </summary>
  387. public string ZRYSXM
  388. {
  389. set{ _zrysxm=value;}
  390. get{return _zrysxm;}
  391. }
  392. /// <summary>
  393. ///
  394. /// </summary>
  395. public string ZZYSBH
  396. {
  397. set{ _zzysbh=value;}
  398. get{return _zzysbh;}
  399. }
  400. /// <summary>
  401. /// 主治医生姓名
  402. /// </summary>
  403. public string ZZYSXM
  404. {
  405. set{ _zzysxm=value;}
  406. get{return _zzysxm;}
  407. }
  408. /// <summary>
  409. ///
  410. /// </summary>
  411. public string ZYYSBH
  412. {
  413. set{ _zyysbh=value;}
  414. get{return _zyysbh;}
  415. }
  416. /// <summary>
  417. ///
  418. /// </summary>
  419. public string ZYYSXM
  420. {
  421. set{ _zyysxm=value;}
  422. get{return _zyysxm;}
  423. }
  424. /// <summary>
  425. ///
  426. /// </summary>
  427. public string ZRHSBH
  428. {
  429. set{ _zrhsbh=value;}
  430. get{return _zrhsbh;}
  431. }
  432. /// <summary>
  433. /// 主管护士
  434. /// </summary>
  435. public string ZRHSXM
  436. {
  437. set{ _zrhsxm=value;}
  438. get{return _zrhsxm;}
  439. }
  440. /// <summary>
  441. ///
  442. /// </summary>
  443. public string LYFS
  444. {
  445. set{ _lyfs=value;}
  446. get{return _lyfs;}
  447. }
  448. /// <summary>
  449. /// 付款方式
  450. /// </summary>
  451. public string FFFS
  452. {
  453. set{ _fffs=value;}
  454. get{return _fffs;}
  455. }
  456. /// <summary>
  457. /// 总费用
  458. /// </summary>
  459. public string ZFY
  460. {
  461. set{ _zfy=value;}
  462. get{return _zfy;}
  463. }
  464. /// <summary>
  465. /// 自费费用
  466. /// </summary>
  467. public string ZFJE
  468. {
  469. set{ _zfje=value;}
  470. get{return _zfje;}
  471. }
  472. /// <summary>
  473. /// 建档日期
  474. /// </summary>
  475. public string JDRQ
  476. {
  477. set { _jdrq = value; }
  478. get { return _jdrq; }
  479. }
  480. /// <summary>
  481. /// 病例分类
  482. /// </summary>
  483. public string BLFL
  484. {
  485. set { _blfl = value; }
  486. get { return _blfl; }
  487. }
  488. #endregion Model
  489. }
  490. }