Uses of Class
ca.uhn.fhir.model.primitive.InstantDt
-
Packages that use InstantDt Package Description ca.uhn.fhir.model.api ca.uhn.fhir.model.primitive -
-
Uses of InstantDt in ca.uhn.fhir.model.api
Fields in ca.uhn.fhir.model.api with type parameters of type InstantDt Modifier and Type Field Description static ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<InstantDt,IPrimitiveType<Date>>ResourceMetadataKeyEnum. DELETED_ATIf present and populated with a date/time (as an instance ofInstantDt), this value is an indication that the resource is in the deleted state.static ResourceMetadataKeyEnum<InstantDt>ResourceMetadataKeyEnum. PUBLISHEDThe value for this key is the bundle entry Published time.static ResourceMetadataKeyEnum<InstantDt>ResourceMetadataKeyEnum. UPDATEDThe value for this key is the bundle entry Updated time. -
Uses of InstantDt in ca.uhn.fhir.model.primitive
Methods in ca.uhn.fhir.model.primitive that return InstantDt Modifier and Type Method Description static InstantDtInstantDt. withCurrentTime()Factory method which creates a new InstantDt with millisecond precision and initializes it with the current time and the system local timezone.
-