Browse Source

导图

master
wxd 1 year ago
parent
commit
e73eab2cd5
  1. 5
      src/Shentun.Peis.Application.Contracts/PacsBusiness/ImportRegisterCheckPictureByCheckRequestNoInputDto.cs
  2. 2
      src/Shentun.Peis.Application/Devices/DeviceAppService.cs
  3. 2
      src/Shentun.Peis.Application/PacsBusiness/PacsBusinessAppService.cs

5
src/Shentun.Peis.Application.Contracts/PacsBusiness/ImportRegisterCheckPictureByCheckRequestNoInputDto.cs

@ -20,5 +20,10 @@ namespace Shentun.Peis.PacsBusiness
/// 图片base64
/// </summary>
public string PictureBaseStr { get; set; }
/// <summary>
/// 是否打印
/// </summary>
public char IsPrint { get; set } = 'Y';
}
}

2
src/Shentun.Peis.Application/Devices/DeviceAppService.cs

@ -15,7 +15,7 @@ using Volo.Abp.Domain.Repositories;
namespace Shentun.Peis.Devices
{
/// <summary>
/// 危急值
/// 设备
/// </summary>
[ApiExplorerSettings(GroupName = "Work")]
[Authorize]

2
src/Shentun.Peis.Application/PacsBusiness/PacsBusinessAppService.cs

@ -147,7 +147,7 @@ namespace Shentun.Peis.PacsBusiness
ent = new RegisterCheckPicture
{
DisplayOrder = maxDisplayOrder + 1,
IsPrint = 'Y',
IsPrint = input.IsPrint,
PictureFilename = PictureUrl,
RegisterCheckId = registerCheckId,
PictureFileType = '0',

Loading…
Cancel
Save