Package com.ibm.fhir.model.type.code
Class GroupMeasure
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.GroupMeasure
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class GroupMeasure extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupMeasure.Builderstatic classGroupMeasure.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static GroupMeasureMEANMeanstatic GroupMeasureMEAN_OF_MEANMean of Study Meansstatic GroupMeasureMEAN_OF_MEDIANMean of Study Medinsstatic GroupMeasureMEDIANMedianstatic GroupMeasureMEDIAN_OF_MEANMedian of Study Meansstatic GroupMeasureMEDIAN_OF_MEDIANMedian of Study Medians
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GroupMeasure.Builderbuilder()static Codecode(String value)Inherited factory method for creating GroupMeasure objects from a passed string value.booleanequals(Object obj)GroupMeasure.ValueSetgetValueAsEnumConstant()inthashCode()static GroupMeasureof(GroupMeasure.ValueSet value)Factory method for creating GroupMeasure objects from a passed enum value.static GroupMeasureof(String value)Factory method for creating GroupMeasure objects from a passed string value.static Stringstring(String value)Inherited factory method for creating GroupMeasure objects from a passed string value.GroupMeasure.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
MEAN
public static final GroupMeasure MEAN
MeanAggregated using Mean of participant values.
-
MEDIAN
public static final GroupMeasure MEDIAN
MedianAggregated using Median of participant values.
-
MEAN_OF_MEAN
public static final GroupMeasure MEAN_OF_MEAN
Mean of Study MeansAggregated using Mean of study mean values.
-
MEAN_OF_MEDIAN
public static final GroupMeasure MEAN_OF_MEDIAN
Mean of Study MedinsAggregated using Mean of study median values.
-
MEDIAN_OF_MEAN
public static final GroupMeasure MEDIAN_OF_MEAN
Median of Study MeansAggregated using Median of study mean values.
-
MEDIAN_OF_MEDIAN
public static final GroupMeasure MEDIAN_OF_MEDIAN
Median of Study MediansAggregated using Median of study median values.
-
-
Method Detail
-
getValueAsEnumConstant
public GroupMeasure.ValueSet getValueAsEnumConstant()
-
of
public static GroupMeasure of(GroupMeasure.ValueSet value)
Factory method for creating GroupMeasure objects from a passed enum value.
-
of
public static GroupMeasure of(String value)
Factory method for creating GroupMeasure objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating GroupMeasure objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating GroupMeasure objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public GroupMeasure.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static GroupMeasure.Builder builder()
-
-