Enum CertaintySubcomponentType
java.lang.Object
java.lang.Enum<CertaintySubcomponentType>
org.hl7.fhir.r4.model.codesystems.CertaintySubcomponentType
- All Implemented Interfaces:
Serializable
,Comparable<CertaintySubcomponentType>
-
Enum Constant Summary
Enum ConstantDescriptionhigher certainty due to dose response relationship.High quality evidence.concerns that findings are not similar enough to support certainty.concerns reducing external validity.higher certainty due to large effect size.added to help the parsershigher certainty due to risk of bias in opposite direction.likelihood that what is published misrepresents what is available to publish.methodologic concerns reducing internal validity. -
Method Summary
Modifier and TypeMethodDescriptionstatic CertaintySubcomponentType
toCode()
static CertaintySubcomponentType
Returns the enum constant of this type with the specified name.static CertaintySubcomponentType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
RISKOFBIAS
methodologic concerns reducing internal validity. -
INCONSISTENCY
concerns that findings are not similar enough to support certainty. -
INDIRECTNESS
concerns reducing external validity. -
IMPRECISION
High quality evidence. -
PUBLICATIONBIAS
likelihood that what is published misrepresents what is available to publish. -
DOSERESPONSEGRADIENT
higher certainty due to dose response relationship. -
PLAUSIBLECONFOUNDING
higher certainty due to risk of bias in opposite direction. -
LARGEEFFECT
higher certainty due to large effect size. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static CertaintySubcomponentType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-