
Uses of Class
org.hl7.fhir.r5.openehr.DV_MULTIMEDIA
Packages that use DV_MULTIMEDIA
-
Uses of DV_MULTIMEDIA in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as DV_MULTIMEDIAModifier and TypeFieldDescriptionprotected DV_MULTIMEDIA
ATTESTATION.attested_view
Optional visual representation of content attested e.g. screen image.protected DV_MULTIMEDIA
DV_MULTIMEDIA.thumbnail
The thumbnail for this item, if one exists; mainly for graphics formats.Methods in org.hl7.fhir.r5.openehr that return DV_MULTIMEDIAModifier and TypeMethodDescriptionDV_MULTIMEDIA.copy()
ATTESTATION.getAttested_view()
DV_MULTIMEDIA.getThumbnail()
protected DV_MULTIMEDIA
OpenehrJsonParser.parseDV_MULTIMEDIA
(com.google.gson.JsonObject json) protected DV_MULTIMEDIA
OpenehrXmlParser.parseDV_MULTIMEDIA
(org.xmlpull.v1.XmlPullParser xpp) DV_MULTIMEDIA.setAlternate_text
(String value) DV_MULTIMEDIA.setAlternate_textElement
(StringType value) DV_MULTIMEDIA.setCompression_algorithm
(CODE_PHRASE value) DV_MULTIMEDIA.setData
(byte[] value) DV_MULTIMEDIA.setDataElement
(Base64BinaryType value) DV_MULTIMEDIA.setIntegrity_check
(byte[] value) DV_MULTIMEDIA.setIntegrity_check_algorithm
(CODE_PHRASE value) DV_MULTIMEDIA.setIntegrity_checkElement
(Base64BinaryType value) DV_MULTIMEDIA.setMedia_type
(CODE_PHRASE value) DV_MULTIMEDIA.setSize
(int value) DV_MULTIMEDIA.setSizeElement
(IntegerType value) DV_MULTIMEDIA.setThumbnail
(DV_MULTIMEDIA value) protected DV_MULTIMEDIA
DV_MULTIMEDIA.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type DV_MULTIMEDIAModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeDV_MULTIMEDIA
(String name, DV_MULTIMEDIA element) protected void
OpenehrXmlParser.composeDV_MULTIMEDIA
(String name, DV_MULTIMEDIA element) protected void
OpenehrXmlParser.composeDV_MULTIMEDIAElements
(DV_MULTIMEDIA element) protected void
OpenehrJsonParser.composeDV_MULTIMEDIAProperties
(DV_MULTIMEDIA element) void
DV_MULTIMEDIA.copyValues
(DV_MULTIMEDIA dst) protected boolean
OpenehrXmlParser.parseDV_MULTIMEDIAContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_MULTIMEDIA res) protected void
OpenehrJsonParser.parseDV_MULTIMEDIAProperties
(com.google.gson.JsonObject json, DV_MULTIMEDIA res) ATTESTATION.setAttested_view
(DV_MULTIMEDIA value) DV_MULTIMEDIA.setThumbnail
(DV_MULTIMEDIA value)