Package org.hl7.fhir

Class ImagingExcerptSeries

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

public class ImagingExcerptSeries 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 ImagingExcerpt 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 ImagingExcerpt.Series complex type.

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

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