Interface DvMultimedia

All Superinterfaces:
org.openehr.base.base_types.definitions.BasicDefinitions, DataValue, DvEncapsulated, org.openehr.base.base_types.definitions.OpenehrDefinitions

public interface DvMultimedia extends DvEncapsulated
See Also:
  • Method Details

    • getAlternateText

      String getAlternateText()
    • getUri

      DvUri getUri()
    • getData

      List<Byte> getData()
    • getMediaType

      CodePhrase getMediaType()
    • getCompressionAlgorithm

      CodePhrase getCompressionAlgorithm()
    • getIntegrityCheck

      List<Byte> getIntegrityCheck()
    • getIntegrityCheckAlgorithm

      CodePhrase getIntegrityCheckAlgorithm()
    • getThumbnail

      DvMultimedia getThumbnail()
    • getSize

      Integer getSize()
    • isExternal

      Boolean isExternal()
    • isInline

      Boolean isInline()
    • isCompressed

      Boolean isCompressed()
    • hasIntegrityCheck

      Boolean hasIntegrityCheck()