Uses of Class
org.hl7.fhir.dstu2.model.InstantType
-
Packages that use InstantType Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of InstantType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type InstantType Modifier and Type Method Description 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.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as InstantType Modifier and Type Field Description protected InstantTypeAuditEvent.AuditEventEventComponent. dateTimeThe time when the event occurred on the source.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 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. lastSystemChangeDescribes the timestamp for the most recent system change which includes device configuration or setting change.protected InstantTypeMeta. lastUpdatedWhen the resource last changed - e.g.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.dstu2.model that return InstantType Modifier and Type Method Description InstantTypeBase. castToInstant(Base b)InstantTypeInstantType. copy()InstantTypeAuditEvent.AuditEventEventComponent. getDateTimeElement()InstantTypeAppointment. getEndElement()InstantTypeAppointmentResponse. getEndElement()InstantTypeSlot. getEndElement()InstantTypeSubscription. getEndElement()InstantTypeBundle.BundleEntryRequestComponent. getIfModifiedSinceElement()InstantTypeDocumentReference. getIndexedElement()InstantTypeDiagnosticReport. getIssuedElement()InstantTypeObservation. getIssuedElement()InstantTypeBundle.BundleEntryResponseComponent. getLastModifiedElement()InstantTypeDeviceComponent. getLastSystemChangeElement()InstantTypeMeta. getLastUpdatedElement()InstantTypeProvenance. getRecordedElement()InstantTypeAppointment. getStartElement()InstantTypeAppointmentResponse. getStartElement()InstantTypeSlot. getStartElement()InstantTypeDeviceMetric.DeviceMetricCalibrationComponent. getTimeElement()InstantTypeMessageHeader. getTimestampElement()InstantTypeQuestionnaireResponse.QuestionAnswerComponent. getValueInstantType()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.dstu2.model with parameters of type InstantType Constructor Description AuditEventEventComponent(Coding type, InstantType dateTime)DeviceComponent(CodeableConcept type, Identifier identifier, InstantType lastSystemChange)DiagnosticReport(Enumeration<DiagnosticReport.DiagnosticReportStatus> status, CodeableConcept code, Reference subject, Type effective, InstantType issued, Reference performer)DocumentReference(CodeableConcept type, InstantType indexed, Enumeration<Enumerations.DocumentReferenceStatus> status)MessageHeader(InstantType timestamp, Coding event, MessageHeader.MessageSourceComponent source)Provenance(InstantType recorded)Signature(InstantType when, Type who, CodeType contentType, Base64BinaryType blob)Slot(Reference schedule, Enumeration<Slot.SlotStatus> freeBusyType, InstantType start, InstantType end)
-