Uses of Class
ca.uhn.fhir.rest.client.method.HttpPostClientInvocation
-
Packages that use HttpPostClientInvocation Package Description ca.uhn.fhir.rest.client.method -
-
Uses of HttpPostClientInvocation in ca.uhn.fhir.rest.client.method
Methods in ca.uhn.fhir.rest.client.method that return HttpPostClientInvocation Modifier and Type Method Description static HttpPostClientInvocationMethodUtil. createCreateInvocation(org.hl7.fhir.instance.model.api.IBaseResource theResource, ca.uhn.fhir.context.FhirContext theContext)static HttpPostClientInvocationMethodUtil. createCreateInvocation(org.hl7.fhir.instance.model.api.IBaseResource theResource, String theResourceBody, ca.uhn.fhir.context.FhirContext theContext)static HttpPostClientInvocationMethodUtil. createCreateInvocation(org.hl7.fhir.instance.model.api.IBaseResource theResource, String theResourceBody, ca.uhn.fhir.context.FhirContext theContext, String theIfNoneExistUrl)static HttpPostClientInvocationMethodUtil. createCreateInvocation(org.hl7.fhir.instance.model.api.IBaseResource theResource, String theResourceBody, ca.uhn.fhir.context.FhirContext theContext, Map<String,List<String>> theIfNoneExistParams)
-