public interface IDelete
| Modifier and Type | Method and Description |
|---|---|
IDeleteTyped |
resource(IBaseResource theResource) |
IDeleteTyped |
resourceById(IIdType theId) |
IDeleteTyped |
resourceById(String theResourceType,
String theLogicalId) |
IDeleteWithQuery |
resourceConditionalByType(Class<? extends IBaseResource> theResourceType)
Delete using a conditional/match URL.
|
IDeleteWithQuery |
resourceConditionalByType(String theResourceType)
Delete using a conditional/match URL.
|
IDeleteTyped |
resourceConditionalByUrl(String theSearchUrl)
Specifies that the delete should be performed as a conditional delete
against a given search URL.
|
IDeleteTyped resource(IBaseResource theResource)
IDeleteTyped resourceById(IIdType theId)
IDeleteTyped resourceById(String theResourceType, String theLogicalId)
IDeleteTyped resourceConditionalByUrl(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%7C847366IDeleteWithQuery resourceConditionalByType(String theResourceType)
IDeleteWithQuery resourceConditionalByType(Class<? extends IBaseResource> theResourceType)
Copyright © 2014–2019 University Health Network. All rights reserved.