|
|
@ -30,6 +30,9 @@ namespace Shentun.Peis |
|
|
[Fact] |
|
|
[Fact] |
|
|
public async Task UploadPeisReportAsync() |
|
|
public async Task UploadPeisReportAsync() |
|
|
{ |
|
|
{ |
|
|
|
|
|
using (var unitOfWork = _unitOfWorkManager.Begin(isTransactional: true)) |
|
|
|
|
|
{ |
|
|
|
|
|
|
|
|
var uploadPeisReportIuputDto = new UploadPeisReportIuputDto() |
|
|
var uploadPeisReportIuputDto = new UploadPeisReportIuputDto() |
|
|
{ |
|
|
{ |
|
|
PatientRegisterId = new Guid("3a128197-3e61-23d3-1115-aed602ab82a8"), |
|
|
PatientRegisterId = new Guid("3a128197-3e61-23d3-1115-aed602ab82a8"), |
|
|
@ -38,6 +41,10 @@ namespace Shentun.Peis |
|
|
|
|
|
|
|
|
}; |
|
|
}; |
|
|
await _appService.UploadPeisReportAsync(uploadPeisReportIuputDto); |
|
|
await _appService.UploadPeisReportAsync(uploadPeisReportIuputDto); |
|
|
|
|
|
await unitOfWork.CompleteAsync(); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |