|
|
|
@ -50,5 +50,20 @@ namespace Shentun.Peis.PlugIns.Tests |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
[Fact] |
|
|
|
public async Task GetByPatientRegisterIdAsync() |
|
|
|
{ |
|
|
|
|
|
|
|
var plugIns = new WebAppointWebPeisPlugIns(new Guid("43a9c3a5-8741-4c64-b869-bc304712d88e")); |
|
|
|
var items = await plugIns.GetByPatientRegisterIdAsync(new AppointPatientRegisterIdInputDto() |
|
|
|
{ |
|
|
|
ThirdInterFaceId = new Guid("43a9c3a5-8741-4c64-b869-bc304712d88e"), |
|
|
|
PatientRegisterId = new Guid("3a1361f6-3ec4-a4bc-9641-b269f619561a") |
|
|
|
}); |
|
|
|
_output.WriteLine(items.AppointPatientRegisterId.ToString()); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |