static HttpPatchClientInvocation |
MethodUtil.createPatchInvocation(ca.uhn.fhir.context.FhirContext theContext,
org.hl7.fhir.instance.model.api.IIdType theId,
ca.uhn.fhir.rest.api.PatchTypeEnum thePatchType,
String theBody) |
static HttpPatchClientInvocation |
PatchMethodBinding.createPatchInvocation(ca.uhn.fhir.context.FhirContext theContext,
org.hl7.fhir.instance.model.api.IIdType theId,
ca.uhn.fhir.rest.api.PatchTypeEnum thePatchType,
String theBody) |
static HttpPatchClientInvocation |
MethodUtil.createPatchInvocation(ca.uhn.fhir.context.FhirContext theContext,
ca.uhn.fhir.rest.api.PatchTypeEnum thePatchType,
String theBody,
String theResourceType,
Map<String,List<String>> theMatchParams) |
static HttpPatchClientInvocation |
PatchMethodBinding.createPatchInvocation(ca.uhn.fhir.context.FhirContext theContext,
ca.uhn.fhir.rest.api.PatchTypeEnum thePatchType,
String theBody,
String theResourceType,
Map<String,List<String>> theMatchParams) |
static HttpPatchClientInvocation |
MethodUtil.createPatchInvocation(ca.uhn.fhir.context.FhirContext theContext,
String theUrl,
ca.uhn.fhir.rest.api.PatchTypeEnum thePatchType,
String theBody) |
static HttpPatchClientInvocation |
PatchMethodBinding.createPatchInvocation(ca.uhn.fhir.context.FhirContext theContext,
String theUrlPath,
ca.uhn.fhir.rest.api.PatchTypeEnum thePatchType,
String theBody) |