Interface ICreateTyped

All Superinterfaces:
IClientExecutable<ICreateTyped,MethodOutcome>
All Known Subinterfaces:
ICreateWithQueryTyped

  • Method Details

    • conditional

      Since:
      HAPI 0.9 / FHIR DSTU 2
    • conditionalByUrl

      Specifies that the create 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
      Since:
      HAPI 0.9 / FHIR DSTU 2
    • prefer

      Add a Prefer header to the request, which requests that the server include or suppress the resource body as a part of the result. If a resource is returned by the server it will be parsed an accessible to the client via MethodOutcome.getResource()
      Since:
      HAPI 1.1