diff --git a/BMA.EHR.Command.Service/Controllers/OrderController.cs b/BMA.EHR.Command.Service/Controllers/OrderController.cs index e407140b..ab1fdc1b 100644 --- a/BMA.EHR.Command.Service/Controllers/OrderController.cs +++ b/BMA.EHR.Command.Service/Controllers/OrderController.cs @@ -647,6 +647,7 @@ namespace BMA.EHR.Command.Service.Controllers CaseFault = data.CaseFault, Result = data.Result, RefRaw = data.RefRaw, + ComplaintId = data.ComplaintId, }; return Success(result);