Package com.ibm.fhir.model.resource
Class RiskEvidenceSynthesis.RiskEstimate.Builder
- java.lang.Object
-
- com.ibm.fhir.model.builder.AbstractBuilder<Element>
-
- com.ibm.fhir.model.type.Element.Builder
-
- com.ibm.fhir.model.type.BackboneElement.Builder
-
- com.ibm.fhir.model.resource.RiskEvidenceSynthesis.RiskEstimate.Builder
-
- Enclosing class:
- RiskEvidenceSynthesis.RiskEstimate
public static class RiskEvidenceSynthesis.RiskEstimate.Builder extends BackboneElement.Builder
-
-
Field Summary
-
Fields inherited from class com.ibm.fhir.model.type.BackboneElement.Builder
modifierExtension
-
Fields inherited from class com.ibm.fhir.model.type.Element.Builder
extension, id
-
Fields inherited from class com.ibm.fhir.model.builder.AbstractBuilder
validating
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RiskEvidenceSynthesis.RiskEstimate
build()
Build theRiskEvidenceSynthesis.RiskEstimate
RiskEvidenceSynthesis.RiskEstimate.Builder
denominatorCount(Integer denominatorCount)
The sample size for the group that was measured for this risk estimate.RiskEvidenceSynthesis.RiskEstimate.Builder
description(String description)
Human-readable summary of risk estimate.RiskEvidenceSynthesis.RiskEstimate.Builder
extension(Extension... extension)
May be used to represent additional information that is not part of the basic definition of the element.RiskEvidenceSynthesis.RiskEstimate.Builder
extension(Collection<Extension> extension)
May be used to represent additional information that is not part of the basic definition of the element.protected RiskEvidenceSynthesis.RiskEstimate.Builder
from(RiskEvidenceSynthesis.RiskEstimate riskEstimate)
RiskEvidenceSynthesis.RiskEstimate.Builder
id(String id)
Unique id for the element within a resource (for internal references).RiskEvidenceSynthesis.RiskEstimate.Builder
modifierExtension(Extension... modifierExtension)
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants.RiskEvidenceSynthesis.RiskEstimate.Builder
modifierExtension(Collection<Extension> modifierExtension)
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants.RiskEvidenceSynthesis.RiskEstimate.Builder
numeratorCount(Integer numeratorCount)
The number of group members with the outcome of interest.RiskEvidenceSynthesis.RiskEstimate.Builder
precisionEstimate(RiskEvidenceSynthesis.RiskEstimate.PrecisionEstimate... precisionEstimate)
A description of the precision of the estimate for the effect.RiskEvidenceSynthesis.RiskEstimate.Builder
precisionEstimate(Collection<RiskEvidenceSynthesis.RiskEstimate.PrecisionEstimate> precisionEstimate)
A description of the precision of the estimate for the effect.RiskEvidenceSynthesis.RiskEstimate.Builder
type(CodeableConcept type)
Examples include proportion and mean.RiskEvidenceSynthesis.RiskEstimate.Builder
unitOfMeasure(CodeableConcept unitOfMeasure)
Specifies the UCUM unit for the outcome.protected void
validate(RiskEvidenceSynthesis.RiskEstimate riskEstimate)
RiskEvidenceSynthesis.RiskEstimate.Builder
value(Decimal value)
The point estimate of the risk estimate.-
Methods inherited from class com.ibm.fhir.model.type.BackboneElement.Builder
from, validate
-
Methods inherited from class com.ibm.fhir.model.type.Element.Builder
from, validate
-
Methods inherited from class com.ibm.fhir.model.builder.AbstractBuilder
isValidating, setValidating
-
-
-
-
Method Detail
-
id
public RiskEvidenceSynthesis.RiskEstimate.Builder id(String id)
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.- Overrides:
id
in classBackboneElement.Builder
- Parameters:
id
- Unique id for inter-element referencing- Returns:
- A reference to this Builder instance
-
extension
public RiskEvidenceSynthesis.RiskEstimate.Builder extension(Extension... extension)
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.Adds new element(s) to the existing list
- Overrides:
extension
in classBackboneElement.Builder
- Parameters:
extension
- Additional content defined by implementations- Returns:
- A reference to this Builder instance
-
extension
public RiskEvidenceSynthesis.RiskEstimate.Builder extension(Collection<Extension> extension)
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.Replaces the existing list with a new one containing elements from the Collection
- Overrides:
extension
in classBackboneElement.Builder
- Parameters:
extension
- Additional content defined by implementations- Returns:
- A reference to this Builder instance
-
modifierExtension
public RiskEvidenceSynthesis.RiskEstimate.Builder modifierExtension(Extension... modifierExtension)
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Adds new element(s) to the existing list
- Overrides:
modifierExtension
in classBackboneElement.Builder
- Parameters:
modifierExtension
- Extensions that cannot be ignored even if unrecognized- Returns:
- A reference to this Builder instance
-
modifierExtension
public RiskEvidenceSynthesis.RiskEstimate.Builder modifierExtension(Collection<Extension> modifierExtension)
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Replaces the existing list with a new one containing elements from the Collection
- Overrides:
modifierExtension
in classBackboneElement.Builder
- Parameters:
modifierExtension
- Extensions that cannot be ignored even if unrecognized- Returns:
- A reference to this Builder instance
-
description
public RiskEvidenceSynthesis.RiskEstimate.Builder description(String description)
Human-readable summary of risk estimate.- Parameters:
description
- Description of risk estimate- Returns:
- A reference to this Builder instance
-
type
public RiskEvidenceSynthesis.RiskEstimate.Builder type(CodeableConcept type)
Examples include proportion and mean.- Parameters:
type
- Type of risk estimate- Returns:
- A reference to this Builder instance
-
value
public RiskEvidenceSynthesis.RiskEstimate.Builder value(Decimal value)
The point estimate of the risk estimate.- Parameters:
value
- Point estimate- Returns:
- A reference to this Builder instance
-
unitOfMeasure
public RiskEvidenceSynthesis.RiskEstimate.Builder unitOfMeasure(CodeableConcept unitOfMeasure)
Specifies the UCUM unit for the outcome.- Parameters:
unitOfMeasure
- What unit is the outcome described in?- Returns:
- A reference to this Builder instance
-
denominatorCount
public RiskEvidenceSynthesis.RiskEstimate.Builder denominatorCount(Integer denominatorCount)
The sample size for the group that was measured for this risk estimate.- Parameters:
denominatorCount
- Sample size for group measured- Returns:
- A reference to this Builder instance
-
numeratorCount
public RiskEvidenceSynthesis.RiskEstimate.Builder numeratorCount(Integer numeratorCount)
The number of group members with the outcome of interest.- Parameters:
numeratorCount
- Number with the outcome- Returns:
- A reference to this Builder instance
-
precisionEstimate
public RiskEvidenceSynthesis.RiskEstimate.Builder precisionEstimate(RiskEvidenceSynthesis.RiskEstimate.PrecisionEstimate... precisionEstimate)
A description of the precision of the estimate for the effect.Adds new element(s) to the existing list
- Parameters:
precisionEstimate
- How precise the estimate is- Returns:
- A reference to this Builder instance
-
precisionEstimate
public RiskEvidenceSynthesis.RiskEstimate.Builder precisionEstimate(Collection<RiskEvidenceSynthesis.RiskEstimate.PrecisionEstimate> precisionEstimate)
A description of the precision of the estimate for the effect.Replaces the existing list with a new one containing elements from the Collection
- Parameters:
precisionEstimate
- How precise the estimate is- Returns:
- A reference to this Builder instance
-
build
public RiskEvidenceSynthesis.RiskEstimate build()
Build theRiskEvidenceSynthesis.RiskEstimate
- Specified by:
build
in interfaceBuilder<Element>
- Specified by:
build
in classBackboneElement.Builder
- Returns:
- An immutable object of type
RiskEvidenceSynthesis.RiskEstimate
- Throws:
IllegalStateException
- if the current state cannot be built into a valid RiskEstimate per the base specification
-
validate
protected void validate(RiskEvidenceSynthesis.RiskEstimate riskEstimate)
-
from
protected RiskEvidenceSynthesis.RiskEstimate.Builder from(RiskEvidenceSynthesis.RiskEstimate riskEstimate)
-
-