
Uses of Class
org.hl7.fhir.r5.openehr.DV_INTERVAL
Packages that use DV_INTERVAL
- 
Uses of DV_INTERVAL in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr declared as DV_INTERVALModifier and TypeFieldDescriptionprotected DV_INTERVALDV_ORDERED.normal_rangeOptional normal range.protected DV_INTERVALREFERENCE_RANGE.rangeThe data range for this meaning, e.g. critical etc.protected DV_INTERVALPARTICIPATION.timeOptional reference to more detailed demographic or identification information for this party, in an external system.protected DV_INTERVALCAPABILITY.time_validityValid time interval for the credentials of this capability.protected DV_INTERVALCONTACT.time_validityValid time interval for this contact descriptor.protected DV_INTERVALPARTY_RELATIONSHIP.time_validityValid time interval for this relationship.protected DV_INTERVALROLE.time_validityIdentities 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_INTERVALOpenehrJsonParser.parseDV_INTERVAL(com.google.gson.JsonObject json) protected DV_INTERVALOpenehrXmlParser.parseDV_INTERVAL(org.xmlpull.v1.XmlPullParser xpp) protected DV_INTERVALDV_INTERVAL.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type DV_INTERVALModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeDV_INTERVAL(String name, DV_INTERVAL element) protected voidOpenehrXmlParser.composeDV_INTERVAL(String name, DV_INTERVAL element) protected voidOpenehrXmlParser.composeDV_INTERVALElements(DV_INTERVAL element) protected voidOpenehrJsonParser.composeDV_INTERVALProperties(DV_INTERVAL element) voidDV_INTERVAL.copyValues(DV_INTERVAL dst) protected booleanOpenehrXmlParser.parseDV_INTERVALContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_INTERVAL res) protected voidOpenehrJsonParser.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