修改导表bug
This commit is contained in:
@@ -977,7 +977,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
//病灶类型
|
||||
public string LessionType { get; set; }
|
||||
|
||||
|
||||
public string BeforeTranslateLessionTypeValue { get; set; }
|
||||
|
||||
//是否淋巴结
|
||||
[DictionaryTranslateAttribute("IsLymph")]
|
||||
@@ -1002,7 +1002,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
//短径
|
||||
public string ShortDiameter { get; set; }
|
||||
|
||||
[DictionaryTranslateAttribute("TargetState")]
|
||||
[DictionaryTranslateAttribute("TargetState", nameof(RECIST1Point1DetailedOfEvaluatedLesionExport.BeforeTranslateLessionTypeValue), "0")]
|
||||
[DictionaryTranslateAttribute("NoTargetState", nameof(RECIST1Point1DetailedOfEvaluatedLesionExport.BeforeTranslateLessionTypeValue), "1")]
|
||||
[DictionaryTranslateAttribute("NewLesionState", nameof(RECIST1Point1DetailedOfEvaluatedLesionExport.BeforeTranslateLessionTypeValue), "2")]
|
||||
//病灶状态
|
||||
public string LessionState { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user