Skip to content

Commit

Permalink
fix: sps not assigned correct
Browse files Browse the repository at this point in the history
- missing child property to merge
  • Loading branch information
Chinlinlee committed Dec 21, 2023
1 parent e5c20b6 commit 7ab6685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CreateMwlItemService {
}
mwlItem[dictionary.keyword.ScheduledProcedureStepSequence] = {
...mwlItem[dictionary.keyword.ScheduledProcedureStepSequence],
...spsItem.dicomJson
...spsItem.dicomJson[dictionary.keyword.ScheduledProcedureStepSequence]
};

if (!mwlDicomJson.getValue(dictionary.keyword.RequestedProcedureID)) {
Expand Down

0 comments on commit 7ab6685

Please sign in to comment.