Package org.hl7.fhir
Class MeasureReport
java.lang.Object
org.hl7.fhir.Resource
org.hl7.fhir.DomainResource
org.hl7.fhir.MeasureReport
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class MeasureReport
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 extensions
Java class for MeasureReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeasureReport">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="measure" type="{http://hl7.org/fhir}Reference"/>
<element name="type" type="{http://hl7.org/fhir}MeasureReportType"/>
<element name="patient" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="period" type="{http://hl7.org/fhir}Period"/>
<element name="status" type="{http://hl7.org/fhir}MeasureReportStatus"/>
<element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="reportingOrganization" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="group" type="{http://hl7.org/fhir}MeasureReport.Group" maxOccurs="unbounded" minOccurs="0"/>
<element name="evaluatedResources" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DateTimeprotected Referenceprotected List<MeasureReportGroup> protected Referenceprotected Referenceprotected Periodprotected Referenceprotected MeasureReportStatusprotected MeasureReportTypeFields 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) getDate()Gets the value of the date property.Gets the value of the evaluatedResources property.getGroup()Gets the value of the group property.Gets the value of the measure property.Gets the value of the patient property.Gets the value of the period property.Gets the value of the reportingOrganization property.Gets the value of the status property.getType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the date property.voidsetEvaluatedResources(Reference value) Sets the value of the evaluatedResources property.voidsetGroup(List<MeasureReportGroup> value) voidsetMeasure(Reference value) Sets the value of the measure property.voidsetPatient(Reference value) Sets the value of the patient property.voidSets the value of the period property.voidSets the value of the reportingOrganization property.voidsetStatus(MeasureReportStatus value) Sets the value of the status property.voidsetType(MeasureReportType value) Sets the value of the type property.toString()withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withEvaluatedResources(Reference value) withExtension(Collection<Extension> values) withExtension(Extension... values) withGroup(Collection<MeasureReportGroup> values) withGroup(MeasureReportGroup... values) withImplicitRules(Uri value) withLanguage(Code value) withMeasure(Reference value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPatient(Reference value) withPeriod(Period value) withStatus(MeasureReportStatus value) withType(MeasureReportType 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
-
measure
-
type
-
patient
-
period
-
status
-
date
-
reportingOrganization
-
group
-
evaluatedResources
-
-
Constructor Details
-
MeasureReport
public MeasureReport()
-
-
Method Details
-
getMeasure
Gets the value of the measure property.- Returns:
- possible object is
Reference
-
setMeasure
Sets the value of the measure property.- Parameters:
value- allowed object isReference
-
getType
Gets the value of the type property.- Returns:
- possible object is
MeasureReportType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isMeasureReportType
-
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
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
MeasureReportStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isMeasureReportStatus
-
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
-
getReportingOrganization
Gets the value of the reportingOrganization property.- Returns:
- possible object is
Reference
-
setReportingOrganization
Sets the value of the reportingOrganization property.- Parameters:
value- allowed object isReference
-
getGroup
Gets the value of the group 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 group property.For example, to add a new item, do as follows:
getGroup().add(newItem);Objects of the following type(s) are allowed in the list
MeasureReportGroup -
getEvaluatedResources
Gets the value of the evaluatedResources property.- Returns:
- possible object is
Reference
-
setEvaluatedResources
Sets the value of the evaluatedResources property.- Parameters:
value- allowed object isReference
-
withMeasure
-
withType
-
withPatient
-
withPeriod
-
withStatus
-
withDate
-
withReportingOrganization
-
withGroup
-
withGroup
-
withEvaluatedResources
-
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
-
setGroup
-