Package ca.uhn.fhir.rest.gclient
Interface IReadTyped<T extends IBaseResource>
public interface IReadTyped<T extends IBaseResource>
-
Method Summary
Modifier and TypeMethodDescriptionPerform a search by resource IDPerform a search by resource IDSearch using an ID.withIdAndVersion
(String theId, String theVersion) Perform a search by resource ID and version
-
Method Details
-
withId
Perform a search by resource ID- Parameters:
theId
- The resource ID, e.g. "123"
-
withIdAndVersion
Perform a search by resource ID and version- Parameters:
theId
- The resource ID, e.g. "123"theVersion
- The resource version, eg. "5"
-
withId
Perform a search by resource ID- Parameters:
theId
- The resource ID, e.g. "123"
-
withId
Search using an ID. Note that even if theId contains a base URL it will be ignored in favour of the base url for the given client. If you want to specify an absolute URL including a base and have that base used instead, usewithUrl(IIdType)
-
withUrl
-
withUrl
-