Class Measure
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.Measure
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class Measure 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 Measure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Measure"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="moduleMetadata" type="{http://hl7.org/fhir}ModuleMetadata" minOccurs="0"/> <element name="library" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/> <element name="disclaimer" type="{http://hl7.org/fhir}markdown" minOccurs="0"/> <element name="scoring" type="{http://hl7.org/fhir}MeasureScoring" minOccurs="0"/> <element name="type" type="{http://hl7.org/fhir}MeasureType" maxOccurs="unbounded" minOccurs="0"/> <element name="riskAdjustment" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="rateAggregation" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="rationale" type="{http://hl7.org/fhir}markdown" minOccurs="0"/> <element name="clinicalRecommendationStatement" type="{http://hl7.org/fhir}markdown" minOccurs="0"/> <element name="improvementNotation" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="definition" type="{http://hl7.org/fhir}markdown" minOccurs="0"/> <element name="guidance" type="{http://hl7.org/fhir}markdown" minOccurs="0"/> <element name="set" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="group" type="{http://hl7.org/fhir}Measure.Group" maxOccurs="unbounded" minOccurs="0"/> <element name="supplementalData" type="{http://hl7.org/fhir}Measure.SupplementalData" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MarkdownclinicalRecommendationStatementprotected Markdowndefinitionprotected Markdowndisclaimerprotected java.util.List<MeasureGroup>groupprotected Markdownguidanceprotected StringimprovementNotationprotected java.util.List<Reference>libraryprotected ModuleMetadatamoduleMetadataprotected StringrateAggregationprotected Markdownrationaleprotected StringriskAdjustmentprotected MeasureScoringscoringprotected Stringsetprotected java.util.List<MeasureSupplementalData>supplementalDataprotected java.util.List<MeasureType>type-
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 Measure()
-
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)MarkdowngetClinicalRecommendationStatement()Gets the value of the clinicalRecommendationStatement property.MarkdowngetDefinition()Gets the value of the definition property.MarkdowngetDisclaimer()Gets the value of the disclaimer property.java.util.List<MeasureGroup>getGroup()Gets the value of the group property.MarkdowngetGuidance()Gets the value of the guidance property.StringgetImprovementNotation()Gets the value of the improvementNotation property.java.util.List<Reference>getLibrary()Gets the value of the library property.ModuleMetadatagetModuleMetadata()Gets the value of the moduleMetadata property.StringgetRateAggregation()Gets the value of the rateAggregation property.MarkdowngetRationale()Gets the value of the rationale property.StringgetRiskAdjustment()Gets the value of the riskAdjustment property.MeasureScoringgetScoring()Gets the value of the scoring property.StringgetSet()Gets the value of the set property.java.util.List<MeasureSupplementalData>getSupplementalData()Gets the value of the supplementalData property.java.util.List<MeasureType>getType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetClinicalRecommendationStatement(Markdown value)Sets the value of the clinicalRecommendationStatement property.voidsetDefinition(Markdown value)Sets the value of the definition property.voidsetDisclaimer(Markdown value)Sets the value of the disclaimer property.voidsetGuidance(Markdown value)Sets the value of the guidance property.voidsetImprovementNotation(String value)Sets the value of the improvementNotation property.voidsetModuleMetadata(ModuleMetadata value)Sets the value of the moduleMetadata property.voidsetRateAggregation(String value)Sets the value of the rateAggregation property.voidsetRationale(Markdown value)Sets the value of the rationale property.voidsetRiskAdjustment(String value)Sets the value of the riskAdjustment property.voidsetScoring(MeasureScoring value)Sets the value of the scoring property.voidsetSet(String value)Sets the value of the set property.java.lang.StringtoString()MeasurewithClinicalRecommendationStatement(Markdown value)MeasurewithContained(java.util.Collection<ResourceContainer> values)MeasurewithContained(ResourceContainer... values)MeasurewithDefinition(Markdown value)MeasurewithDisclaimer(Markdown value)MeasurewithExtension(java.util.Collection<Extension> values)MeasurewithExtension(Extension... values)MeasurewithGroup(java.util.Collection<MeasureGroup> values)MeasurewithGroup(MeasureGroup... values)MeasurewithGuidance(Markdown value)MeasurewithId(Id value)MeasurewithImplicitRules(Uri value)MeasurewithImprovementNotation(String value)MeasurewithLanguage(Code value)MeasurewithLibrary(java.util.Collection<Reference> values)MeasurewithLibrary(Reference... values)MeasurewithMeta(Meta value)MeasurewithModifierExtension(java.util.Collection<Extension> values)MeasurewithModifierExtension(Extension... values)MeasurewithModuleMetadata(ModuleMetadata value)MeasurewithRateAggregation(String value)MeasurewithRationale(Markdown value)MeasurewithRiskAdjustment(String value)MeasurewithScoring(MeasureScoring value)MeasurewithSet(String value)MeasurewithSupplementalData(java.util.Collection<MeasureSupplementalData> values)MeasurewithSupplementalData(MeasureSupplementalData... values)MeasurewithText(Narrative value)MeasurewithType(java.util.Collection<MeasureType> values)MeasurewithType(MeasureType... values)-
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
-
moduleMetadata
protected ModuleMetadata moduleMetadata
-
library
protected java.util.List<Reference> library
-
disclaimer
protected Markdown disclaimer
-
scoring
protected MeasureScoring scoring
-
type
protected java.util.List<MeasureType> type
-
riskAdjustment
protected String riskAdjustment
-
rateAggregation
protected String rateAggregation
-
rationale
protected Markdown rationale
-
clinicalRecommendationStatement
protected Markdown clinicalRecommendationStatement
-
improvementNotation
protected String improvementNotation
-
definition
protected Markdown definition
-
guidance
protected Markdown guidance
-
set
protected String set
-
group
protected java.util.List<MeasureGroup> group
-
supplementalData
protected java.util.List<MeasureSupplementalData> supplementalData
-
-
Method Detail
-
getModuleMetadata
public ModuleMetadata getModuleMetadata()
Gets the value of the moduleMetadata property.- Returns:
- possible object is
ModuleMetadata
-
setModuleMetadata
public void setModuleMetadata(ModuleMetadata value)
Sets the value of the moduleMetadata property.- Parameters:
value- allowed object isModuleMetadata
-
getLibrary
public java.util.List<Reference> getLibrary()
Gets the value of the library 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 library property.For example, to add a new item, do as follows:
getLibrary().add(newItem);Objects of the following type(s) are allowed in the list
Reference
-
getDisclaimer
public Markdown getDisclaimer()
Gets the value of the disclaimer property.- Returns:
- possible object is
Markdown
-
setDisclaimer
public void setDisclaimer(Markdown value)
Sets the value of the disclaimer property.- Parameters:
value- allowed object isMarkdown
-
getScoring
public MeasureScoring getScoring()
Gets the value of the scoring property.- Returns:
- possible object is
MeasureScoring
-
setScoring
public void setScoring(MeasureScoring value)
Sets the value of the scoring property.- Parameters:
value- allowed object isMeasureScoring
-
getType
public java.util.List<MeasureType> getType()
Gets the value of the type 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 type property.For example, to add a new item, do as follows:
getType().add(newItem);Objects of the following type(s) are allowed in the list
MeasureType
-
getRiskAdjustment
public String getRiskAdjustment()
Gets the value of the riskAdjustment property.- Returns:
- possible object is
String
-
setRiskAdjustment
public void setRiskAdjustment(String value)
Sets the value of the riskAdjustment property.- Parameters:
value- allowed object isString
-
getRateAggregation
public String getRateAggregation()
Gets the value of the rateAggregation property.- Returns:
- possible object is
String
-
setRateAggregation
public void setRateAggregation(String value)
Sets the value of the rateAggregation property.- Parameters:
value- allowed object isString
-
getRationale
public Markdown getRationale()
Gets the value of the rationale property.- Returns:
- possible object is
Markdown
-
setRationale
public void setRationale(Markdown value)
Sets the value of the rationale property.- Parameters:
value- allowed object isMarkdown
-
getClinicalRecommendationStatement
public Markdown getClinicalRecommendationStatement()
Gets the value of the clinicalRecommendationStatement property.- Returns:
- possible object is
Markdown
-
setClinicalRecommendationStatement
public void setClinicalRecommendationStatement(Markdown value)
Sets the value of the clinicalRecommendationStatement property.- Parameters:
value- allowed object isMarkdown
-
getImprovementNotation
public String getImprovementNotation()
Gets the value of the improvementNotation property.- Returns:
- possible object is
String
-
setImprovementNotation
public void setImprovementNotation(String value)
Sets the value of the improvementNotation property.- Parameters:
value- allowed object isString
-
getDefinition
public Markdown getDefinition()
Gets the value of the definition property.- Returns:
- possible object is
Markdown
-
setDefinition
public void setDefinition(Markdown value)
Sets the value of the definition property.- Parameters:
value- allowed object isMarkdown
-
getGuidance
public Markdown getGuidance()
Gets the value of the guidance property.- Returns:
- possible object is
Markdown
-
setGuidance
public void setGuidance(Markdown value)
Sets the value of the guidance property.- Parameters:
value- allowed object isMarkdown
-
getSet
public String getSet()
Gets the value of the set property.- Returns:
- possible object is
String
-
setSet
public void setSet(String value)
Sets the value of the set property.- Parameters:
value- allowed object isString
-
getGroup
public java.util.List<MeasureGroup> 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
MeasureGroup
-
getSupplementalData
public java.util.List<MeasureSupplementalData> getSupplementalData()
Gets the value of the supplementalData 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 supplementalData property.For example, to add a new item, do as follows:
getSupplementalData().add(newItem);Objects of the following type(s) are allowed in the list
MeasureSupplementalData
-
withModuleMetadata
public Measure withModuleMetadata(ModuleMetadata value)
-
withScoring
public Measure withScoring(MeasureScoring value)
-
withType
public Measure withType(MeasureType... values)
-
withType
public Measure withType(java.util.Collection<MeasureType> values)
-
withClinicalRecommendationStatement
public Measure withClinicalRecommendationStatement(Markdown value)
-
withGroup
public Measure withGroup(MeasureGroup... values)
-
withGroup
public Measure withGroup(java.util.Collection<MeasureGroup> values)
-
withSupplementalData
public Measure withSupplementalData(MeasureSupplementalData... values)
-
withSupplementalData
public Measure withSupplementalData(java.util.Collection<MeasureSupplementalData> values)
-
withText
public Measure withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public Measure withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public Measure withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public Measure withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public Measure withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public Measure withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public Measure withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public Measure withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public Measure withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public Measure withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public Measure 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
-
-