Uses of Class
org.hl7.fhir.r4.model.InstantType
-
Packages that use InstantType Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of InstantType in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InstantType Modifier and Type Method Description protected InstantTypeJsonParser. parseInstant(String v)protected InstantTypeXmlParser. parseInstant(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type InstantType Modifier and Type Method Description protected voidRdfParser. composeInstant(Turtle.Complex parent, String parentType, String name, InstantType value, int index)protected voidXmlParser. composeInstant(String name, InstantType value)protected voidJsonParser. composeInstantCore(String name, InstantType value, boolean inArray)protected voidJsonParser. 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 InstantType Modifier and Type Field Description protected InstantTypeDocumentReference. dateWhen the document reference was created.protected InstantTypeAppointment. endDate/Time that the appointment is to conclude.protected InstantTypeAppointmentResponse. endThis 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 InstantTypeSlot. endDate/Time that the slot is to conclude.protected InstantTypeSubscription. endThe time for the server to turn the subscription off.protected InstantTypeBundle.BundleEntryRequestComponent. ifModifiedSinceOnly perform the operation if the last updated date matches.protected InstantTypeDiagnosticReport. issuedThe date and time that this version of the report was made available to providers, typically after the report was reviewed and verified.protected InstantTypeMedia. issuedThe date and time this version of the media was made available to providers, typically after having been reviewed.protected InstantTypeObservation. issuedThe date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.protected InstantTypeBundle.BundleEntryResponseComponent. lastModifiedThe date/time that the resource was modified on the server.protected InstantTypeMeta. lastUpdatedWhen the resource last changed - e.g.protected InstantTypeAuditEvent. recordedThe time when the event was recorded.protected InstantTypeProvenance. recordedThe instant of time at which the activity was recorded.protected InstantTypeAppointment. startDate/Time that the appointment is to take place.protected InstantTypeAppointmentResponse. startDate/Time that the appointment is to take place, or requested new start time.protected InstantTypeSlot. startDate/Time that the slot is to begin.protected InstantTypeDeviceMetric.DeviceMetricCalibrationComponent. timeDescribes the time last calibration has been performed.protected InstantTypeBundle. timestampThe date/time that the bundle was assembled - i.e.protected InstantTypeSignature. whenWhen the digital signature was signed.Methods in org.hl7.fhir.r4.model that return InstantType Modifier and Type Method Description InstantTypeBase. castToInstant(Base b)InstantTypeInstantType. copy()InstantTypeDocumentReference. getDateElement()InstantTypeObservation. getEffectiveInstantType()InstantTypeAppointment. getEndElement()InstantTypeAppointmentResponse. getEndElement()InstantTypeSlot. getEndElement()InstantTypeSubscription. getEndElement()InstantTypeBundle.BundleEntryRequestComponent. getIfModifiedSinceElement()InstantTypeDiagnosticReport. getIssuedElement()InstantTypeMedia. getIssuedElement()InstantTypeObservation. getIssuedElement()InstantTypeBundle.BundleEntryResponseComponent. getLastModifiedElement()InstantTypeMeta. getLastUpdatedElement()InstantTypeElementDefinition. getMaxValueInstantType()InstantTypeElementDefinition. getMinValueInstantType()InstantTypeAuditEvent. getRecordedElement()InstantTypeProvenance. getRecordedElement()InstantTypeAppointment. getStartElement()InstantTypeAppointmentResponse. getStartElement()InstantTypeSlot. getStartElement()InstantTypeDeviceMetric.DeviceMetricCalibrationComponent. getTimeElement()InstantTypeBundle. getTimestampElement()InstantTypeSignature. getWhenElement()static InstantTypeInstantType. now()Returns a new instance of DateTimeType with the current system time and MILLI precision and the system local time zonestatic InstantTypeInstantType. parseV3(String theV3String)Creates a new instance by parsing an HL7 v3 format date time stringstatic InstantTypeDateType. today()static InstantTypeInstantType. withCurrentTime()Factory method which creates a new InstantDt with millisecond precision and initializes it with the current time and the system local timezone.Constructors in org.hl7.fhir.r4.model with parameters of type InstantType Constructor Description AuditEvent(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
-