Class Thumbnail


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-Klasse für thumbnail complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 
  • Constructor Details

    • Thumbnail

      public Thumbnail()