
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.openehrFields in org.hl7.fhir.r5.openehr declared as DV_DATE_TIMEModifier and TypeFieldDescriptionprotected DV_DATE_TIMEEVENT_CONTEXT.end_timeOptional end time of the clinical session.protected DV_DATE_TIMEINSTRUCTION.expiry_timeOptional expiry date/time to assist determination of when an Instruction can be assumed to have expired.protected DV_DATE_TIMEHISTORY.originTime origin of this event history.protected DV_DATE_TIMEEVENT_CONTEXT.start_timeStart 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_TIMEACTION.timePoint in time at which this action completed.protected DV_DATE_TIMEEVENT.timeTime of this event.protected DV_DATE_TIMEFEEDER_AUDIT_DETAILS.timeTime of handling the item.protected DV_DATE_TIMEAUDIT_DETAILS.time_committedTime of committal of the item.protected DV_DATE_TIMEEHR.time_createdTime of creation of the EHR.protected DV_DATE_TIMEVERSIONED_OBJECT.time_createdTime 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_TIMEOpenehrJsonParser.parseDV_DATE_TIME(com.google.gson.JsonObject json) protected DV_DATE_TIMEOpenehrXmlParser.parseDV_DATE_TIME(org.xmlpull.v1.XmlPullParser xpp) DV_DATE_TIME.setValueElement(DateTimeType value) protected DV_DATE_TIMEDV_DATE_TIME.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type DV_DATE_TIMEModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeDV_DATE_TIME(String name, DV_DATE_TIME element) protected voidOpenehrXmlParser.composeDV_DATE_TIME(String name, DV_DATE_TIME element) protected voidOpenehrXmlParser.composeDV_DATE_TIMEElements(DV_DATE_TIME element) protected voidOpenehrJsonParser.composeDV_DATE_TIMEProperties(DV_DATE_TIME element) voidDV_DATE_TIME.copyValues(DV_DATE_TIME dst) protected booleanOpenehrXmlParser.parseDV_DATE_TIMEContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_DATE_TIME res) protected voidOpenehrJsonParser.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