
Uses of Class
org.hl7.fhir.dstu3.model.InstantType
Packages that use InstantType
-
Uses of InstantType in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return InstantTypeModifier and TypeMethodDescriptionprotected InstantTypeJsonParser.parseInstant(String v) protected InstantTypeXmlParser.parseInstant(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.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.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as InstantTypeModifier and TypeFieldDescriptionprotected 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 InstantTypeDocumentReference.indexedWhen the document reference was created.protected InstantTypeDiagnosticReport.issuedThe date and time that this version of the report was released from the source diagnostic service.protected InstantTypeObservation.issuedThe date and time this 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 InstantTypeDeviceComponent.lastSystemChangeThe timestamp for the most recent system change which includes device configuration or setting change.protected InstantTypeMeta.lastUpdatedWhen the resource last changed - e.g. when the version changed.protected InstantTypeAuditEvent.recordedThe time when the event occurred on the source.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 InstantTypeMessageHeader.timestampThe time that the message was sent.protected InstantTypeSignature.whenWhen the digital signature was signed.Methods in org.hl7.fhir.dstu3.model that return InstantTypeModifier 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 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.dstu3.model with parameters of type InstantTypeModifier 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) Constructors in org.hl7.fhir.dstu3.model with parameters of type InstantTypeModifierConstructorDescriptionAuditEvent(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