
Uses of Class
org.hl7.fhir.r5.openehr.DV_DURATION
Packages that use DV_DURATION
-
Uses of DV_DURATION in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as DV_DURATIONModifier and TypeFieldDescriptionprotected DV_DURATION
HISTORY.duration
Duration of the entire History; either corresponds to the duration of all the events, and/or the duration represented by the summary, if it exists.protected DV_DURATION
HISTORY.period
Period between samples in this segment if periodic.protected DV_DURATION
INTERVAL_EVENT.width
Duration of the time interval during which the values recorded under data are true and, if set, the values recorded under state are true.Methods in org.hl7.fhir.r5.openehr that return DV_DURATIONModifier and TypeMethodDescriptionDV_DURATION.copy()
HISTORY.getDuration()
HISTORY.getPeriod()
INTERVAL_EVENT.getWidth()
protected DV_DURATION
OpenehrJsonParser.parseDV_DURATION
(com.google.gson.JsonObject json) protected DV_DURATION
OpenehrXmlParser.parseDV_DURATION
(org.xmlpull.v1.XmlPullParser xpp) DV_DURATION.setValueElement
(StringType value) protected DV_DURATION
DV_DURATION.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type DV_DURATIONModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeDV_DURATION
(String name, DV_DURATION element) protected void
OpenehrXmlParser.composeDV_DURATION
(String name, DV_DURATION element) protected void
OpenehrXmlParser.composeDV_DURATIONElements
(DV_DURATION element) protected void
OpenehrJsonParser.composeDV_DURATIONProperties
(DV_DURATION element) void
DV_DURATION.copyValues
(DV_DURATION dst) protected boolean
OpenehrXmlParser.parseDV_DURATIONContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_DURATION res) protected void
OpenehrJsonParser.parseDV_DURATIONProperties
(com.google.gson.JsonObject json, DV_DURATION res) HISTORY.setDuration
(DV_DURATION value) HISTORY.setPeriod
(DV_DURATION value) INTERVAL_EVENT.setWidth
(DV_DURATION value) Constructors in org.hl7.fhir.r5.openehr with parameters of type DV_DURATIONModifierConstructorDescriptionINTERVAL_EVENT
(DV_DURATION width, DV_CODED_TEXT math_function) Constructor