| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.model.primitive |
| 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 |
|---|---|
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.
|
Copyright © 2014–2019 University Health Network. All rights reserved.