Uses of Class
com.ibm.fhir.model.type.Instant
-
Packages that use Instant Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.util com.ibm.fhir.model.visitor -
-
Uses of Instant in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Instant Modifier and Type Method Description InstantDocumentReference. getDate()When the document reference was created.InstantAppointment. getEnd()Date/Time that the appointment is to conclude.InstantAppointmentResponse. getEnd()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.InstantSlot. getEnd()Date/Time that the slot is to conclude.InstantSubscription. getEnd()The time for the server to turn the subscription off.InstantBundle.Entry.Request. getIfModifiedSince()Only perform the operation if the last updated date matches.InstantDiagnosticReport. getIssued()The date and time that this version of the report was made available to providers, typically after the report was reviewed and verified.InstantMedia. getIssued()The date and time this version of the media was made available to providers, typically after having been reviewed.InstantObservation. getIssued()The date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.InstantBundle.Entry.Response. getLastModified()The date/time that the resource was modified on the server.InstantAuditEvent. getRecorded()The time when the event was recorded.InstantProvenance. getRecorded()The instant of time at which the activity was recorded.InstantAppointment. getStart()Date/Time that the appointment is to take place.InstantAppointmentResponse. getStart()Date/Time that the appointment is to take place, or requested new start time.InstantSlot. getStart()Date/Time that the slot is to begin.InstantDeviceMetric.Calibration. getTime()Describes the time last calibration has been performed.InstantBundle. getTimestamp()The date/time that the bundle was assembled - i.e.Methods in com.ibm.fhir.model.resource with parameters of type Instant Modifier and Type Method Description DocumentReference.BuilderDocumentReference.Builder. date(Instant date)When the document reference was created.Appointment.BuilderAppointment.Builder. end(Instant end)Date/Time that the appointment is to conclude.AppointmentResponse.BuilderAppointmentResponse.Builder. end(Instant 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.Slot.BuilderSlot.Builder. end(Instant end)Date/Time that the slot is to conclude.Subscription.BuilderSubscription.Builder. end(Instant end)The time for the server to turn the subscription off.Bundle.Entry.Request.BuilderBundle.Entry.Request.Builder. ifModifiedSince(Instant ifModifiedSince)Only perform the operation if the last updated date matches.DiagnosticReport.BuilderDiagnosticReport.Builder. issued(Instant issued)The date and time that this version of the report was made available to providers, typically after the report was reviewed and verified.Media.BuilderMedia.Builder. issued(Instant issued)The date and time this version of the media was made available to providers, typically after having been reviewed.Observation.BuilderObservation.Builder. issued(Instant issued)The date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.Bundle.Entry.Response.BuilderBundle.Entry.Response.Builder. lastModified(Instant lastModified)The date/time that the resource was modified on the server.AuditEvent.BuilderAuditEvent.Builder. recorded(Instant recorded)The time when the event was recorded.Provenance.BuilderProvenance.Builder. recorded(Instant recorded)The instant of time at which the activity was recorded.Appointment.BuilderAppointment.Builder. start(Instant start)Date/Time that the appointment is to take place.AppointmentResponse.BuilderAppointmentResponse.Builder. start(Instant start)Date/Time that the appointment is to take place, or requested new start time.Slot.BuilderSlot.Builder. start(Instant start)Date/Time that the slot is to begin.DeviceMetric.Calibration.BuilderDeviceMetric.Calibration.Builder. time(Instant time)Describes the time last calibration has been performed.Bundle.BuilderBundle.Builder. timestamp(Instant timestamp)The date/time that the bundle was assembled - i.e. -
Uses of Instant in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Instant Modifier and Type Method Description InstantInstant.Builder. build()Build theInstantInstantMeta. getLastUpdated()When the resource last changed - e.g.InstantSignature. getWhen()When the digital signature was signed.static InstantInstant. now()static InstantInstant. now(ZoneOffset offset)static InstantInstant. of(String value)static InstantInstant. of(ZonedDateTime value)Methods in com.ibm.fhir.model.type with parameters of type Instant Modifier and Type Method Description protected Instant.BuilderInstant.Builder. from(Instant instant)Meta.BuilderMeta.Builder. lastUpdated(Instant lastUpdated)When the resource last changed - e.g.Signature.BuilderSignature.Builder. when(Instant when)When the digital signature was signed. -
Uses of Instant in com.ibm.fhir.model.util
Fields in com.ibm.fhir.model.util with type parameters of type Instant Modifier and Type Field Description static Class<Instant>ModelSupport. FHIR_INSTANT -
Uses of Instant in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Instant Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Instant instant)Delegates to#visit(elementName, elementIndex, Element)booleanVisitor. visit(String elementName, int elementIndex, Instant instant)
-