public enum SynthesisType extends Enum<SynthesisType>
| Enum Constant and Description |
|---|
CLASSIFICATION
An approach describing a body of evidence by categorically classifying individual studies (eg 3 studies showed beneft and 2 studied found no effect).
|
COMBINEDNMA
An composite meta-analysis derived from direct comparisons and indirect comparisons in a network meta-analysis.
|
INDIRECTNMA
An indirect meta-analysis derived from 2 or more direct comparisons in a network meta-analysis.
|
IPDMA
A meta-analysis of the individual participant data from individual studies or data sets.
|
NULL
added to help the parsers
|
RANGE
A range of results across a body of evidence.
|
STDMA
A meta-analysis of the summary data of estimates from individual studies or data sets.
|
| Modifier and Type | Method and Description |
|---|---|
static SynthesisType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static SynthesisType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynthesisType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynthesisType STDMA
public static final SynthesisType IPDMA
public static final SynthesisType INDIRECTNMA
public static final SynthesisType COMBINEDNMA
public static final SynthesisType RANGE
public static final SynthesisType CLASSIFICATION
public static final SynthesisType NULL
public static SynthesisType[] values()
for (SynthesisType c : SynthesisType.values()) System.out.println(c);
public static SynthesisType 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 SynthesisType 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.