123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- class PrescriptionFormKeys {
- static Map<String, String> AllFormKeys = {
- "DiabetesPrescription": "2型糖尿病患者健康教育处方",
- "HypertensionPrescription": "高血压患者健康教育处方",
- "PsychiatricPrescription": "严重精神障碍健康教育处方",
- "TuberculosisPrescription": "肺结核患者健康教育处方",
- "HypertrophicOsteoarthropathyPrescription": "大骨节病患者健康教育处方",
- "PrescriptionForIodineDeficiencyDisorder": "碘缺乏病患者健康教育处方",
- "LungCancerPrescription": "肺癌患者健康教育处方",
- "CervicalCancerPrescription": "宫颈癌患者健康教育处方",
- "PrescriptionForCervicalPrecancerousLesions": "宫颈癌前病变患者健康教育处方",
- "OsteoarthritisPrescription": "骨关节炎患者健康教育处方",
- "PrescriptionForCoronaryHeartDisease": "冠心病患者健康教育处方",
- "PrescriptionForAcuteCervicitis": "急性宫颈炎患者健康教育处方",
- "PrescriptionForColorectalCancer": "结直肠癌患者健康教育处方",
- "PrescriptionForKeshanDisease": "克山病患者健康教育处方",
- "PrescriptionForRheumatoidArthritis": "类风湿关节炎患者健康教育处方",
- "PrescriptionForCerebrovascularDisease": "脑血管病患者健康教育处方",
- "PrescriptionForRenalFailure": "尿毒症患者健康教育处方",
- "PrescriptionForPelvicInflammatoryDisease": "盆腔炎性疾病患者健康教育处方",
- "PrescriptionForTeenageObesity": "青少年肥胖患者健康教育处方",
- "PrescriptionForTeenageDepression": "青少年抑郁症患者健康教育处方",
- "PrescriptionForBreastCancer": "乳腺癌患者健康教育处方",
- "PrescriptionForEsophagealCancer": "食管癌患者健康教育处方",
- "PrescriptionForBacterialVaginosis": "细菌性阴道病患者健康教育处方",
- "PrescriptionForSevereChronicBronchitisInElderly": "重型老年慢性支气管炎患者健康教育处方",
- "PrescriptionForGastricCancer": "胃癌患者健康教育处方",
- "PrescriptionForChronicObstructivePulmonaryDisease": "慢阻肺患者健康教育处方",
- "PrescriptionForTrichomoniasisVaginitis": "滴虫阴道炎患者健康教育处方",
- };
- ///所有儿童处方Map
- static Map<String, String> AllChildFormKeys = {
- "UnderFiveMalnutritionPrescription": "5岁以下儿童营养不良患者健康教育处方",
- "PediatricEpilepsyPrescription": "儿童癫痫患者健康教育处方",
- "PediatricPneumoniaPrescription": "儿童肺炎患者健康教育处方",
- "PediatricDiarrheaPrescription": "儿童腹泻病患者健康教育处方",
- "PediatricAcuteLeukemiaPrescription": "儿童急性白血病患者健康教育处方",
- "PediatricMyopiaPrescription": "儿童青少年近视患者健康教育处方",
- "PediatricCariesPrescription": "儿童龋病患者健康教育处方",
- "PediatricIronDeficiencyAnemiaPrescription": "儿童缺铁性贫血患者健康教育处方",
- "PediatricCongenitalHeartDiseasePrescription": "儿童先天性心脏病患者健康教育处方",
- "PrescriptionForPreschoolObesity": "学龄前儿童肥胖患者健康教育处方",
- };
- //所有孕产妇处方
- static Map<String, String> AllPregnantWomenFormKeys = {
- "PrescriptionForPerinatalDepression": "孕产期抑郁患者健康教育处方",
- "PrescriptionForPregnancyAnemia": "孕期贫血患者健康教育处方",
- };
- /// 2型糖尿病患者健康教育处方
- static const String BLOODSUGAR = 'DiabetesPrescription';
- /// 高血压患者健康教育处方
- static const String HYPERTENSION = 'HypertensionPrescription';
- /// 严重精神障碍健康教育处方
- static const String PSYCHIATRIC = 'PsychiatricPrescription';
- /// 肺结核患者健康教育处方
- static const String TUBERCULOSIS = 'TuberculosisPrescription';
- /// 5岁以下儿童营养不良患者健康教育处方
- static const String UNFIVEMALNUTRITION = 'UnderFiveMalnutritionPrescription';
- /// 大骨节病患者健康教育处方
- static const String HOTPA = 'HypertrophicOsteoarthropathyPrescription';
- /// 滴虫阴道炎患者健康教育处方
- static const String PFTV = 'PrescriptionForTrichomoniasisVaginitis';
- /// 碘缺乏病患者健康教育处方
- static const String PFIDD = 'PrescriptionForIodineDeficiencyDisorder';
- /// 儿童癫痫患者健康教育处方
- static const String PEDP = 'PediatricEpilepsyPrescription';
- /// 儿童肺炎患者健康教育处方
- static const String PEDPP = 'PediatricPneumoniaPrescription';
- //儿童腹泻病患者健康教育处方
- static const String PEDDP = 'PediatricDiarrheaPrescription';
- //儿童急性白血病患者健康教育处方
- static const String PALP = 'PediatricAcuteLeukemiaPrescription';
- //儿童青少年近视患者健康教育处方
- static const String PMP = 'PediatricMyopiaPrescription';
- //儿童龋病患者健康教育处方
- static const String PCP = 'PediatricCariesPrescription';
- ///儿童缺铁性贫血患者健康教育处方
- static const String PIDAP = "PediatricIronDeficiencyAnemiaPrescription";
- ///儿童先天性心脏病患者健康教育处方
- static const String PCHDP = "PediatricCongenitalHeartDiseasePrescription";
- ///肺癌患者健康教育处方
- static const String LCP = "LungCancerPrescription";
- ///宫颈癌患者健康教育处方
- static const String CCP = "CervicalCancerPrescription";
- //宫颈癌前病变患者健康教育处方
- static const String PFCPL = "PrescriptionForCervicalPrecancerousLesions";
- //骨关节炎患者健康教育处方
- static const String OP = "OsteoarthritisPrescription";
- //冠心病患者健康教育处方
- static const String PFCHD = "PrescriptionForCoronaryHeartDisease";
- //急性宫颈炎患者健康教育处方
- static const String PFAC = "PrescriptionForAcuteCervicitis";
- //结直肠癌患者健康教育处方
- static const String PFCC = "PrescriptionForColorectalCancer";
- //克山病患者健康教育处方
- static const String PFKD = "PrescriptionForKeshanDisease";
- //类风湿关节炎患者健康教育处方
- static const String PFRA = "PrescriptionForRheumatoidArthritis";
- //慢阻肺患者健康教育处方
- static const String PFCOPD =
- "PrescriptionForChronicObstructivePulmonaryDisease";
- //脑血管病患者健康教育处方
- static const String PFCD = "PrescriptionForCerebrovascularDisease";
- //尿毒症患者健康教育处方
- static const String PFRF = "PrescriptionForRenalFailure";
- //盆腔炎性疾病患者健康教育处方
- static const String PFPID = "PrescriptionForPelvicInflammatoryDisease";
- //青少年肥胖患者健康教育处方
- static const String PFTO = "PrescriptionForTeenageObesity";
- //青少年抑郁症患者健康教育处方
- static const String PFTD = "PrescriptionForTeenageDepression";
- //乳腺癌患者健康教育处方
- static const String PFBC = "PrescriptionForBreastCancer";
- //食管癌患者健康教育处方
- static const String PFEC = "PrescriptionForEsophagealCancer";
- //细菌性阴道病患者健康教育处方
- static const String PFBV = "PrescriptionForBacterialVaginosis";
- //学龄前儿童肥胖患者健康教育处方
- static const String PFPO = "PrescriptionForPreschoolObesity";
- //孕产期抑郁患者健康教育处方
- static const String PFPD = "PrescriptionForPerinatalDepression";
- //孕期贫血患者健康教育处方
- static const String PFPA = "PrescriptionForPregnancyAnemia";
- //重型老年慢性支气管炎患者健康教育处方
- static const String PFSCBIE =
- "PrescriptionForSevereChronicBronchitisInElderly";
- //胃癌患者健康教育处方
- static const String PFGC = "PrescriptionForGastricCancer";
- }
|