| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseBundle> |
IHistoryUntyped.andReturnBundle(Class<T> theType)
Request that the method return a Bundle resource (such as
ca.uhn.fhir.model.dstu2.resource.Bundle). |
IHistoryTyped<T> |
IHistoryTyped.count(Integer theCount)
Request that the server return only up to
theCount number of resources |
IHistoryTyped<T> |
IHistoryTyped.since(Date theCutoff)
Request that the server return only resource versions that were created at or after the given time (inclusive)
|
IHistoryTyped<T> |
IHistoryTyped.since(IPrimitiveType<Date> theCutoff)
Request that the server return only resource versions that were created at or after the given time (inclusive)
|
Copyright © 2014–2017 University Health Network. All rights reserved.