Package org.hl7.fhir
Class ImagingStudySeries
java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.ImagingStudySeries
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ImagingStudySeries
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.Series complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImagingStudy.Series">
<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="modality" type="{http://hl7.org/fhir}Coding"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="numberOfInstances" type="{http://hl7.org/fhir}unsignedInt"/>
<element name="availability" type="{http://hl7.org/fhir}InstanceAvailability" minOccurs="0"/>
<element name="url" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
<element name="bodySite" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<element name="laterality" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<element name="started" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="instance" type="{http://hl7.org/fhir}ImagingStudy.Instance" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InstanceAvailabilityprotected Codingprotected Stringprotected List<ImagingStudyInstance> protected Codingprotected Codingprotected UnsignedIntprotected UnsignedIntprotected DateTimeprotected Oidprotected UriFields inherited from class org.hl7.fhir.BackboneElement
modifierExtension -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the availability property.Gets the value of the bodySite property.Gets the value of the description property.Gets the value of the instance property.Gets the value of the laterality property.Gets the value of the modality property.Gets the value of the number property.Gets the value of the numberOfInstances property.Gets the value of the started property.getUid()Gets the value of the uid property.getUrl()Gets the value of the url property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the availability property.voidsetBodySite(Coding value) Sets the value of the bodySite property.voidsetDescription(String value) Sets the value of the description property.voidsetInstance(List<ImagingStudyInstance> value) voidsetLaterality(Coding value) Sets the value of the laterality property.voidsetModality(Coding value) Sets the value of the modality property.voidsetNumber(UnsignedInt value) Sets the value of the number property.voidsetNumberOfInstances(UnsignedInt value) Sets the value of the numberOfInstances property.voidsetStarted(DateTime value) Sets the value of the started property.voidSets the value of the uid property.voidSets the value of the url property.toString()withBodySite(Coding value) withDescription(String value) withExtension(Collection<Extension> values) withExtension(Extension... values) withInstance(Collection<ImagingStudyInstance> values) withInstance(ImagingStudyInstance... values) withLaterality(Coding value) withModality(Coding value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withNumber(UnsignedInt value) withNumberOfInstances(UnsignedInt value) withStarted(DateTime value) Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension, setModifierExtensionMethods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
uid
-
number
-
modality
-
description
-
numberOfInstances
-
availability
-
url
-
bodySite
-
laterality
-
started
-
instance
-
-
Constructor Details
-
ImagingStudySeries
public ImagingStudySeries()
-
-
Method Details
-
getUid
Gets the value of the uid property.- Returns:
- possible object is
Oid
-
setUid
Sets the value of the uid property.- Parameters:
value- allowed object isOid
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
UnsignedInt
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isUnsignedInt
-
getModality
Gets the value of the modality property.- Returns:
- possible object is
Coding
-
setModality
Sets the value of the modality property.- Parameters:
value- allowed object isCoding
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getNumberOfInstances
Gets the value of the numberOfInstances property.- Returns:
- possible object is
UnsignedInt
-
setNumberOfInstances
Sets the value of the numberOfInstances property.- Parameters:
value- allowed object isUnsignedInt
-
getAvailability
Gets the value of the availability property.- Returns:
- possible object is
InstanceAvailability
-
setAvailability
Sets the value of the availability property.- Parameters:
value- allowed object isInstanceAvailability
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
Uri
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isUri
-
getBodySite
Gets the value of the bodySite property.- Returns:
- possible object is
Coding
-
setBodySite
Sets the value of the bodySite property.- Parameters:
value- allowed object isCoding
-
getLaterality
Gets the value of the laterality property.- Returns:
- possible object is
Coding
-
setLaterality
Sets the value of the laterality property.- Parameters:
value- allowed object isCoding
-
getStarted
Gets the value of the started property.- Returns:
- possible object is
DateTime
-
setStarted
Sets the value of the started property.- Parameters:
value- allowed object isDateTime
-
getInstance
Gets the value of the instance 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 Jakarta XML Binding object. This is why there is not a
setmethod for the instance property.For example, to add a new item, do as follows:
getInstance().add(newItem);Objects of the following type(s) are allowed in the list
ImagingStudyInstance -
withUid
-
withNumber
-
withModality
-
withDescription
-
withNumberOfInstances
-
withAvailability
-
withUrl
-
withBodySite
-
withLaterality
-
withStarted
-
withInstance
-
withInstance
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withId
- Overrides:
withIdin classBackboneElement
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classBackboneElement
-
equals
- Overrides:
equalsin classBackboneElement
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classBackboneElement
-
hashCode
public int hashCode()- Overrides:
hashCodein classBackboneElement
-
toString
- Overrides:
toStringin classBackboneElement
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classBackboneElement
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBackboneElement
-
setInstance
-