2 changed files with 128 additions and 2 deletions
-
51src/Shentun.Peis.Application.Contracts/PacsBusiness/GetPatientRegisterWithCheckResultByCheckRequestNo.cs
-
79src/Shentun.Peis.Application/PacsBusiness/PacsBusinessAppService.cs
@ -0,0 +1,51 @@ |
|||
using Shentun.Peis.PatientRegisters; |
|||
using Shentun.Peis.RegisterCheckItems; |
|||
using Shentun.Peis.RegisterCheckPictures; |
|||
using Shentun.Peis.RegisterChecks; |
|||
using Shentun.Peis.RegisterCheckSuggestions; |
|||
using Shentun.Peis.RegisterCheckSummarys; |
|||
using Shentun.Peis.SumSummaryReports; |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Text; |
|||
|
|||
namespace Shentun.Peis.PacsBusiness |
|||
{ |
|||
public class GetPatientRegisterWithCheckResultByCheckRequestNo |
|||
{ |
|||
/// <summary>
|
|||
/// 人员信息
|
|||
/// </summary>
|
|||
public PatientRegisterOrNoDto PatientRegisterDetail { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 检查项目信息
|
|||
/// </summary>
|
|||
public RegisterCheckDto RegisterCheckDetail { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 明细项目跟结果
|
|||
/// </summary>
|
|||
public List<RegisterCheckItemOrItemOrItemResultTemplateDto> RegisterCheckItemDetails { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 检查小结
|
|||
/// </summary>
|
|||
public List<RegisterCheckSummaryDto> RegisterCheckSummaryDetails { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 检查建议
|
|||
/// </summary>
|
|||
public List<RegisterCheckSuggestionDto> RegisterCheckSuggestionDetails { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 上次结果
|
|||
/// </summary>
|
|||
public SumSummaryReportHorizontalComparisonDto LastTimeAsbitemResultDetail { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 检查图片
|
|||
/// </summary>
|
|||
public List<RegisterCheckPictureDto> registerCheckPictureDetails { get; set; } |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue