Uses of Class
org.hl7.fhir.dstu3.model.InstantType
-
Uses of InstantType in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected InstantType
JsonParser.parseInstant
(String v) protected InstantType
XmlParser.parseInstant
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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.dstu3.model
Modifier and TypeFieldDescriptionprotected 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
DocumentReference.indexed
When the document reference was created.protected InstantType
DiagnosticReport.issued
The date and time that this version of the report was released from the source diagnostic service.protected InstantType
Observation.issued
The date and time this 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
DeviceComponent.lastSystemChange
The timestamp for the most recent system change which includes device configuration or setting change.protected InstantType
Meta.lastUpdated
When the resource last changed - e.g.protected InstantType
AuditEvent.recorded
The time when the event occurred on the source.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
MessageHeader.timestamp
The time that the message was sent.protected InstantType
Signature.when
When the digital signature was signed.Modifier and TypeMethodDescriptionBase.castToInstant
(Base b) InstantType.copy()
Appointment.getEndElement()
AppointmentResponse.getEndElement()
Slot.getEndElement()
Subscription.getEndElement()
Bundle.BundleEntryRequestComponent.getIfModifiedSinceElement()
DocumentReference.getIndexedElement()
DiagnosticReport.getIssuedElement()
Observation.getIssuedElement()
Bundle.BundleEntryResponseComponent.getLastModifiedElement()
DeviceComponent.getLastSystemChangeElement()
Meta.getLastUpdatedElement()
ElementDefinition.getMaxValueInstantType()
ElementDefinition.getMinValueInstantType()
AuditEvent.getRecordedElement()
Provenance.getRecordedElement()
Appointment.getStartElement()
AppointmentResponse.getStartElement()
Slot.getStartElement()
DeviceMetric.DeviceMetricCalibrationComponent.getTimeElement()
MessageHeader.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.Modifier and TypeMethodDescriptionAppointment.setEndElement
(InstantType value) AppointmentResponse.setEndElement
(InstantType value) Slot.setEndElement
(InstantType value) Subscription.setEndElement
(InstantType value) Bundle.BundleEntryRequestComponent.setIfModifiedSinceElement
(InstantType value) DocumentReference.setIndexedElement
(InstantType value) DiagnosticReport.setIssuedElement
(InstantType value) Observation.setIssuedElement
(InstantType value) Bundle.BundleEntryResponseComponent.setLastModifiedElement
(InstantType value) DeviceComponent.setLastSystemChangeElement
(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) MessageHeader.setTimestampElement
(InstantType value) Signature.setWhenElement
(InstantType value) ModifierConstructorDescriptionAuditEvent
(Coding type, InstantType recorded, AuditEvent.AuditEventSourceComponent source) ConstructorDocumentReference
(Enumeration<Enumerations.DocumentReferenceStatus> status, CodeableConcept type, InstantType indexed) ConstructorMessageHeader
(Coding event, InstantType timestamp, MessageHeader.MessageSourceComponent source) ConstructorProvenance
(InstantType recorded) ConstructorSignature
(InstantType when, Type who) ConstructorSlot
(Reference schedule, Enumeration<Slot.SlotStatus> status, InstantType start, InstantType end) Constructor