|
|
|
@ -350,7 +350,8 @@ namespace Shentun.WebPeis.AppointPatientRegisters |
|
|
|
/// <param name="input"></param>
|
|
|
|
/// <returns></returns>
|
|
|
|
/// <exception cref="UserFriendlyException"></exception>
|
|
|
|
public async Task CancelAppoint(AppointPatientRegisterIdInputDto input) |
|
|
|
[HttpPost("api/app/AppointPatientRegister/CancelAppoint")] |
|
|
|
public async Task CancelAppointAsync(AppointPatientRegisterIdInputDto input) |
|
|
|
{ |
|
|
|
var appointPatientRegister = await _repository.GetAsync(o => o.AppointPatientRegisterId == input.AppointPatientRegisterId); |
|
|
|
if(appointPatientRegister.IsCharge == 'Y') |
|
|
|
|