Enum CertaintySubcomponentType
- java.lang.Object
-
- java.lang.Enum<CertaintySubcomponentType>
-
- org.hl7.fhir.r4.model.codesystems.CertaintySubcomponentType
-
- All Implemented Interfaces:
Serializable,Comparable<CertaintySubcomponentType>
public enum CertaintySubcomponentType extends Enum<CertaintySubcomponentType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DOSERESPONSEGRADIENThigher certainty due to dose response relationship.IMPRECISIONHigh quality evidence.INCONSISTENCYconcerns that findings are not similar enough to support certainty.INDIRECTNESSconcerns reducing external validity.LARGEEFFECThigher certainty due to large effect size.NULLadded to help the parsersPLAUSIBLECONFOUNDINGhigher certainty due to risk of bias in opposite direction.PUBLICATIONBIASlikelihood that what is published misrepresents what is available to publish.RISKOFBIASmethodologic concerns reducing internal validity.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CertaintySubcomponentTypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static CertaintySubcomponentTypevalueOf(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.
-
-
-
Enum Constant Detail
-
RISKOFBIAS
public static final CertaintySubcomponentType RISKOFBIAS
methodologic concerns reducing internal validity.
-
INCONSISTENCY
public static final CertaintySubcomponentType INCONSISTENCY
concerns that findings are not similar enough to support certainty.
-
INDIRECTNESS
public static final CertaintySubcomponentType INDIRECTNESS
concerns reducing external validity.
-
IMPRECISION
public static final CertaintySubcomponentType IMPRECISION
High quality evidence.
-
PUBLICATIONBIAS
public static final CertaintySubcomponentType PUBLICATIONBIAS
likelihood that what is published misrepresents what is available to publish.
-
DOSERESPONSEGRADIENT
public static final CertaintySubcomponentType DOSERESPONSEGRADIENT
higher certainty due to dose response relationship.
-
PLAUSIBLECONFOUNDING
public static final CertaintySubcomponentType PLAUSIBLECONFOUNDING
higher certainty due to risk of bias in opposite direction.
-
LARGEEFFECT
public static final CertaintySubcomponentType LARGEEFFECT
higher certainty due to large effect size.
-
NULL
public static final CertaintySubcomponentType NULL
added to help the parsers
-
-
Method Detail
-
values
public static CertaintySubcomponentType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CertaintySubcomponentType c : CertaintySubcomponentType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CertaintySubcomponentType valueOf(String name)
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
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-