
Uses of Class
org.hl7.fhir.r5.openehr.DV_DURATION
Packages that use DV_DURATION
- 
Uses of DV_DURATION in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr declared as DV_DURATIONModifier and TypeFieldDescriptionprotected DV_DURATIONHISTORY.durationDuration 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_DURATIONHISTORY.periodPeriod between samples in this segment if periodic.protected DV_DURATIONINTERVAL_EVENT.widthDuration 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_DURATIONOpenehrJsonParser.parseDV_DURATION(com.google.gson.JsonObject json) protected DV_DURATIONOpenehrXmlParser.parseDV_DURATION(org.xmlpull.v1.XmlPullParser xpp) DV_DURATION.setValueElement(StringType value) protected DV_DURATIONDV_DURATION.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type DV_DURATIONModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeDV_DURATION(String name, DV_DURATION element) protected voidOpenehrXmlParser.composeDV_DURATION(String name, DV_DURATION element) protected voidOpenehrXmlParser.composeDV_DURATIONElements(DV_DURATION element) protected voidOpenehrJsonParser.composeDV_DURATIONProperties(DV_DURATION element) voidDV_DURATION.copyValues(DV_DURATION dst) protected booleanOpenehrXmlParser.parseDV_DURATIONContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_DURATION res) protected voidOpenehrJsonParser.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