Uses of Class
ca.uhn.fhir.model.primitive.InstantDt
Packages that use InstantDt
-
Uses of InstantDt in ca.uhn.fhir.model.api
Fields in ca.uhn.fhir.model.api with type parameters of type InstantDtModifier and TypeFieldDescriptionstatic 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 InstantDtModifier and TypeMethodDescriptionstatic InstantDtInstantDt.withCurrentTime()Factory method which creates a new InstantDt with millisecond precision and initializes it with the current time and the system local timezone.