
Uses of Class
org.hl7.fhir.r5.openehr.DV_DATE_TIME
Packages that use DV_DATE_TIME
-
Uses of DV_DATE_TIME in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as DV_DATE_TIMEModifier and TypeFieldDescriptionprotected DV_DATE_TIME
EVENT_CONTEXT.end_time
Optional end time of the clinical session.protected DV_DATE_TIME
INSTRUCTION.expiry_time
Optional expiry date/time to assist determination of when an Instruction can be assumed to have expired.protected DV_DATE_TIME
HISTORY.origin
Time origin of this event history.protected DV_DATE_TIME
EVENT_CONTEXT.start_time
Start time of the clinical session or other kind of event during which a provider performs a service of any kind for the patient.protected DV_DATE_TIME
ACTION.time
Point in time at which this action completed.protected DV_DATE_TIME
EVENT.time
Time of this event.protected DV_DATE_TIME
FEEDER_AUDIT_DETAILS.time
Time of handling the item.protected DV_DATE_TIME
AUDIT_DETAILS.time_committed
Time of committal of the item.protected DV_DATE_TIME
EHR.time_created
Time of creation of the EHR.protected DV_DATE_TIME
VERSIONED_OBJECT.time_created
Time of initial creation of this versioned object.Methods in org.hl7.fhir.r5.openehr that return DV_DATE_TIMEModifier and TypeMethodDescriptionDV_DATE_TIME.copy()
EVENT_CONTEXT.getEnd_time()
INSTRUCTION.getExpiry_time()
HISTORY.getOrigin()
EVENT_CONTEXT.getStart_time()
ACTION.getTime()
EVENT.getTime()
FEEDER_AUDIT_DETAILS.getTime()
AUDIT_DETAILS.getTime_committed()
EHR.getTime_created()
VERSIONED_OBJECT.getTime_created()
protected DV_DATE_TIME
OpenehrJsonParser.parseDV_DATE_TIME
(com.google.gson.JsonObject json) protected DV_DATE_TIME
OpenehrXmlParser.parseDV_DATE_TIME
(org.xmlpull.v1.XmlPullParser xpp) DV_DATE_TIME.setValueElement
(DateTimeType value) protected DV_DATE_TIME
DV_DATE_TIME.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type DV_DATE_TIMEModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeDV_DATE_TIME
(String name, DV_DATE_TIME element) protected void
OpenehrXmlParser.composeDV_DATE_TIME
(String name, DV_DATE_TIME element) protected void
OpenehrXmlParser.composeDV_DATE_TIMEElements
(DV_DATE_TIME element) protected void
OpenehrJsonParser.composeDV_DATE_TIMEProperties
(DV_DATE_TIME element) void
DV_DATE_TIME.copyValues
(DV_DATE_TIME dst) protected boolean
OpenehrXmlParser.parseDV_DATE_TIMEContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_DATE_TIME res) protected void
OpenehrJsonParser.parseDV_DATE_TIMEProperties
(com.google.gson.JsonObject json, DV_DATE_TIME res) EVENT_CONTEXT.setEnd_time
(DV_DATE_TIME value) INSTRUCTION.setExpiry_time
(DV_DATE_TIME value) HISTORY.setOrigin
(DV_DATE_TIME value) EVENT_CONTEXT.setStart_time
(DV_DATE_TIME value) ACTION.setTime
(DV_DATE_TIME value) EVENT.setTime
(DV_DATE_TIME value) FEEDER_AUDIT_DETAILS.setTime
(DV_DATE_TIME value) AUDIT_DETAILS.setTime_committed
(DV_DATE_TIME value) EHR.setTime_created
(DV_DATE_TIME value) VERSIONED_OBJECT.setTime_created
(DV_DATE_TIME value) Constructors in org.hl7.fhir.r5.openehr with parameters of type DV_DATE_TIMEModifierConstructorDescriptionACTION
(DV_DATE_TIME time, ISM_TRANSITION ism_transition, ITEM_STRUCTURE description) ConstructorAUDIT_DETAILS
(String system_id, DV_DATE_TIME time_committed, DV_CODED_TEXT change_type, PARTY_PROXY committer) ConstructorEHR
(HIER_OBJECT_ID system_id, HIER_OBJECT_ID ehr_id, OBJECT_REF ehr_status, OBJECT_REF ehr_access, DV_DATE_TIME time_created) ConstructorEVENT
(DV_DATE_TIME time, Any data) ConstructorEVENT_CONTEXT
(DV_DATE_TIME start_time, DV_CODED_TEXT setting) ConstructorHISTORY
(DV_DATE_TIME origin) ConstructorVERSIONED_OBJECT
(HIER_OBJECT_ID uid, OBJECT_REF owner_id, DV_DATE_TIME time_created) Constructor