TNB.json 21 KB

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