Sample soap requests for method updateOrganRequestParticipation():
Errors:
- Request: Invalid - Update an organ request program exclusion when the organ request is OFF_LIST
note: nationalRecipientId (arg0) is vaLid, organRequestId (arg1) is valid but organ request status is OFF List, preventProgramParticipation (arg3) is valid: updateOrganRequestParticipation_e1.html
- Request: Invalid - Update an organ request program exclusion when the organ request does NOT belong to the recipient.
note: nationalRecipientId (arg0) is vaLid, organRequestId (arg1) is valid, but organ request does not belong to the recipient, preventProgramParticipation (arg3) is valid: updateOrganRequestParticipation_e2.html
- Request: Invalid - Update an organ request program exclusion when the input (arg0) is Not valid.
note: nationalRecipientId (arg0) is NULL, organRequestId (arg1) is valid, preventProgramParticipation (arg3) is valid: updateOrganRequestParticipation_e3.html
- Request: Invalid - Update an organ request program exclusion when the input (arg0) is Not valid.
note: nationalRecipientId (arg0) = 0, organRequestId (arg1) is valid, preventProgramParticipation (arg3) is valid: updateOrganRequestParticipation_e4.html
- Request: Invalid - Update an organ request program exclusion when the input (arg1) is Not valid.
note: nationalRecipientId (arg0) is valid, organRequestId (arg1) is NULL, preventProgramParticipation (arg3) is valid: updateOrganRequestParticipation_e5.html
- Request: Invalid - Update an organ request program exclusion when the input (arg1) is Not valid.
note: nationalRecipientId (arg0) is valid, organRequestId (arg1) = 9999999, preventProgramParticipation (arg3) is valid: updateOrganRequestParticipation_e6.html
- Request: Invalid - User does not have write permissions to the LtSection-PatientProgramExclusion.
note: nationalRecipientId (arg0) is valid, organRequestId (arg1) is valid, preventProgramParticipation (arg3) is valid: updateOrganRequestParticipation_e7.html
- Request: Invalid - User does not have permissions to the patient.
note: nationalRecipientId (arg0) is valid, organRequestId (arg1) is valid, preventProgramParticipation (arg3) is valid: updateOrganRequestParticipation_e8.html
- Request: Invalid - Update an organ request program exclusion when the input (arg1) is Not valid.
note: nationalRecipientId (arg0) is valid, organRequestId (arg1) is Not a valid numeric value (see input example: '999abc') , preventProgramParticipation (arg3) is valid: updateOrganRequestParticipation_e9.html
- Request: Invalid - Update an organ request program exclusion when the input (arg2) is Not valid.
note: nationalRecipientId (arg0) is valid, organRequestId (arg1) is valid and preventProgramParticipation is Not a valid boolean value (see input example: 'xyzxyz').
note1: Not valid boolean values: '0', '03', 'xyzxyz' etc., will resolve to FALSE, while '1', 13, etc. will resolve to TRUE. ): updateOrganRequestParticipation_e10.html