Package org.hl7.fhir

Class ImagingObjectSelectionSeries

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

    public class ImagingObjectSelectionSeries
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    A manifest of a set of DICOM Service-Object Pair Instances (SOP Instances). The referenced SOP Instances (images or other content) are for a single patient, and may be from one or more studies. The referenced SOP Instances have been selected for a purpose, such as quality assurance, conference, or consult. Reflecting that range of purposes, typical ImagingObjectSelection resources may include all SOP Instances in a study (perhaps for sharing through a Health Information Exchange); key images from multiple studies (for reference by a referring or treating physician); a multi-frame ultrasound instance ("cine" video clip) and a set of measurements taken from that instance (for inclusion in a teaching file); and so on.

    Java class for ImagingObjectSelection.Series complex type.

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

     <complexType name="ImagingObjectSelection.Series">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="uid" type="{http://hl7.org/fhir}oid"/>
             <element name="url" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
             <element name="instance" type="{http://hl7.org/fhir}ImagingObjectSelection.Instance" maxOccurs="unbounded"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>