Package org.hl7.fhir

Class ImagingObjectSelection

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

public class ImagingObjectSelection 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 ImagingObjectSelection complex type.

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

 <complexType name="ImagingObjectSelection">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="uid" type="{http://hl7.org/fhir}oid"/>
         <element name="patient" type="{http://hl7.org/fhir}Reference"/>
         <element name="authoringTime" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="author" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="title" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="study" type="{http://hl7.org/fhir}ImagingObjectSelection.Study" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>