
Uses of Class
org.hl7.fhir.r5.openehr.DV_URI
Packages that use DV_URI
-
Uses of DV_URI in org.hl7.fhir.r5.openehr
Subclasses of DV_URI in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
A 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_URI
DV_TEXT.hyperlink
DEPRECATED: this field is deprecated; use markdown link/text in the value attribute, and 'markdown' as the value of the formatting field.protected DV_URI
DV_MULTIMEDIA.uri
URI 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_URI
OpenehrJsonParser.parseDV_URI
(com.google.gson.JsonObject json) protected DV_URI
OpenehrXmlParser.parseDV_URI
(org.xmlpull.v1.XmlPullParser xpp) DV_URI.setValueElement
(UriType value) protected DV_URI
DV_URI.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type DV_URIModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeDV_URI
(String name, DV_URI element) protected void
OpenehrXmlParser.composeDV_URI
(String name, DV_URI element) protected void
OpenehrXmlParser.composeDV_URIElements
(DV_URI element) protected void
OpenehrJsonParser.composeDV_URIProperties
(DV_URI element) void
DV_URI.copyValues
(DV_URI dst) protected boolean
OpenehrXmlParser.parseDV_URIContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_URI res) protected void
OpenehrJsonParser.parseDV_URIProperties
(com.google.gson.JsonObject json, DV_URI res) DV_TEXT.setHyperlink
(DV_URI value)