Package ca.uhn.fhir.rest.gclient
Interface IHistoryTyped<T>
- All Superinterfaces:
IClientExecutable<IHistoryTyped<T>,
T>
-
Method Summary
Modifier and TypeMethodDescriptionat
(DateRangeParam theDateRangeParam) Request that the server return only the history elements between the specific rangeRequest that the server return only up totheCount
number of resourcesRequest that the server return only resource versions that were created at or after the given time (inclusive)since
(IPrimitiveType<Date> theCutoff) Request that the server return only resource versions that were created at or after the given time (inclusive)Methods inherited from interface ca.uhn.fhir.rest.gclient.IClientExecutable
accept, andLogRequestAndResponse, cacheControl, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryMode, withAdditionalHeader
-
Method Details
-
at
Request that the server return only the history elements between the specific range -
count
Request that the server return only up totheCount
number of resources -
since
Request that the server return only resource versions that were created at or after the given time (inclusive)Parameter theCutoff can be any priitive type which accepts a date, such as a
DateTimeDt
,InstantType
, etc. -
since
Request that the server return only resource versions that were created at or after the given time (inclusive)
-