prescription_form_keys.dart 7.4 KB

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