
Uses of Class
org.hl7.fhir.r5.openehr.DV_URI
Packages that use DV_URI
- 
Uses of DV_URI in org.hl7.fhir.r5.openehrSubclasses of DV_URI in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassA DV_EHR_URI is a DV_URI which has the scheme name 'ehr', and which can only reference items in EHRs.Fields in org.hl7.fhir.r5.openehr declared as DV_URIModifier and TypeFieldDescriptionprotected DV_URIDV_TEXT.hyperlinkDEPRECATED: this field is deprecated; use markdown link/text in the value attribute, and 'markdown' as the value of the formatting field.protected DV_URIDV_MULTIMEDIA.uriURI reference to electronic information stored outside the record as a file, database entry etc, if supplied as a reference.Methods in org.hl7.fhir.r5.openehr that return DV_URIModifier and TypeMethodDescriptionDV_URI.copy()DV_TEXT.getHyperlink()DV_MULTIMEDIA.getUri()protected DV_URIOpenehrJsonParser.parseDV_URI(com.google.gson.JsonObject json) protected DV_URIOpenehrXmlParser.parseDV_URI(org.xmlpull.v1.XmlPullParser xpp) DV_URI.setValueElement(UriType value) protected DV_URIDV_URI.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type DV_URIModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeDV_URI(String name, DV_URI element) protected voidOpenehrXmlParser.composeDV_URI(String name, DV_URI element) protected voidOpenehrXmlParser.composeDV_URIElements(DV_URI element) protected voidOpenehrJsonParser.composeDV_URIProperties(DV_URI element) voidDV_URI.copyValues(DV_URI dst) protected booleanOpenehrXmlParser.parseDV_URIContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_URI res) protected voidOpenehrJsonParser.parseDV_URIProperties(com.google.gson.JsonObject json, DV_URI res) DV_TEXT.setHyperlink(DV_URI value)