Package org.hl7.fhir

Class Media

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class Media extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions

Java class for Media complex type.

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

 <complexType name="Media">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="type" type="{http://hl7.org/fhir}DigitalMediaType"/>
         <element name="subtype" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="view" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="subject" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="operator" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="deviceName" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="height" type="{http://hl7.org/fhir}positiveInt" minOccurs="0"/>
         <element name="width" type="{http://hl7.org/fhir}positiveInt" minOccurs="0"/>
         <element name="frames" type="{http://hl7.org/fhir}positiveInt" minOccurs="0"/>
         <element name="duration" type="{http://hl7.org/fhir}unsignedInt" minOccurs="0"/>
         <element name="content" type="{http://hl7.org/fhir}Attachment"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>