Skip to content

Commit

Permalink
Disable forwarding of Copy/Move objects and Link Instances with MWL R…
Browse files Browse the repository at this point in the history
…ESTful services #1365
  • Loading branch information
vrindanayak committed Apr 30, 2018
1 parent 66b03a1 commit c938036
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,8 @@ private String getMethod(RSOperation rsOp) {
case RejectStudy:
case RejectSeries:
case RejectInstance:
case CopyInstances:
case MoveInstances:
case CreateMWL:
case UpdateMWL:
case LinkInstancesWithMWL:
method = "POST";
break;
case DeletePatient:
Expand Down

0 comments on commit c938036

Please sign in to comment.