Interface FhirPatchBuilder.IDeleteStepAfter

All Superinterfaces:
FhirPatchBuilder.IStepComplete
Enclosing class:
FhirPatchBuilder

  • Method Details

    • allowMultipleMatches

      Marks this operation as allowing multiple matches to be deleted. Per the FHIR Patch specification, it is an error for the path to match multiple elements. This method prevents the existence of multiple matches from causing an error, and deletes all matches.

      Note: This method adds a HAPI FHIR-specific parameter to the patch document and may not work on other implementations.