
Uses of Class
org.hl7.fhir.r5.openehr.DV_INTERVAL
Packages that use DV_INTERVAL
-
Uses of DV_INTERVAL in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as DV_INTERVALModifier and TypeFieldDescriptionprotected DV_INTERVAL
DV_ORDERED.normal_range
Optional normal range.protected DV_INTERVAL
REFERENCE_RANGE.range
The data range for this meaning, e.g. critical etc.protected DV_INTERVAL
PARTICIPATION.time
Optional reference to more detailed demographic or identification information for this party, in an external system.protected DV_INTERVAL
CAPABILITY.time_validity
Valid time interval for the credentials of this capability.protected DV_INTERVAL
CONTACT.time_validity
Valid time interval for this contact descriptor.protected DV_INTERVAL
PARTY_RELATIONSHIP.time_validity
Valid time interval for this relationship.protected DV_INTERVAL
ROLE.time_validity
Identities used by the ROLE to identify itself, such as legal name, stage names, aliases, nicknames and so on.Methods in org.hl7.fhir.r5.openehr that return DV_INTERVALModifier and TypeMethodDescriptionDV_INTERVAL.copy()
DV_ORDERED.getNormal_range()
REFERENCE_RANGE.getRange()
PARTICIPATION.getTime()
CAPABILITY.getTime_validity()
CONTACT.getTime_validity()
PARTY_RELATIONSHIP.getTime_validity()
ROLE.getTime_validity()
protected DV_INTERVAL
OpenehrJsonParser.parseDV_INTERVAL
(com.google.gson.JsonObject json) protected DV_INTERVAL
OpenehrXmlParser.parseDV_INTERVAL
(org.xmlpull.v1.XmlPullParser xpp) protected DV_INTERVAL
DV_INTERVAL.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type DV_INTERVALModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeDV_INTERVAL
(String name, DV_INTERVAL element) protected void
OpenehrXmlParser.composeDV_INTERVAL
(String name, DV_INTERVAL element) protected void
OpenehrXmlParser.composeDV_INTERVALElements
(DV_INTERVAL element) protected void
OpenehrJsonParser.composeDV_INTERVALProperties
(DV_INTERVAL element) void
DV_INTERVAL.copyValues
(DV_INTERVAL dst) protected boolean
OpenehrXmlParser.parseDV_INTERVALContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_INTERVAL res) protected void
OpenehrJsonParser.parseDV_INTERVALProperties
(com.google.gson.JsonObject json, DV_INTERVAL res) DV_ORDERED.setNormal_range
(DV_INTERVAL value) REFERENCE_RANGE.setRange
(DV_INTERVAL value) PARTICIPATION.setTime
(DV_INTERVAL value) CAPABILITY.setTime_validity
(DV_INTERVAL value) CONTACT.setTime_validity
(DV_INTERVAL value) PARTY_RELATIONSHIP.setTime_validity
(DV_INTERVAL value) ROLE.setTime_validity
(DV_INTERVAL value) Constructors in org.hl7.fhir.r5.openehr with parameters of type DV_INTERVAL