Class RiskAssessment
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for RiskAssessment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RiskAssessment">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="subject" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="condition" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="performer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
<element name="method" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="basis" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="prediction" type="{http://hl7.org/fhir}RiskAssessment.Prediction" maxOccurs="unbounded" minOccurs="0"/>
<element name="mitigation" type="{http://hl7.org/fhir}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Referenceprotected DateTimeprotected Referenceprotected Identifierprotected CodeableConceptprotected Stringprotected Referenceprotected List<RiskAssessmentPrediction> protected ReferenceFields 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) getBasis()Gets the value of the basis property.Gets the value of the condition property.getDate()Gets the value of the date property.Gets the value of the encounter property.Gets the value of the identifier property.Gets the value of the method property.Gets the value of the mitigation property.Gets the value of the performer property.Gets the value of the prediction property.Gets the value of the subject property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidvoidsetCondition(Reference value) Sets the value of the condition property.voidSets the value of the date property.voidsetEncounter(Reference value) Sets the value of the encounter property.voidsetIdentifier(Identifier value) Sets the value of the identifier property.voidsetMethod(CodeableConcept value) Sets the value of the method property.voidsetMitigation(String value) Sets the value of the mitigation property.voidsetPerformer(Reference value) Sets the value of the performer property.voidvoidsetSubject(Reference value) Sets the value of the subject property.toString()withBasis(Collection<Reference> values) withCondition(Reference value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withEncounter(Reference value) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Identifier value) withImplicitRules(Uri value) withLanguage(Code value) withMethod(CodeableConcept value) withMitigation(String value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPerformer(Reference value) withPrediction(RiskAssessmentPrediction... values) withSubject(Reference 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
-
subject
-
date
-
condition
-
encounter
-
performer
-
identifier
-
method
-
basis
-
prediction
-
mitigation
-
-
Constructor Details
-
RiskAssessment
public RiskAssessment()
-
-
Method Details
-
getSubject
Gets the value of the subject property.- Returns:
- possible object is
Reference
-
setSubject
Sets the value of the subject property.- Parameters:
value- allowed object isReference
-
getDate
Gets the value of the date property.- Returns:
- possible object is
DateTime
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isDateTime
-
getCondition
Gets the value of the condition property.- Returns:
- possible object is
Reference
-
setCondition
Sets the value of the condition property.- Parameters:
value- allowed object isReference
-
getEncounter
Gets the value of the encounter property.- Returns:
- possible object is
Reference
-
setEncounter
Sets the value of the encounter property.- Parameters:
value- allowed object isReference
-
getPerformer
Gets the value of the performer property.- Returns:
- possible object is
Reference
-
setPerformer
Sets the value of the performer property.- Parameters:
value- allowed object isReference
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
Identifier
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isIdentifier
-
getMethod
Gets the value of the method property.- Returns:
- possible object is
CodeableConcept
-
setMethod
Sets the value of the method property.- Parameters:
value- allowed object isCodeableConcept
-
getBasis
Gets the value of the basis 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 basis property.For example, to add a new item, do as follows:
getBasis().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getPrediction
Gets the value of the prediction 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 prediction property.For example, to add a new item, do as follows:
getPrediction().add(newItem);Objects of the following type(s) are allowed in the list
RiskAssessmentPrediction -
getMitigation
Gets the value of the mitigation property.- Returns:
- possible object is
String
-
setMitigation
Sets the value of the mitigation property.- Parameters:
value- allowed object isString
-
withSubject
-
withDate
-
withCondition
-
withEncounter
-
withPerformer
-
withIdentifier
-
withMethod
-
withBasis
-
withBasis
-
withPrediction
-
withPrediction
-
withMitigation
-
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
-
setBasis
-
setPrediction
-