| Package | Description |
|---|---|
| ca.uhn.fhir.model.primitive | |
| ca.uhn.fhir.rest.client | |
| ca.uhn.fhir.rest.param |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeDt |
DateTimeDt.withCurrentTime()
Returns a new instance of DateTimeDt with the current system time and SECOND precision and the system local time
zone
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseResource> |
IGenericClient.history(Class<T> theType,
IdDt theId,
DateTimeDt theSince,
Integer theLimit)
Deprecated.
As of 0.9, use the fluent
IGenericClient.history() method instead |
<T extends IBaseResource> |
GenericClient.history(Class<T> theType,
IdDt theIdDt,
DateTimeDt theSince,
Integer theLimit) |
<T extends IBaseResource> |
IGenericClient.history(Class<T> theType,
String theId,
DateTimeDt theSince,
Integer theLimit)
Deprecated.
As of 0.9, use the fluent
IGenericClient.history() method instead |
<T extends IBaseResource> |
GenericClient.history(Class<T> theType,
String theId,
DateTimeDt theSince,
Integer theLimit) |
| Modifier and Type | Class and Description |
|---|---|
class |
DateParam |
class |
QualifiedDateParam
Deprecated.
Use
DateParam instead (this class is identical, but was renamed to be less confusing) |
| Modifier and Type | Method and Description |
|---|---|
DateTimeDt |
DateParam.getValueAsDateTimeDt() |
| Modifier and Type | Method and Description |
|---|---|
void |
DateRangeParam.setRangeFromDatesInclusive(DateTimeDt theLowerBound,
DateTimeDt theUpperBound)
Sets the range from a pair of dates, inclusive on both ends
|
| Constructor and Description |
|---|
DateParam(QuantityCompararatorEnum theComparator,
DateTimeDt theDate)
Constructor
|
DateRangeParam(DateTimeDt theLowerBound,
DateTimeDt theUpperBound)
Constructor which takes two Dates representing the lower and upper bounds of the range (inclusive on both ends)
|
Copyright © 2014–2016 University Health Network. All rights reserved.