TNB.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792
  1. {
  2. "Key": "TNB",
  3. "Name": "2型糖尿病",
  4. "Content": [
  5. {
  6. "label": "症状",
  7. "defaultValue": null,
  8. "span": 24,
  9. "key": "symptom",
  10. "type": "title",
  11. "border": null,
  12. "disabledValue": null,
  13. "options": [],
  14. "children": [
  15. {
  16. "label": "症状",
  17. "defaultValue": [],
  18. "span": 24,
  19. "key": "Symptom",
  20. "type": "checkbox",
  21. "border": false,
  22. "disabledValue": "1",
  23. "options": [
  24. {
  25. "label": "无症状",
  26. "value": "1"
  27. },
  28. {
  29. "label": "多饮",
  30. "value": "2"
  31. },
  32. {
  33. "label": "多食",
  34. "value": "3"
  35. },
  36. {
  37. "label": "多尿",
  38. "value": "4"
  39. },
  40. {
  41. "label": "视力模糊",
  42. "value": "5"
  43. },
  44. {
  45. "label": "感染",
  46. "value": "6"
  47. },
  48. {
  49. "label": "手脚麻木",
  50. "value": "7"
  51. },
  52. {
  53. "label": "下肢浮肿",
  54. "value": "8"
  55. },
  56. {
  57. "label": "体重明显下降",
  58. "value": "9"
  59. },
  60. {
  61. "label": "其他",
  62. "value": "10"
  63. }
  64. ],
  65. "children": null,
  66. "append": null,
  67. "placeholder": null,
  68. "required": null,
  69. "show-limit": null,
  70. "parentKey": "symptom",
  71. "buttonName": null,
  72. "childrenKey": null
  73. }
  74. ],
  75. "append": null,
  76. "placeholder": null,
  77. "required": null,
  78. "show-limit": null,
  79. "parentKey": null,
  80. "buttonName": null,
  81. "childrenKey": null
  82. },
  83. {
  84. "label": "体征",
  85. "defaultValue": null,
  86. "span": 24,
  87. "key": "sign",
  88. "type": "title",
  89. "border": null,
  90. "disabledValue": null,
  91. "options": [],
  92. "children": [
  93. {
  94. "label": "血压",
  95. "defaultValue": null,
  96. "span": 24,
  97. "key": "Blood",
  98. "type": "bloodPressure",
  99. "border": null,
  100. "disabledValue": null,
  101. "options": [],
  102. "children": null,
  103. "append": "mmHg",
  104. "placeholder": "",
  105. "required": null,
  106. "show-limit": false,
  107. "parentKey": "sign",
  108. "buttonName": "测量",
  109. "childrenKey": [
  110. "Sbp",
  111. "Dbp"
  112. ]
  113. },
  114. {
  115. "label": "身高",
  116. "defaultValue": null,
  117. "span": 12,
  118. "key": "Height",
  119. "type": "input",
  120. "border": null,
  121. "disabledValue": null,
  122. "options": [],
  123. "children": null,
  124. "append": "cm",
  125. "placeholder": "",
  126. "required": null,
  127. "show-limit": false,
  128. "parentKey": "sign",
  129. "buttonName": null,
  130. "childrenKey": null
  131. },
  132. {
  133. "label": "心率",
  134. "defaultValue": null,
  135. "span": 12,
  136. "key": "Heart_Rate",
  137. "type": "input",
  138. "border": null,
  139. "disabledValue": null,
  140. "options": [],
  141. "children": null,
  142. "append": "次/分钟",
  143. "placeholder": "",
  144. "required": null,
  145. "show-limit": false,
  146. "parentKey": "sign",
  147. "buttonName": null,
  148. "childrenKey": null
  149. },
  150. {
  151. "label": "体重",
  152. "defaultValue": null,
  153. "span": 12,
  154. "key": "Weight",
  155. "type": "input",
  156. "border": null,
  157. "disabledValue": null,
  158. "options": [],
  159. "children": null,
  160. "append": "kg",
  161. "placeholder": "",
  162. "required": null,
  163. "show-limit": false,
  164. "parentKey": "sign",
  165. "buttonName": null,
  166. "childrenKey": null
  167. },
  168. {
  169. "label": "下次随访目标",
  170. "defaultValue": null,
  171. "span": 12,
  172. "key": "Goal_Weight",
  173. "type": "input",
  174. "border": null,
  175. "disabledValue": null,
  176. "options": [],
  177. "children": null,
  178. "append": "kg",
  179. "placeholder": "",
  180. "required": null,
  181. "show-limit": false,
  182. "parentKey": "sign",
  183. "buttonName": null,
  184. "childrenKey": null
  185. },
  186. {
  187. "label": "体质指数",
  188. "defaultValue": null,
  189. "span": 12,
  190. "key": "Bmi",
  191. "type": "input",
  192. "border": null,
  193. "disabledValue": null,
  194. "options": [],
  195. "children": null,
  196. "append": "kg/㎡",
  197. "placeholder": "",
  198. "required": null,
  199. "show-limit": false,
  200. "parentKey": "sign",
  201. "buttonName": null,
  202. "childrenKey": null
  203. },
  204. {
  205. "label": "下次随访目标",
  206. "defaultValue": null,
  207. "span": 12,
  208. "key": "Goal_Bmi",
  209. "type": "input",
  210. "border": null,
  211. "disabledValue": null,
  212. "options": [],
  213. "children": null,
  214. "append": "kg/㎡",
  215. "placeholder": "",
  216. "required": null,
  217. "show-limit": false,
  218. "parentKey": "sign",
  219. "buttonName": null,
  220. "childrenKey": null
  221. },
  222. {
  223. "label": "其他",
  224. "defaultValue": null,
  225. "span": 24,
  226. "key": "Sign_Other",
  227. "type": "input",
  228. "border": null,
  229. "disabledValue": null,
  230. "options": [],
  231. "children": null,
  232. "append": "",
  233. "placeholder": "",
  234. "required": null,
  235. "show-limit": false,
  236. "parentKey": "sign",
  237. "buttonName": null,
  238. "childrenKey": null
  239. },
  240. {
  241. "label": "足背动脉搏动",
  242. "defaultValue": [],
  243. "span": 24,
  244. "key": "Pedal_Artery",
  245. "type": "radio",
  246. "border": false,
  247. "disabledValue": null,
  248. "options": [
  249. {
  250. "label": "触及正常",
  251. "value": "1"
  252. },
  253. {
  254. "label": "双侧减弱",
  255. "value": "2"
  256. },
  257. {
  258. "label": "左侧减弱",
  259. "value": "3"
  260. },
  261. {
  262. "label": "右侧减弱",
  263. "value": "4"
  264. },
  265. {
  266. "label": "双侧消失",
  267. "value": "5"
  268. },
  269. {
  270. "label": "左侧消失",
  271. "value": "6"
  272. },
  273. {
  274. "label": "右侧消失",
  275. "value": "7"
  276. }
  277. ],
  278. "children": null,
  279. "append": null,
  280. "placeholder": null,
  281. "required": false,
  282. "show-limit": null,
  283. "parentKey": "sign",
  284. "buttonName": null,
  285. "childrenKey": null
  286. }
  287. ],
  288. "append": null,
  289. "placeholder": null,
  290. "required": null,
  291. "show-limit": null,
  292. "parentKey": null,
  293. "buttonName": null,
  294. "childrenKey": null
  295. },
  296. {
  297. "label": "生活方式指导",
  298. "defaultValue": null,
  299. "span": 24,
  300. "key": "lifestyleCoaching",
  301. "type": "title",
  302. "border": null,
  303. "disabledValue": null,
  304. "options": [],
  305. "children": [
  306. {
  307. "label": "日吸烟量",
  308. "defaultValue": null,
  309. "span": 12,
  310. "key": "Smoking_Daily",
  311. "type": "input",
  312. "border": null,
  313. "disabledValue": null,
  314. "options": [],
  315. "children": null,
  316. "append": "支",
  317. "placeholder": "",
  318. "required": null,
  319. "show-limit": false,
  320. "parentKey": "lifestyleCoaching",
  321. "buttonName": null,
  322. "childrenKey": null
  323. },
  324. {
  325. "label": "下次随访目标",
  326. "defaultValue": null,
  327. "span": 12,
  328. "key": "Goal_Smoking",
  329. "type": "input",
  330. "border": null,
  331. "disabledValue": null,
  332. "options": [],
  333. "children": null,
  334. "append": "支",
  335. "placeholder": "",
  336. "required": null,
  337. "show-limit": false,
  338. "parentKey": "lifestyleCoaching",
  339. "buttonName": null,
  340. "childrenKey": null
  341. },
  342. {
  343. "label": "日饮酒量",
  344. "defaultValue": null,
  345. "span": 12,
  346. "key": "Drinking_Daily",
  347. "type": "input",
  348. "border": null,
  349. "disabledValue": null,
  350. "options": [],
  351. "children": null,
  352. "append": "两",
  353. "placeholder": "",
  354. "required": null,
  355. "show-limit": false,
  356. "parentKey": "lifestyleCoaching",
  357. "buttonName": null,
  358. "childrenKey": null
  359. },
  360. {
  361. "label": "下次随访目标",
  362. "defaultValue": null,
  363. "span": 12,
  364. "key": "Goal_Drinking",
  365. "type": "input",
  366. "border": null,
  367. "disabledValue": null,
  368. "options": [],
  369. "children": null,
  370. "append": "两",
  371. "placeholder": "",
  372. "required": null,
  373. "show-limit": false,
  374. "parentKey": "lifestyleCoaching",
  375. "buttonName": null,
  376. "childrenKey": null
  377. },
  378. {
  379. "label": "运动",
  380. "defaultValue": null,
  381. "span": 12,
  382. "key": "Times_Week",
  383. "type": "input",
  384. "border": null,
  385. "disabledValue": null,
  386. "options": [],
  387. "children": null,
  388. "append": "次/周",
  389. "placeholder": "",
  390. "required": null,
  391. "show-limit": false,
  392. "parentKey": "lifestyleCoaching",
  393. "buttonName": null,
  394. "childrenKey": null
  395. },
  396. {
  397. "label": "下次随访目标",
  398. "defaultValue": null,
  399. "span": 12,
  400. "key": "Goal_Times_Week",
  401. "type": "input",
  402. "border": null,
  403. "disabledValue": null,
  404. "options": [],
  405. "children": null,
  406. "append": "次/周",
  407. "placeholder": "",
  408. "required": null,
  409. "show-limit": false,
  410. "parentKey": "lifestyleCoaching",
  411. "buttonName": null,
  412. "childrenKey": null
  413. },
  414. {
  415. "label": "主食",
  416. "defaultValue": null,
  417. "span": 12,
  418. "key": "Main_Course_Daily",
  419. "type": "input",
  420. "border": null,
  421. "disabledValue": null,
  422. "options": [],
  423. "children": null,
  424. "append": "克/天",
  425. "placeholder": "",
  426. "required": null,
  427. "show-limit": false,
  428. "parentKey": "lifestyleCoaching",
  429. "buttonName": null,
  430. "childrenKey": null
  431. },
  432. {
  433. "label": "下次随访目标",
  434. "defaultValue": null,
  435. "span": 12,
  436. "key": "Goal_Main_Course_Daily",
  437. "type": "input",
  438. "border": null,
  439. "disabledValue": null,
  440. "options": [],
  441. "children": null,
  442. "append": "克/天",
  443. "placeholder": "",
  444. "required": null,
  445. "show-limit": false,
  446. "parentKey": "lifestyleCoaching",
  447. "buttonName": null,
  448. "childrenKey": null
  449. },
  450. {
  451. "label": "心理调整",
  452. "defaultValue": [],
  453. "span": 24,
  454. "key": "Psychol_Adjust",
  455. "type": "radio",
  456. "border": false,
  457. "disabledValue": null,
  458. "options": [
  459. {
  460. "label": "良好",
  461. "value": "1"
  462. },
  463. {
  464. "label": "一般",
  465. "value": "2"
  466. },
  467. {
  468. "label": "差",
  469. "value": "3"
  470. }
  471. ],
  472. "children": null,
  473. "append": null,
  474. "placeholder": null,
  475. "required": false,
  476. "show-limit": null,
  477. "parentKey": "lifestyleCoaching",
  478. "buttonName": null,
  479. "childrenKey": null
  480. },
  481. {
  482. "label": "遵医行为",
  483. "defaultValue": [],
  484. "span": 24,
  485. "key": "Compliance",
  486. "type": "radio",
  487. "border": false,
  488. "disabledValue": null,
  489. "options": [
  490. {
  491. "label": "良好",
  492. "value": "1"
  493. },
  494. {
  495. "label": "一般",
  496. "value": "2"
  497. },
  498. {
  499. "label": "差",
  500. "value": "3"
  501. }
  502. ],
  503. "children": null,
  504. "append": null,
  505. "placeholder": null,
  506. "required": false,
  507. "show-limit": null,
  508. "parentKey": "lifestyleCoaching",
  509. "buttonName": null,
  510. "childrenKey": null
  511. },
  512. {
  513. "label": "空腹血糖值",
  514. "defaultValue": null,
  515. "span": 12,
  516. "key": "Blood_Sugar",
  517. "type": "input",
  518. "border": null,
  519. "disabledValue": null,
  520. "options": [],
  521. "children": null,
  522. "append": "mol/L",
  523. "placeholder": "",
  524. "required": null,
  525. "show-limit": false,
  526. "parentKey": "lifestyleCoaching",
  527. "buttonName": null,
  528. "childrenKey": null
  529. },
  530. {
  531. "label": "糖化血红蛋白",
  532. "defaultValue": null,
  533. "span": 12,
  534. "key": "Hbalc",
  535. "type": "input",
  536. "border": null,
  537. "disabledValue": null,
  538. "options": [],
  539. "children": null,
  540. "append": "%",
  541. "placeholder": "",
  542. "required": null,
  543. "show-limit": false,
  544. "parentKey": "lifestyleCoaching",
  545. "buttonName": null,
  546. "childrenKey": null
  547. },
  548. {
  549. "label": "检查日期",
  550. "defaultValue": null,
  551. "span": 24,
  552. "key": "Exam_Date",
  553. "type": "input",
  554. "border": null,
  555. "disabledValue": null,
  556. "options": [],
  557. "children": null,
  558. "append": "",
  559. "placeholder": "",
  560. "required": null,
  561. "show-limit": false,
  562. "parentKey": "lifestyleCoaching",
  563. "buttonName": null,
  564. "childrenKey": null
  565. },
  566. {
  567. "label": "服药依从性",
  568. "defaultValue": [],
  569. "span": 24,
  570. "key": "Compliance_Drug",
  571. "type": "radio",
  572. "border": false,
  573. "disabledValue": null,
  574. "options": [
  575. {
  576. "label": "规律",
  577. "value": "1"
  578. },
  579. {
  580. "label": "间断",
  581. "value": "2"
  582. },
  583. {
  584. "label": "不服药",
  585. "value": "3"
  586. }
  587. ],
  588. "children": null,
  589. "append": null,
  590. "placeholder": null,
  591. "required": false,
  592. "show-limit": null,
  593. "parentKey": "lifestyleCoaching",
  594. "buttonName": null,
  595. "childrenKey": null
  596. },
  597. {
  598. "label": "低血糖反应",
  599. "defaultValue": [],
  600. "span": 24,
  601. "key": "Hypoglycemia",
  602. "type": "radio",
  603. "border": false,
  604. "disabledValue": null,
  605. "options": [
  606. {
  607. "label": "无",
  608. "value": "1"
  609. },
  610. {
  611. "label": "偶尔",
  612. "value": "2"
  613. },
  614. {
  615. "label": "频繁",
  616. "value": "3"
  617. }
  618. ],
  619. "children": null,
  620. "append": null,
  621. "placeholder": null,
  622. "required": false,
  623. "show-limit": null,
  624. "parentKey": "lifestyleCoaching",
  625. "buttonName": null,
  626. "childrenKey": null
  627. },
  628. {
  629. "label": "此次随访分类",
  630. "defaultValue": [],
  631. "span": 24,
  632. "key": "Follow_Up_Classify",
  633. "type": "radio",
  634. "border": false,
  635. "disabledValue": null,
  636. "options": [
  637. {
  638. "label": "控制满意",
  639. "value": "1"
  640. },
  641. {
  642. "label": "控制不满意",
  643. "value": "2"
  644. },
  645. {
  646. "label": "不良反应",
  647. "value": "3"
  648. },
  649. {
  650. "label": "并发症",
  651. "value": "4"
  652. }
  653. ],
  654. "children": null,
  655. "append": null,
  656. "placeholder": null,
  657. "required": false,
  658. "show-limit": null,
  659. "parentKey": "lifestyleCoaching",
  660. "buttonName": null,
  661. "childrenKey": null
  662. },
  663. {
  664. "label": "药物不良反应",
  665. "defaultValue": [],
  666. "span": 24,
  667. "key": "Adverse",
  668. "type": "radio",
  669. "border": false,
  670. "disabledValue": null,
  671. "options": [
  672. {
  673. "label": "无",
  674. "value": "1"
  675. },
  676. {
  677. "label": "有",
  678. "value": "2"
  679. }
  680. ],
  681. "children": null,
  682. "append": null,
  683. "placeholder": null,
  684. "required": false,
  685. "show-limit": null,
  686. "parentKey": "lifestyleCoaching",
  687. "buttonName": null,
  688. "childrenKey": null
  689. }
  690. ],
  691. "append": null,
  692. "placeholder": null,
  693. "required": null,
  694. "show-limit": null,
  695. "parentKey": null,
  696. "buttonName": null,
  697. "childrenKey": null
  698. },
  699. {
  700. "label": "用药情况",
  701. "defaultValue": null,
  702. "span": 24,
  703. "key": "Drug_Info",
  704. "type": "title",
  705. "border": null,
  706. "disabledValue": null,
  707. "options": [],
  708. "children": [
  709. {
  710. "label": "药物名称1:",
  711. "defaultValue": null,
  712. "span": 8,
  713. "key": "Appraisal",
  714. "type": "input",
  715. "border": null,
  716. "disabledValue": null,
  717. "options": [],
  718. "children": null,
  719. "append": "",
  720. "placeholder": "",
  721. "required": null,
  722. "show-limit": false,
  723. "parentKey": "Drug_Info",
  724. "buttonName": null,
  725. "childrenKey": null
  726. },
  727. {
  728. "label": "转诊机构及科别:",
  729. "defaultValue": null,
  730. "span": 24,
  731. "key": "Referral_Hospital",
  732. "type": "input",
  733. "border": null,
  734. "disabledValue": null,
  735. "options": [],
  736. "children": null,
  737. "append": "",
  738. "placeholder": "",
  739. "required": null,
  740. "show-limit": false,
  741. "parentKey": "Drug_Info",
  742. "buttonName": null,
  743. "childrenKey": null
  744. }
  745. ],
  746. "append": null,
  747. "placeholder": null,
  748. "required": null,
  749. "show-limit": null,
  750. "parentKey": null,
  751. "buttonName": null,
  752. "childrenKey": null
  753. },
  754. {
  755. "label": "处方",
  756. "defaultValue": null,
  757. "span": 24,
  758. "key": "Pre",
  759. "type": "title",
  760. "border": null,
  761. "disabledValue": null,
  762. "options": [],
  763. "children": [
  764. {
  765. "label": "处方",
  766. "defaultValue": null,
  767. "span": 24,
  768. "key": "Prescription",
  769. "type": "prescriptionType",
  770. "border": null,
  771. "disabledValue": null,
  772. "options": [],
  773. "children": null,
  774. "append": "",
  775. "placeholder": "",
  776. "required": null,
  777. "show-limit": false,
  778. "parentKey": "Pre",
  779. "buttonName": "DiabetesPrescription",
  780. "childrenKey": null
  781. }
  782. ],
  783. "append": null,
  784. "placeholder": null,
  785. "required": null,
  786. "show-limit": null,
  787. "parentKey": null,
  788. "buttonName": null,
  789. "childrenKey": null
  790. }
  791. ]
  792. }