Package org.hl7.fhir.r5.model
Class Evidence.EvidenceStatisticComponent
- java.lang.Object
-
- org.hl7.fhir.r5.model.Base
-
- org.hl7.fhir.r5.model.Element
-
- org.hl7.fhir.r5.model.BackboneElement
-
- org.hl7.fhir.r5.model.Evidence.EvidenceStatisticComponent
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseBackboneElement,org.hl7.fhir.instance.model.api.IBaseElement,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
- Evidence
public static class Evidence.EvidenceStatisticComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Evidence.EvidenceStatisticAttributeEstimateComponent>attributeEstimateA statistical attribute of the statistic such as a measure of heterogeneity.protected CodeableConceptcategoryWhen the measured variable is handled categorically, the category element is used to define which category the statistic is reporting.protected StringTypedescriptionA description of the content value of the statistic.protected List<Evidence.EvidenceStatisticModelCharacteristicComponent>modelCharacteristicA component of the method to generate the statistic.protected List<Annotation>noteFootnotes and/or explanatory notes.protected UnsignedIntTypenumberAffectedThe number of participants affected where the unit of analysis is the same as sampleSize.knownDataCount and sampleSize.numberOfParticipants.protected UnsignedIntTypenumberOfEventsThe number of events associated with the statistic, where the unit of analysis is different from numberAffected, sampleSize.knownDataCount and sampleSize.numberOfParticipants.protected QuantityquantityStatistic value.protected Evidence.EvidenceStatisticSampleSizeComponentsampleSizeNumber of samples in the statistic.protected CodeableConceptstatisticTypeType of statistic, e.g., relative risk.-
Fields inherited from class org.hl7.fhir.r5.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description EvidenceStatisticComponent()Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.r5.model.BackboneElement
addModifierExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, removeExtension, setModifierExtension
-
Methods inherited from class org.hl7.fhir.r5.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionFirstRep, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement
-
Methods inherited from class org.hl7.fhir.r5.model.Base
children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
-
-
-
-
Field Detail
-
description
protected StringType description
A description of the content value of the statistic.
-
note
protected List<Annotation> note
Footnotes and/or explanatory notes.
-
statisticType
protected CodeableConcept statisticType
Type of statistic, e.g., relative risk.
-
category
protected CodeableConcept category
When the measured variable is handled categorically, the category element is used to define which category the statistic is reporting.
-
numberOfEvents
protected UnsignedIntType numberOfEvents
The number of events associated with the statistic, where the unit of analysis is different from numberAffected, sampleSize.knownDataCount and sampleSize.numberOfParticipants.
-
numberAffected
protected UnsignedIntType numberAffected
The number of participants affected where the unit of analysis is the same as sampleSize.knownDataCount and sampleSize.numberOfParticipants.
-
sampleSize
protected Evidence.EvidenceStatisticSampleSizeComponent sampleSize
Number of samples in the statistic.
-
attributeEstimate
protected List<Evidence.EvidenceStatisticAttributeEstimateComponent> attributeEstimate
A statistical attribute of the statistic such as a measure of heterogeneity.
-
modelCharacteristic
protected List<Evidence.EvidenceStatisticModelCharacteristicComponent> modelCharacteristic
A component of the method to generate the statistic.
-
-
Constructor Detail
-
EvidenceStatisticComponent
public EvidenceStatisticComponent()
Constructor
-
-
Method Detail
-
getDescriptionElement
public StringType getDescriptionElement()
- Returns:
description(A description of the content value of the statistic.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
public boolean hasDescriptionElement()
-
hasDescription
public boolean hasDescription()
-
setDescriptionElement
public Evidence.EvidenceStatisticComponent setDescriptionElement(StringType value)
- Parameters:
value-description(A description of the content value of the statistic.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
public String getDescription()
- Returns:
- A description of the content value of the statistic.
-
setDescription
public Evidence.EvidenceStatisticComponent setDescription(String value)
- Parameters:
value- A description of the content value of the statistic.
-
getNote
public List<Annotation> getNote()
- Returns:
note(Footnotes and/or explanatory notes.)
-
setNote
public Evidence.EvidenceStatisticComponent setNote(List<Annotation> theNote)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasNote
public boolean hasNote()
-
addNote
public Annotation addNote()
-
addNote
public Evidence.EvidenceStatisticComponent addNote(Annotation t)
-
getNoteFirstRep
public Annotation getNoteFirstRep()
- Returns:
- The first repetition of repeating field
note, creating it if it does not already exist {3}
-
getStatisticType
public CodeableConcept getStatisticType()
- Returns:
statisticType(Type of statistic, e.g., relative risk.)
-
hasStatisticType
public boolean hasStatisticType()
-
setStatisticType
public Evidence.EvidenceStatisticComponent setStatisticType(CodeableConcept value)
- Parameters:
value-statisticType(Type of statistic, e.g., relative risk.)
-
getCategory
public CodeableConcept getCategory()
- Returns:
category(When the measured variable is handled categorically, the category element is used to define which category the statistic is reporting.)
-
hasCategory
public boolean hasCategory()
-
setCategory
public Evidence.EvidenceStatisticComponent setCategory(CodeableConcept value)
- Parameters:
value-category(When the measured variable is handled categorically, the category element is used to define which category the statistic is reporting.)
-
getQuantity
public Quantity getQuantity()
- Returns:
quantity(Statistic value.)
-
hasQuantity
public boolean hasQuantity()
-
setQuantity
public Evidence.EvidenceStatisticComponent setQuantity(Quantity value)
- Parameters:
value-quantity(Statistic value.)
-
getNumberOfEventsElement
public UnsignedIntType getNumberOfEventsElement()
- Returns:
numberOfEvents(The number of events associated with the statistic, where the unit of analysis is different from numberAffected, sampleSize.knownDataCount and sampleSize.numberOfParticipants.). This is the underlying object with id, value and extensions. The accessor "getNumberOfEvents" gives direct access to the value
-
hasNumberOfEventsElement
public boolean hasNumberOfEventsElement()
-
hasNumberOfEvents
public boolean hasNumberOfEvents()
-
setNumberOfEventsElement
public Evidence.EvidenceStatisticComponent setNumberOfEventsElement(UnsignedIntType value)
- Parameters:
value-numberOfEvents(The number of events associated with the statistic, where the unit of analysis is different from numberAffected, sampleSize.knownDataCount and sampleSize.numberOfParticipants.). This is the underlying object with id, value and extensions. The accessor "getNumberOfEvents" gives direct access to the value
-
getNumberOfEvents
public int getNumberOfEvents()
- Returns:
- The number of events associated with the statistic, where the unit of analysis is different from numberAffected, sampleSize.knownDataCount and sampleSize.numberOfParticipants.
-
setNumberOfEvents
public Evidence.EvidenceStatisticComponent setNumberOfEvents(int value)
- Parameters:
value- The number of events associated with the statistic, where the unit of analysis is different from numberAffected, sampleSize.knownDataCount and sampleSize.numberOfParticipants.
-
getNumberAffectedElement
public UnsignedIntType getNumberAffectedElement()
- Returns:
numberAffected(The number of participants affected where the unit of analysis is the same as sampleSize.knownDataCount and sampleSize.numberOfParticipants.). This is the underlying object with id, value and extensions. The accessor "getNumberAffected" gives direct access to the value
-
hasNumberAffectedElement
public boolean hasNumberAffectedElement()
-
hasNumberAffected
public boolean hasNumberAffected()
-
setNumberAffectedElement
public Evidence.EvidenceStatisticComponent setNumberAffectedElement(UnsignedIntType value)
- Parameters:
value-numberAffected(The number of participants affected where the unit of analysis is the same as sampleSize.knownDataCount and sampleSize.numberOfParticipants.). This is the underlying object with id, value and extensions. The accessor "getNumberAffected" gives direct access to the value
-
getNumberAffected
public int getNumberAffected()
- Returns:
- The number of participants affected where the unit of analysis is the same as sampleSize.knownDataCount and sampleSize.numberOfParticipants.
-
setNumberAffected
public Evidence.EvidenceStatisticComponent setNumberAffected(int value)
- Parameters:
value- The number of participants affected where the unit of analysis is the same as sampleSize.knownDataCount and sampleSize.numberOfParticipants.
-
getSampleSize
public Evidence.EvidenceStatisticSampleSizeComponent getSampleSize()
- Returns:
sampleSize(Number of samples in the statistic.)
-
hasSampleSize
public boolean hasSampleSize()
-
setSampleSize
public Evidence.EvidenceStatisticComponent setSampleSize(Evidence.EvidenceStatisticSampleSizeComponent value)
- Parameters:
value-sampleSize(Number of samples in the statistic.)
-
getAttributeEstimate
public List<Evidence.EvidenceStatisticAttributeEstimateComponent> getAttributeEstimate()
- Returns:
attributeEstimate(A statistical attribute of the statistic such as a measure of heterogeneity.)
-
setAttributeEstimate
public Evidence.EvidenceStatisticComponent setAttributeEstimate(List<Evidence.EvidenceStatisticAttributeEstimateComponent> theAttributeEstimate)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasAttributeEstimate
public boolean hasAttributeEstimate()
-
addAttributeEstimate
public Evidence.EvidenceStatisticAttributeEstimateComponent addAttributeEstimate()
-
addAttributeEstimate
public Evidence.EvidenceStatisticComponent addAttributeEstimate(Evidence.EvidenceStatisticAttributeEstimateComponent t)
-
getAttributeEstimateFirstRep
public Evidence.EvidenceStatisticAttributeEstimateComponent getAttributeEstimateFirstRep()
- Returns:
- The first repetition of repeating field
attributeEstimate, creating it if it does not already exist {3}
-
getModelCharacteristic
public List<Evidence.EvidenceStatisticModelCharacteristicComponent> getModelCharacteristic()
- Returns:
modelCharacteristic(A component of the method to generate the statistic.)
-
setModelCharacteristic
public Evidence.EvidenceStatisticComponent setModelCharacteristic(List<Evidence.EvidenceStatisticModelCharacteristicComponent> theModelCharacteristic)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasModelCharacteristic
public boolean hasModelCharacteristic()
-
addModelCharacteristic
public Evidence.EvidenceStatisticModelCharacteristicComponent addModelCharacteristic()
-
addModelCharacteristic
public Evidence.EvidenceStatisticComponent addModelCharacteristic(Evidence.EvidenceStatisticModelCharacteristicComponent t)
-
getModelCharacteristicFirstRep
public Evidence.EvidenceStatisticModelCharacteristicComponent getModelCharacteristicFirstRep()
- Returns:
- The first repetition of repeating field
modelCharacteristic, creating it if it does not already exist {3}
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildrenin classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makePropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
public Evidence.EvidenceStatisticComponent copy()
- Specified by:
copyin classBackboneElement
-
copyValues
public void copyValues(Evidence.EvidenceStatisticComponent dst)
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeepin classBackboneElement
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallowin classBackboneElement
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classBackboneElement
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classBackboneElement
-
-