周口郸城医院 DanChengCallCenter_API

sf_bingrenqk.cs 8.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  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. private string _hzblxx;
  81. public string HZBLXX
  82. {
  83. set { _hzblxx = value; }
  84. get { return _hzblxx; }
  85. }
  86. /// <summary>
  87. ///
  88. /// </summary>
  89. public string LRRQ
  90. {
  91. set { _lrrq = value; }
  92. get { return _lrrq; }
  93. }
  94. /// <summary>
  95. /// 病案号
  96. /// </summary>
  97. public string BAH
  98. {
  99. set{ _bah=value;}
  100. get{return _bah;}
  101. }
  102. /// <summary>
  103. ///
  104. /// </summary>
  105. public string BINGRENZYID
  106. {
  107. set{ _bingrenzyid=value;}
  108. get{return _bingrenzyid;}
  109. }
  110. /// <summary>
  111. ///
  112. /// </summary>
  113. public string BRXH
  114. {
  115. set{ _brxh=value;}
  116. get{return _brxh;}
  117. }
  118. /// <summary>
  119. ///
  120. /// </summary>
  121. public string ZYCS
  122. {
  123. set{ _zycs=value;}
  124. get{return _zycs;}
  125. }
  126. /// <summary>
  127. /// 入院日期
  128. /// </summary>
  129. public string RYRQ
  130. {
  131. set{ _ryrq=value;}
  132. get{return _ryrq;}
  133. }
  134. /// <summary>
  135. /// 出院日期
  136. /// </summary>
  137. public string CYRQ
  138. {
  139. set{ _cyrq=value;}
  140. get{return _cyrq;}
  141. }
  142. /// <summary>
  143. /// 病人姓名
  144. /// </summary>
  145. public string BRXM
  146. {
  147. set{ _brxm=value;}
  148. get{return _brxm;}
  149. }
  150. /// <summary>
  151. /// 性别
  152. /// </summary>
  153. public string XB
  154. {
  155. set{ _xb=value;}
  156. get{return _xb;}
  157. }
  158. /// <summary>
  159. /// 出生日期
  160. /// </summary>
  161. public string CSRQ
  162. {
  163. set{ _csrq=value;}
  164. get{return _csrq;}
  165. }
  166. /// <summary>
  167. /// 年龄
  168. /// </summary>
  169. public string NL
  170. {
  171. set{ _nl=value;}
  172. get{return _nl;}
  173. }
  174. /// <summary>
  175. ///
  176. /// </summary>
  177. public string NLR
  178. {
  179. set{ _nlr=value;}
  180. get{return _nlr;}
  181. }
  182. /// <summary>
  183. /// 国籍
  184. /// </summary>
  185. public string GJ
  186. {
  187. set{ _gj=value;}
  188. get{return _gj;}
  189. }
  190. /// <summary>
  191. /// 婚姻
  192. /// </summary>
  193. public string HY
  194. {
  195. set{ _hy=value;}
  196. get{return _hy;}
  197. }
  198. /// <summary>
  199. /// 身份证号
  200. /// </summary>
  201. public string SFZH
  202. {
  203. set{ _sfzh=value;}
  204. get{return _sfzh;}
  205. }
  206. /// <summary>
  207. ///
  208. /// </summary>
  209. public string HKDZ
  210. {
  211. set{ _hkdz=value;}
  212. get{return _hkdz;}
  213. }
  214. /// <summary>
  215. ///
  216. /// </summary>
  217. public string HKDZYB
  218. {
  219. set{ _hkdzyb=value;}
  220. get{return _hkdzyb;}
  221. }
  222. /// <summary>
  223. ///
  224. /// </summary>
  225. public string XZZ
  226. {
  227. set{ _xzz=value;}
  228. get{return _xzz;}
  229. }
  230. /// <summary>
  231. ///
  232. /// </summary>
  233. public string XZZDH
  234. {
  235. set{ _xzzdh=value;}
  236. get{return _xzzdh;}
  237. }
  238. /// <summary>
  239. /// 邮编
  240. /// </summary>
  241. public string XZZYB
  242. {
  243. set{ _xzzyb=value;}
  244. get{return _xzzyb;}
  245. }
  246. /// <summary>
  247. ///
  248. /// </summary>
  249. public string GZDW
  250. {
  251. set{ _gzdw=value;}
  252. get{return _gzdw;}
  253. }
  254. /// <summary>
  255. ///
  256. /// </summary>
  257. public string DWDH
  258. {
  259. set{ _dwdh=value;}
  260. get{return _dwdh;}
  261. }
  262. /// <summary>
  263. ///
  264. /// </summary>
  265. public string DWYB
  266. {
  267. set{ _dwyb=value;}
  268. get{return _dwyb;}
  269. }
  270. /// <summary>
  271. ///
  272. /// </summary>
  273. public string GXRXM
  274. {
  275. set{ _gxrxm=value;}
  276. get{return _gxrxm;}
  277. }
  278. /// <summary>
  279. ///
  280. /// </summary>
  281. public string GX
  282. {
  283. set{ _gx=value;}
  284. get{return _gx;}
  285. }
  286. /// <summary>
  287. ///
  288. /// </summary>
  289. public string GXRZZ
  290. {
  291. set{ _gxrzz=value;}
  292. get{return _gxrzz;}
  293. }
  294. /// <summary>
  295. /// 电话
  296. /// </summary>
  297. public string GXRDH
  298. {
  299. set{ _gxrdh=value;}
  300. get{return _gxrdh;}
  301. }
  302. /// <summary>
  303. ///
  304. /// </summary>
  305. public string RYQK
  306. {
  307. set{ _ryqk=value;}
  308. get{return _ryqk;}
  309. }
  310. /// <summary>
  311. /// 入院科室
  312. /// </summary>
  313. public string RYKS
  314. {
  315. set{ _ryks=value;}
  316. get{return _ryks;}
  317. }
  318. /// <summary>
  319. /// 入院床位
  320. /// </summary>
  321. public string RYBS
  322. {
  323. set{ _rybs=value;}
  324. get{return _rybs;}
  325. }
  326. /// <summary>
  327. ///
  328. /// </summary>
  329. public string ZKKB
  330. {
  331. set{ _zkkb=value;}
  332. get{return _zkkb;}
  333. }
  334. /// <summary>
  335. /// 出院科室
  336. /// </summary>
  337. public string CYKS
  338. {
  339. set{ _cyks=value;}
  340. get{return _cyks;}
  341. }
  342. /// <summary>
  343. /// 出院床位
  344. /// </summary>
  345. public string CYBS
  346. {
  347. set{ _cybs=value;}
  348. get{return _cybs;}
  349. }
  350. /// <summary>
  351. ///
  352. /// </summary>
  353. public string ZYTS
  354. {
  355. set{ _zyts=value;}
  356. get{return _zyts;}
  357. }
  358. /// <summary>
  359. /// 确证日期
  360. /// </summary>
  361. public string RYQZRQ
  362. {
  363. set{ _ryqzrq=value;}
  364. get{return _ryqzrq;}
  365. }
  366. /// <summary>
  367. ///
  368. /// </summary>
  369. public string KZRBH
  370. {
  371. set{ _kzrbh=value;}
  372. get{return _kzrbh;}
  373. }
  374. /// <summary>
  375. ///
  376. /// </summary>
  377. public string KZRXM
  378. {
  379. set{ _kzrxm=value;}
  380. get{return _kzrxm;}
  381. }
  382. /// <summary>
  383. ///
  384. /// </summary>
  385. public string ZRYSBH
  386. {
  387. set{ _zrysbh=value;}
  388. get{return _zrysbh;}
  389. }
  390. /// <summary>
  391. /// 门诊医生/主任医生姓名
  392. /// </summary>
  393. public string ZRYSXM
  394. {
  395. set{ _zrysxm=value;}
  396. get{return _zrysxm;}
  397. }
  398. /// <summary>
  399. ///
  400. /// </summary>
  401. public string ZZYSBH
  402. {
  403. set{ _zzysbh=value;}
  404. get{return _zzysbh;}
  405. }
  406. /// <summary>
  407. /// 主治医生姓名
  408. /// </summary>
  409. public string ZZYSXM
  410. {
  411. set{ _zzysxm=value;}
  412. get{return _zzysxm;}
  413. }
  414. /// <summary>
  415. ///
  416. /// </summary>
  417. public string ZYYSBH
  418. {
  419. set{ _zyysbh=value;}
  420. get{return _zyysbh;}
  421. }
  422. /// <summary>
  423. ///
  424. /// </summary>
  425. public string ZYYSXM
  426. {
  427. set{ _zyysxm=value;}
  428. get{return _zyysxm;}
  429. }
  430. /// <summary>
  431. ///
  432. /// </summary>
  433. public string ZRHSBH
  434. {
  435. set{ _zrhsbh=value;}
  436. get{return _zrhsbh;}
  437. }
  438. /// <summary>
  439. /// 主管护士
  440. /// </summary>
  441. public string ZRHSXM
  442. {
  443. set{ _zrhsxm=value;}
  444. get{return _zrhsxm;}
  445. }
  446. /// <summary>
  447. ///
  448. /// </summary>
  449. public string LYFS
  450. {
  451. set{ _lyfs=value;}
  452. get{return _lyfs;}
  453. }
  454. /// <summary>
  455. /// 付款方式
  456. /// </summary>
  457. public string FFFS
  458. {
  459. set{ _fffs=value;}
  460. get{return _fffs;}
  461. }
  462. /// <summary>
  463. /// 总费用
  464. /// </summary>
  465. public string ZFY
  466. {
  467. set{ _zfy=value;}
  468. get{return _zfy;}
  469. }
  470. /// <summary>
  471. /// 自费费用
  472. /// </summary>
  473. public string ZFJE
  474. {
  475. set{ _zfje=value;}
  476. get{return _zfje;}
  477. }
  478. /// <summary>
  479. /// 建档日期
  480. /// </summary>
  481. public string JDRQ
  482. {
  483. set { _jdrq = value; }
  484. get { return _jdrq; }
  485. }
  486. /// <summary>
  487. /// 病例分类
  488. /// </summary>
  489. public string BLFL
  490. {
  491. set { _blfl = value; }
  492. get { return _blfl; }
  493. }
  494. #endregion Model
  495. }
  496. }