static HttpPatchClientInvocation |
MethodUtil.createPatchInvocation(FhirContext theContext,
IIdType theId,
PatchTypeEnum thePatchType,
String theBody) |
static HttpPatchClientInvocation |
PatchMethodBinding.createPatchInvocation(FhirContext theContext,
IIdType theId,
PatchTypeEnum thePatchType,
String theBody) |
static HttpPatchClientInvocation |
MethodUtil.createPatchInvocation(FhirContext theContext,
PatchTypeEnum thePatchType,
String theBody,
String theResourceType,
Map<String,List<String>> theMatchParams) |
static HttpPatchClientInvocation |
PatchMethodBinding.createPatchInvocation(FhirContext theContext,
PatchTypeEnum thePatchType,
String theBody,
String theResourceType,
Map<String,List<String>> theMatchParams) |
static HttpPatchClientInvocation |
MethodUtil.createPatchInvocation(FhirContext theContext,
String theUrl,
PatchTypeEnum thePatchType,
String theBody) |
static HttpPatchClientInvocation |
PatchMethodBinding.createPatchInvocation(FhirContext theContext,
String theUrlPath,
PatchTypeEnum thePatchType,
String theBody) |