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 totheCountnumber of resources<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.