14 changed files with 184 additions and 36 deletions
-
5src/Shentun.Peis.Application.Contracts/Diagnosises/DiagnosisInSuggestionDto.cs
-
11src/Shentun.Peis.Application.Contracts/PatientRegisters/PatientRegisterIdInputDto.cs
-
12src/Shentun.Peis.Application.Contracts/PatientRegisters/PatientRegisterSumInputDto.cs
-
4src/Shentun.Peis.Application.Contracts/PatientRegisters/UpdatePatientRegisterSummarySuggestionDto.cs
-
19src/Shentun.Peis.Application/Diagnosises/DiagnosisAppService.cs
-
44src/Shentun.Peis.Application/PatientRegisters/PatientRegisterAppService.cs
-
2src/Shentun.Peis.Application/RegisterChecks/RegisterCheckAppService.cs
-
19src/Shentun.Peis.Application/SumSuggestionHeaders/SumSuggestionHeaderAppService.cs
-
27src/Shentun.Peis.Application/SumSummaryHeaders/SumSummaryHeaderAppService.cs
-
3src/Shentun.Peis.Domain/SumSuggestionContents/SumSuggestionContentManager.cs
-
6src/Shentun.Peis.Domain/SumSummaryHeaders/SumSummaryHeaderManager.cs
-
60test/Shentun.Peis.Application.Tests/PatientRegisterAppServiceTest.cs
-
3test/Shentun.Peis.Application.Tests/SumSuggestionHeaderAppServiceTest.cs
-
5test/Shentun.Peis.Application.Tests/SumSummaryHeaderAppServiceTest.cs
@ -0,0 +1,11 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Text; |
|||
|
|||
namespace Shentun.Peis.PatientRegisters |
|||
{ |
|||
public class PatientRegisterIdInputDto |
|||
{ |
|||
public Guid PatientRegisterId { get; set; } |
|||
} |
|||
} |
|||
@ -0,0 +1,12 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Text; |
|||
|
|||
namespace Shentun.Peis.PatientRegisters |
|||
{ |
|||
public class PatientRegisterSumInputDto |
|||
{ |
|||
public Guid PatientRegisterId { get; set; } |
|||
public string IsGetExistData { get; set; } |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue