Class Measure
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java 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
FieldsModifier and TypeFieldDescriptionprotected Markdownprotected Markdownprotected Markdownprotected List<MeasureGroup> protected Markdownprotected Stringprotected ModuleMetadataprotected Stringprotected Markdownprotected Stringprotected MeasureScoringprotected Stringprotected List<MeasureSupplementalData> protected List<MeasureType> Fields 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 clinicalRecommendationStatement property.Gets the value of the definition property.Gets the value of the disclaimer property.getGroup()Gets the value of the group property.Gets the value of the guidance property.Gets the value of the improvementNotation property.Gets the value of the library property.Gets the value of the moduleMetadata property.Gets the value of the rateAggregation property.Gets the value of the rationale property.Gets the value of the riskAdjustment property.Gets the value of the scoring property.getSet()Gets the value of the set property.Gets the value of the supplementalData 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 clinicalRecommendationStatement property.voidsetDefinition(Markdown value) Sets the value of the definition property.voidsetDisclaimer(Markdown value) Sets the value of the disclaimer property.voidsetGroup(List<MeasureGroup> value) voidsetGuidance(Markdown value) Sets the value of the guidance property.voidsetImprovementNotation(String value) Sets the value of the improvementNotation property.voidsetLibrary(List<Reference> value) 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.voidSets the value of the set property.voidvoidsetType(List<MeasureType> value) toString()withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDefinition(Markdown value) withDisclaimer(Markdown value) withExtension(Collection<Extension> values) withExtension(Extension... values) withGroup(Collection<MeasureGroup> values) withGroup(MeasureGroup... values) withGuidance(Markdown value) withImplicitRules(Uri value) withImprovementNotation(String value) withLanguage(Code value) withLibrary(Collection<Reference> values) withLibrary(Reference... values) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withModuleMetadata(ModuleMetadata value) withRateAggregation(String value) withRationale(Markdown value) withRiskAdjustment(String value) withScoring(MeasureScoring value) withSupplementalData(MeasureSupplementalData... values) withType(Collection<MeasureType> values) withType(MeasureType... values) 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
-
moduleMetadata
-
library
-
disclaimer
-
scoring
-
type
-
riskAdjustment
-
rateAggregation
-
rationale
-
clinicalRecommendationStatement
-
improvementNotation
-
definition
-
guidance
-
set
-
group
-
supplementalData
-
-
Constructor Details
-
Measure
public Measure()
-
-
Method Details
-
getModuleMetadata
Gets the value of the moduleMetadata property.- Returns:
- possible object is
ModuleMetadata
-
setModuleMetadata
Sets the value of the moduleMetadata property.- Parameters:
value- allowed object isModuleMetadata
-
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 Jakarta XML Binding 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
Gets the value of the disclaimer property.- Returns:
- possible object is
Markdown
-
setDisclaimer
Sets the value of the disclaimer property.- Parameters:
value- allowed object isMarkdown
-
getScoring
Gets the value of the scoring property.- Returns:
- possible object is
MeasureScoring
-
setScoring
Sets the value of the scoring property.- Parameters:
value- allowed object isMeasureScoring
-
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 Jakarta XML Binding 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
Gets the value of the riskAdjustment property.- Returns:
- possible object is
String
-
setRiskAdjustment
Sets the value of the riskAdjustment property.- Parameters:
value- allowed object isString
-
getRateAggregation
Gets the value of the rateAggregation property.- Returns:
- possible object is
String
-
setRateAggregation
Sets the value of the rateAggregation property.- Parameters:
value- allowed object isString
-
getRationale
Gets the value of the rationale property.- Returns:
- possible object is
Markdown
-
setRationale
Sets the value of the rationale property.- Parameters:
value- allowed object isMarkdown
-
getClinicalRecommendationStatement
Gets the value of the clinicalRecommendationStatement property.- Returns:
- possible object is
Markdown
-
setClinicalRecommendationStatement
Sets the value of the clinicalRecommendationStatement property.- Parameters:
value- allowed object isMarkdown
-
getImprovementNotation
Gets the value of the improvementNotation property.- Returns:
- possible object is
String
-
setImprovementNotation
Sets the value of the improvementNotation property.- Parameters:
value- allowed object isString
-
getDefinition
Gets the value of the definition property.- Returns:
- possible object is
Markdown
-
setDefinition
Sets the value of the definition property.- Parameters:
value- allowed object isMarkdown
-
getGuidance
Gets the value of the guidance property.- Returns:
- possible object is
Markdown
-
setGuidance
Sets the value of the guidance property.- Parameters:
value- allowed object isMarkdown
-
getSet
Gets the value of the set property.- Returns:
- possible object is
String
-
setSet
Sets the value of the set property.- Parameters:
value- allowed object isString
-
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
MeasureGroup -
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 Jakarta XML Binding 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
-
withLibrary
-
withLibrary
-
withDisclaimer
-
withScoring
-
withType
-
withType
-
withRiskAdjustment
-
withRateAggregation
-
withRationale
-
withClinicalRecommendationStatement
-
withImprovementNotation
-
withDefinition
-
withGuidance
-
withSet
-
withGroup
-
withGroup
-
withSupplementalData
-
withSupplementalData
-
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
-
setLibrary
-
setType
-
setGroup
-
setSupplementalData
-