Class BodySite
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.BodySite
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class BodySite extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensionsJava class for BodySite complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BodySite"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="patient" type="{http://hl7.org/fhir}Reference"/> <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/> <element name="code" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="modifier" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/> <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="image" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CodeableConceptcodeprotected Stringdescriptionprotected java.util.List<Identifier>identifierprotected java.util.List<Attachment>imageprotected java.util.List<CodeableConcept>modifierprotected Referencepatient-
Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description BodySite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(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)CodeableConceptgetCode()Gets the value of the code property.StringgetDescription()Gets the value of the description property.java.util.List<Identifier>getIdentifier()Gets the value of the identifier property.java.util.List<Attachment>getImage()Gets the value of the image property.java.util.List<CodeableConcept>getModifier()Gets the value of the modifier property.ReferencegetPatient()Gets the value of the patient property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetCode(CodeableConcept value)Sets the value of the code property.voidsetDescription(String value)Sets the value of the description property.voidsetPatient(Reference value)Sets the value of the patient property.java.lang.StringtoString()BodySitewithCode(CodeableConcept value)BodySitewithContained(java.util.Collection<ResourceContainer> values)BodySitewithContained(ResourceContainer... values)BodySitewithDescription(String value)BodySitewithExtension(java.util.Collection<Extension> values)BodySitewithExtension(Extension... values)BodySitewithId(Id value)BodySitewithIdentifier(java.util.Collection<Identifier> values)BodySitewithIdentifier(Identifier... values)BodySitewithImage(java.util.Collection<Attachment> values)BodySitewithImage(Attachment... values)BodySitewithImplicitRules(Uri value)BodySitewithLanguage(Code value)BodySitewithMeta(Meta value)BodySitewithModifier(java.util.Collection<CodeableConcept> values)BodySitewithModifier(CodeableConcept... values)BodySitewithModifierExtension(java.util.Collection<Extension> values)BodySitewithModifierExtension(Extension... values)BodySitewithPatient(Reference value)BodySitewithText(Narrative value)-
Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setText
-
Methods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
-
-
-
Field Detail
-
patient
protected Reference patient
-
identifier
protected java.util.List<Identifier> identifier
-
code
protected CodeableConcept code
-
modifier
protected java.util.List<CodeableConcept> modifier
-
description
protected String description
-
image
protected java.util.List<Attachment> image
-
-
Method Detail
-
getPatient
public Reference getPatient()
Gets the value of the patient property.- Returns:
- possible object is
Reference
-
setPatient
public void setPatient(Reference value)
Sets the value of the patient property.- Parameters:
value- allowed object isReference
-
getIdentifier
public java.util.List<Identifier> 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 JAXB 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
-
getCode
public CodeableConcept getCode()
Gets the value of the code property.- Returns:
- possible object is
CodeableConcept
-
setCode
public void setCode(CodeableConcept value)
Sets the value of the code property.- Parameters:
value- allowed object isCodeableConcept
-
getModifier
public java.util.List<CodeableConcept> getModifier()
Gets the value of the modifier 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
setmethod for the modifier property.For example, to add a new item, do as follows:
getModifier().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getImage
public java.util.List<Attachment> getImage()
Gets the value of the image 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
setmethod for the image property.For example, to add a new item, do as follows:
getImage().add(newItem);Objects of the following type(s) are allowed in the list
Attachment
-
withIdentifier
public BodySite withIdentifier(Identifier... values)
-
withIdentifier
public BodySite withIdentifier(java.util.Collection<Identifier> values)
-
withCode
public BodySite withCode(CodeableConcept value)
-
withModifier
public BodySite withModifier(CodeableConcept... values)
-
withModifier
public BodySite withModifier(java.util.Collection<CodeableConcept> values)
-
withImage
public BodySite withImage(Attachment... values)
-
withImage
public BodySite withImage(java.util.Collection<Attachment> values)
-
withText
public BodySite withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public BodySite withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public BodySite withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public BodySite withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public BodySite withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public BodySite withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public BodySite withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public BodySite withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public BodySite withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public BodySite withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public BodySite withLanguage(Code value)
- Overrides:
withLanguagein classDomainResource
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
public boolean equals(java.lang.Object object)
- 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
public java.lang.String toString()
- Overrides:
toStringin classDomainResource
-
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:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
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:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
-