| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected InstantType |
JsonParser.parseInstant(String v) |
protected InstantType |
XmlParser.parseInstant(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XmlParser.composeInstant(String name,
InstantType value) |
protected void |
RdfParser.composeInstant(Turtle.Complex parent,
String parentType,
String name,
InstantType value,
int index) |
protected void |
JsonParser.composeInstantCore(String name,
InstantType value,
boolean inArray) |
protected void |
JsonParser.composeInstantExtras(String name,
InstantType value,
boolean inArray) |
| Modifier and Type | Field and Description |
|---|---|
protected InstantType |
DocumentReference.date
When the document reference was created.
|
protected InstantType |
Slot.end
Date/Time that the slot is to conclude.
|
protected InstantType |
Subscription.end
The time for the server to turn the subscription off.
|
protected InstantType |
AppointmentResponse.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.
|
protected InstantType |
Appointment.end
Date/Time that the appointment is to conclude.
|
protected InstantType |
Bundle.BundleEntryRequestComponent.ifModifiedSince
Only perform the operation if the last updated date matches.
|
protected InstantType |
Observation.issued
The date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.
|
protected InstantType |
DiagnosticReport.issued
The date and time that this version of the report was made available to providers, typically after the report was reviewed and verified.
|
protected InstantType |
Media.issued
The date and time this version of the media was made available to providers, typically after having been reviewed.
|
protected InstantType |
Bundle.BundleEntryResponseComponent.lastModified
The date/time that the resource was modified on the server.
|
protected InstantType |
Meta.lastUpdated
When the resource last changed - e.g.
|
protected InstantType |
Provenance.recorded
The instant of time at which the activity was recorded.
|
protected InstantType |
AuditEvent.recorded
The time when the event was recorded.
|
protected InstantType |
Slot.start
Date/Time that the slot is to begin.
|
protected InstantType |
AppointmentResponse.start
Date/Time that the appointment is to take place, or requested new start time.
|
protected InstantType |
Appointment.start
Date/Time that the appointment is to take place.
|
protected InstantType |
DeviceMetric.DeviceMetricCalibrationComponent.time
Describes the time last calibration has been performed.
|
protected InstantType |
Bundle.timestamp
The date/time that the bundle was assembled - i.e.
|
protected InstantType |
Signature.when
When the digital signature was signed.
|
| Modifier and Type | Method and Description |
|---|---|
InstantType |
Base.castToInstant(Base b) |
InstantType |
InstantType.copy() |
InstantType |
DocumentReference.getDateElement() |
InstantType |
Observation.getEffectiveInstantType() |
InstantType |
Slot.getEndElement() |
InstantType |
Subscription.getEndElement() |
InstantType |
AppointmentResponse.getEndElement() |
InstantType |
Appointment.getEndElement() |
InstantType |
Bundle.BundleEntryRequestComponent.getIfModifiedSinceElement() |
InstantType |
Observation.getIssuedElement() |
InstantType |
DiagnosticReport.getIssuedElement() |
InstantType |
Media.getIssuedElement() |
InstantType |
Bundle.BundleEntryResponseComponent.getLastModifiedElement() |
InstantType |
Meta.getLastUpdatedElement() |
InstantType |
ElementDefinition.getMaxValueInstantType() |
InstantType |
ElementDefinition.getMinValueInstantType() |
InstantType |
Provenance.getRecordedElement() |
InstantType |
AuditEvent.getRecordedElement() |
InstantType |
Slot.getStartElement() |
InstantType |
AppointmentResponse.getStartElement() |
InstantType |
Appointment.getStartElement() |
InstantType |
DeviceMetric.DeviceMetricCalibrationComponent.getTimeElement() |
InstantType |
Bundle.getTimestampElement() |
InstantType |
Signature.getWhenElement() |
static InstantType |
InstantType.now()
Returns a new instance of DateTimeType with the current system time and MILLI precision and the system local time
zone
|
static InstantType |
InstantType.parseV3(String theV3String)
Creates a new instance by parsing an HL7 v3 format date time string
|
static InstantType |
DateType.today() |
static InstantType |
InstantType.withCurrentTime()
Factory method which creates a new InstantDt with millisecond precision and initializes it with the
current time and the system local timezone.
|
| Constructor and Description |
|---|
AuditEvent(Coding type,
InstantType recorded,
AuditEvent.AuditEventSourceComponent source)
Constructor
|
Provenance(InstantType recorded)
Constructor
|
Signature(InstantType when,
Reference who)
Constructor
|
Slot(Reference schedule,
Enumeration<Slot.SlotStatus> status,
InstantType start,
InstantType end)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.