| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.model.primitive | |
| ca.uhn.fhir.rest.param | |
| ca.uhn.fhir.rest.server |
| Modifier and Type | Field and Description |
|---|---|
static ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<InstantDt,IPrimitiveType<Date>> |
ResourceMetadataKeyEnum.DELETED_AT
If present and populated with a date/time (as an instance of
InstantDt), this value is an indication that the resource is in the deleted state. |
static ResourceMetadataKeyEnum<InstantDt> |
ResourceMetadataKeyEnum.PUBLISHED
The value for this key is the bundle entry Published time.
|
static ResourceMetadataKeyEnum<InstantDt> |
ResourceMetadataKeyEnum.UPDATED
The value for this key is the bundle entry Updated time.
|
| Modifier and Type | Method and Description |
|---|---|
InstantDt |
BundleEntry.getDeletedAt()
Gets the date/time that thius entry was deleted.
|
InstantDt |
BundleEntry.getPublished() |
InstantDt |
BundleEntry.getUpdated()
Deprecated.
DSTU2 Note: As of DSTU2, bundle entries no longer have an updated time (this bit of metadata
has been moved to the resource <meta/> element so it is redundant here). In preparation for
DSTU2, it is recommended that you migrate code away from using this method and over to using resource
metadata instead.
|
InstantDt |
Bundle.getUpdated() |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleEntry.setDeleted(InstantDt theDeletedAt)
Sets the date/time that this entry was deleted.
|
void |
BundleEntry.setPublished(InstantDt thePublished) |
void |
BundleEntry.setUpdated(InstantDt theUpdated)
Deprecated.
DSTU2 Note: As of DSTU2, bundle entries no longer have an updated time (this bit of metadata
has been moved to the resource <meta/> element so it is redundant here). In preparation for
DSTU2, it is recommended that you migrate code away from using this method and over to using resource
metadata instead.
|
| Modifier and Type | Method and Description |
|---|---|
static InstantDt |
InstantDt.withCurrentTime()
Factory method which creates a new InstantDt with millisecond precision and initializes it with the
current time and the system local timezone.
|
| Modifier and Type | Method and Description |
|---|---|
InstantDt |
DateParam.getValueAsInstantDt() |
static InstantDt |
ParameterUtil.toInstant(Object theArgument) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ParameterUtil.fromInstant(Class<?> theType,
InstantDt theArgument) |
| Modifier and Type | Method and Description |
|---|---|
InstantDt |
SimpleBundleProvider.getPublished() |
InstantDt |
IBundleProvider.getPublished()
Returns the instant as of which this result was valid
|
Copyright © 2014–2016 University Health Network. All rights reserved.