remedical.dart 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618
  1. import 'package:fis_i18n/types.dart';
  2. /// 诊断模块
  3. class RemedicalModule extends ModuleBase {
  4. RemedicalModule._({
  5. required this.submitSuccessToTransferList,
  6. required this.submitSuccessToCompleteList,
  7. required this.owner,
  8. required this.selectGender,
  9. required this.selectCategory,
  10. required this.reportDoctor,
  11. required this.manualMeasurement,
  12. required this.aiMeasurement,
  13. required this.remoteParameterNotSupported,
  14. required this.viewMaterials,
  15. required this.notSupportFileView,
  16. required this.patientManagement,
  17. required this.examinationDetails,
  18. required this.history,
  19. required this.processed,
  20. required this.copyClassCode,
  21. required this.updatePackageName,
  22. required this.applicableSystemVersion,
  23. required this.applicableSoftwareVersion,
  24. required this.currentOrganization,
  25. required this.completed,
  26. required this.medicalHistory,
  27. required this.transferiIn,
  28. required this.transferOut,
  29. required this.downloadingLogs,
  30. required this.RetrievingLog,
  31. required this.ImageProcessing,
  32. required this.resultsExported,
  33. required this.confirmCloseCurrentConsultation,
  34. required this.recordingInterrupted,
  35. required this.inputExistedTerm,
  36. required this.noEntrys,
  37. required this.leftNeck,
  38. required this.rightNeck,
  39. required this.reportList,
  40. required this.imageUnidentifiedCarotidArtery,
  41. required this.referralHistory,
  42. required this.referralRequest,
  43. required this.calibrationLine,
  44. required this.referralReport,
  45. required this.agree,
  46. required this.reportNoInit,
  47. required this.shareTerminalSuccess,
  48. required this.WithDrawn,
  49. required this.pending,
  50. required this.addReportTag,
  51. required this.addTag,
  52. required this.natureOfLesion,
  53. required this.lesionClassification,
  54. required this.lesionClassificationExist,
  55. required this.notFoundTag,
  56. required this.canNotTag,
  57. required this.addedTags,
  58. required this.selectTags,
  59. required this.searchOrSelectTags,
  60. required this.searchOrSelectClassification,
  61. required this.doNotRemind,
  62. required this.hasWithDrawn,
  63. required this.timedOut,
  64. required this.accepted,
  65. required this.transferDoctor,
  66. required this.transferOrganization,
  67. required this.transferApply,
  68. required this.transferTime,
  69. required this.transferSubjectMatter,
  70. required this.transferOutAgency,
  71. required this.patientDisplayName,
  72. required this.transferredOut,
  73. required this.transferred,
  74. required this.refuse,
  75. required this.refused,
  76. required this.myPatient,
  77. required this.referPatient,
  78. required this.patientName,
  79. required this.patientFrom,
  80. required this.noEntry,
  81. required this.messageShare,
  82. required this.shortMessage,
  83. required this.qrCode,
  84. required this.moments,
  85. required this.wechatFriend,
  86. required this.wechatShare,
  87. required this.imagesShare,
  88. required this.noImageToShare,
  89. required this.shareSuccess,
  90. required this.shareFailed,
  91. required this.getShareLinkFailed,
  92. required this.selectContentToShare,
  93. required this.smsShare,
  94. required this.noOpenWx,
  95. required this.noReport,
  96. required this.aiReport,
  97. required this.ultrasoundReport,
  98. required this.editThesaurus,
  99. required this.thesaurusInput,
  100. required this.selfCreatedThesaurus,
  101. required this.thesaurusNameInputTip,
  102. required this.defualt,
  103. required this.organization,
  104. required this.selfCreated,
  105. required this.humanAlong,
  106. required this.beastAlong,
  107. required this.serveObj,
  108. required this.useFisDefaultThesaurus,
  109. required this.createThesaurus,
  110. required this.vocSelectionValidationTip,
  111. required this.vocImport,
  112. required this.vocTemplateType,
  113. required this.vocTemplateSelectionTip,
  114. required this.vocTemplateFormatErrTip,
  115. required this.description,
  116. required this.summary,
  117. required this.creations,
  118. required this.platFormDefault,
  119. required this.orgTemplate,
  120. required this.personalTemplate,
  121. required this.updateVocCat,
  122. required this.createVocCat,
  123. required this.inputCatName,
  124. required this.categoryName,
  125. required this.selectUpperCat,
  126. required this.vocEdit,
  127. required this.vocAdd,
  128. required this.vocDetails,
  129. required this.descriptionInput,
  130. required this.concolusionInput,
  131. required this.title,
  132. required this.message,
  133. required this.addSuccess,
  134. required this.addFailed,
  135. required this.updateVocSuccess,
  136. required this.updateVocBaseSuccess,
  137. required this.updateFailed,
  138. required this.delteVocBaseConfirm,
  139. required this.deleteVocBaseSuccess,
  140. required this.deleteFailed,
  141. required this.deleting,
  142. required this.deleteOrgVocBaseConrim,
  143. required this.creatFailed,
  144. required this.deleteVocConfirm,
  145. required this.deleteVocSuccess,
  146. required this.toast4NotEditYet,
  147. required this.vocabulary,
  148. required this.importVoc,
  149. required this.vocBaseName,
  150. required this.upperCategory,
  151. required this.selfCreatedVoc,
  152. required this.createVoc,
  153. required this.patientNamePlaceholder,
  154. required this.selectPatientToAssociate,
  155. required this.associateSuccess,
  156. required this.associateFail,
  157. required this.noCheckToHandle,
  158. required this.export,
  159. required this.exportSuccess,
  160. required this.deletePatientSuccess,
  161. required this.searchPatient,
  162. required this.createPatient,
  163. required this.createPatientShort,
  164. required this.createCase,
  165. required this.noMore,
  166. required this.petName,
  167. required this.ownerPhone,
  168. required this.otherInfo,
  169. required this.petId,
  170. required this.notFill,
  171. required this.age,
  172. required this.gender,
  173. required this.socialSecurityCardId,
  174. required this.type,
  175. required this.variety,
  176. required this.previous,
  177. required this.previousPage,
  178. required this.next,
  179. required this.nextPage,
  180. required this.associateCheck,
  181. required this.associateReport,
  182. required this.patientDetail,
  183. required this.caseDetail,
  184. required this.checkReport,
  185. required this.checkReportShort,
  186. required this.checkRecord,
  187. required this.checkRecordShort,
  188. required this.scanImage,
  189. required this.associatePatient,
  190. required this.patientNameToAssociatePlaceholder,
  191. required this.selectOperation,
  192. required this.associateCheckToCase,
  193. required this.moveImage,
  194. required this.moveImageToCheck,
  195. required this.time,
  196. required this.deliveryDevice,
  197. required this.selectCheck,
  198. required this.bindPatient,
  199. required this.cloudImage,
  200. required this.cloudImageShort,
  201. required this.localImage,
  202. required this.checkItem,
  203. required this.checkDoctor,
  204. required this.viewReport,
  205. required this.toScan4Label,
  206. required this.scanned4Label,
  207. required this.imageUploaded4Label,
  208. required this.reported4Label,
  209. required this.notFinished4Label,
  210. required this.viewDetail,
  211. required this.recentCheck,
  212. required this.registered,
  213. required this.notRegistered,
  214. required this.idCard,
  215. required this.createCheck,
  216. required this.associate,
  217. required this.associateUserTip,
  218. required this.transfer,
  219. required this.years,
  220. required this.month,
  221. required this.week,
  222. required this.day,
  223. required this.years4display,
  224. required this.month4display,
  225. required this.week4display,
  226. required this.day4display,
  227. required this.notImplemented,
  228. required this.check,
  229. required this.image,
  230. required this.selectInitTime,
  231. required this.selectEndTime,
  232. required this.registerStatus,
  233. required this.searchContact,
  234. required this.cloudReport,
  235. required this.associateImage,
  236. required this.preview,
  237. required this.print,
  238. required this.share,
  239. required this.creating,
  240. required this.finishing,
  241. required this.createSuccess,
  242. required this.selectDeliveryDevice,
  243. required this.selectCheckItem,
  244. required this.select,
  245. required this.selectTime,
  246. required this.editSuccess,
  247. required this.writeReport,
  248. required this.writeNewReport,
  249. required this.editPatient,
  250. required this.editCase,
  251. required this.submitSuccess,
  252. required this.submitFail,
  253. required this.defaultText,
  254. required this.pet,
  255. required this.auxiliaryConsultation,
  256. required this.selectTemplate,
  257. required this.wordSelectBox,
  258. required this.selectWordLibrary,
  259. required this.selectWord,
  260. required this.searchKeyword,
  261. required this.conclusion,
  262. required this.createWordClass,
  263. required this.parentClass,
  264. required this.endScan,
  265. required this.finishScan,
  266. required this.noScanImage,
  267. required this.removePatientConfirm,
  268. required this.reporter,
  269. required this.selectVoc,
  270. required this.hint4patientNotFound,
  271. required this.scanDate,
  272. required this.breast,
  273. required this.liver,
  274. required this.cholecyst,
  275. required this.kidney,
  276. required this.spleen,
  277. required this.noNeedAIYet,
  278. required this.didNotHandle,
  279. required this.didNotIdentify,
  280. required this.noAbnormal,
  281. required this.benign,
  282. required this.malignant,
  283. required this.benignWithMalignant,
  284. required this.clickAndSelectImage,
  285. required this.scanQrCodeToShareReport,
  286. required this.scanQrCodeToShare,
  287. required this.scanQrCodeToShareImage,
  288. required this.copyLink,
  289. required this.copySuccess,
  290. required this.errorScanData,
  291. required this.downloading,
  292. required this.packaging,
  293. required this.exportFinished,
  294. required this.exportFinishedWithSlectedPath,
  295. required this.exportAbortingTip,
  296. required this.exportTime,
  297. required this.exportItems,
  298. required this.examReport,
  299. required this.scanImageData,
  300. required this.batchExport,
  301. required this.patientExportSelectionTip,
  302. required this.selectAll,
  303. required this.cancelAll,
  304. required this.hasNoChooseAgain,
  305. required this.measure,
  306. required this.previewReport,
  307. required this.editReport,
  308. required this.pleaseSelect,
  309. required this.restoreCache,
  310. required this.restoreCacheAlert,
  311. required this.speechInput,
  312. required this.startRecording,
  313. required this.endRecording,
  314. required this.identifying,
  315. required this.recording,
  316. required this.endSeconds,
  317. required this.invalidIDInputError,
  318. required this.maxParticipantLimit,
  319. required this.startScan,
  320. required this.scanOcuppiedTip,
  321. required this.scanOcuppiedDetailTip,
  322. required this.startScanSuccess,
  323. required this.isAutoCreateExam,
  324. });
  325. static const ModuleName = "remedical";
  326. factory RemedicalModule(Map<String, dynamic> map) {
  327. return RemedicalModule._(
  328. submitSuccessToTransferList: map.pick("submitSuccessToTransferList"),
  329. submitSuccessToCompleteList: map.pick("submitSuccessToCompleteList"),
  330. owner: map.pick("owner"),
  331. selectGender: map.pick("selectGender"),
  332. selectCategory: map.pick("selectCategory"),
  333. reportDoctor: map.pick("reportDoctor"),
  334. manualMeasurement: map.pick("manualMeasurement"),
  335. aiMeasurement: map.pick("aiMeasurement"),
  336. remoteParameterNotSupported: map.pick("remoteParameterNotSupported"),
  337. viewMaterials: map.pick("viewMaterials"),
  338. notSupportFileView: map.pick("notSupportFileView"),
  339. patientManagement: map.pick("patientManagement"),
  340. examinationDetails: map.pick("examinationDetails"),
  341. history: map.pick("history"),
  342. processed: map.pick("processed"),
  343. copyClassCode: map.pick("copyClassCode"),
  344. updatePackageName: map.pick("updatePackageName"),
  345. applicableSystemVersion: map.pick("applicableSystemVersion"),
  346. applicableSoftwareVersion: map.pick("applicableSoftwareVersion"),
  347. currentOrganization: map.pick("currentOrganization"),
  348. completed: map.pick("completed"),
  349. medicalHistory: map.pick("medicalHistory"),
  350. transferiIn: map.pick("transferiIn"),
  351. transferOut: map.pick("transferOut"),
  352. downloadingLogs: map.pick("downloadingLogs"),
  353. RetrievingLog: map.pick("RetrievingLog"),
  354. ImageProcessing: map.pick("ImageProcessing"),
  355. resultsExported: map.pick("resultsExported"),
  356. confirmCloseCurrentConsultation:
  357. map.pick("confirmCloseCurrentConsultation"),
  358. recordingInterrupted: map.pick("recordingInterrupted"),
  359. inputExistedTerm: map.pick("inputExistedTerm"),
  360. noEntrys: map.pick("noEntrys"),
  361. leftNeck: map.pick("leftNeck"),
  362. rightNeck: map.pick("rightNeck"),
  363. reportList: map.pick("reportList"),
  364. imageUnidentifiedCarotidArtery:
  365. map.pick("imageUnidentifiedCarotidArtery"),
  366. referralHistory: map.pick("referralHistory"),
  367. referralRequest: map.pick("referralRequest"),
  368. calibrationLine: map.pick("calibrationLine"),
  369. referralReport: map.pick("referralReport"),
  370. agree: map.pick("agree"),
  371. reportNoInit: map.pick("reportNoInit"),
  372. shareTerminalSuccess: map.pick("shareTerminalSuccess"),
  373. WithDrawn: map.pick("WithDrawn"),
  374. pending: map.pick("pending"),
  375. addReportTag: map.pick("addReportTag"),
  376. addTag: map.pick("addTag"),
  377. natureOfLesion: map.pick("natureOfLesion"),
  378. lesionClassification: map.pick("lesionClassification"),
  379. lesionClassificationExist: map.pick("lesionClassificationExist"),
  380. notFoundTag: map.pick("notFoundTag"),
  381. canNotTag: map.pick("canNotTag"),
  382. addedTags: map.pick("addedTags"),
  383. selectTags: map.pick("selectTags"),
  384. searchOrSelectTags: map.pick("searchOrSelectTags"),
  385. searchOrSelectClassification: map.pick("searchOrSelectClassification"),
  386. doNotRemind: map.pick("doNotRemind"),
  387. hasWithDrawn: map.pick("hasWithDrawn"),
  388. timedOut: map.pick("timedOut"),
  389. accepted: map.pick("accepted"),
  390. transferDoctor: map.pick("transferDoctor"),
  391. transferOrganization: map.pick("transferOrganization"),
  392. transferApply: map.pick("transferApply"),
  393. transferTime: map.pick("transferTime"),
  394. transferSubjectMatter: map.pick("transferSubjectMatter"),
  395. transferOutAgency: map.pick("transferOutAgency"),
  396. patientDisplayName: map.pick("patientDisplayName"),
  397. transferredOut: map.pick("transferredOut"),
  398. transferred: map.pick("transferred"),
  399. refuse: map.pick("refuse"),
  400. refused: map.pick("refused"),
  401. myPatient: map.pick("myPatient"),
  402. referPatient: map.pick("referPatient"),
  403. patientName: map.pick("patientName"),
  404. patientFrom: map.pick("patientFrom"),
  405. noEntry: map.pick("noEntry"),
  406. messageShare: map.pick("messageShare"),
  407. shortMessage: map.pick("shortMessage"),
  408. qrCode: map.pick("qrCode"),
  409. moments: map.pick("moments"),
  410. wechatFriend: map.pick("wechatFriend"),
  411. wechatShare: map.pick("wechatShare"),
  412. imagesShare: map.pick("imagesShare"),
  413. noImageToShare: map.pick("noImageToShare"),
  414. shareSuccess: map.pick("shareSuccess"),
  415. shareFailed: map.pick("shareFailed"),
  416. getShareLinkFailed: map.pick("getShareLinkFailed"),
  417. selectContentToShare: map.pick("selectContentToShare"),
  418. smsShare: map.pick("smsShare"),
  419. noOpenWx: map.pick("noOpenWx"),
  420. noReport: map.pick("noReport"),
  421. aiReport: map.pick("aiReport"),
  422. ultrasoundReport: map.pick("ultrasoundReport"),
  423. editThesaurus: map.pick("editThesaurus"),
  424. thesaurusInput: map.pick("thesaurusInput"),
  425. selfCreatedThesaurus: map.pick("selfCreatedThesaurus"),
  426. thesaurusNameInputTip: map.pick("thesaurusNameInputTip"),
  427. defualt: map.pick("defualt"),
  428. organization: map.pick("organization"),
  429. selfCreated: map.pick("selfCreated"),
  430. humanAlong: map.pick("humanAlong"),
  431. beastAlong: map.pick("beastAlong"),
  432. serveObj: map.pick("serveObj"),
  433. useFisDefaultThesaurus: map.pick("useFisDefaultThesaurus"),
  434. createThesaurus: map.pick("createThesaurus"),
  435. vocSelectionValidationTip: map.pick("vocSelectionValidationTip"),
  436. vocImport: map.pick("vocImport"),
  437. vocTemplateType: map.pick("vocTemplateType"),
  438. vocTemplateSelectionTip: map.pick("vocTemplateSelectionTip"),
  439. vocTemplateFormatErrTip: map.pick("vocTemplateFormatErrTip"),
  440. description: map.pick("description"),
  441. summary: map.pick("summary"),
  442. creations: map.pick("creations"),
  443. platFormDefault: map.pick("platFormDefault"),
  444. orgTemplate: map.pick("orgTemplate"),
  445. personalTemplate: map.pick("personalTemplate"),
  446. updateVocCat: map.pick("updateVocCat"),
  447. createVocCat: map.pick("createVocCat"),
  448. inputCatName: map.pick("inputCatName"),
  449. categoryName: map.pick("categoryName"),
  450. selectUpperCat: map.pick("selectUpperCat"),
  451. vocEdit: map.pick("vocEdit"),
  452. vocAdd: map.pick("vocAdd"),
  453. vocDetails: map.pick("vocDetails"),
  454. descriptionInput: map.pick("descriptionInput"),
  455. concolusionInput: map.pick("concolusionInput"),
  456. title: map.pick("title"),
  457. message: map.pick("message"),
  458. addSuccess: map.pick("addSuccess"),
  459. addFailed: map.pick("addFailed"),
  460. updateVocSuccess: map.pick("updateVocSuccess"),
  461. updateVocBaseSuccess: map.pick("updateVocBaseSuccess"),
  462. updateFailed: map.pick("updateFailed"),
  463. delteVocBaseConfirm: map.pick("delteVocBaseConfirm"),
  464. deleteVocBaseSuccess: map.pick("deleteVocBaseSuccess"),
  465. deleteFailed: map.pick("deleteFailed"),
  466. deleting: map.pick("deleting"),
  467. deleteOrgVocBaseConrim: map.pick("deleteOrgVocBaseConrim"),
  468. creatFailed: map.pick("creatFailed"),
  469. deleteVocConfirm: map.pick("deleteVocConfirm"),
  470. deleteVocSuccess: map.pick("deleteVocSuccess"),
  471. toast4NotEditYet: map.pick("toast4NotEditYet"),
  472. vocabulary: map.pick("vocabulary"),
  473. importVoc: map.pick("importVoc"),
  474. vocBaseName: map.pick("vocBaseName"),
  475. upperCategory: map.pick("upperCategory"),
  476. selfCreatedVoc: map.pick("selfCreatedVoc"),
  477. createVoc: map.pick("createVoc"),
  478. patientNamePlaceholder: map.pick("patientNamePlaceholder"),
  479. selectPatientToAssociate: map.pick("selectPatientToAssociate"),
  480. associateSuccess: map.pick("associateSuccess"),
  481. associateFail: map.pick("associateFail"),
  482. noCheckToHandle: map.pick("noCheckToHandle"),
  483. export: map.pick("export"),
  484. exportSuccess: map.pick("exportSuccess"),
  485. deletePatientSuccess: map.pick("deletePatientSuccess"),
  486. searchPatient: map.pick("searchPatient"),
  487. createPatient: map.pick("createPatient"),
  488. createPatientShort: map.pick("createPatientShort"),
  489. createCase: map.pick("createCase"),
  490. noMore: map.pick("noMore"),
  491. petName: map.pick("petName"),
  492. ownerPhone: map.pick("ownerPhone"),
  493. otherInfo: map.pick("otherInfo"),
  494. petId: map.pick("petId"),
  495. notFill: map.pick("notFill"),
  496. age: map.pick("age"),
  497. gender: map.pick("gender"),
  498. socialSecurityCardId: map.pick("socialSecurityCardId"),
  499. type: map.pick("type"),
  500. variety: map.pick("variety"),
  501. previous: map.pick("previous"),
  502. previousPage: map.pick("previousPage"),
  503. next: map.pick("next"),
  504. nextPage: map.pick("nextPage"),
  505. associateCheck: map.pick("associateCheck"),
  506. associateReport: map.pick("associateReport"),
  507. patientDetail: map.pick("patientDetail"),
  508. caseDetail: map.pick("caseDetail"),
  509. checkReport: map.pick("checkReport"),
  510. checkReportShort: map.pick("checkReportShort"),
  511. checkRecord: map.pick("checkRecord"),
  512. checkRecordShort: map.pick("checkRecordShort"),
  513. scanImage: map.pick("scanImage"),
  514. associatePatient: map.pick("associatePatient"),
  515. patientNameToAssociatePlaceholder:
  516. map.pick("patientNameToAssociatePlaceholder"),
  517. selectOperation: map.pick("selectOperation"),
  518. associateCheckToCase: map.pick("associateCheckToCase"),
  519. moveImage: map.pick("moveImage"),
  520. moveImageToCheck: map.pick("moveImageToCheck"),
  521. time: map.pick("time"),
  522. deliveryDevice: map.pick("deliveryDevice"),
  523. selectCheck: map.pick("selectCheck"),
  524. bindPatient: map.pick("bindPatient"),
  525. cloudImage: map.pick("cloudImage"),
  526. cloudImageShort: map.pick("cloudImageShort"),
  527. localImage: map.pick("localImage"),
  528. checkItem: map.pick("checkItem"),
  529. checkDoctor: map.pick("checkDoctor"),
  530. viewReport: map.pick("viewReport"),
  531. toScan4Label: map.pick("toScan4Label"),
  532. scanned4Label: map.pick("scanned4Label"),
  533. imageUploaded4Label: map.pick("imageUploaded4Label"),
  534. reported4Label: map.pick("reported4Label"),
  535. notFinished4Label: map.pick("notFinished4Label"),
  536. viewDetail: map.pick("viewDetail"),
  537. recentCheck: map.pick("recentCheck"),
  538. registered: map.pick("registered"),
  539. notRegistered: map.pick("notRegistered"),
  540. idCard: map.pick("idCard"),
  541. createCheck: map.pick("createCheck"),
  542. associate: map.pick("associate"),
  543. associateUserTip: map.pick("associateUserTip"),
  544. transfer: map.pick("transfer"),
  545. years: map.pick("years"),
  546. month: map.pick("month"),
  547. week: map.pick("week"),
  548. day: map.pick("day"),
  549. years4display: map.pick("years4display"),
  550. month4display: map.pick("month4display"),
  551. week4display: map.pick("week4display"),
  552. day4display: map.pick("day4display"),
  553. notImplemented: map.pick("notImplemented"),
  554. check: map.pick("check"),
  555. image: map.pick("image"),
  556. selectInitTime: map.pick("selectInitTime"),
  557. selectEndTime: map.pick("selectEndTime"),
  558. registerStatus: map.pick("registerStatus"),
  559. searchContact: map.pick("searchContact"),
  560. cloudReport: map.pick("cloudReport"),
  561. associateImage: map.pick("associateImage"),
  562. preview: map.pick("preview"),
  563. print: map.pick("print"),
  564. share: map.pick("share"),
  565. creating: map.pick("creating"),
  566. finishing: map.pick("finishing"),
  567. createSuccess: map.pick("createSuccess"),
  568. selectDeliveryDevice: map.pick("selectDeliveryDevice"),
  569. selectCheckItem: map.pick("selectCheckItem"),
  570. select: map.pick("select"),
  571. selectTime: map.pick("selectTime"),
  572. editSuccess: map.pick("editSuccess"),
  573. writeReport: map.pick("writeReport"),
  574. writeNewReport: map.pick("writeNewReport"),
  575. editPatient: map.pick("editPatient"),
  576. editCase: map.pick("editCase"),
  577. submitSuccess: map.pick("submitSuccess"),
  578. submitFail: map.pick("submitFail"),
  579. defaultText: map.pick("defaultText"),
  580. pet: map.pick("pet"),
  581. auxiliaryConsultation: map.pick("auxiliaryConsultation"),
  582. selectTemplate: map.pick("selectTemplate"),
  583. wordSelectBox: map.pick("wordSelectBox"),
  584. selectWordLibrary: map.pick("selectWordLibrary"),
  585. selectWord: map.pick("selectWord"),
  586. searchKeyword: map.pick("searchKeyword"),
  587. conclusion: map.pick("conclusion"),
  588. createWordClass: map.pick("createWordClass"),
  589. parentClass: map.pick("parentClass"),
  590. endScan: map.pick("endScan"),
  591. finishScan: map.pick("finishScan"),
  592. noScanImage: map.pick("noScanImage"),
  593. removePatientConfirm: map.pick("removePatientConfirm"),
  594. reporter: map.pick("reporter"),
  595. selectVoc: map.pick("selectVoc"),
  596. hint4patientNotFound: map.pick("hint4patientNotFound"),
  597. scanDate: map.pick("scanDate"),
  598. breast: map.pick("breast"),
  599. liver: map.pick("liver"),
  600. cholecyst: map.pick("cholecyst"),
  601. kidney: map.pick("kidney"),
  602. spleen: map.pick("spleen"),
  603. noNeedAIYet: map.pick("noNeedAIYet"),
  604. didNotHandle: map.pick("didNotHandle"),
  605. didNotIdentify: map.pick("didNotIdentify"),
  606. noAbnormal: map.pick("noAbnormal"),
  607. benign: map.pick("benign"),
  608. malignant: map.pick("malignant"),
  609. benignWithMalignant: map.pick("benignWithMalignant"),
  610. clickAndSelectImage: map.pick("clickAndSelectImage"),
  611. scanQrCodeToShareReport: map.pick("scanQrCodeToShareReport"),
  612. scanQrCodeToShare: map.pick("scanQrCodeToShare"),
  613. scanQrCodeToShareImage: map.pick("scanQrCodeToShareImage"),
  614. copyLink: map.pick("copyLink"),
  615. copySuccess: map.pick("copySuccess"),
  616. errorScanData: map.pick("errorScanData"),
  617. downloading: map.pick("downloading"),
  618. packaging: map.pick("packaging"),
  619. exportFinished: map.pick("exportFinished"),
  620. exportFinishedWithSlectedPath: map.pick("exportFinishedWithSlectedPath"),
  621. exportAbortingTip: map.pick("exportAbortingTip"),
  622. exportTime: map.pick("exportTime"),
  623. exportItems: map.pick("exportItems"),
  624. examReport: map.pick("examReport"),
  625. scanImageData: map.pick("scanImageData"),
  626. batchExport: map.pick("batchExport"),
  627. patientExportSelectionTip: map.pick("patientExportSelectionTip"),
  628. selectAll: map.pick("selectAll"),
  629. cancelAll: map.pick("cancelAll"),
  630. hasNoChooseAgain: map.pick("hasNoChooseAgain"),
  631. measure: map.pick("measure"),
  632. previewReport: map.pick("previewReport"),
  633. editReport: map.pick("editReport"),
  634. pleaseSelect: map.pick("pleaseSelect"),
  635. restoreCache: map.pick("restoreCache"),
  636. restoreCacheAlert: map.pick("restoreCacheAlert"),
  637. speechInput: map.pick("speechInput"),
  638. startRecording: map.pick("startRecording"),
  639. endRecording: map.pick("endRecording"),
  640. identifying: map.pick("identifying"),
  641. recording: map.pick("recording"),
  642. endSeconds: map.pick("endSeconds"),
  643. invalidIDInputError: map.pick("invalidIDInputError"),
  644. maxParticipantLimit: map.pick("maxParticipantLimit"),
  645. startScan: map.pick("startScan"),
  646. scanOcuppiedTip: map.pick("scanOcuppiedTip"),
  647. scanOcuppiedDetailTip: map.pick("scanOcuppiedDetailTip"),
  648. startScanSuccess: map.pick("startScanSuccess"),
  649. isAutoCreateExam: map.pick("isAutoCreateExam"),
  650. );
  651. }
  652. /// 提交成功,请至“已转出”列表查看
  653. final FTrStr submitSuccessToTransferList;
  654. /// 提交成功,请至“已完成”列表查看
  655. final FTrStr submitSuccessToCompleteList;
  656. /// 主人
  657. final FTrStr owner;
  658. /// 选择性别
  659. final FTrStr selectGender;
  660. /// 种类选择
  661. final FTrStr selectCategory;
  662. /// 报告医师
  663. final FTrStr reportDoctor;
  664. /// 手动测量
  665. final FTrStr manualMeasurement;
  666. /// AI测量
  667. final FTrStr aiMeasurement;
  668. /// 该设备不支持远程调参
  669. final FTrStr remoteParameterNotSupported;
  670. /// 查看素材
  671. final FTrStr viewMaterials;
  672. /// 当前文件格式不支持预览
  673. final FTrStr notSupportFileView;
  674. /// 病人管理
  675. final FTrStr patientManagement;
  676. /// 检查详情
  677. final FTrStr examinationDetails;
  678. /// 历史记录
  679. final FTrStr history;
  680. /// 已处理
  681. final FTrStr processed;
  682. /// 拷贝班级编码
  683. final FTrStr copyClassCode;
  684. /// 更新包名称
  685. final FTrStr updatePackageName;
  686. /// 适用系统版本
  687. final FTrStr applicableSystemVersion;
  688. /// 适用软件版本
  689. final FTrStr applicableSoftwareVersion;
  690. /// 当前机构
  691. final FTrStr currentOrganization;
  692. /// 已完成
  693. final FTrStr completed;
  694. /// 该病人的历史记录
  695. final FTrStr medicalHistory;
  696. /// 转入
  697. final FTrStr transferiIn;
  698. /// 转出
  699. final FTrStr transferOut;
  700. /// 下载日志中
  701. final FTrStr downloadingLogs;
  702. /// 获取日志中
  703. final FTrStr RetrievingLog;
  704. /// 正在处理图像,请稍后再试
  705. final FTrStr ImageProcessing;
  706. /// 测量值导出
  707. final FTrStr resultsExported;
  708. /// 确定关闭当前会诊并开启新的会诊?
  709. final FTrStr confirmCloseCurrentConsultation;
  710. /// 录音尚未结束
  711. final FTrStr recordingInterrupted;
  712. /// 请输入存在的词条库名称
  713. final FTrStr inputExistedTerm;
  714. /// 暂无词条
  715. final FTrStr noEntrys;
  716. /// 左颈
  717. final FTrStr leftNeck;
  718. /// 右颈
  719. final FTrStr rightNeck;
  720. /// 报告列表
  721. final FTrStr reportList;
  722. /// 未标识的颈动脉图像
  723. final FTrStr imageUnidentifiedCarotidArtery;
  724. /// 转诊历史
  725. final FTrStr referralHistory;
  726. /// 转诊申请
  727. final FTrStr referralRequest;
  728. /// 校准线
  729. final FTrStr calibrationLine;
  730. /// 转诊报告
  731. final FTrStr referralReport;
  732. /// 同意
  733. final FTrStr agree;
  734. /// 报告尚未生成,请稍后再试
  735. final FTrStr reportNoInit;
  736. /// 设备分享成功
  737. final FTrStr shareTerminalSuccess;
  738. /// 撤回
  739. final FTrStr WithDrawn;
  740. /// 待处理
  741. final FTrStr pending;
  742. /// 添加报告标签
  743. final FTrStr addReportTag;
  744. /// 添加标签
  745. final FTrStr addTag;
  746. /// 病灶性质
  747. final FTrStr natureOfLesion;
  748. /// 病灶分类
  749. final FTrStr lesionClassification;
  750. /// 此分类已存在
  751. final FTrStr lesionClassificationExist;
  752. /// 找不到该标签
  753. final FTrStr notFoundTag;
  754. /// 不支持自定义标签
  755. final FTrStr canNotTag;
  756. /// 已添加的标签
  757. final FTrStr addedTags;
  758. /// 请选择需要添加的标签
  759. final FTrStr selectTags;
  760. /// 搜索或选择标签
  761. final FTrStr searchOrSelectTags;
  762. /// 搜索或选择分类
  763. final FTrStr searchOrSelectClassification;
  764. /// 以后不再提醒我
  765. final FTrStr doNotRemind;
  766. /// 已撤回
  767. final FTrStr hasWithDrawn;
  768. /// 已超时
  769. final FTrStr timedOut;
  770. /// 已受理
  771. final FTrStr accepted;
  772. /// 转入医生
  773. final FTrStr transferDoctor;
  774. /// 转入医院
  775. final FTrStr transferOrganization;
  776. /// 转出申请人
  777. final FTrStr transferApply;
  778. /// 转出时间
  779. final FTrStr transferTime;
  780. /// 转诊事由
  781. final FTrStr transferSubjectMatter;
  782. /// 转出医院
  783. final FTrStr transferOutAgency;
  784. /// 病人姓名
  785. final FTrStr patientDisplayName;
  786. /// 已转出
  787. final FTrStr transferredOut;
  788. /// 已转入
  789. final FTrStr transferred;
  790. /// 拒绝
  791. final FTrStr refuse;
  792. /// 已拒绝
  793. final FTrStr refused;
  794. /// 我的病人
  795. final FTrStr myPatient;
  796. /// 转入病人
  797. final FTrStr referPatient;
  798. /// 病人名
  799. final FTrStr patientName;
  800. /// 来自于
  801. final FTrStr patientFrom;
  802. /// 未查找到词条
  803. final FTrStr noEntry;
  804. /// 短信分享
  805. final FTrStr messageShare;
  806. /// 短信
  807. final FTrStr shortMessage;
  808. /// 二维码
  809. final FTrStr qrCode;
  810. /// 朋友圈
  811. final FTrStr moments;
  812. /// 微信好友
  813. final FTrStr wechatFriend;
  814. /// 微信分享
  815. final FTrStr wechatShare;
  816. /// 图像分享
  817. final FTrStr imagesShare;
  818. /// 暂无可分享的图像
  819. final FTrStr noImageToShare;
  820. /// 分享成功
  821. final FTrStr shareSuccess;
  822. /// 分享失败
  823. final FTrStr shareFailed;
  824. /// 分享链接获取失败
  825. final FTrStr getShareLinkFailed;
  826. /// 请选择需要分享的内容
  827. final FTrStr selectContentToShare;
  828. /// 【杏聆荟】{0}的检查报告已生成,可点击{1}查看报告。
  829. final FTrStr smsShare;
  830. /// 无法打开微信 请检查是否安装了微信
  831. final FTrStr noOpenWx;
  832. /// 暂无报告
  833. final FTrStr noReport;
  834. /// AI报告
  835. final FTrStr aiReport;
  836. /// 超声报告
  837. final FTrStr ultrasoundReport;
  838. /// 编辑词条库
  839. final FTrStr editThesaurus;
  840. /// 请输入词条
  841. final FTrStr thesaurusInput;
  842. /// 自建词条库
  843. final FTrStr selfCreatedThesaurus;
  844. /// 请输入词条库名称
  845. final FTrStr thesaurusNameInputTip;
  846. /// 默认
  847. final FTrStr defualt;
  848. /// 医院
  849. final FTrStr organization;
  850. /// 自建
  851. final FTrStr selfCreated;
  852. /// 人用
  853. final FTrStr humanAlong;
  854. /// 兽用
  855. final FTrStr beastAlong;
  856. /// 服务对象
  857. final FTrStr serveObj;
  858. /// 使用杏聆荟词条库模板
  859. final FTrStr useFisDefaultThesaurus;
  860. /// 创建词条库
  861. final FTrStr createThesaurus;
  862. /// 请选择.json格式的文件
  863. final FTrStr vocSelectionValidationTip;
  864. /// 词条导入
  865. final FTrStr vocImport;
  866. /// 模板类型
  867. final FTrStr vocTemplateType;
  868. /// 请选择词条文件
  869. final FTrStr vocTemplateSelectionTip;
  870. /// 请导入正确的json格式词条文件
  871. final FTrStr vocTemplateFormatErrTip;
  872. /// 描述
  873. final FTrStr description;
  874. /// 结论
  875. final FTrStr summary;
  876. /// 创建方式
  877. final FTrStr creations;
  878. /// 平台默认
  879. final FTrStr platFormDefault;
  880. /// 医院创建
  881. final FTrStr orgTemplate;
  882. /// 自建
  883. final FTrStr personalTemplate;
  884. /// 更新词条分类
  885. final FTrStr updateVocCat;
  886. /// 创建词条分类
  887. final FTrStr createVocCat;
  888. /// 请输入分类名称
  889. final FTrStr inputCatName;
  890. /// 分类名称
  891. final FTrStr categoryName;
  892. /// 请选择上级分类
  893. final FTrStr selectUpperCat;
  894. /// 编辑词条
  895. final FTrStr vocEdit;
  896. /// 添加词条
  897. final FTrStr vocAdd;
  898. /// 词条详情
  899. final FTrStr vocDetails;
  900. /// 请输入描述
  901. final FTrStr descriptionInput;
  902. /// 请输入结论
  903. final FTrStr concolusionInput;
  904. /// 标题
  905. final FTrStr title;
  906. /// 消息
  907. final FTrStr message;
  908. /// 添加成功
  909. final FTrStr addSuccess;
  910. /// 添加失败
  911. final FTrStr addFailed;
  912. /// 更新词条库成功
  913. final FTrStr updateVocSuccess;
  914. /// 更新医院词条库成功
  915. final FTrStr updateVocBaseSuccess;
  916. /// 更新失败
  917. final FTrStr updateFailed;
  918. /// 确定删除该词条库吗?
  919. final FTrStr delteVocBaseConfirm;
  920. /// 删除词条库成功
  921. final FTrStr deleteVocBaseSuccess;
  922. /// 删除失败!
  923. final FTrStr deleteFailed;
  924. /// 正在删除...
  925. final FTrStr deleting;
  926. /// 确定删除该医院词条库吗?
  927. final FTrStr deleteOrgVocBaseConrim;
  928. /// 创建失败
  929. final FTrStr creatFailed;
  930. /// 确定删除该词条吗?
  931. final FTrStr deleteVocConfirm;
  932. /// 删除词条成功
  933. final FTrStr deleteVocSuccess;
  934. /// 未编辑,请编辑后提交修改
  935. final FTrStr toast4NotEditYet;
  936. /// 词条
  937. final FTrStr vocabulary;
  938. /// 导入
  939. final FTrStr importVoc;
  940. /// 词条库名称
  941. final FTrStr vocBaseName;
  942. /// 上级分类
  943. final FTrStr upperCategory;
  944. /// 自定义词条库
  945. final FTrStr selfCreatedVoc;
  946. /// 创建词条
  947. final FTrStr createVoc;
  948. /// 请输入病人姓名
  949. final FTrStr patientNamePlaceholder;
  950. /// 请选择关联的病人
  951. final FTrStr selectPatientToAssociate;
  952. /// 关联成功
  953. final FTrStr associateSuccess;
  954. /// 关联失败
  955. final FTrStr associateFail;
  956. /// 该用户暂无需要处理的检查
  957. final FTrStr noCheckToHandle;
  958. /// 导出
  959. final FTrStr export;
  960. /// 导出成功
  961. final FTrStr exportSuccess;
  962. /// 删除病人成功
  963. final FTrStr deletePatientSuccess;
  964. /// 搜索病人
  965. final FTrStr searchPatient;
  966. /// 创建病人
  967. final FTrStr createPatient;
  968. /// 创建病人
  969. final FTrStr createPatientShort;
  970. /// 创建病例
  971. final FTrStr createCase;
  972. /// 已经到底了呀
  973. final FTrStr noMore;
  974. /// 宠物名
  975. final FTrStr petName;
  976. /// 主人手机号
  977. final FTrStr ownerPhone;
  978. /// 其他信息
  979. final FTrStr otherInfo;
  980. /// 宠物证号
  981. final FTrStr petId;
  982. /// 未填写
  983. final FTrStr notFill;
  984. /// 年龄
  985. final FTrStr age;
  986. /// 性别
  987. final FTrStr gender;
  988. /// 社保卡号
  989. final FTrStr socialSecurityCardId;
  990. /// 种类
  991. final FTrStr type;
  992. /// 品种
  993. final FTrStr variety;
  994. /// 上一条
  995. final FTrStr previous;
  996. /// 上一页
  997. final FTrStr previousPage;
  998. /// 下一条
  999. final FTrStr next;
  1000. /// 下一页
  1001. final FTrStr nextPage;
  1002. /// 关联检查
  1003. final FTrStr associateCheck;
  1004. /// 关联报告
  1005. final FTrStr associateReport;
  1006. /// 病人详情
  1007. final FTrStr patientDetail;
  1008. /// 病例详情
  1009. final FTrStr caseDetail;
  1010. /// 检查报告
  1011. final FTrStr checkReport;
  1012. /// 检查报告
  1013. final FTrStr checkReportShort;
  1014. /// 检查记录
  1015. final FTrStr checkRecord;
  1016. /// 检查记录
  1017. final FTrStr checkRecordShort;
  1018. /// 扫查图像
  1019. final FTrStr scanImage;
  1020. /// 关联病人
  1021. final FTrStr associatePatient;
  1022. /// 请输入病人姓名关联病例
  1023. final FTrStr patientNameToAssociatePlaceholder;
  1024. /// 请选择需要执行的操作
  1025. final FTrStr selectOperation;
  1026. /// 关联检查:将当前检查关联至该病例名下
  1027. final FTrStr associateCheckToCase;
  1028. /// 迁移图像
  1029. final FTrStr moveImage;
  1030. /// 将扫查图像迁移至该病例已下发的检查中
  1031. final FTrStr moveImageToCheck;
  1032. /// 时间
  1033. final FTrStr time;
  1034. /// 下发设备
  1035. final FTrStr deliveryDevice;
  1036. /// 请选择需关联的检查
  1037. final FTrStr selectCheck;
  1038. /// 绑定病人
  1039. final FTrStr bindPatient;
  1040. /// 远程图像
  1041. final FTrStr cloudImage;
  1042. /// 远程图像
  1043. final FTrStr cloudImageShort;
  1044. /// 本地图像
  1045. final FTrStr localImage;
  1046. /// 检查项目
  1047. final FTrStr checkItem;
  1048. /// 检查医生
  1049. final FTrStr checkDoctor;
  1050. /// 查看报告
  1051. final FTrStr viewReport;
  1052. /// 待扫查
  1053. final FTrStr toScan4Label;
  1054. /// 已扫查
  1055. final FTrStr scanned4Label;
  1056. /// 已传图
  1057. final FTrStr imageUploaded4Label;
  1058. /// 已报告
  1059. final FTrStr reported4Label;
  1060. /// 未完成
  1061. final FTrStr notFinished4Label;
  1062. /// 查看详情
  1063. final FTrStr viewDetail;
  1064. /// 近期检查
  1065. final FTrStr recentCheck;
  1066. /// 已登记
  1067. final FTrStr registered;
  1068. /// 未登记
  1069. final FTrStr notRegistered;
  1070. /// 身份证号
  1071. final FTrStr idCard;
  1072. /// 创建检查
  1073. final FTrStr createCheck;
  1074. /// 关联
  1075. final FTrStr associate;
  1076. /// 关联后即可登记为平台正式病人,能被平台准确识别并追溯诊断历史
  1077. final FTrStr associateUserTip;
  1078. /// 转诊
  1079. final FTrStr transfer;
  1080. /// 岁
  1081. final FTrStr years;
  1082. /// 月
  1083. final FTrStr month;
  1084. /// 周
  1085. final FTrStr week;
  1086. /// 天
  1087. final FTrStr day;
  1088. /// 岁
  1089. final FTrStr years4display;
  1090. /// 月
  1091. final FTrStr month4display;
  1092. /// 周
  1093. final FTrStr week4display;
  1094. /// 天
  1095. final FTrStr day4display;
  1096. /// 尚未实现
  1097. final FTrStr notImplemented;
  1098. /// 检查
  1099. final FTrStr check;
  1100. /// 图像
  1101. final FTrStr image;
  1102. /// 选择初始时间
  1103. final FTrStr selectInitTime;
  1104. /// 选择结束时间
  1105. final FTrStr selectEndTime;
  1106. /// 登记状态
  1107. final FTrStr registerStatus;
  1108. /// 搜索联系人
  1109. final FTrStr searchContact;
  1110. /// 云端报告
  1111. final FTrStr cloudReport;
  1112. /// 关联图像
  1113. final FTrStr associateImage;
  1114. /// 预览
  1115. final FTrStr preview;
  1116. /// 打印
  1117. final FTrStr print;
  1118. /// 分享
  1119. final FTrStr share;
  1120. /// 正在创建...
  1121. final FTrStr creating;
  1122. /// 正在结束...
  1123. final FTrStr finishing;
  1124. /// 创建成功
  1125. final FTrStr createSuccess;
  1126. /// 选择下发设备
  1127. final FTrStr selectDeliveryDevice;
  1128. /// 选择检查项目
  1129. final FTrStr selectCheckItem;
  1130. /// 请选择
  1131. final FTrStr select;
  1132. /// 选择时间
  1133. final FTrStr selectTime;
  1134. /// 编辑成功
  1135. final FTrStr editSuccess;
  1136. /// 撰写报告
  1137. final FTrStr writeReport;
  1138. /// 添加报告
  1139. final FTrStr writeNewReport;
  1140. /// 编辑病人
  1141. final FTrStr editPatient;
  1142. /// 编辑病例
  1143. final FTrStr editCase;
  1144. /// 提交成功
  1145. final FTrStr submitSuccess;
  1146. /// 提交失败
  1147. final FTrStr submitFail;
  1148. /// 默认
  1149. final FTrStr defaultText;
  1150. /// 宠物
  1151. final FTrStr pet;
  1152. /// 辅助咨询单
  1153. final FTrStr auxiliaryConsultation;
  1154. /// 选择模板
  1155. final FTrStr selectTemplate;
  1156. /// 词条选择框
  1157. final FTrStr wordSelectBox;
  1158. /// 请选择词条库
  1159. final FTrStr selectWordLibrary;
  1160. /// 选择词条
  1161. final FTrStr selectWord;
  1162. /// 搜索关键字
  1163. final FTrStr searchKeyword;
  1164. /// 结论
  1165. final FTrStr conclusion;
  1166. /// 创建词条分类
  1167. final FTrStr createWordClass;
  1168. /// 上级分类
  1169. final FTrStr parentClass;
  1170. /// 结束扫查
  1171. final FTrStr endScan;
  1172. /// 是否需结束扫查?
  1173. final FTrStr finishScan;
  1174. /// 该检查无扫查图像!
  1175. final FTrStr noScanImage;
  1176. /// 确定删除该病人吗?
  1177. final FTrStr removePatientConfirm;
  1178. /// 报告人:
  1179. final FTrStr reporter;
  1180. /// 词条库选择:
  1181. final FTrStr selectVoc;
  1182. /// 暂未找到“{0}”,是否以该姓名创建新病例?
  1183. final FTrStr hint4patientNotFound;
  1184. /// 扫查日期:{0}
  1185. final FTrStr scanDate;
  1186. /// 乳腺
  1187. final FTrStr breast;
  1188. /// 肝脏
  1189. final FTrStr liver;
  1190. /// 胆囊
  1191. final FTrStr cholecyst;
  1192. /// 肾脏
  1193. final FTrStr kidney;
  1194. /// 脾脏
  1195. final FTrStr spleen;
  1196. /// 暂无AI诊断要求
  1197. final FTrStr noNeedAIYet;
  1198. /// 未处理
  1199. final FTrStr didNotHandle;
  1200. /// 未识别
  1201. final FTrStr didNotIdentify;
  1202. /// 未见异常
  1203. final FTrStr noAbnormal;
  1204. /// 良性可能
  1205. final FTrStr benign;
  1206. /// 恶性
  1207. final FTrStr malignant;
  1208. /// 恶性可能
  1209. final FTrStr benignWithMalignant;
  1210. /// 请点击后选择图片
  1211. final FTrStr clickAndSelectImage;
  1212. /// 扫描二维码,分享报告
  1213. final FTrStr scanQrCodeToShareReport;
  1214. /// 请扫描二维码
  1215. final FTrStr scanQrCodeToShare;
  1216. /// 扫描二维码,分享图片
  1217. final FTrStr scanQrCodeToShareImage;
  1218. /// 复制链接
  1219. final FTrStr copyLink;
  1220. /// 复制成功
  1221. final FTrStr copySuccess;
  1222. /// 筛选时间出错
  1223. final FTrStr errorScanData;
  1224. /// 下载中...
  1225. final FTrStr downloading;
  1226. /// 打包中...
  1227. final FTrStr packaging;
  1228. /// 导出完成!请前往桌面查看
  1229. final FTrStr exportFinished;
  1230. /// 导出完成!
  1231. final FTrStr exportFinishedWithSlectedPath;
  1232. /// 确定取消导出操作?
  1233. final FTrStr exportAbortingTip;
  1234. /// 导出时间
  1235. final FTrStr exportTime;
  1236. /// 导出内容
  1237. final FTrStr exportItems;
  1238. /// 检查报告
  1239. final FTrStr examReport;
  1240. /// 扫查图像
  1241. final FTrStr scanImageData;
  1242. /// 批量导出
  1243. final FTrStr batchExport;
  1244. /// 请选择您要导出的病人
  1245. final FTrStr patientExportSelectionTip;
  1246. /// 全选
  1247. final FTrStr selectAll;
  1248. /// 取消全选
  1249. final FTrStr cancelAll;
  1250. /// 未找到可转诊的医生,请重新选择转入医院
  1251. final FTrStr hasNoChooseAgain;
  1252. /// 图像测量
  1253. final FTrStr measure;
  1254. /// 报告预览
  1255. final FTrStr previewReport;
  1256. /// 编辑报告
  1257. final FTrStr editReport;
  1258. /// 请选择{0}
  1259. final FTrStr pleaseSelect;
  1260. /// 已恢复上次未完成的内容
  1261. final FTrStr restoreCache;
  1262. /// 存在未完成的内容,使用了其他模板,是否需要切换模板并恢复未完成的内容?
  1263. final FTrStr restoreCacheAlert;
  1264. /// 语音输入
  1265. final FTrStr speechInput;
  1266. /// 开始录音
  1267. final FTrStr startRecording;
  1268. /// 结束录音
  1269. final FTrStr endRecording;
  1270. /// 语音识别中...
  1271. final FTrStr identifying;
  1272. /// 录音中
  1273. final FTrStr recording;
  1274. /// {0}秒后自动结束
  1275. final FTrStr endSeconds;
  1276. /// 身份证号输入有误
  1277. final FTrStr invalidIDInputError;
  1278. /// 参与人数最多为6人
  1279. final FTrStr maxParticipantLimit;
  1280. /// 开始扫查
  1281. final FTrStr startScan;
  1282. /// 扫查被占用
  1283. final FTrStr scanOcuppiedTip;
  1284. /// 上次检查尚未结束,是否自动结束并开始本次扫查?
  1285. final FTrStr scanOcuppiedDetailTip;
  1286. /// 开始扫查成功
  1287. final FTrStr startScanSuccess;
  1288. /// 是否自动创建检查
  1289. final FTrStr isAutoCreateExam;
  1290. @override
  1291. getProp(String propName) {
  1292. // TODO: implement getProp
  1293. throw UnimplementedError();
  1294. }
  1295. }