Package org.hl7.fhir

Class ImagingStudyInstance

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

    public class ImagingStudyInstance
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities.

    Java class for ImagingStudy.Instance complex type.

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

     <complexType name="ImagingStudy.Instance">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="uid" type="{http://hl7.org/fhir}oid"/>
             <element name="number" type="{http://hl7.org/fhir}unsignedInt" minOccurs="0"/>
             <element name="sopClass" type="{http://hl7.org/fhir}oid"/>
             <element name="type" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="title" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="content" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ImagingStudyInstance

        public ImagingStudyInstance()
    • Method Detail

      • getUid

        public Oid getUid()
        Gets the value of the uid property.
        Returns:
        possible object is Oid
      • setUid

        public void setUid​(Oid value)
        Sets the value of the uid property.
        Parameters:
        value - allowed object is Oid
      • getNumber

        public UnsignedInt getNumber()
        Gets the value of the number property.
        Returns:
        possible object is UnsignedInt
      • setNumber

        public void setNumber​(UnsignedInt value)
        Sets the value of the number property.
        Parameters:
        value - allowed object is UnsignedInt
      • getSopClass

        public Oid getSopClass()
        Gets the value of the sopClass property.
        Returns:
        possible object is Oid
      • setSopClass

        public void setSopClass​(Oid value)
        Sets the value of the sopClass property.
        Parameters:
        value - allowed object is Oid
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getTitle

        public String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String
      • getContent

        public java.util.List<Attachment> getContent()
        Gets the value of the content property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the content property.

        For example, to add a new item, do as follows:

            getContent().add(newItem);
         

        Objects of the following type(s) are allowed in the list Attachment

      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class BackboneElement
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class BackboneElement
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class BackboneElement
      • append

        public java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                              java.lang.StringBuilder buffer,
                                              org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class BackboneElement
      • appendFields

        public java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                    java.lang.StringBuilder buffer,
                                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class BackboneElement