Uat_Study
he 2023-01-03 16:07:46 +08:00
parent dcbb9fa391
commit 75c598c912
4 changed files with 40 additions and 31 deletions

Binary file not shown.

View File

@ -192,43 +192,51 @@
//SystemAnonymizationService //SystemAnonymizationService
//ReadingGlobalTaskService //ReadingGlobalTaskService
"ReadingGlobal_NotGlobal": "The current task is not a global reading task", "ReadingGlobal_NotGlobal": "System call error, the current task is not a global review task.",
//ReadingImageTaskService //ReadingImageTaskService
"ReadingImage_NotVisit": "The current task is not a visit task", "ReadingImage_NotVisit": "System call error, the current task is not the visit task.",
"ReadingImage_CantSplit": "This is currently a baseline task and cannot be split and combined", "ReadingImage_CantSplit": "The current task is a baseline task and is unable to split the lension at present.",
"ReadingImage_BeSigned": "The current task has been signed!", "ReadingImage_BeSigned": "The current task has been signed, please do not submit repeatedly.",
"ReadingImage_Beinvalid": "The current task is invalid!", "ReadingImage_Beinvalid": "The current task is invalid and cannot be read.",
"ReadingImage_NotaTask": "The combined lesions were not the same visiting task", "ReadingImage_NotaTask": "The lesions to be combined are not from the same visit.",
"ReadingImage_DeleteError": "The current lesion splits into other lesions or other lesions merge into the current lesion, and deletion fails", "ReadingImage_DeleteError": "The current lesion is split into other lesions or combined with other lesions, and failed to delete it.",
"ReadingImage_Idnotcorrespond": "InstanceId and SeriesId do not correspond !", "ReadingImage_Idnotcorrespond": "Failed to add lesion mark. the instanceId and SeriesId of the image did not match.",
"ReadingImage_Twice": "The same question is passed in twice", "ReadingImage_Twice": "Incorrect system calls, duplicate submitted questions and answers.",
"ReadingImage_MaxQuestion": "The maximum number of problems currently submitted is {0}!", "ReadingImage_MaxQuestion": "According to Charter, the number of current lesion does not exceed {0}.",
"ReadingImage_Maxlesion": "According to the relevant rules of RECIST1.1, the number of target lesions in the same organ does not exceed {0}!", "ReadingImage_Maxlesion": "According to Charter, the number of target lesion of same organ does not exceed . Please confirm.",
"ReadingImage_Maximum": "Problems {0} The maximum number of the same problems is {1}, and {2} already exist", "ReadingImage_Maximum": "The number of repeats of \"{0}\" is limited to {1} and it has been repeated {2} times at present.",
"ReadingImage_RequiredQuestion": "The answer to the required question {0} is empty or not saved", "ReadingImage_RequiredQuestion": "\"{0}\" is a required field, and the current input is empty or not saved.",
"ReadingImage_ClinicalRead": "Clinical data not read!", "ReadingImage_ClinicalRead": "The clinical data has not been read, please confirm!",
"ReadingImage_IDMust": "When there is no task Id, the standard Id must be passed", "ReadingImage_IDMust": "System call error. When there is no task ID, the standard ID must be submitted.",
"ReadingImage_TaskFinish": "The current subject has completed all the task of reading the film!", "ReadingImage_TaskFinish": "Please note that all the film reading tasks of the current subjects have been completed.",
"ReadingImage_NeedRest": "You have read the video continuously for 2 hours. Please take a 20-minute rest before reading the video again.", "ReadingImage_NeedRest": "Youve been reading {0} hours in a row. Please take a break of {1} minutes before continuing reading.",
//ReadingJudgeTaskService //ReadingJudgeTaskService
"ReadingJudge_SouceIdNull": "The SouceId of the current referee global task is null", "ReadingJudge_SouceIdNull": "System call error, the SouceId of the current global review ajudication is null.",
//ReadingOncologyTaskService //ReadingOncologyTaskService
"ReadingOncology_TaskError": "The current task is not an oncology task", "ReadingOncology_TaskError": "System call error, the current task is not an oncology task.",
"ReadingOncology_Abnormal": "Abnormal, the referee result is null", "ReadingOncology_Abnormal": "System call error, the ajudication result is null.",
//ReadingCalculate //ReadingCalculate
"ReadingCalculate_Abnormal": "The PCWG3 standard configuration is abnormal!", "ReadingCalculate_Abnormal": "PCWG3 standard configuration error, data verification failed.",
"ReadingCalculate_questionable": "The lesions have the following problems:", "ReadingCalculate_questionable": "The problems with the lesions are as follows:",
"ReadingCalculate_NoMarker": "Lesion {0} no marker exists,", "ReadingCalculate_NoMarker": "The lesion {0} lacks mark",
"ReadingCalculate_StatusIsEmpty": "Lesion {0} status is empty,", "ReadingCalculate_StatusIsEmpty": "The lesion {0} status is empty",
"ReadingCalculate_NoMarkerEmpty": "Lesion {0} is unmarked and the status is empty,", "ReadingCalculate_NoMarkerEmpty": "The lesion {0} is not marked and the status is empty.",
"ReadingCalculate_NoDeveloped": "The current standard calculation is not well developed!", "ReadingCalculate_NoDeveloped": "Please note that the current standard automatic calculation has not been developed.",
//ReadingMedicalReviewService //ReadingMedicalReviewService
"MedicalReview_invalid": "The medical audit was invalid and the operation failed", "MedicalReview_invalid": "The medical review task has expired and the operation has failed.",
"MedicalReview_SaveQuestion": "Please save the medical review question first", "MedicalReview_SaveQuestion": "Unable to perform the current operation, please save the medical review question first.",
"MedicalReview_NeedSave": "Save the question and conclusion first", "MedicalReview_NeedSave": "Unable to perform the current operation, please save the medical review questions and conclusions first.",
"MedicalReview_NotClosed": "Dialogue not closed", "MedicalReview_NotClosed": "The current operation cannot be performed, and the current medical inquiry conversation has not been closed.",
"MedicalReview_Finish": "The current medical review has been completed" "MedicalReview_Finish": "The current medical review task has been completed"

View File

@ -236,5 +236,6 @@
} }

Binary file not shown.