diff --git a/api/dicom-web/controller/MWL-RS/service/create-mwlitem.service.js b/api/dicom-web/controller/MWL-RS/service/create-mwlitem.service.js index ae7264ec..b546df2d 100644 --- a/api/dicom-web/controller/MWL-RS/service/create-mwlitem.service.js +++ b/api/dicom-web/controller/MWL-RS/service/create-mwlitem.service.js @@ -21,7 +21,7 @@ class CreateMwlItemService { this.response = res; this.requestMwlItem = /** @type {Object} */(this.request.body); /** @type {DicomJsonModel} */ - this.requestMwlItemDicomJsonModel = new DicomJsonModel(this.requestMwlItem); + this.requestMwlItemDicomJsonModel = new DicomJsonModel(this.requestMwlItem[0]); this.apiLogger = new ApiLogger(req, "Create Mwl Item Service"); this.apiLogger.addTokenValue(); }