Package ca.uhn.fhir.rest.gclient
Interface IPatch
public interface IPatch
-
Method Summary
Modifier and TypeMethodDescriptionThe body of the patch document serialized in either XML or JSON which conforms to http://jsonpatch.com/ or http://tools.ietf.org/html/rfc5261withFhirPatch
(IBaseParameters thePatchBody) The body of the patch document using FHIR Patch syntax as described at http://hl7.org/fhir/fhirpatch.html
-
Method Details
-
withBody
The body of the patch document serialized in either XML or JSON which conforms to http://jsonpatch.com/ or http://tools.ietf.org/html/rfc5261- Parameters:
thePatchBody
- The body of the patch
-
withFhirPatch
The body of the patch document using FHIR Patch syntax as described at http://hl7.org/fhir/fhirpatch.html- Since:
- 5.1.0
-