Interface IPatchWithBody

All Superinterfaces:
IClientExecutable<IPatchExecutable,MethodOutcome>, IPatchExecutable
All Known Subinterfaces:
IPatchWithQueryTyped

public interface IPatchWithBody extends IPatchExecutable
  • Method Details

    • conditional

      IPatchWithQuery conditional(Class<? extends IBaseResource> theResourceType)
      Build a conditional URL using fluent constants on resource types
      Parameters:
      theResourceType - The resource type to patch (e.g. "Patient.class")
    • conditional

      Build a conditional URL using fluent constants on resource types
      Parameters:
      theResourceType - The resource type to patch (e.g. "Patient")
    • conditionalByUrl

      Specifies that the update should be performed as a conditional create against a given search URL.
      Parameters:
      theSearchUrl - The search URL to use. The format of this URL should be of the form [ResourceType]?[Parameters], for example: Patient?name=Smith&identifier=13.2.4.11.4%7C847366
    • withId

      The resource ID to patch (must include both a resource type and an ID, e.g. Patient/123)
    • withId

      The resource ID to patch (must include both a resource type and an ID, e.g. Patient/123)