Uses of Class
org.hl7.fhir.r5.model.InstantType
Packages that use InstantType
Package
Description
-
Uses of InstantType in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return InstantTypeModifier and TypeMethodDescriptionstatic InstantTypeExtensions.setRenderedValue(InstantType context, String value) static InstantTypeExtensions.setTimezoneCode(InstantType context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type InstantTypeModifier and TypeMethodDescriptionstatic StringExtensions.getRenderedValue(InstantType context) static StringExtensions.getTimezoneCode(InstantType context) static InstantTypeExtensions.setRenderedValue(InstantType context, String value) static InstantTypeExtensions.setTimezoneCode(InstantType context, String value) -
Uses of InstantType in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InstantTypeModifier and TypeMethodDescriptionprotected InstantTypeJsonParser.parseInstant(String v) protected InstantTypeXmlParser.parseInstant(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InstantTypeModifier and TypeMethodDescriptionprotected voidRdfParser.composeInstant(org.hl7.fhir.utilities.turtle.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.r5.model
Fields in org.hl7.fhir.r5.model declared as InstantTypeModifier and TypeFieldDescriptionprotected InstantTypeAccount.calculatedAtTime the balance amount was calculated.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 InstantTypeImagingSelection.issuedThe date and time this imaging selection was created.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 InstantTypeSubscriptionStatus.SubscriptionStatusNotificationEventComponent.timestampThe actual time this event occurred on the server.protected InstantTypeSignature.whenWhen the digital signature was signed.Methods in org.hl7.fhir.r5.model that return InstantTypeModifier and TypeMethodDescriptionstatic InstantTypeTypeConvertor.castToInstant(Base b) InstantType.copy()Account.getCalculatedAtElement()DocumentReference.getDateElement()ElementDefinition.getDefaultValueInstantType()Observation.getEffectiveInstantType()Appointment.getEndElement()AppointmentResponse.getEndElement()Slot.getEndElement()Subscription.getEndElement()ElementDefinition.getFixedInstantType()Bundle.BundleEntryRequestComponent.getIfModifiedSinceElement()DiagnosticReport.getIssuedElement()ImagingSelection.getIssuedElement()Observation.getIssuedElement()Bundle.BundleEntryResponseComponent.getLastModifiedElement()Meta.getLastUpdatedElement()ElementDefinition.getMaxValueInstantType()ElementDefinition.getMinValueInstantType()ElementDefinition.getPatternInstantType()AuditEvent.getRecordedElement()Provenance.getRecordedElement()Appointment.getStartElement()AppointmentResponse.getStartElement()Slot.getStartElement()DeviceMetric.DeviceMetricCalibrationComponent.getTimeElement()Bundle.getTimestampElement()SubscriptionStatus.SubscriptionStatusNotificationEventComponent.getTimestampElement()ElementDefinition.ElementDefinitionExampleComponent.getValueInstantType()Extension.getValueInstantType()Parameters.ParametersParameterComponent.getValueInstantType()Task.TaskInputComponent.getValueInstantType()Task.TaskOutputComponent.getValueInstantType()Transport.ParameterComponent.getValueInstantType()Transport.TransportOutputComponent.getValueInstantType()Signature.getWhenElement()static InstantTypeInstantType.now()Returns a new instance of DateTimeType with the current system time and MILLI precision and the system local time zonestatic InstantTypeCreates 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.Methods in org.hl7.fhir.r5.model with parameters of type InstantTypeModifier and TypeMethodDescriptionAccount.setCalculatedAtElement(InstantType value) DocumentReference.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) ImagingSelection.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) SubscriptionStatus.SubscriptionStatusNotificationEventComponent.setTimestampElement(InstantType value) Signature.setWhenElement(InstantType value) -
Uses of InstantType in org.hl7.fhir.r5.patterns
Methods in org.hl7.fhir.r5.patterns that return InstantTypeMethods in org.hl7.fhir.r5.patterns with parameters of type InstantType