public enum EffectEstimateType extends Enum<EffectEstimateType>
| Enum Constant and Description |
|---|
ABSOLUTEARD
absolute risk difference (a type of absolute effect estimate).
|
ABSOLUTEMEANDIFF
mean difference (a type of absolute effect estimate).
|
ABSOLUTEMEDIANDIFF
median difference (a type of absolute effect estimate).
|
ABSOLUTESMD
standardized mean difference (a type of absolute effect estimate).
|
NULL
added to help the parsers
|
RELATIVEHR
hazard ratio (a type of relative effect estimate).
|
RELATIVEOR
odds ratio (a type of relative effect estimate).
|
RELATIVERR
relative risk (a type of relative effect estimate).
|
| Modifier and Type | Method and Description |
|---|---|
static EffectEstimateType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EffectEstimateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EffectEstimateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EffectEstimateType RELATIVERR
public static final EffectEstimateType RELATIVEOR
public static final EffectEstimateType RELATIVEHR
public static final EffectEstimateType ABSOLUTEARD
public static final EffectEstimateType ABSOLUTEMEANDIFF
public static final EffectEstimateType ABSOLUTESMD
public static final EffectEstimateType ABSOLUTEMEDIANDIFF
public static final EffectEstimateType NULL
public static EffectEstimateType[] values()
for (EffectEstimateType c : EffectEstimateType.values()) System.out.println(c);
public static EffectEstimateType 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 EffectEstimateType 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.