港南区.json 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027
  1. {
  2. "高血压人群": {
  3. "总人数": "25634",
  4. "上月新增": "44",
  5. "环比": "4%"
  6. },
  7. "糖尿病人群": {
  8. "总人数": "24316",
  9. "上月新增": "40",
  10. "环比": "6%"
  11. },
  12. "孕产妇人群": {
  13. "总人数": "12523",
  14. "上月新增": "35",
  15. "环比": "3%"
  16. },
  17. "65岁以上老年人人数": {
  18. "总人数": "7635",
  19. "上月新增": "55",
  20. "环比": "8%"
  21. },
  22. "town": [
  23. {
  24. "townName": "港北区",
  25. "result": "87179"
  26. },
  27. {
  28. "townName": "港南区",
  29. "result": "89919"
  30. },
  31. {
  32. "townName": "覃塘区",
  33. "result": "74124"
  34. },
  35. {
  36. "townName": "平南县",
  37. "result": "220039"
  38. },
  39. {
  40. "townName": "桂平市",
  41. "result": "392645"
  42. }
  43. ],
  44. "重点服务人群增加趋势": {
  45. "本月": {
  46. "title": {
  47. "text": "出院患者平均住院床日数趋势图",
  48. "x": "center"
  49. },
  50. "tooltip": {
  51. "trigger": "axis"
  52. },
  53. "grid": {
  54. "x2": "80px",
  55. "y2": "50px",
  56. "x": "50px",
  57. "y": "40px"
  58. },
  59. "xAxis": [
  60. {
  61. "type": "category",
  62. "name": "",
  63. "data": [
  64. "2017-07",
  65. "2017-08",
  66. "2017-09",
  67. "2017-10",
  68. "2017-11",
  69. "2017-12",
  70. "2018-01",
  71. "2018-02",
  72. "2018-03",
  73. "2018-04",
  74. "2018-05",
  75. "2018-06"
  76. ]
  77. }
  78. ],
  79. "yAxis": [
  80. {
  81. "type": "value",
  82. "name": ""
  83. }
  84. ],
  85. "series": [
  86. {
  87. "smooth": true,
  88. "name": "平均床日数",
  89. "type": "bar",
  90. "itemStyle": {
  91. "normal": {
  92. "lineStyle": {
  93. "shadowColor": "rgba(0,0,0,0.4)"
  94. }
  95. }
  96. },
  97. "data": [
  98. "3.5",
  99. "4",
  100. "4",
  101. "5",
  102. "6",
  103. "5",
  104. "5",
  105. "3",
  106. "4",
  107. "5",
  108. "6",
  109. "7"
  110. ]
  111. },
  112. {
  113. "smooth": true,
  114. "name": "环比",
  115. "type": "line",
  116. "itemStyle": {
  117. "normal": {
  118. "lineStyle": {
  119. "shadowColor": "rgba(0,0,0,0.4)"
  120. }
  121. }
  122. },
  123. "data": [
  124. "3",
  125. "4",
  126. "4",
  127. "5",
  128. "3",
  129. "2",
  130. "2",
  131. "1",
  132. "2",
  133. "3",
  134. "2",
  135. "3"
  136. ]
  137. }
  138. ]
  139. },
  140. "本季": {
  141. "title": {
  142. "text": "出院患者平均住院床日数趋势图",
  143. "x": "center"
  144. },
  145. "tooltip": {
  146. "trigger": "axis"
  147. },
  148. "grid": {
  149. "x2": "80px",
  150. "y2": "50px",
  151. "x": "50px",
  152. "y": "40px"
  153. },
  154. "xAxis": [
  155. {
  156. "type": "category",
  157. "name": "",
  158. "data": [
  159. "2017季度3",
  160. "2017季度4",
  161. "2018季度1",
  162. "2018季度2"
  163. ]
  164. }
  165. ],
  166. "yAxis": [
  167. {
  168. "type": "value",
  169. "name": ""
  170. }
  171. ],
  172. "series": [
  173. {
  174. "smooth": true,
  175. "name": "平均床日数",
  176. "type": "bar",
  177. "itemStyle": {
  178. "normal": {
  179. "lineStyle": {
  180. "shadowColor": "rgba(0,0,0,0.4)"
  181. }
  182. }
  183. },
  184. "data": [
  185. "4",
  186. "5",
  187. "4",
  188. "6"
  189. ]
  190. },
  191. {
  192. "smooth": true,
  193. "name": "环比",
  194. "type": "line",
  195. "itemStyle": {
  196. "normal": {
  197. "lineStyle": {
  198. "shadowColor": "rgba(0,0,0,0.4)"
  199. }
  200. }
  201. },
  202. "data": [
  203. "4",
  204. "2",
  205. "3",
  206. "3"
  207. ]
  208. }
  209. ]
  210. },
  211. "本年": {
  212. "title": {
  213. "text": "出院患者平均住院床日数趋势图",
  214. "x": "center"
  215. },
  216. "tooltip": {
  217. "trigger": "axis"
  218. },
  219. "grid": {
  220. "x2": "80px",
  221. "y2": "50px",
  222. "x": "50px",
  223. "y": "40px"
  224. },
  225. "xAxis": [
  226. {
  227. "type": "category",
  228. "name": "",
  229. "data": [
  230. "2016",
  231. "2017",
  232. "2018"
  233. ]
  234. }
  235. ],
  236. "yAxis": [
  237. {
  238. "type": "value",
  239. "name": ""
  240. }
  241. ],
  242. "series": [
  243. {
  244. "smooth": true,
  245. "name": "平均床日数",
  246. "type": "bar",
  247. "itemStyle": {
  248. "normal": {
  249. "lineStyle": {
  250. "shadowColor": "rgba(0,0,0,0.4)"
  251. }
  252. }
  253. },
  254. "data": [
  255. "4",
  256. "5",
  257. "5"
  258. ]
  259. },
  260. {
  261. "smooth": true,
  262. "name": "环比",
  263. "type": "line",
  264. "itemStyle": {
  265. "normal": {
  266. "lineStyle": {
  267. "shadowColor": "rgba(0,0,0,0.4)"
  268. }
  269. }
  270. },
  271. "data": [
  272. "2",
  273. "1",
  274. "2"
  275. ]
  276. }
  277. ]
  278. }
  279. },
  280. "本月高发疾病排行": {
  281. "全部": {
  282. "本月": {
  283. "title": {
  284. "text": "全部",
  285. "x": "center"
  286. },
  287. "tooltip": {
  288. "trigger": "axis"
  289. },
  290. "grid": {
  291. "x2": "80px",
  292. "y2": "50px",
  293. "x": "50px",
  294. "y": "40px"
  295. },
  296. "xAxis": [
  297. {
  298. "type": "category",
  299. "name": "",
  300. "data": [
  301. "大肠杆菌性肠炎",
  302. "感染性腹泻",
  303. "胃肠炎",
  304. "糖尿病",
  305. "高血压病",
  306. "脑结核瘤",
  307. "骨结核",
  308. "肾结核",
  309. "心脏病",
  310. "急性脑膜炎球菌血症"
  311. ]
  312. }
  313. ],
  314. "yAxis": [
  315. {
  316. "type": "value",
  317. "name": ""
  318. }
  319. ],
  320. "series": [
  321. {
  322. "smooth": true,
  323. "name": "门急诊疾病情况",
  324. "type": "bar",
  325. "itemStyle": {
  326. "normal": {
  327. "lineStyle": {
  328. "shadowColor": "rgba(0,0,0,0.4)"
  329. }
  330. }
  331. },
  332. "data": [
  333. "421",
  334. "354",
  335. "285",
  336. "134",
  337. "96",
  338. "74",
  339. "56",
  340. "45",
  341. "32",
  342. "15"
  343. ]
  344. },
  345. {
  346. "smooth": true,
  347. "name": "住院疾病情况",
  348. "type": "bar",
  349. "itemStyle": {
  350. "normal": {
  351. "lineStyle": {
  352. "shadowColor": "rgba(0,0,0,0.4)"
  353. }
  354. }
  355. },
  356. "data": [
  357. "565",
  358. "415",
  359. "324",
  360. "298",
  361. "114",
  362. "99",
  363. "98",
  364. "93",
  365. "64",
  366. "59"
  367. ]
  368. }
  369. ]
  370. },
  371. "本季": {
  372. "title": {
  373. "text": "全部",
  374. "x": "center"
  375. },
  376. "tooltip": {
  377. "trigger": "axis"
  378. },
  379. "grid": {
  380. "x2": "80px",
  381. "y2": "50px",
  382. "x": "50px",
  383. "y": "40px"
  384. },
  385. "xAxis": [
  386. {
  387. "type": "category",
  388. "name": "",
  389. "data": [
  390. "大肠杆菌性肠炎",
  391. "感染性腹泻",
  392. "胃肠炎",
  393. "糖尿病",
  394. "高血压病",
  395. "脑结核瘤",
  396. "骨结核",
  397. "肾结核",
  398. "心脏病",
  399. "急性脑膜炎球菌血症"
  400. ]
  401. }
  402. ],
  403. "yAxis": [
  404. {
  405. "type": "value",
  406. "name": ""
  407. }
  408. ],
  409. "series": [
  410. {
  411. "smooth": true,
  412. "name": "门急诊疾病情况",
  413. "type": "bar",
  414. "itemStyle": {
  415. "normal": {
  416. "lineStyle": {
  417. "shadowColor": "rgba(0,0,0,0.4)"
  418. }
  419. }
  420. },
  421. "data": [
  422. "1204",
  423. "965",
  424. "745",
  425. "458",
  426. "316",
  427. "285",
  428. "156",
  429. "105",
  430. "98",
  431. "52"
  432. ]
  433. },
  434. {
  435. "smooth": true,
  436. "name": "住院疾病情况",
  437. "type": "bar",
  438. "itemStyle": {
  439. "normal": {
  440. "lineStyle": {
  441. "shadowColor": "rgba(0,0,0,0.4)"
  442. }
  443. }
  444. },
  445. "data": [
  446. "1625",
  447. "1285",
  448. "985",
  449. "745",
  450. "415",
  451. "346",
  452. "314",
  453. "274",
  454. "189",
  455. "163"
  456. ]
  457. }
  458. ]
  459. },
  460. "本年": {
  461. "title": {
  462. "text": "本年疾病情况",
  463. "x": "center"
  464. },
  465. "tooltip": {
  466. "trigger": "axis"
  467. },
  468. "grid": {
  469. "x2": "80px",
  470. "y2": "50px",
  471. "x": "50px",
  472. "y": "40px"
  473. },
  474. "xAxis": [
  475. {
  476. "type": "category",
  477. "name": "",
  478. "data": [
  479. "大肠杆菌性肠炎",
  480. "感染性腹泻",
  481. "胃肠炎",
  482. "糖尿病",
  483. "高血压病",
  484. "脑结核瘤",
  485. "骨结核",
  486. "肾结核",
  487. "心脏病",
  488. "急性脑膜炎球菌血症"
  489. ]
  490. }
  491. ],
  492. "yAxis": [
  493. {
  494. "type": "value",
  495. "name": ""
  496. }
  497. ],
  498. "series": [
  499. {
  500. "smooth": true,
  501. "name": "门急诊疾病情况",
  502. "type": "bar",
  503. "itemStyle": {
  504. "normal": {
  505. "lineStyle": {
  506. "shadowColor": "rgba(0,0,0,0.4)"
  507. }
  508. }
  509. },
  510. "data": [
  511. "4210",
  512. "3540",
  513. "2850",
  514. "1340",
  515. "960",
  516. "740",
  517. "560",
  518. "450",
  519. "320",
  520. "150"
  521. ]
  522. },
  523. {
  524. "smooth": true,
  525. "name": "住院疾病情况",
  526. "type": "bar",
  527. "itemStyle": {
  528. "normal": {
  529. "lineStyle": {
  530. "shadowColor": "rgba(0,0,0,0.4)"
  531. }
  532. }
  533. },
  534. "data": [
  535. "5650",
  536. "4150",
  537. "3240",
  538. "2980",
  539. "1140",
  540. "990",
  541. "980",
  542. "930",
  543. "640",
  544. "590"
  545. ]
  546. }
  547. ]
  548. }
  549. },
  550. "住院": [
  551. {
  552. "本月": {
  553. "title": {
  554. "text": "住院",
  555. "x": "center"
  556. },
  557. "tooltip": {
  558. "trigger": "axis"
  559. },
  560. "grid": {
  561. "x2": "80px",
  562. "y2": "50px",
  563. "x": "50px",
  564. "y": "40px"
  565. },
  566. "xAxis": [
  567. {
  568. "type": "category",
  569. "name": "",
  570. "data": [
  571. "大肠杆菌性肠炎",
  572. "感染性腹泻",
  573. "胃肠炎",
  574. "糖尿病",
  575. "高血压病",
  576. "脑结核瘤",
  577. "骨结核",
  578. "肾结核",
  579. "心脏病",
  580. "急性脑膜炎球菌血症"
  581. ]
  582. }
  583. ],
  584. "yAxis": [
  585. {
  586. "type": "value",
  587. "name": ""
  588. }
  589. ],
  590. "series": [
  591. {
  592. "smooth": true,
  593. "name": "住院疾病情况",
  594. "type": "bar",
  595. "itemStyle": {
  596. "normal": {
  597. "lineStyle": {
  598. "shadowColor": "rgba(0,0,0,0.4)"
  599. }
  600. }
  601. },
  602. "data": [
  603. "421",
  604. "354",
  605. "285",
  606. "134",
  607. "96",
  608. "74",
  609. "56",
  610. "45",
  611. "32",
  612. "15"
  613. ]
  614. }
  615. ]
  616. }
  617. },
  618. {
  619. "本季": {
  620. "title": {
  621. "text": "住院",
  622. "x": "center"
  623. },
  624. "tooltip": {
  625. "trigger": "axis"
  626. },
  627. "grid": {
  628. "x2": "80px",
  629. "y2": "50px",
  630. "x": "50px",
  631. "y": "40px"
  632. },
  633. "xAxis": [
  634. {
  635. "type": "category",
  636. "name": "",
  637. "data": [
  638. "大肠杆菌性肠炎",
  639. "感染性腹泻",
  640. "胃肠炎",
  641. "糖尿病",
  642. "高血压病",
  643. "脑结核瘤",
  644. "骨结核",
  645. "肾结核",
  646. "心脏病",
  647. "急性脑膜炎球菌血症"
  648. ]
  649. }
  650. ],
  651. "yAxis": [
  652. {
  653. "type": "value",
  654. "name": ""
  655. }
  656. ],
  657. "series": [
  658. {
  659. "smooth": true,
  660. "name": "住院疾病情况",
  661. "type": "bar",
  662. "itemStyle": {
  663. "normal": {
  664. "lineStyle": {
  665. "shadowColor": "rgba(0,0,0,0.4)"
  666. }
  667. }
  668. },
  669. "data": [
  670. "1625",
  671. "1285",
  672. "985",
  673. "745",
  674. "415",
  675. "346",
  676. "314",
  677. "274",
  678. "189",
  679. "163"
  680. ]
  681. }
  682. ]
  683. }
  684. },
  685. {
  686. "本年": {
  687. "title": {
  688. "text": "住院",
  689. "x": "center"
  690. },
  691. "tooltip": {
  692. "trigger": "axis"
  693. },
  694. "grid": {
  695. "x2": "80px",
  696. "y2": "50px",
  697. "x": "50px",
  698. "y": "40px"
  699. },
  700. "xAxis": [
  701. {
  702. "type": "category",
  703. "name": "",
  704. "data": [
  705. "大肠杆菌性肠炎",
  706. "感染性腹泻",
  707. "胃肠炎",
  708. "糖尿病",
  709. "高血压病",
  710. "脑结核瘤",
  711. "骨结核",
  712. "肾结核",
  713. "心脏病",
  714. "急性脑膜炎球菌血症"
  715. ]
  716. }
  717. ],
  718. "yAxis": [
  719. {
  720. "type": "value",
  721. "name": ""
  722. }
  723. ],
  724. "series": [
  725. {
  726. "smooth": true,
  727. "name": "住院疾病情况",
  728. "type": "bar",
  729. "itemStyle": {
  730. "normal": {
  731. "lineStyle": {
  732. "shadowColor": "rgba(0,0,0,0.4)"
  733. }
  734. }
  735. },
  736. "data": [
  737. "5650",
  738. "4150",
  739. "3240",
  740. "2980",
  741. "1140",
  742. "990",
  743. "980",
  744. "930",
  745. "640",
  746. "590"
  747. ]
  748. }
  749. ]
  750. }
  751. }
  752. ],
  753. "门诊": [
  754. {
  755. "本月": {
  756. "title": {
  757. "text": "门诊",
  758. "x": "center"
  759. },
  760. "tooltip": {
  761. "trigger": "axis"
  762. },
  763. "grid": {
  764. "x2": "80px",
  765. "y2": "50px",
  766. "x": "50px",
  767. "y": "40px"
  768. },
  769. "xAxis": [
  770. {
  771. "type": "category",
  772. "name": "",
  773. "data": [
  774. "大肠杆菌性肠炎",
  775. "感染性腹泻",
  776. "胃肠炎",
  777. "糖尿病",
  778. "高血压病",
  779. "脑结核瘤",
  780. "骨结核",
  781. "肾结核",
  782. "心脏病",
  783. "急性脑膜炎球菌血症"
  784. ]
  785. }
  786. ],
  787. "yAxis": [
  788. {
  789. "type": "value",
  790. "name": ""
  791. }
  792. ],
  793. "series": [
  794. {
  795. "smooth": true,
  796. "name": "门急诊疾病情况",
  797. "type": "bar",
  798. "itemStyle": {
  799. "normal": {
  800. "lineStyle": {
  801. "shadowColor": "rgba(0,0,0,0.4)"
  802. }
  803. }
  804. },
  805. "data": [
  806. "421",
  807. "354",
  808. "285",
  809. "134",
  810. "96",
  811. "74",
  812. "56",
  813. "45",
  814. "32",
  815. "15"
  816. ]
  817. }
  818. ]
  819. }
  820. },
  821. {
  822. "本季": {
  823. "title": {
  824. "text": "门诊",
  825. "x": "center"
  826. },
  827. "tooltip": {
  828. "trigger": "axis"
  829. },
  830. "grid": {
  831. "x2": "80px",
  832. "y2": "50px",
  833. "x": "50px",
  834. "y": "40px"
  835. },
  836. "xAxis": [
  837. {
  838. "type": "category",
  839. "name": "",
  840. "data": [
  841. "大肠杆菌性肠炎",
  842. "感染性腹泻",
  843. "胃肠炎",
  844. "糖尿病",
  845. "高血压病",
  846. "脑结核瘤",
  847. "骨结核",
  848. "肾结核",
  849. "心脏病",
  850. "急性脑膜炎球菌血症"
  851. ]
  852. }
  853. ],
  854. "yAxis": [
  855. {
  856. "type": "value",
  857. "name": ""
  858. }
  859. ],
  860. "series": [
  861. {
  862. "smooth": true,
  863. "name": "门急诊疾病情况",
  864. "type": "bar",
  865. "itemStyle": {
  866. "normal": {
  867. "lineStyle": {
  868. "shadowColor": "rgba(0,0,0,0.4)"
  869. }
  870. }
  871. },
  872. "data": [
  873. "1204",
  874. "965",
  875. "745",
  876. "458",
  877. "316",
  878. "285",
  879. "156",
  880. "105",
  881. "98",
  882. "52"
  883. ]
  884. }
  885. ]
  886. }
  887. },
  888. {
  889. "本年": {
  890. "title": {
  891. "text": "门诊",
  892. "x": "center"
  893. },
  894. "tooltip": {
  895. "trigger": "axis"
  896. },
  897. "grid": {
  898. "x2": "80px",
  899. "y2": "50px",
  900. "x": "50px",
  901. "y": "40px"
  902. },
  903. "xAxis": [
  904. {
  905. "type": "category",
  906. "name": "",
  907. "data": [
  908. "大肠杆菌性肠炎",
  909. "感染性腹泻",
  910. "胃肠炎",
  911. "糖尿病",
  912. "高血压病",
  913. "脑结核瘤",
  914. "骨结核",
  915. "肾结核",
  916. "心脏病",
  917. "急性脑膜炎球菌血症"
  918. ]
  919. }
  920. ],
  921. "yAxis": [
  922. {
  923. "type": "value",
  924. "name": ""
  925. }
  926. ],
  927. "series": [
  928. {
  929. "smooth": true,
  930. "name": "门急诊疾病情况",
  931. "type": "bar",
  932. "itemStyle": {
  933. "normal": {
  934. "lineStyle": {
  935. "shadowColor": "rgba(0,0,0,0.4)"
  936. }
  937. }
  938. },
  939. "data": [
  940. "4210",
  941. "3540",
  942. "2850",
  943. "1340",
  944. "960",
  945. "740",
  946. "560",
  947. "450",
  948. "320",
  949. "150"
  950. ]
  951. }
  952. ]
  953. }
  954. }
  955. ]
  956. },
  957. "死亡原因": {
  958. "title": {
  959. "text": "性别分布",
  960. "subtext": "性别分布",
  961. "x": "center"
  962. },
  963. "tooltip": {
  964. "trigger": "item"
  965. },
  966. "series": [
  967. {
  968. "center": [
  969. "50%",
  970. "50%"
  971. ],
  972. "radius": "40%",
  973. "name": "",
  974. "type": "pie",
  975. "itemStyle": {
  976. "normal": {
  977. "label": {
  978. "show": false
  979. },
  980. "labelLine": {
  981. "show": false
  982. }
  983. }
  984. },
  985. "data": [
  986. {
  987. "name": "恶性肿瘤",
  988. "value": "80"
  989. },
  990. {
  991. "name": "脑血管疾病",
  992. "value": "42"
  993. },
  994. {
  995. "name": "心脏病",
  996. "value": "82"
  997. },
  998. {
  999. "name": "呼吸系统疾病",
  1000. "value": "53"
  1001. },
  1002. {
  1003. "name": "损伤和中毒",
  1004. "value": "62"
  1005. },
  1006. {
  1007. "name": "消化系统疾病",
  1008. "value": "85"
  1009. },
  1010. {
  1011. "name": "内分泌、营养和代谢疾病",
  1012. "value": "40"
  1013. },
  1014. {
  1015. "name": "必尿生殖系统疾病",
  1016. "value": "32"
  1017. },
  1018. {
  1019. "name": "其他疾病",
  1020. "value": "76"
  1021. }
  1022. ]
  1023. }
  1024. ]
  1025. }
  1026. }