Compare commits
No commits in common. "e622f601a4b6e021a4237952ea074fc3e2ee25bd" and "ed2a777fd44f71125318c4685f826a566fa5a263" have entirely different histories.
e622f601a4
...
ed2a777fd4
|
|
@ -16654,13 +16654,6 @@
|
|||
<param name="inDto"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:IRaCIS.Core.Application.Services.SubjectVisitService.GetKeySeries(IRaCIS.Core.Application.Contracts.GetReadingVisitStudyListIndto)">
|
||||
<summary>
|
||||
获取关键序列
|
||||
</summary>
|
||||
<param name="indto"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:IRaCIS.Core.Application.Services.SubjectVisitService.GetReadingVisitStudyList(IRaCIS.Core.Application.Contracts.GetReadingVisitStudyListIndto)">
|
||||
<summary>
|
||||
获取访视下的Dicom 检查信息 分所有的, 阅片的 不阅片 isReading : 0 查询所有 1 查询仅仅阅片的
|
||||
|
|
|
|||
|
|
@ -646,7 +646,7 @@ namespace IRaCIS.Core.Application.Services
|
|||
#region dicom 关键序列处理
|
||||
|
||||
//已经签名的任务,加关键序列
|
||||
if (taskInfo!=null)
|
||||
if (taskInfo.ReadingTaskState == ReadingTaskState.HaveSigned)
|
||||
{
|
||||
var rowInfoList = await _readingTableAnswerRowInfoRepository.Where(x => x.VisitTaskId == indto.VisitTaskId && x.StudyId != null).OrderBy(x => x.ReadingQuestionTrial.ShowOrder).ThenBy(x => x.RowIndex).Select(x => new StudyInstanceInfo()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue