Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

org.hl7.v3
Class Thumbnail

java.lang.Object
  extended by org.hl7.v3.BIN
      extended by org.hl7.v3.ED
          extended by org.hl7.v3.Thumbnail
All Implemented Interfaces:
java.io.Serializable

public class Thumbnail
extends ED

A thumbnail is an abbreviated rendition of the full data. A thumbnail requires significantly fewer resources than the full data, while still maintaining some distinctive similarity with the full data. A thumbnail is typically used with by-reference encapsulated data. It allows a user to select data more efficiently before actually downloading through the reference.

Java class for thumbnail complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="thumbnail">
   <complexContent>
     <restriction base="{urn:hl7-org:v3}ED">
       <sequence>
         <element name="reference" type="{urn:hl7-org:v3}TEL" minOccurs="0"/>
         <element name="thumbnail" type="{urn:hl7-org:v3}thumbnail" maxOccurs="0" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hl7.v3.ED
compression, integrityCheck, integrityCheckAlgorithm, language, mediaType
 
Fields inherited from class org.hl7.v3.BIN
content, representation
 
Constructor Summary
Thumbnail()
           
 
Method Summary
 
Methods inherited from class org.hl7.v3.ED
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaType
 
Methods inherited from class org.hl7.v3.BIN
content, getRepresentation, setContent, setRepresentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Thumbnail

public Thumbnail()

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013