bigData.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  1. {
  2. "上月": {
  3. "门急诊人次": 5567,
  4. "门诊人次": 3455,
  5. "急诊人次": 2112,
  6. "门诊总费用": 5615456.23,
  7. "急诊总费用": 861452.56,
  8. "住院人次": 1231,
  9. "住院总费用": 565486.45,
  10. "住院均次费用": 796.53,
  11. "住院床日数": 526,
  12. "住院平均床日数": 3.8
  13. },
  14. "本年": {
  15. "门急诊人次": 325567,
  16. "门诊人次": 213455,
  17. "急诊人次": 112112,
  18. "门诊总费用": 22565456.23,
  19. "急诊总费用": 5286452.56,
  20. "住院人次": 15623,
  21. "住院总费用": 32565486.45,
  22. "住院均次费用": 896.53,
  23. "住院床日数": 4526,
  24. "住院平均床日数": 2.3
  25. },
  26. "门诊人次月趋势": {
  27. "title": {
  28. "text": "门诊人次月趋势",
  29. "x": "center"
  30. },
  31. "tooltip": {
  32. "trigger": "axis"
  33. },
  34. "grid": {
  35. "x2": "80px",
  36. "y2": "50px",
  37. "x": "50px",
  38. "y": "40px"
  39. },
  40. "xAxis": [
  41. {
  42. "type": "category",
  43. "name": "",
  44. "data": [
  45. "1月",
  46. "2月",
  47. "3月",
  48. "4月",
  49. "5月",
  50. "6月"
  51. ]
  52. }
  53. ],
  54. "yAxis": [
  55. {
  56. "type": "value",
  57. "name": ""
  58. }
  59. ],
  60. "series": [
  61. {
  62. "smooth": true,
  63. "name": "门诊人次",
  64. "type": "bar",
  65. "itemStyle": {
  66. "normal": {
  67. "lineStyle": {
  68. "shadowColor": "rgba(0,0,0,0.4)"
  69. }
  70. }
  71. },
  72. "data": [
  73. "23541",
  74. "45265",
  75. "41253",
  76. "45215",
  77. "52125",
  78. "48922"
  79. ]
  80. },
  81. {
  82. "smooth": true,
  83. "name": "环比",
  84. "type": "line",
  85. "itemStyle": {
  86. "normal": {
  87. "lineStyle": {
  88. "shadowColor": "rgba(0,0,0,0.4)"
  89. }
  90. }
  91. },
  92. "data": [
  93. "1.6",
  94. "2.3",
  95. "2.1",
  96. "3.2",
  97. "2.3",
  98. "1.5"
  99. ]
  100. }
  101. ]
  102. },
  103. "住院人次月趋势": {
  104. "title": {
  105. "text": "住院人次月趋势",
  106. "x": "center"
  107. },
  108. "tooltip": {
  109. "trigger": "axis"
  110. },
  111. "grid": {
  112. "x2": "80px",
  113. "y2": "50px",
  114. "x": "50px",
  115. "y": "40px"
  116. },
  117. "xAxis": [
  118. {
  119. "type": "category",
  120. "name": "",
  121. "data": [
  122. "1月",
  123. "2月",
  124. "3月",
  125. "4月",
  126. "5月",
  127. "6月"
  128. ]
  129. }
  130. ],
  131. "yAxis": [
  132. {
  133. "type": "value",
  134. "name": ""
  135. }
  136. ],
  137. "series": [
  138. {
  139. "smooth": true,
  140. "name": "住院人次",
  141. "type": "bar",
  142. "itemStyle": {
  143. "normal": {
  144. "lineStyle": {
  145. "shadowColor": "rgba(0,0,0,0.4)"
  146. }
  147. }
  148. },
  149. "data": [
  150. "2354",
  151. "4526",
  152. "4125",
  153. "4521",
  154. "5212",
  155. "4892"
  156. ]
  157. },
  158. {
  159. "smooth": true,
  160. "name": "环比",
  161. "type": "line",
  162. "itemStyle": {
  163. "normal": {
  164. "lineStyle": {
  165. "shadowColor": "rgba(0,0,0,0.4)"
  166. }
  167. }
  168. },
  169. "data": [
  170. "1.5",
  171. "2.2",
  172. "2.3",
  173. "1.1",
  174. "1.3",
  175. "1.6"
  176. ]
  177. }
  178. ]
  179. },
  180. "昨日数据": {
  181. "门急诊人次": 2455,
  182. "住院人次": 623,
  183. "门急诊总费用": 565456.23,
  184. "住院总费用": 865486.45,
  185. "门急诊次均费用": 152.56,
  186. "住院均次费用": 796.53,
  187. "住院平均床日数": 3.1
  188. },
  189. "门急诊服务情况": [
  190. {
  191. "月份": "1",
  192. "门急诊总费用": "25486",
  193. "门急诊总费用环比": "1.3",
  194. "门急诊次均费用": "256",
  195. "门急诊次均费用环比": "1.2"
  196. },
  197. {
  198. "月份": "2",
  199. "门急诊总费用": "35486",
  200. "门急诊总费用环比": "2.3",
  201. "门急诊次均费用": "276",
  202. "门急诊次均费用环比": "2.2"
  203. },
  204. {
  205. "月份": "3",
  206. "门急诊总费用": "23481",
  207. "门急诊总费用环比": "2.3",
  208. "门急诊次均费用": "296",
  209. "门急诊次均费用环比": "1.6"
  210. },
  211. {
  212. "月份": "4",
  213. "门急诊总费用": "35482",
  214. "门急诊总费用环比": "1.5",
  215. "门急诊次均费用": "223",
  216. "门急诊次均费用环比": "1.4"
  217. },
  218. {
  219. "月份": "5",
  220. "门急诊总费用": "25482",
  221. "门急诊总费用环比": "2.3",
  222. "门急诊次均费用": "276",
  223. "门急诊次均费用环比": "1.2"
  224. },
  225. {
  226. "月份": "6",
  227. "门急诊总费用": "35486",
  228. "门急诊总费用环比": "2.3",
  229. "门急诊次均费用": "226",
  230. "门急诊次均费用环比": "2.2"
  231. }
  232. ],
  233. "门诊分类别月趋势": {
  234. "title": {
  235. "text": "门诊分类别月趋势",
  236. "x": "center"
  237. },
  238. "tooltip": {
  239. "trigger": "axis"
  240. },
  241. "grid": {
  242. "x2": "80px",
  243. "y2": "50px",
  244. "x": "50px",
  245. "y": "40px"
  246. },
  247. "xAxis": [
  248. {
  249. "type": "category",
  250. "name": "",
  251. "data": [
  252. "1月",
  253. "2月",
  254. "3月",
  255. "4月",
  256. "5月",
  257. "6月"
  258. ]
  259. }
  260. ],
  261. "yAxis": [
  262. {
  263. "type": "value",
  264. "name": ""
  265. }
  266. ],
  267. "series": [
  268. {
  269. "smooth": true,
  270. "name": "普通号",
  271. "type": "bar",
  272. "itemStyle": {
  273. "normal": {
  274. "lineStyle": {
  275. "shadowColor": "rgba(0,0,0,0.4)"
  276. }
  277. }
  278. },
  279. "data": [
  280. "13232",
  281. "26323",
  282. "25447",
  283. "21232",
  284. "22454",
  285. "22892"
  286. ]
  287. },
  288. {
  289. "smooth": true,
  290. "name": "专家号",
  291. "type": "bar",
  292. "itemStyle": {
  293. "normal": {
  294. "lineStyle": {
  295. "shadowColor": "rgba(0,0,0,0.4)"
  296. }
  297. }
  298. },
  299. "data": [
  300. "9232",
  301. "8323",
  302. "9247",
  303. "8232",
  304. "9454",
  305. "8892"
  306. ]
  307. },
  308. {
  309. "smooth": true,
  310. "name": "普通环比",
  311. "type": "line",
  312. "itemStyle": {
  313. "normal": {
  314. "lineStyle": {
  315. "shadowColor": "rgba(0,0,0,0.4)"
  316. }
  317. }
  318. },
  319. "data": [
  320. "1.5",
  321. "2.2",
  322. "2.3",
  323. "1.1",
  324. "1.3",
  325. "1.6"
  326. ]
  327. },
  328. {
  329. "smooth": true,
  330. "name": "专家环比",
  331. "type": "line",
  332. "itemStyle": {
  333. "normal": {
  334. "lineStyle": {
  335. "shadowColor": "rgba(0,0,0,0.4)"
  336. }
  337. }
  338. },
  339. "data": [
  340. "2.5",
  341. "3.2",
  342. "3.3",
  343. "2.1",
  344. "2.3",
  345. "2.6"
  346. ]
  347. }
  348. ]
  349. },
  350. "住院服务情况": [
  351. {
  352. "月份": "1",
  353. "住院总费用": "2548633",
  354. "住院总费用环比": "1.3",
  355. "住院次均费用": "256",
  356. "住院次均费用环比": "1.2"
  357. },
  358. {
  359. "月份": "2",
  360. "住院总费用": "3548645",
  361. "住院总费用环比": "2.3",
  362. "住院次均费用": "1276",
  363. "住院次均费用环比": "2.2"
  364. },
  365. {
  366. "月份": "3",
  367. "住院总费用": "2348156",
  368. "住院总费用环比": "2.3",
  369. "住院次均费用": "1296",
  370. "住院次均费用环比": "1.6"
  371. },
  372. {
  373. "月份": "4",
  374. "住院总费用": "3548562",
  375. "住院总费用环比": "1.5",
  376. "住院次均费用": "1223",
  377. "住院次均费用环比": "1.4"
  378. },
  379. {
  380. "月份": "5",
  381. "住院总费用": "2548243",
  382. "住院总费用环比": "2.3",
  383. "住院次均费用": "1276",
  384. "住院次均费用环比": "1.2"
  385. },
  386. {
  387. "月份": "6",
  388. "住院总费用": "3548623",
  389. "住院总费用环比": "2.3",
  390. "住院次均费用": "1226",
  391. "住院次均费用环比": "2.2"
  392. }
  393. ],
  394. "住院平均日数月趋势": {
  395. "title": {
  396. "text": "住院平均日数月趋势",
  397. "x": "center"
  398. },
  399. "tooltip": {
  400. "trigger": "axis"
  401. },
  402. "grid": {
  403. "x2": "80px",
  404. "y2": "50px",
  405. "x": "50px",
  406. "y": "40px"
  407. },
  408. "xAxis": [
  409. {
  410. "type": "category",
  411. "name": "",
  412. "data": [
  413. "1月",
  414. "2月",
  415. "3月",
  416. "4月",
  417. "5月",
  418. "6月"
  419. ]
  420. }
  421. ],
  422. "yAxis": [
  423. {
  424. "type": "value",
  425. "name": ""
  426. }
  427. ],
  428. "series": [
  429. {
  430. "smooth": true,
  431. "name": "住院平均床日数",
  432. "type": "bar",
  433. "itemStyle": {
  434. "normal": {
  435. "lineStyle": {
  436. "shadowColor": "rgba(0,0,0,0.4)"
  437. }
  438. }
  439. },
  440. "data": [
  441. "23.2",
  442. "46.1",
  443. "45.4",
  444. "41.2",
  445. "52.4",
  446. "42.4"
  447. ]
  448. },
  449. {
  450. "smooth": true,
  451. "name": "环比",
  452. "type": "line",
  453. "itemStyle": {
  454. "normal": {
  455. "lineStyle": {
  456. "shadowColor": "rgba(0,0,0,0.4)"
  457. }
  458. }
  459. },
  460. "data": [
  461. "1.5",
  462. "2.2",
  463. "2.3",
  464. "1.1",
  465. "1.3",
  466. "1.6"
  467. ]
  468. }
  469. ]
  470. }
  471. }