Class ImagingStudy
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for ImagingStudy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImagingStudy">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="uid" type="{http://hl7.org/fhir}oid"/>
<element name="accession" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="availability" type="{http://hl7.org/fhir}InstanceAvailability" minOccurs="0"/>
<element name="modalityList" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
<element name="patient" type="{http://hl7.org/fhir}Reference"/>
<element name="started" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="order" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="referrer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="interpreter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="url" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
<element name="numberOfSeries" type="{http://hl7.org/fhir}unsignedInt"/>
<element name="numberOfInstances" type="{http://hl7.org/fhir}unsignedInt"/>
<element name="procedure" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="series" type="{http://hl7.org/fhir}ImagingStudy.Series" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Identifierprotected InstanceAvailabilityprotected Stringprotected List<Identifier> protected Referenceprotected UnsignedIntprotected UnsignedIntprotected Referenceprotected Referenceprotected List<ImagingStudySeries> protected DateTimeprotected Oidprotected UriFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
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 accession property.Gets the value of the availability property.Gets the value of the description property.Gets the value of the identifier property.Gets the value of the interpreter property.Gets the value of the modalityList property.Gets the value of the numberOfInstances property.Gets the value of the numberOfSeries property.getOrder()Gets the value of the order property.Gets the value of the patient property.Gets the value of the procedure property.Gets the value of the referrer property.Gets the value of the series 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) voidsetAccession(Identifier value) Sets the value of the accession property.voidSets the value of the availability property.voidsetDescription(String value) Sets the value of the description property.voidsetIdentifier(List<Identifier> value) voidsetInterpreter(Reference value) Sets the value of the interpreter property.voidsetModalityList(List<Coding> value) voidsetNumberOfInstances(UnsignedInt value) Sets the value of the numberOfInstances property.voidsetNumberOfSeries(UnsignedInt value) Sets the value of the numberOfSeries property.voidvoidsetPatient(Reference value) Sets the value of the patient property.voidsetProcedure(List<Reference> value) voidsetReferrer(Reference value) Sets the value of the referrer property.voidsetSeries(List<ImagingStudySeries> value) 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()withAccession(Identifier value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDescription(String value) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withInterpreter(Reference value) withLanguage(Code value) withModalityList(Collection<Coding> values) withModalityList(Coding... values) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withNumberOfInstances(UnsignedInt value) withNumberOfSeries(UnsignedInt value) withOrder(Collection<Reference> values) withPatient(Reference value) withProcedure(Collection<Reference> values) withProcedure(Reference... values) withReferrer(Reference value) withSeries(Collection<ImagingStudySeries> values) withSeries(ImagingStudySeries... values) withStarted(DateTime value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
uid
-
accession
-
identifier
-
availability
-
modalityList
-
patient
-
started
-
order
-
referrer
-
interpreter
-
url
-
numberOfSeries
-
numberOfInstances
-
procedure
-
description
-
series
-
-
Constructor Details
-
ImagingStudy
public ImagingStudy()
-
-
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
-
getAccession
Gets the value of the accession property.- Returns:
- possible object is
Identifier
-
setAccession
Sets the value of the accession property.- Parameters:
value- allowed object isIdentifier
-
getIdentifier
Gets the value of the identifier 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 identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
Identifier -
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
-
getModalityList
Gets the value of the modalityList 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 modalityList property.For example, to add a new item, do as follows:
getModalityList().add(newItem);Objects of the following type(s) are allowed in the list
Coding -
getPatient
Gets the value of the patient property.- Returns:
- possible object is
Reference
-
setPatient
Sets the value of the patient property.- Parameters:
value- allowed object isReference
-
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
-
getOrder
Gets the value of the order 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 order property.For example, to add a new item, do as follows:
getOrder().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getReferrer
Gets the value of the referrer property.- Returns:
- possible object is
Reference
-
setReferrer
Sets the value of the referrer property.- Parameters:
value- allowed object isReference
-
getInterpreter
Gets the value of the interpreter property.- Returns:
- possible object is
Reference
-
setInterpreter
Sets the value of the interpreter property.- Parameters:
value- allowed object isReference
-
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
-
getNumberOfSeries
Gets the value of the numberOfSeries property.- Returns:
- possible object is
UnsignedInt
-
setNumberOfSeries
Sets the value of the numberOfSeries property.- Parameters:
value- allowed object isUnsignedInt
-
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
-
getProcedure
Gets the value of the procedure 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 procedure property.For example, to add a new item, do as follows:
getProcedure().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
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
-
getSeries
Gets the value of the series 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 series property.For example, to add a new item, do as follows:
getSeries().add(newItem);Objects of the following type(s) are allowed in the list
ImagingStudySeries -
withUid
-
withAccession
-
withIdentifier
-
withIdentifier
-
withAvailability
-
withModalityList
-
withModalityList
-
withPatient
-
withStarted
-
withOrder
-
withOrder
-
withReferrer
-
withInterpreter
-
withUrl
-
withNumberOfSeries
-
withNumberOfInstances
-
withProcedure
-
withProcedure
-
withDescription
-
withSeries
-
withSeries
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
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 classDomainResource
-
equals
- Overrides:
equalsin classDomainResource
-
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 classDomainResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDomainResource
-
toString
- Overrides:
toStringin classDomainResource
-
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 classDomainResource
-
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 classDomainResource
-
setIdentifier
-
setModalityList
-
setOrder
-
setProcedure
-
setSeries
-