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 extensionsJava 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
Fields Modifier and Type Field Description protected DateTimedateprotected ReferenceevaluatedResourcesprotected java.util.List<MeasureReportGroup>groupprotected Referencemeasureprotected Referencepatientprotected Periodperiodprotected ReferencereportingOrganizationprotected MeasureReportStatusstatusprotected MeasureReportTypetype-
Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description MeasureReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)DateTimegetDate()Gets the value of the date property.ReferencegetEvaluatedResources()Gets the value of the evaluatedResources property.java.util.List<MeasureReportGroup>getGroup()Gets the value of the group property.ReferencegetMeasure()Gets the value of the measure property.ReferencegetPatient()Gets the value of the patient property.PeriodgetPeriod()Gets the value of the period property.ReferencegetReportingOrganization()Gets the value of the reportingOrganization property.MeasureReportStatusgetStatus()Gets the value of the status property.MeasureReportTypegetType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetDate(DateTime value)Sets the value of the date property.voidsetEvaluatedResources(Reference value)Sets the value of the evaluatedResources property.voidsetMeasure(Reference value)Sets the value of the measure property.voidsetPatient(Reference value)Sets the value of the patient property.voidsetPeriod(Period value)Sets the value of the period property.voidsetReportingOrganization(Reference value)Sets 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.java.lang.StringtoString()MeasureReportwithContained(java.util.Collection<ResourceContainer> values)MeasureReportwithContained(ResourceContainer... values)MeasureReportwithDate(DateTime value)MeasureReportwithEvaluatedResources(Reference value)MeasureReportwithExtension(java.util.Collection<Extension> values)MeasureReportwithExtension(Extension... values)MeasureReportwithGroup(java.util.Collection<MeasureReportGroup> values)MeasureReportwithGroup(MeasureReportGroup... values)MeasureReportwithId(Id value)MeasureReportwithImplicitRules(Uri value)MeasureReportwithLanguage(Code value)MeasureReportwithMeasure(Reference value)MeasureReportwithMeta(Meta value)MeasureReportwithModifierExtension(java.util.Collection<Extension> values)MeasureReportwithModifierExtension(Extension... values)MeasureReportwithPatient(Reference value)MeasureReportwithPeriod(Period value)MeasureReportwithReportingOrganization(Reference value)MeasureReportwithStatus(MeasureReportStatus value)MeasureReportwithText(Narrative value)MeasureReportwithType(MeasureReportType value)-
Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setText
-
Methods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
-
-
-
Field Detail
-
measure
protected Reference measure
-
type
protected MeasureReportType type
-
patient
protected Reference patient
-
period
protected Period period
-
status
protected MeasureReportStatus status
-
date
protected DateTime date
-
reportingOrganization
protected Reference reportingOrganization
-
group
protected java.util.List<MeasureReportGroup> group
-
evaluatedResources
protected Reference evaluatedResources
-
-
Method Detail
-
getMeasure
public Reference getMeasure()
Gets the value of the measure property.- Returns:
- possible object is
Reference
-
setMeasure
public void setMeasure(Reference value)
Sets the value of the measure property.- Parameters:
value- allowed object isReference
-
getType
public MeasureReportType getType()
Gets the value of the type property.- Returns:
- possible object is
MeasureReportType
-
setType
public void setType(MeasureReportType value)
Sets the value of the type property.- Parameters:
value- allowed object isMeasureReportType
-
getPatient
public Reference getPatient()
Gets the value of the patient property.- Returns:
- possible object is
Reference
-
setPatient
public void setPatient(Reference value)
Sets the value of the patient property.- Parameters:
value- allowed object isReference
-
getPeriod
public Period getPeriod()
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
public void setPeriod(Period value)
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
getStatus
public MeasureReportStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
MeasureReportStatus
-
setStatus
public void setStatus(MeasureReportStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isMeasureReportStatus
-
getDate
public DateTime getDate()
Gets the value of the date property.- Returns:
- possible object is
DateTime
-
setDate
public void setDate(DateTime value)
Sets the value of the date property.- Parameters:
value- allowed object isDateTime
-
getReportingOrganization
public Reference getReportingOrganization()
Gets the value of the reportingOrganization property.- Returns:
- possible object is
Reference
-
setReportingOrganization
public void setReportingOrganization(Reference value)
Sets the value of the reportingOrganization property.- Parameters:
value- allowed object isReference
-
getGroup
public java.util.List<MeasureReportGroup> 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 JAXB 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
public Reference getEvaluatedResources()
Gets the value of the evaluatedResources property.- Returns:
- possible object is
Reference
-
setEvaluatedResources
public void setEvaluatedResources(Reference value)
Sets the value of the evaluatedResources property.- Parameters:
value- allowed object isReference
-
withMeasure
public MeasureReport withMeasure(Reference value)
-
withType
public MeasureReport withType(MeasureReportType value)
-
withPatient
public MeasureReport withPatient(Reference value)
-
withPeriod
public MeasureReport withPeriod(Period value)
-
withStatus
public MeasureReport withStatus(MeasureReportStatus value)
-
withDate
public MeasureReport withDate(DateTime value)
-
withReportingOrganization
public MeasureReport withReportingOrganization(Reference value)
-
withGroup
public MeasureReport withGroup(MeasureReportGroup... values)
-
withGroup
public MeasureReport withGroup(java.util.Collection<MeasureReportGroup> values)
-
withEvaluatedResources
public MeasureReport withEvaluatedResources(Reference value)
-
withText
public MeasureReport withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public MeasureReport withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public MeasureReport withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public MeasureReport withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public MeasureReport withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public MeasureReport withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public MeasureReport withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public MeasureReport withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public MeasureReport withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public MeasureReport withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public MeasureReport withLanguage(Code value)
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
public boolean equals(java.lang.Object object)
- 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
public java.lang.String toString()
- Overrides:
toStringin classDomainResource
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
-