Class ClinicalImpression
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for ClinicalImpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClinicalImpression">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="patient" type="{http://hl7.org/fhir}Reference"/>
<element name="assessor" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="status" type="{http://hl7.org/fhir}ClinicalImpressionStatus"/>
<element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="previous" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="problem" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element name="triggerCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="triggerReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="investigations" type="{http://hl7.org/fhir}ClinicalImpression.Investigations" maxOccurs="unbounded" minOccurs="0"/>
<element name="protocol" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
<element name="summary" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="finding" type="{http://hl7.org/fhir}ClinicalImpression.Finding" maxOccurs="unbounded" minOccurs="0"/>
<element name="resolved" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="ruledOut" type="{http://hl7.org/fhir}ClinicalImpression.RuledOut" maxOccurs="unbounded" minOccurs="0"/>
<element name="prognosis" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="plan" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="action" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Referenceprotected DateTimeprotected Stringprotected List<ClinicalImpressionFinding> protected List<ClinicalImpressionInvestigations> protected Referenceprotected Referenceprotected Stringprotected Uriprotected List<CodeableConcept> protected List<ClinicalImpressionRuledOut> protected ClinicalImpressionStatusprotected Stringprotected CodeableConceptprotected 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) Gets the value of the action property.Gets the value of the assessor property.getDate()Gets the value of the date property.Gets the value of the description property.Gets the value of the finding property.Gets the value of the investigations property.Gets the value of the patient property.getPlan()Gets the value of the plan property.Gets the value of the previous property.Gets the value of the problem property.Gets the value of the prognosis property.Gets the value of the protocol property.Gets the value of the resolved property.Gets the value of the ruledOut property.Gets the value of the status property.Gets the value of the summary property.Gets the value of the triggerCodeableConcept property.Gets the value of the triggerReference property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidvoidsetAssessor(Reference value) Sets the value of the assessor property.voidSets the value of the date property.voidsetDescription(String value) Sets the value of the description property.voidsetFinding(List<ClinicalImpressionFinding> value) voidvoidsetPatient(Reference value) Sets the value of the patient property.voidvoidsetPrevious(Reference value) Sets the value of the previous property.voidsetProblem(List<Reference> value) voidsetPrognosis(String value) Sets the value of the prognosis property.voidsetProtocol(Uri value) Sets the value of the protocol property.voidsetResolved(List<CodeableConcept> value) voidvoidSets the value of the status property.voidsetSummary(String value) Sets the value of the summary property.voidSets the value of the triggerCodeableConcept property.voidsetTriggerReference(Reference value) Sets the value of the triggerReference property.toString()withAction(Collection<Reference> values) withAction(Reference... values) withAssessor(Reference value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDescription(String value) withExtension(Collection<Extension> values) withExtension(Extension... values) withFinding(ClinicalImpressionFinding... values) withImplicitRules(Uri value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPatient(Reference value) withPlan(Collection<Reference> values) withPrevious(Reference value) withProblem(Collection<Reference> values) withProblem(Reference... values) withPrognosis(String value) withProtocol(Uri value) withResolved(Collection<CodeableConcept> values) withResolved(CodeableConcept... values) withRuledOut(ClinicalImpressionRuledOut... values) withSummary(String value) withTriggerReference(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
-
patient
-
assessor
-
status
-
date
-
description
-
previous
-
problem
-
triggerCodeableConcept
-
triggerReference
-
investigations
-
protocol
-
summary
-
finding
-
resolved
-
ruledOut
-
prognosis
-
plan
-
action
-
-
Constructor Details
-
ClinicalImpression
public ClinicalImpression()
-
-
Method Details
-
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
-
getAssessor
Gets the value of the assessor property.- Returns:
- possible object is
Reference
-
setAssessor
Sets the value of the assessor property.- Parameters:
value- allowed object isReference
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
ClinicalImpressionStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isClinicalImpressionStatus
-
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
-
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
-
getPrevious
Gets the value of the previous property.- Returns:
- possible object is
Reference
-
setPrevious
Sets the value of the previous property.- Parameters:
value- allowed object isReference
-
getProblem
Gets the value of the problem 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 problem property.For example, to add a new item, do as follows:
getProblem().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getTriggerCodeableConcept
Gets the value of the triggerCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setTriggerCodeableConcept
Sets the value of the triggerCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getTriggerReference
Gets the value of the triggerReference property.- Returns:
- possible object is
Reference
-
setTriggerReference
Sets the value of the triggerReference property.- Parameters:
value- allowed object isReference
-
getInvestigations
Gets the value of the investigations 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 investigations property.For example, to add a new item, do as follows:
getInvestigations().add(newItem);Objects of the following type(s) are allowed in the list
ClinicalImpressionInvestigations -
getProtocol
Gets the value of the protocol property.- Returns:
- possible object is
Uri
-
setProtocol
Sets the value of the protocol property.- Parameters:
value- allowed object isUri
-
getSummary
Gets the value of the summary property.- Returns:
- possible object is
String
-
setSummary
Sets the value of the summary property.- Parameters:
value- allowed object isString
-
getFinding
Gets the value of the finding 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 finding property.For example, to add a new item, do as follows:
getFinding().add(newItem);Objects of the following type(s) are allowed in the list
ClinicalImpressionFinding -
getResolved
Gets the value of the resolved 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 resolved property.For example, to add a new item, do as follows:
getResolved().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getRuledOut
Gets the value of the ruledOut 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 ruledOut property.For example, to add a new item, do as follows:
getRuledOut().add(newItem);Objects of the following type(s) are allowed in the list
ClinicalImpressionRuledOut -
getPrognosis
Gets the value of the prognosis property.- Returns:
- possible object is
String
-
setPrognosis
Sets the value of the prognosis property.- Parameters:
value- allowed object isString
-
getPlan
Gets the value of the plan 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 plan property.For example, to add a new item, do as follows:
getPlan().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getAction
Gets the value of the action 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 action property.For example, to add a new item, do as follows:
getAction().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
withPatient
-
withAssessor
-
withStatus
-
withDate
-
withDescription
-
withPrevious
-
withProblem
-
withProblem
-
withTriggerCodeableConcept
-
withTriggerReference
-
withInvestigations
-
withInvestigations
-
withProtocol
-
withSummary
-
withFinding
-
withFinding
-
withResolved
-
withResolved
-
withRuledOut
-
withRuledOut
-
withPrognosis
-
withPlan
-
withPlan
-
withAction
-
withAction
-
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
-
setProblem
-
setInvestigations
-
setFinding
-
setResolved
-
setRuledOut
-
setPlan
-
setAction
-