Uat_Study
parent
ce26622f97
commit
c46213453c
|
@ -328,7 +328,7 @@ namespace IRaCIS.Core.Application
|
||||||
IsReadingShowSubjectInfo = inDto.IsReadingShowSubjectInfo,
|
IsReadingShowSubjectInfo = inDto.IsReadingShowSubjectInfo,
|
||||||
IsReadingShowPreviousResults = inDto.IsReadingShowPreviousResults,
|
IsReadingShowPreviousResults = inDto.IsReadingShowPreviousResults,
|
||||||
ImagePlatform=inDto.ImagePlatform,
|
ImagePlatform=inDto.ImagePlatform,
|
||||||
ArbitrationRule=inDto.ArbitrationRule,
|
ArbitrationRule= inDto.IsReadingTaskViewInOrder? ArbitrationRule.Visit:ArbitrationRule.NA,
|
||||||
ReadingType = inDto.ReadingType,
|
ReadingType = inDto.ReadingType,
|
||||||
IsGlobalReading = inDto.IsGlobalReading,
|
IsGlobalReading = inDto.IsGlobalReading,
|
||||||
IsArbitrationReading = inDto.IsArbitrationReading,
|
IsArbitrationReading = inDto.IsArbitrationReading,
|
||||||
|
|
Loading…
Reference in New Issue