
Uses of Class
org.hl7.fhir.r5.openehr.DV_MULTIMEDIA
Packages that use DV_MULTIMEDIA
- 
Uses of DV_MULTIMEDIA in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr declared as DV_MULTIMEDIAModifier and TypeFieldDescriptionprotected DV_MULTIMEDIAATTESTATION.attested_viewOptional visual representation of content attested e.g. screen image.protected DV_MULTIMEDIADV_MULTIMEDIA.thumbnailThe 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_MULTIMEDIAOpenehrJsonParser.parseDV_MULTIMEDIA(com.google.gson.JsonObject json) protected DV_MULTIMEDIAOpenehrXmlParser.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_MULTIMEDIADV_MULTIMEDIA.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type DV_MULTIMEDIAModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeDV_MULTIMEDIA(String name, DV_MULTIMEDIA element) protected voidOpenehrXmlParser.composeDV_MULTIMEDIA(String name, DV_MULTIMEDIA element) protected voidOpenehrXmlParser.composeDV_MULTIMEDIAElements(DV_MULTIMEDIA element) protected voidOpenehrJsonParser.composeDV_MULTIMEDIAProperties(DV_MULTIMEDIA element) voidDV_MULTIMEDIA.copyValues(DV_MULTIMEDIA dst) protected booleanOpenehrXmlParser.parseDV_MULTIMEDIAContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_MULTIMEDIA res) protected voidOpenehrJsonParser.parseDV_MULTIMEDIAProperties(com.google.gson.JsonObject json, DV_MULTIMEDIA res) ATTESTATION.setAttested_view(DV_MULTIMEDIA value) DV_MULTIMEDIA.setThumbnail(DV_MULTIMEDIA value)