
Uses of Interface
ca.uhn.fhir.rest.gclient.IHistoryTyped
Packages that use IHistoryTyped
-
Uses of IHistoryTyped in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return IHistoryTypedModifier and TypeMethodDescription<T extends IBaseBundle>
IHistoryTyped<T> IHistoryUntyped.andReturnBundle
(Class<T> theType) Deprecated.IHistoryTyped.at
(DateRangeParam theDateRangeParam) Request that the server return only the history elements between the specific rangeRequest that the server return only up totheCount
number of resourcesRequests that the server skips a number of resources and start at the specified element.<T extends IBaseBundle>
IHistoryTyped<T> IHistoryUntyped.returnBundle
(Class<T> theType) Request that the method return a Bundle resource (such asca.uhn.fhir.model.dstu2.resource.Bundle
).Request that the server return only resource versions that were created at or after the given time (inclusive)IHistoryTyped.since
(IPrimitiveType<Date> theCutoff) Request that the server return only resource versions that were created at or after the given time (inclusive)
IHistoryUntyped.returnBundle(Class)
instead, which has the exact same functionality.