prescription_form_keys.dart 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. class PrescriptionFormKeys {
  2. static Map<String, String> AllFormKeys = {
  3. "DiabetesPrescription": "2型糖尿病患者健康教育处方",
  4. "HypertensionPrescription": "高血压患者健康教育处方",
  5. "PsychiatricPrescription": "严重精神障碍健康教育处方",
  6. "TuberculosisPrescription": "肺结核患者健康教育处方",
  7. "HypertrophicOsteoarthropathyPrescription": "大骨节病患者健康教育处方",
  8. "PrescriptionForIodineDeficiencyDisorder": "碘缺乏病患者健康教育处方",
  9. "LungCancerPrescription": "肺癌患者健康教育处方",
  10. "CervicalCancerPrescription": "宫颈癌患者健康教育处方",
  11. "PrescriptionForCervicalPrecancerousLesions": "宫颈癌前病变患者健康教育处方",
  12. "OsteoarthritisPrescription": "骨关节炎患者健康教育处方",
  13. "PrescriptionForCoronaryHeartDisease": "冠心病患者健康教育处方",
  14. "PrescriptionForAcuteCervicitis": "急性宫颈炎患者健康教育处方",
  15. "PrescriptionForColorectalCancer": "结直肠癌患者健康教育处方",
  16. "PrescriptionForKeshanDisease": "克山病患者健康教育处方",
  17. "PrescriptionForRheumatoidArthritis": "类风湿关节炎患者健康教育处方",
  18. "PrescriptionForCerebrovascularDisease": "脑血管病患者健康教育处方",
  19. "PrescriptionForRenalFailure": "尿毒症患者健康教育处方",
  20. "PrescriptionForPelvicInflammatoryDisease": "盆腔炎性疾病患者健康教育处方",
  21. "PrescriptionForTeenageObesity": "青少年肥胖患者健康教育处方",
  22. "PrescriptionForTeenageDepression": "青少年抑郁症患者健康教育处方",
  23. "PrescriptionForBreastCancer": "乳腺癌患者健康教育处方",
  24. "PrescriptionForEsophagealCancer": "食管癌患者健康教育处方",
  25. "PrescriptionForBacterialVaginosis": "细菌性阴道病患者健康教育处方",
  26. "PrescriptionForSevereChronicBronchitisInElderly": "重型老年慢性支气管炎患者健康教育处方",
  27. "PrescriptionForGastricCancer": "胃癌患者健康教育处方",
  28. "PrescriptionForChronicObstructivePulmonaryDisease": "慢阻肺患者健康教育处方",
  29. "PrescriptionForTrichomoniasisVaginitis": "滴虫阴道炎患者健康教育处方",
  30. };
  31. ///所有儿童处方Map
  32. static Map<String, String> AllChildFormKeys = {
  33. "UnderFiveMalnutritionPrescription": "5岁以下儿童营养不良患者健康教育处方",
  34. "PediatricEpilepsyPrescription": "儿童癫痫患者健康教育处方",
  35. "PediatricPneumoniaPrescription": "儿童肺炎患者健康教育处方",
  36. "PediatricDiarrheaPrescription": "儿童腹泻病患者健康教育处方",
  37. "PediatricAcuteLeukemiaPrescription": "儿童急性白血病患者健康教育处方",
  38. "PediatricMyopiaPrescription": "儿童青少年近视患者健康教育处方",
  39. "PediatricCariesPrescription": "儿童龋病患者健康教育处方",
  40. "PediatricIronDeficiencyAnemiaPrescription": "儿童缺铁性贫血患者健康教育处方",
  41. "PediatricCongenitalHeartDiseasePrescription": "儿童先天性心脏病患者健康教育处方",
  42. "PrescriptionForPreschoolObesity": "学龄前儿童肥胖患者健康教育处方",
  43. };
  44. //所有孕产妇处方
  45. static Map<String, String> AllPregnantWomenFormKeys = {
  46. "PrescriptionForPerinatalDepression": "孕产期抑郁患者健康教育处方",
  47. "PrescriptionForPregnancyAnemia": "孕期贫血患者健康教育处方",
  48. };
  49. /// 2型糖尿病患者健康教育处方
  50. static const String BLOODSUGAR = 'DiabetesPrescription';
  51. /// 高血压患者健康教育处方
  52. static const String HYPERTENSION = 'HypertensionPrescription';
  53. /// 严重精神障碍健康教育处方
  54. static const String PSYCHIATRIC = 'PsychiatricPrescription';
  55. /// 肺结核患者健康教育处方
  56. static const String TUBERCULOSIS = 'TuberculosisPrescription';
  57. /// 5岁以下儿童营养不良患者健康教育处方
  58. static const String UNFIVEMALNUTRITION = 'UnderFiveMalnutritionPrescription';
  59. /// 大骨节病患者健康教育处方
  60. static const String HOTPA = 'HypertrophicOsteoarthropathyPrescription';
  61. /// 滴虫阴道炎患者健康教育处方
  62. static const String PFTV = 'PrescriptionForTrichomoniasisVaginitis';
  63. /// 碘缺乏病患者健康教育处方
  64. static const String PFIDD = 'PrescriptionForIodineDeficiencyDisorder';
  65. /// 儿童癫痫患者健康教育处方
  66. static const String PEDP = 'PediatricEpilepsyPrescription';
  67. /// 儿童肺炎患者健康教育处方
  68. static const String PEDPP = 'PediatricPneumoniaPrescription';
  69. //儿童腹泻病患者健康教育处方
  70. static const String PEDDP = 'PediatricDiarrheaPrescription';
  71. //儿童急性白血病患者健康教育处方
  72. static const String PALP = 'PediatricAcuteLeukemiaPrescription';
  73. //儿童青少年近视患者健康教育处方
  74. static const String PMP = 'PediatricMyopiaPrescription';
  75. //儿童龋病患者健康教育处方
  76. static const String PCP = 'PediatricCariesPrescription';
  77. ///儿童缺铁性贫血患者健康教育处方
  78. static const String PIDAP = "PediatricIronDeficiencyAnemiaPrescription";
  79. ///儿童先天性心脏病患者健康教育处方
  80. static const String PCHDP = "PediatricCongenitalHeartDiseasePrescription";
  81. ///肺癌患者健康教育处方
  82. static const String LCP = "LungCancerPrescription";
  83. ///宫颈癌患者健康教育处方
  84. static const String CCP = "CervicalCancerPrescription";
  85. //宫颈癌前病变患者健康教育处方
  86. static const String PFCPL = "PrescriptionForCervicalPrecancerousLesions";
  87. //骨关节炎患者健康教育处方
  88. static const String OP = "OsteoarthritisPrescription";
  89. //冠心病患者健康教育处方
  90. static const String PFCHD = "PrescriptionForCoronaryHeartDisease";
  91. //急性宫颈炎患者健康教育处方
  92. static const String PFAC = "PrescriptionForAcuteCervicitis";
  93. //结直肠癌患者健康教育处方
  94. static const String PFCC = "PrescriptionForColorectalCancer";
  95. //克山病患者健康教育处方
  96. static const String PFKD = "PrescriptionForKeshanDisease";
  97. //类风湿关节炎患者健康教育处方
  98. static const String PFRA = "PrescriptionForRheumatoidArthritis";
  99. //慢阻肺患者健康教育处方
  100. static const String PFCOPD =
  101. "PrescriptionForChronicObstructivePulmonaryDisease";
  102. //脑血管病患者健康教育处方
  103. static const String PFCD = "PrescriptionForCerebrovascularDisease";
  104. //尿毒症患者健康教育处方
  105. static const String PFRF = "PrescriptionForRenalFailure";
  106. //盆腔炎性疾病患者健康教育处方
  107. static const String PFPID = "PrescriptionForPelvicInflammatoryDisease";
  108. //青少年肥胖患者健康教育处方
  109. static const String PFTO = "PrescriptionForTeenageObesity";
  110. //青少年抑郁症患者健康教育处方
  111. static const String PFTD = "PrescriptionForTeenageDepression";
  112. //乳腺癌患者健康教育处方
  113. static const String PFBC = "PrescriptionForBreastCancer";
  114. //食管癌患者健康教育处方
  115. static const String PFEC = "PrescriptionForEsophagealCancer";
  116. //细菌性阴道病患者健康教育处方
  117. static const String PFBV = "PrescriptionForBacterialVaginosis";
  118. //学龄前儿童肥胖患者健康教育处方
  119. static const String PFPO = "PrescriptionForPreschoolObesity";
  120. //孕产期抑郁患者健康教育处方
  121. static const String PFPD = "PrescriptionForPerinatalDepression";
  122. //孕期贫血患者健康教育处方
  123. static const String PFPA = "PrescriptionForPregnancyAnemia";
  124. //重型老年慢性支气管炎患者健康教育处方
  125. static const String PFSCBIE =
  126. "PrescriptionForSevereChronicBronchitisInElderly";
  127. //胃癌患者健康教育处方
  128. static const String PFGC = "PrescriptionForGastricCancer";
  129. }