Package org.hl7.fhir

Class ImagingExcerptViewable

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

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

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

     <complexType name="ImagingExcerpt.Viewable">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="contentType" type="{http://hl7.org/fhir}code"/>
             <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="size" type="{http://hl7.org/fhir}unsignedInt" minOccurs="0"/>
             <element name="title" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="url" type="{http://hl7.org/fhir}uri"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>