◆ MessageController()
◆ DeleteMyInboxAsync()
| async Task< ActionResult< ResponseObject > > BMA.EHR.Command.Service.Controllers.MessageController.DeleteMyInboxAsync |
( |
Guid |
id | ) |
|
|
inline |
ลบข้อมูล Inbox ของ user ที่ Login
- Returns
<response code="200">เมื่อทำการอ่านข้อมูลจาก Relational Database สำเร็จ</response> <response code="401">ไม่ได้ Login เข้าระบบ</response> <response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
◆ DeleteMyNotificationAsync()
| async Task< ActionResult< ResponseObject > > BMA.EHR.Command.Service.Controllers.MessageController.DeleteMyNotificationAsync |
( |
Guid |
id | ) |
|
|
inline |
ลบข้อมูล Notification ของ user ที่ Login
- Returns
<response code="200">เมื่อทำการอ่านข้อมูลจาก Relational Database สำเร็จ</response> <response code="401">ไม่ได้ Login เข้าระบบ</response> <response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
◆ GetByIdMyInboxAsync()
| async Task< ActionResult< ResponseObject > > BMA.EHR.Command.Service.Controllers.MessageController.GetByIdMyInboxAsync |
( |
Guid |
id | ) |
|
|
inline |
ดูข้อมูล Inbox ของ user ที่ Login
- Returns
<response code="200">เมื่อทำการอ่านข้อมูลจาก Relational Database สำเร็จ</response> <response code="401">ไม่ได้ Login เข้าระบบ</response> <response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
◆ GetMyInboxAsync()
| async Task< ActionResult< ResponseObject > > BMA.EHR.Command.Service.Controllers.MessageController.GetMyInboxAsync |
( |
| ) |
|
|
inline |
แสดงข้อมูล Inbox ของ user ที่ Login
- Returns
<response code="200">เมื่อทำการอ่านข้อมูลจาก Relational Database สำเร็จ</response> <response code="401">ไม่ได้ Login เข้าระบบ</response> <response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
◆ GetMyNotificationAsync()
| async Task< ActionResult< ResponseObject > > BMA.EHR.Command.Service.Controllers.MessageController.GetMyNotificationAsync |
( |
| ) |
|
|
inline |
แสดงข้อมูล Notification ของ user ที่ Login
- Returns
<response code="200">เมื่อทำการอ่านข้อมูลจาก Relational Database สำเร็จ</response> <response code="401">ไม่ได้ Login เข้าระบบ</response> <response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
The documentation for this class was generated from the following file: