Compare commits
2 Commits
ed2a777fd4
...
e622f601a4
| Author | SHA1 | Date |
|---|---|---|
|
|
e622f601a4 | |
|
|
fce4fd52de |
|
|
@ -16654,6 +16654,13 @@
|
|||
<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.ReadingTaskState == ReadingTaskState.HaveSigned)
|
||||
if (taskInfo!=null)
|
||||
{
|
||||
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