Interface IPatch


public interface IPatch
  • Method Summary

    Modifier and Type
    Method
    Description
    withBody(String thePatchBody)
    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
    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