///功能模块静态词典 // ignore_for_file: constant_identifier_names class FeatureKeys { FeatureKeys._(); /// 最近检测记录 static const RecentTestRecords = 'ZJJCJLCZ'; /// 健康档案操作 static const HealthRecordHandling = 'JKDACZ'; /// 健康检测记录 static const HealthCheckupRecords = 'JKJCJLCZ'; /// 身份证读卡器 static const IDCardReader = 'SFZDKQ'; /// 人脸识别 static const FaceRecognition = 'RLSB'; /// 身份证拍照OCR识别 static const IdCardPhotoOCR = 'SFZSBCZ'; /// 健康信息 static const HealthInformation = 'JKXXCZ'; /// 随访记录操作 static const FollowUpRecord = 'SFJLCZ'; /// 体检记录操作 static const HealthCheckRecord = 'TJJLCZ'; /// 签约记录操作 static const SigningRecord = 'QYJLCZ'; }