Class GroupMeasure

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class GroupMeasure
    extends Code
    • Field Detail

      • MEAN

        public static final GroupMeasure MEAN
        Mean

        Aggregated using Mean of participant values.

      • MEDIAN

        public static final GroupMeasure MEDIAN
        Median

        Aggregated using Median of participant values.

      • MEAN_OF_MEAN

        public static final GroupMeasure MEAN_OF_MEAN
        Mean of Study Means

        Aggregated using Mean of study mean values.

      • MEAN_OF_MEDIAN

        public static final GroupMeasure MEAN_OF_MEDIAN
        Mean of Study Medins

        Aggregated using Mean of study median values.

      • MEDIAN_OF_MEAN

        public static final GroupMeasure MEDIAN_OF_MEAN
        Median of Study Means

        Aggregated using Median of study mean values.

      • MEDIAN_OF_MEDIAN

        public static final GroupMeasure MEDIAN_OF_MEDIAN
        Median of Study Medians

        Aggregated using Median of study median values.

    • Method Detail

      • 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
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code