แก้บั้ก put ข้อมูลคำสั่ง
เพิ่ม command type code ไปที่ response
This commit is contained in:
parent
16ac719f8a
commit
200e8eb5f6
2 changed files with 5 additions and 2 deletions
|
|
@ -341,6 +341,7 @@ namespace BMA.EHR.Command.Service.Controllers
|
|||
{
|
||||
orderId = orderId,
|
||||
orderTypeValue = data.CommandTypeId,
|
||||
orderTypeCode = data.CommandType.CommandCode.ToLower(),
|
||||
orderTitle = data.CommandSubject,
|
||||
orderNo = data.CommandNo,
|
||||
orderYear = data.CommandYear,
|
||||
|
|
@ -354,6 +355,7 @@ namespace BMA.EHR.Command.Service.Controllers
|
|||
conclusionRegisterDate = data.ConclusionRegisterDate,
|
||||
conclusionResultNo = data.ConclusionResultNo,
|
||||
conclusionResultDate = data.ConclusionResultDate,
|
||||
|
||||
};
|
||||
|
||||
return Success(result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue