
Uses of Class
org.hl7.fhir.r4.model.InstantType
Packages that use InstantType
-
Uses of InstantType in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InstantTypeModifier and TypeMethodDescriptionprotected InstantType
JsonParser.parseInstant
(String v) protected InstantType
XmlParser.parseInstant
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type InstantTypeModifier and TypeMethodDescriptionprotected void
RdfParser.composeInstant
(Turtle.Complex parent, String parentType, String name, InstantType value, int index) protected void
XmlParser.composeInstant
(String name, InstantType value) protected void
JsonParser.composeInstantCore
(String name, InstantType value, boolean inArray) protected void
JsonParser.composeInstantExtras
(String name, InstantType value, boolean inArray) -
Uses of InstantType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as InstantTypeModifier and TypeFieldDescriptionprotected InstantType
DocumentReference.date
When the document reference was created.protected InstantType
Appointment.end
Date/Time that the appointment is to conclude.protected InstantType
AppointmentResponse.end
This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the end time.protected InstantType
Slot.end
Date/Time that the slot is to conclude.protected InstantType
Subscription.end
The time for the server to turn the subscription off.protected InstantType
Bundle.BundleEntryRequestComponent.ifModifiedSince
Only perform the operation if the last updated date matches.protected InstantType
DiagnosticReport.issued
The date and time that this version of the report was made available to providers, typically after the report was reviewed and verified.protected InstantType
Media.issued
The date and time this version of the media was made available to providers, typically after having been reviewed.protected InstantType
Observation.issued
The date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.protected InstantType
Bundle.BundleEntryResponseComponent.lastModified
The date/time that the resource was modified on the server.protected InstantType
Meta.lastUpdated
When the resource last changed - e.g.protected InstantType
AuditEvent.recorded
The time when the event was recorded.protected InstantType
Provenance.recorded
The instant of time at which the activity was recorded.protected InstantType
Appointment.start
Date/Time that the appointment is to take place.protected InstantType
AppointmentResponse.start
Date/Time that the appointment is to take place, or requested new start time.protected InstantType
Slot.start
Date/Time that the slot is to begin.protected InstantType
DeviceMetric.DeviceMetricCalibrationComponent.time
Describes the time last calibration has been performed.protected InstantType
Bundle.timestamp
The date/time that the bundle was assembled - i.e.protected InstantType
Signature.when
When the digital signature was signed.Methods in org.hl7.fhir.r4.model that return InstantTypeModifier and TypeMethodDescriptionBase.castToInstant
(Base b) InstantType.copy()
DocumentReference.getDateElement()
Observation.getEffectiveInstantType()
Appointment.getEndElement()
AppointmentResponse.getEndElement()
Slot.getEndElement()
Subscription.getEndElement()
Bundle.BundleEntryRequestComponent.getIfModifiedSinceElement()
DiagnosticReport.getIssuedElement()
Media.getIssuedElement()
Observation.getIssuedElement()
Bundle.BundleEntryResponseComponent.getLastModifiedElement()
Meta.getLastUpdatedElement()
ElementDefinition.getMaxValueInstantType()
ElementDefinition.getMinValueInstantType()
AuditEvent.getRecordedElement()
Provenance.getRecordedElement()
Appointment.getStartElement()
AppointmentResponse.getStartElement()
Slot.getStartElement()
DeviceMetric.DeviceMetricCalibrationComponent.getTimeElement()
Bundle.getTimestampElement()
Signature.getWhenElement()
static InstantType
InstantType.now()
Returns a new instance of DateTimeType with the current system time and MILLI precision and the system local time zonestatic InstantType
Creates a new instance by parsing an HL7 v3 format date time stringstatic InstantType
DateType.today()
static InstantType
InstantType.withCurrentTime()
Factory method which creates a new InstantDt with millisecond precision and initializes it with the current time and the system local timezone.Methods in org.hl7.fhir.r4.model with parameters of type InstantTypeModifier and TypeMethodDescriptionDocumentReference.setDateElement
(InstantType value) Appointment.setEndElement
(InstantType value) AppointmentResponse.setEndElement
(InstantType value) Slot.setEndElement
(InstantType value) Subscription.setEndElement
(InstantType value) Bundle.BundleEntryRequestComponent.setIfModifiedSinceElement
(InstantType value) DiagnosticReport.setIssuedElement
(InstantType value) Media.setIssuedElement
(InstantType value) Observation.setIssuedElement
(InstantType value) Bundle.BundleEntryResponseComponent.setLastModifiedElement
(InstantType value) Meta.setLastUpdatedElement
(InstantType value) AuditEvent.setRecordedElement
(InstantType value) Provenance.setRecordedElement
(InstantType value) Appointment.setStartElement
(InstantType value) AppointmentResponse.setStartElement
(InstantType value) Slot.setStartElement
(InstantType value) DeviceMetric.DeviceMetricCalibrationComponent.setTimeElement
(InstantType value) Bundle.setTimestampElement
(InstantType value) Signature.setWhenElement
(InstantType value) Constructors in org.hl7.fhir.r4.model with parameters of type InstantTypeModifierConstructorDescriptionAuditEvent
(Coding type, InstantType recorded, AuditEvent.AuditEventSourceComponent source) ConstructorProvenance
(InstantType recorded) ConstructorSignature
(InstantType when, Reference who) ConstructorSlot
(Reference schedule, Enumeration<Slot.SlotStatus> status, InstantType start, InstantType end) Constructor