Enum Constant Summary
Enum Constants
An approach describing a body of evidence by categorically classifying
individual studies (eg 3 studies showed beneft and 2 studied found no
effect).
An composite meta-analysis derived from direct comparisons and indirect
comparisons in a network meta-analysis.
An indirect meta-analysis derived from 2 or more direct comparisons in a
network meta-analysis.
A meta-analysis of the individual participant data from individual studies or
data sets.
added to help the parsers
A range of results across a body of evidence.
A meta-analysis of the summary data of estimates from individual studies or
data sets.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
STDMA
A meta-analysis of the summary data of estimates from individual studies or
data sets.
IPDMA
A meta-analysis of the individual participant data from individual studies or
data sets.
INDIRECTNMA
An indirect meta-analysis derived from 2 or more direct comparisons in a
network meta-analysis.
COMBINEDNMA
An composite meta-analysis derived from direct comparisons and indirect
comparisons in a network meta-analysis.
RANGE
A range of results across a body of evidence.
CLASSIFICATION
An approach describing a body of evidence by categorically classifying
individual studies (eg 3 studies showed beneft and 2 studied found no
effect).
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 name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException