ออกคำสั่งวินัย
This commit is contained in:
parent
7556a6c400
commit
be98975ce0
10 changed files with 17496 additions and 68 deletions
|
|
@ -4,6 +4,7 @@ using BMA.EHR.Domain.Extensions;
|
|||
using BMA.EHR.Domain.Shared;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Newtonsoft.Json;
|
||||
using Swashbuckle.AspNetCore.Annotations;
|
||||
using Telerik.Reporting;
|
||||
using Telerik.Reporting.Processing;
|
||||
|
|
@ -2417,7 +2418,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
AuthorizedUserFullName = raw_data.AuthorizedUserFullName,
|
||||
AuthorizedPosition = raw_data.AuthorizedPosition,
|
||||
ReceiveOrganizationName = raw_data.ReceiveOrganizationName,
|
||||
Title = $"เรื่อง {raw_data.CommandSubject}",
|
||||
Title = $"{raw_data.CommandSubject}",
|
||||
|
||||
CaseFault = raw_data.CaseFault,
|
||||
FaultLevel = raw_data.FaultLevel,
|
||||
|
|
@ -4115,7 +4116,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
// return Success(res);
|
||||
|
||||
// }
|
||||
return Success(contentData);
|
||||
return Success(data);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
@ -4172,7 +4173,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
// return Success(res);
|
||||
|
||||
// }
|
||||
return Success(contentData);
|
||||
return Success(data);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
@ -4229,7 +4230,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
// return Success(res);
|
||||
|
||||
// }
|
||||
return Success(contentData);
|
||||
return Success(data);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
@ -4286,7 +4287,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
// return Success(res);
|
||||
|
||||
// }
|
||||
return Success(contentData);
|
||||
return Success(data);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
@ -4343,7 +4344,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
// return Success(res);
|
||||
|
||||
// }
|
||||
return Success(contentData);
|
||||
return Success(data);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
@ -4400,7 +4401,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
// return Success(res);
|
||||
|
||||
// }
|
||||
return Success(contentData);
|
||||
return Success(data);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
@ -4457,7 +4458,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
// return Success(res);
|
||||
|
||||
// }
|
||||
return Success(contentData);
|
||||
return Success(data);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
@ -4514,7 +4515,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
// return Success(res);
|
||||
|
||||
// }
|
||||
return Success(contentData);
|
||||
return Success(data);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue