Class DetectedIssue
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for DetectedIssue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetectedIssue">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="patient" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="category" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="severity" type="{http://hl7.org/fhir}DetectedIssueSeverity" minOccurs="0"/>
<element name="implicated" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="detail" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="author" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
<element name="reference" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
<element name="mitigation" type="{http://hl7.org/fhir}DetectedIssue.Mitigation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Referenceprotected CodeableConceptprotected DateTimeprotected Stringprotected Identifierprotected List<DetectedIssueMitigation> protected Referenceprotected Uriprotected DetectedIssueSeverityFields 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 author property.Gets the value of the category property.getDate()Gets the value of the date property.Gets the value of the detail property.Gets the value of the identifier property.Gets the value of the implicated property.Gets the value of the mitigation property.Gets the value of the patient property.Gets the value of the reference property.Gets the value of the severity property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the author property.voidsetCategory(CodeableConcept value) Sets the value of the category property.voidSets the value of the date property.voidSets the value of the detail property.voidsetIdentifier(Identifier value) Sets the value of the identifier property.voidsetImplicated(List<Reference> value) voidsetMitigation(List<DetectedIssueMitigation> value) voidsetPatient(Reference value) Sets the value of the patient property.voidsetReference(Uri value) Sets the value of the reference property.voidsetSeverity(DetectedIssueSeverity value) Sets the value of the severity property.toString()withAuthor(Reference value) withCategory(CodeableConcept value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDetail(String value) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Identifier value) withImplicated(Collection<Reference> values) withImplicated(Reference... values) withImplicitRules(Uri value) withLanguage(Code value) withMitigation(DetectedIssueMitigation... values) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPatient(Reference value) withReference(Uri 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
-
category
-
severity
-
implicated
-
detail
-
date
-
author
-
identifier
-
reference
-
mitigation
-
-
Constructor Details
-
DetectedIssue
public DetectedIssue()
-
-
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
-
getCategory
Gets the value of the category property.- Returns:
- possible object is
CodeableConcept
-
setCategory
Sets the value of the category property.- Parameters:
value- allowed object isCodeableConcept
-
getSeverity
Gets the value of the severity property.- Returns:
- possible object is
DetectedIssueSeverity
-
setSeverity
Sets the value of the severity property.- Parameters:
value- allowed object isDetectedIssueSeverity
-
getImplicated
Gets the value of the implicated 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 implicated property.For example, to add a new item, do as follows:
getImplicated().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getDetail
Gets the value of the detail property.- Returns:
- possible object is
String
-
setDetail
Sets the value of the detail property.- Parameters:
value- allowed object isString
-
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
-
getAuthor
Gets the value of the author property.- Returns:
- possible object is
Reference
-
setAuthor
Sets the value of the author 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
-
getReference
Gets the value of the reference property.- Returns:
- possible object is
Uri
-
setReference
Sets the value of the reference property.- Parameters:
value- allowed object isUri
-
getMitigation
Gets the value of the mitigation 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 mitigation property.For example, to add a new item, do as follows:
getMitigation().add(newItem);Objects of the following type(s) are allowed in the list
DetectedIssueMitigation -
withPatient
-
withCategory
-
withSeverity
-
withImplicated
-
withImplicated
-
withDetail
-
withDate
-
withAuthor
-
withIdentifier
-
withReference
-
withMitigation
-
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
-
setImplicated
-
setMitigation
-