Package org.hl7.fhir
Class QuestionnaireResponse
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.QuestionnaireResponse
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class QuestionnaireResponse 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 QuestionnaireResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuestionnaireResponse"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/> <element name="questionnaire" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="status" type="{http://hl7.org/fhir}QuestionnaireResponseStatus"/> <element name="subject" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="author" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="authored" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/> <element name="source" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="item" type="{http://hl7.org/fhir}QuestionnaireResponse.Item" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Referenceauthorprotected DateTimeauthoredprotected Referenceencounterprotected Identifieridentifierprotected java.util.List<QuestionnaireResponseItem>itemprotected Referencequestionnaireprotected Referencesourceprotected QuestionnaireResponseStatusstatusprotected Referencesubject-
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 QuestionnaireResponse()
-
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)ReferencegetAuthor()Gets the value of the author property.DateTimegetAuthored()Gets the value of the authored property.ReferencegetEncounter()Gets the value of the encounter property.IdentifiergetIdentifier()Gets the value of the identifier property.java.util.List<QuestionnaireResponseItem>getItem()Gets the value of the item property.ReferencegetQuestionnaire()Gets the value of the questionnaire property.ReferencegetSource()Gets the value of the source property.QuestionnaireResponseStatusgetStatus()Gets the value of the status property.ReferencegetSubject()Gets the value of the subject property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetAuthor(Reference value)Sets the value of the author property.voidsetAuthored(DateTime value)Sets the value of the authored property.voidsetEncounter(Reference value)Sets the value of the encounter property.voidsetIdentifier(Identifier value)Sets the value of the identifier property.voidsetQuestionnaire(Reference value)Sets the value of the questionnaire property.voidsetSource(Reference value)Sets the value of the source property.voidsetStatus(QuestionnaireResponseStatus value)Sets the value of the status property.voidsetSubject(Reference value)Sets the value of the subject property.java.lang.StringtoString()QuestionnaireResponsewithAuthor(Reference value)QuestionnaireResponsewithAuthored(DateTime value)QuestionnaireResponsewithContained(java.util.Collection<ResourceContainer> values)QuestionnaireResponsewithContained(ResourceContainer... values)QuestionnaireResponsewithEncounter(Reference value)QuestionnaireResponsewithExtension(java.util.Collection<Extension> values)QuestionnaireResponsewithExtension(Extension... values)QuestionnaireResponsewithId(Id value)QuestionnaireResponsewithIdentifier(Identifier value)QuestionnaireResponsewithImplicitRules(Uri value)QuestionnaireResponsewithItem(java.util.Collection<QuestionnaireResponseItem> values)QuestionnaireResponsewithItem(QuestionnaireResponseItem... values)QuestionnaireResponsewithLanguage(Code value)QuestionnaireResponsewithMeta(Meta value)QuestionnaireResponsewithModifierExtension(java.util.Collection<Extension> values)QuestionnaireResponsewithModifierExtension(Extension... values)QuestionnaireResponsewithQuestionnaire(Reference value)QuestionnaireResponsewithSource(Reference value)QuestionnaireResponsewithStatus(QuestionnaireResponseStatus value)QuestionnaireResponsewithSubject(Reference value)QuestionnaireResponsewithText(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
-
identifier
protected Identifier identifier
-
questionnaire
protected Reference questionnaire
-
status
protected QuestionnaireResponseStatus status
-
subject
protected Reference subject
-
author
protected Reference author
-
authored
protected DateTime authored
-
source
protected Reference source
-
encounter
protected Reference encounter
-
item
protected java.util.List<QuestionnaireResponseItem> item
-
-
Method Detail
-
getIdentifier
public Identifier getIdentifier()
Gets the value of the identifier property.- Returns:
- possible object is
Identifier
-
setIdentifier
public void setIdentifier(Identifier value)
Sets the value of the identifier property.- Parameters:
value- allowed object isIdentifier
-
getQuestionnaire
public Reference getQuestionnaire()
Gets the value of the questionnaire property.- Returns:
- possible object is
Reference
-
setQuestionnaire
public void setQuestionnaire(Reference value)
Sets the value of the questionnaire property.- Parameters:
value- allowed object isReference
-
getStatus
public QuestionnaireResponseStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
QuestionnaireResponseStatus
-
setStatus
public void setStatus(QuestionnaireResponseStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isQuestionnaireResponseStatus
-
getSubject
public Reference getSubject()
Gets the value of the subject property.- Returns:
- possible object is
Reference
-
setSubject
public void setSubject(Reference value)
Sets the value of the subject property.- Parameters:
value- allowed object isReference
-
getAuthor
public Reference getAuthor()
Gets the value of the author property.- Returns:
- possible object is
Reference
-
setAuthor
public void setAuthor(Reference value)
Sets the value of the author property.- Parameters:
value- allowed object isReference
-
getAuthored
public DateTime getAuthored()
Gets the value of the authored property.- Returns:
- possible object is
DateTime
-
setAuthored
public void setAuthored(DateTime value)
Sets the value of the authored property.- Parameters:
value- allowed object isDateTime
-
getSource
public Reference getSource()
Gets the value of the source property.- Returns:
- possible object is
Reference
-
setSource
public void setSource(Reference value)
Sets the value of the source property.- Parameters:
value- allowed object isReference
-
getEncounter
public Reference getEncounter()
Gets the value of the encounter property.- Returns:
- possible object is
Reference
-
setEncounter
public void setEncounter(Reference value)
Sets the value of the encounter property.- Parameters:
value- allowed object isReference
-
getItem
public java.util.List<QuestionnaireResponseItem> getItem()
Gets the value of the item 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 item property.For example, to add a new item, do as follows:
getItem().add(newItem);Objects of the following type(s) are allowed in the list
QuestionnaireResponseItem
-
withIdentifier
public QuestionnaireResponse withIdentifier(Identifier value)
-
withQuestionnaire
public QuestionnaireResponse withQuestionnaire(Reference value)
-
withStatus
public QuestionnaireResponse withStatus(QuestionnaireResponseStatus value)
-
withSubject
public QuestionnaireResponse withSubject(Reference value)
-
withAuthor
public QuestionnaireResponse withAuthor(Reference value)
-
withAuthored
public QuestionnaireResponse withAuthored(DateTime value)
-
withSource
public QuestionnaireResponse withSource(Reference value)
-
withEncounter
public QuestionnaireResponse withEncounter(Reference value)
-
withItem
public QuestionnaireResponse withItem(QuestionnaireResponseItem... values)
-
withItem
public QuestionnaireResponse withItem(java.util.Collection<QuestionnaireResponseItem> values)
-
withText
public QuestionnaireResponse withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public QuestionnaireResponse withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public QuestionnaireResponse withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public QuestionnaireResponse withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public QuestionnaireResponse withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public QuestionnaireResponse withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public QuestionnaireResponse withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public QuestionnaireResponse withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public QuestionnaireResponse withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public QuestionnaireResponse withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public QuestionnaireResponse 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
-
-