public interface IUpdateTyped extends IUpdateExecutable
| Modifier and Type | Method and Description |
|---|---|
IUpdateWithQuery |
conditional() |
IUpdateTyped |
conditionalByUrl(String theSearchUrl)
Specifies that the update should be performed as a conditional create
against a given search URL.
|
IUpdateExecutable |
withId(IIdType theId) |
IUpdateExecutable |
withId(String theId) |
preferaccept, andLogRequestAndResponse, cacheControl, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryMode, withAdditionalHeaderIUpdateExecutable withId(IIdType theId)
IUpdateExecutable withId(String theId)
IUpdateTyped 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%7C847366IUpdateWithQuery conditional()
Copyright © 2014–2019 University Health Network. All rights reserved.