public enum CertaintySubcomponentType extends Enum<CertaintySubcomponentType>
| Enum Constant and Description |
|---|
DOSERESPONSEGRADIENT
higher certainty due to dose response relationship.
|
IMPRECISION
High quality evidence.
|
INCONSISTENCY
concerns that findings are not similar enough to support certainty.
|
INDIRECTNESS
concerns reducing external validity.
|
LARGEEFFECT
higher certainty due to large effect size.
|
NULL
added to help the parsers
|
PLAUSIBLECONFOUNDING
higher certainty due to risk of bias in opposite direction.
|
PUBLICATIONBIAS
likelihood that what is published misrepresents what is available to publish.
|
RISKOFBIAS
methodologic concerns reducing internal validity.
|
| Modifier and Type | Method and Description |
|---|---|
static CertaintySubcomponentType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CertaintySubcomponentType |
valueOf(String name)
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.
|
public static final CertaintySubcomponentType RISKOFBIAS
public static final CertaintySubcomponentType INCONSISTENCY
public static final CertaintySubcomponentType INDIRECTNESS
public static final CertaintySubcomponentType IMPRECISION
public static final CertaintySubcomponentType PUBLICATIONBIAS
public static final CertaintySubcomponentType DOSERESPONSEGRADIENT
public static final CertaintySubcomponentType PLAUSIBLECONFOUNDING
public static final CertaintySubcomponentType LARGEEFFECT
public static final CertaintySubcomponentType NULL
public static CertaintySubcomponentType[] values()
for (CertaintySubcomponentType c : CertaintySubcomponentType.values()) System.out.println(c);
public static CertaintySubcomponentType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static CertaintySubcomponentType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.