Class DiagnosticReport
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for DiagnosticReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiagnosticReport">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="status" type="{http://hl7.org/fhir}DiagnosticReportStatus"/>
<element name="category" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="code" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="subject" type="{http://hl7.org/fhir}Reference"/>
<element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<choice>
<element name="effectiveDateTime" type="{http://hl7.org/fhir}dateTime"/>
<element name="effectivePeriod" type="{http://hl7.org/fhir}Period"/>
</choice>
<element name="issued" type="{http://hl7.org/fhir}instant"/>
<element name="performer" type="{http://hl7.org/fhir}Reference"/>
<element name="request" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="specimen" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="result" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="imagingStudy" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="image" type="{http://hl7.org/fhir}DiagnosticReport.Image" maxOccurs="unbounded" minOccurs="0"/>
<element name="conclusion" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="codedDiagnosis" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="presentedForm" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CodeableConceptprotected CodeableConceptprotected List<CodeableConcept> protected Stringprotected DateTimeprotected Periodprotected Referenceprotected List<Identifier> protected List<DiagnosticReportImage> protected Instantprotected Referenceprotected List<Attachment> protected DiagnosticReportStatusprotected 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 category property.getCode()Gets the value of the code property.Gets the value of the codedDiagnosis property.Gets the value of the conclusion property.Gets the value of the effectiveDateTime property.Gets the value of the effectivePeriod property.Gets the value of the encounter property.Gets the value of the identifier property.getImage()Gets the value of the image property.Gets the value of the imagingStudy property.Gets the value of the issued property.Gets the value of the performer property.Gets the value of the presentedForm property.Gets the value of the request property.Gets the value of the result property.Gets the value of the specimen property.Gets the value of the status property.Gets the value of the subject property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetCategory(CodeableConcept value) Sets the value of the category property.voidsetCode(CodeableConcept value) Sets the value of the code property.voidsetCodedDiagnosis(List<CodeableConcept> value) voidsetConclusion(String value) Sets the value of the conclusion property.voidsetEffectiveDateTime(DateTime value) Sets the value of the effectiveDateTime property.voidsetEffectivePeriod(Period value) Sets the value of the effectivePeriod property.voidsetEncounter(Reference value) Sets the value of the encounter property.voidsetIdentifier(List<Identifier> value) voidsetImage(List<DiagnosticReportImage> value) voidsetImagingStudy(List<Reference> value) voidSets the value of the issued property.voidsetPerformer(Reference value) Sets the value of the performer property.voidsetPresentedForm(List<Attachment> value) voidsetRequest(List<Reference> value) voidvoidsetSpecimen(List<Reference> value) voidsetStatus(DiagnosticReportStatus value) Sets the value of the status property.voidsetSubject(Reference value) Sets the value of the subject property.toString()withCategory(CodeableConcept value) withCode(CodeableConcept value) withCodedDiagnosis(Collection<CodeableConcept> values) withCodedDiagnosis(CodeableConcept... values) withConclusion(String value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withEffectiveDateTime(DateTime value) withEffectivePeriod(Period value) withEncounter(Reference value) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImage(Collection<DiagnosticReportImage> values) withImage(DiagnosticReportImage... values) withImagingStudy(Collection<Reference> values) withImagingStudy(Reference... values) withImplicitRules(Uri value) withIssued(Instant value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPerformer(Reference value) withPresentedForm(Collection<Attachment> values) withPresentedForm(Attachment... values) withRequest(Collection<Reference> values) withRequest(Reference... values) withResult(Collection<Reference> values) withResult(Reference... values) withSpecimen(Collection<Reference> values) withSpecimen(Reference... values) withStatus(DiagnosticReportStatus value) 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
-
identifier
-
status
-
category
-
code
-
subject
-
encounter
-
effectiveDateTime
-
effectivePeriod
-
issued
-
performer
-
request
-
specimen
-
result
-
imagingStudy
-
image
-
conclusion
-
codedDiagnosis
-
presentedForm
-
-
Constructor Details
-
DiagnosticReport
public DiagnosticReport()
-
-
Method Details
-
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 Jakarta XML Binding 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 -
getStatus
Gets the value of the status property.- Returns:
- possible object is
DiagnosticReportStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isDiagnosticReportStatus
-
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
-
getCode
Gets the value of the code property.- Returns:
- possible object is
CodeableConcept
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isCodeableConcept
-
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
-
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
-
getEffectiveDateTime
Gets the value of the effectiveDateTime property.- Returns:
- possible object is
DateTime
-
setEffectiveDateTime
Sets the value of the effectiveDateTime property.- Parameters:
value- allowed object isDateTime
-
getEffectivePeriod
Gets the value of the effectivePeriod property.- Returns:
- possible object is
Period
-
setEffectivePeriod
Sets the value of the effectivePeriod property.- Parameters:
value- allowed object isPeriod
-
getIssued
Gets the value of the issued property.- Returns:
- possible object is
Instant
-
setIssued
Sets the value of the issued property.- Parameters:
value- allowed object isInstant
-
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
-
getRequest
Gets the value of the request 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 request property.For example, to add a new item, do as follows:
getRequest().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getSpecimen
Gets the value of the specimen 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 specimen property.For example, to add a new item, do as follows:
getSpecimen().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getResult
Gets the value of the result 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 result property.For example, to add a new item, do as follows:
getResult().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getImagingStudy
Gets the value of the imagingStudy 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 imagingStudy property.For example, to add a new item, do as follows:
getImagingStudy().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
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 Jakarta XML Binding 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
DiagnosticReportImage -
getConclusion
Gets the value of the conclusion property.- Returns:
- possible object is
String
-
setConclusion
Sets the value of the conclusion property.- Parameters:
value- allowed object isString
-
getCodedDiagnosis
Gets the value of the codedDiagnosis 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 codedDiagnosis property.For example, to add a new item, do as follows:
getCodedDiagnosis().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getPresentedForm
Gets the value of the presentedForm 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 presentedForm property.For example, to add a new item, do as follows:
getPresentedForm().add(newItem);Objects of the following type(s) are allowed in the list
Attachment -
withIdentifier
-
withIdentifier
-
withStatus
-
withCategory
-
withCode
-
withSubject
-
withEncounter
-
withEffectiveDateTime
-
withEffectivePeriod
-
withIssued
-
withPerformer
-
withRequest
-
withRequest
-
withSpecimen
-
withSpecimen
-
withResult
-
withResult
-
withImagingStudy
-
withImagingStudy
-
withImage
-
withImage
-
withConclusion
-
withCodedDiagnosis
-
withCodedDiagnosis
-
withPresentedForm
-
withPresentedForm
-
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
-
setIdentifier
-
setRequest
-
setSpecimen
-
setResult
-
setImagingStudy
-
setImage
-
setCodedDiagnosis
-
setPresentedForm
-