diff --git a/IRaCIS.Core.API/Controllers/InspectionController.cs b/IRaCIS.Core.API/Controllers/InspectionController.cs index d6780e274..7392a72ec 100644 --- a/IRaCIS.Core.API/Controllers/InspectionController.cs +++ b/IRaCIS.Core.API/Controllers/InspectionController.cs @@ -200,7 +200,7 @@ namespace IRaCIS.Core.API.Controllers /// /// /// - [HttpPost, Route("Inspection/clinicalData/AddOrUpdateVisitStage")] + [HttpPost, Route("Inspection/clinicalData/AddOrUpdatePreviousHistory")] [UnitOfWork] public async Task AddOrUpdatePreviousHistory(DataInspectionDto opt) { diff --git a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs index b1c9f90dd..4a4fb03e7 100644 --- a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs @@ -372,10 +372,6 @@ namespace IRaCIS.Core.Application.Service.Inspection if (value.GetType() == typeof(JArray)) { JArray arrays = (JArray)value; - - - - if (item.Type.ToLower() == "id".ToLower()) { List guids = new List();