public interface IPatchWithBody extends IPatchExecutable
| Modifier and Type | Method and Description |
|---|---|
IPatchWithQuery |
conditional(Class<? extends IBaseResource> theClass)
Build a conditional URL using fluent constants on resource types
|
IPatchWithQuery |
conditional(String theResourceType)
Build a conditional URL using fluent constants on resource types
|
IPatchExecutable |
conditionalByUrl(String theSearchUrl)
Specifies that the update should be performed as a conditional create
against a given search URL.
|
IPatchExecutable |
withId(IIdType theId)
The resource ID to patch
|
IPatchExecutable |
withId(String theId)
The resource ID to patch
|
preferandLogRequestAndResponse, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryModeIPatchWithQuery conditional(Class<? extends IBaseResource> theClass)
theResourceType - The resource type to patch (e.g. "Patient.class")IPatchWithQuery conditional(String theResourceType)
theResourceType - The resource type to patch (e.g. "Patient")IPatchExecutable conditionalByUrl(String theSearchUrl)
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%7C847366IPatchExecutable withId(IIdType theId)
IPatchExecutable withId(String theId)
Copyright © 2014–2017 University Health Network. All rights reserved.