6 changed files with 130 additions and 9 deletions
-
14src/Shentun.Peis.Application.Contracts/PatientRegisters/CheckRequestNoInputDto.cs
-
14src/Shentun.Peis.Application.Contracts/PatientRegisters/LisRequestNoInputDto.cs
-
11src/Shentun.Peis.Application.Contracts/PatientRegisters/PatientRegisterSimpleDto.cs
-
72src/Shentun.Peis.Application/PatientRegisters/PatientRegisterAppService.cs
-
9src/Shentun.Peis.Domain/PatientRegisters/PatientRegisterManager.cs
-
9src/Shentun.Peis.HttpApi.Host/appsettings.json
@ -0,0 +1,14 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Text; |
|||
|
|||
namespace Shentun.Peis.PatientRegisters |
|||
{ |
|||
public class CheckRequestNoInputDto |
|||
{ |
|||
/// <summary>
|
|||
/// 检查单号
|
|||
/// </summary>
|
|||
public string CheckRequestNo { get; set; } |
|||
} |
|||
} |
|||
@ -0,0 +1,14 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Text; |
|||
|
|||
namespace Shentun.Peis.PatientRegisters |
|||
{ |
|||
public class LisRequestNoInputDto |
|||
{ |
|||
/// <summary>
|
|||
/// Lis申请单号
|
|||
/// </summary>
|
|||
public string LisRequestNo { get; set; } |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Text; |
|||
|
|||
namespace Shentun.Peis.PatientRegisters |
|||
{ |
|||
public class PatientRegisterSimpleDto |
|||
{ |
|||
public string PatientRegisterNo { get; set; } |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue