Uses of Class
com.ibm.fhir.model.type.code.GroupMeasure
-
Packages that use GroupMeasure Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of GroupMeasure in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return GroupMeasure Modifier and Type Method Description GroupMeasureEvidenceVariable.Characteristic. getGroupMeasure()Indicates how elements are aggregated within the study effective period.GroupMeasureResearchElementDefinition.Characteristic. getParticipantEffectiveGroupMeasure()Indicates how elements are aggregated within the study effective period.GroupMeasureResearchElementDefinition.Characteristic. getStudyEffectiveGroupMeasure()Indicates how elements are aggregated within the study effective period.Methods in com.ibm.fhir.model.resource with parameters of type GroupMeasure Modifier and Type Method Description EvidenceVariable.Characteristic.BuilderEvidenceVariable.Characteristic.Builder. groupMeasure(GroupMeasure groupMeasure)Indicates how elements are aggregated within the study effective period.ResearchElementDefinition.Characteristic.BuilderResearchElementDefinition.Characteristic.Builder. participantEffectiveGroupMeasure(GroupMeasure participantEffectiveGroupMeasure)Indicates how elements are aggregated within the study effective period.ResearchElementDefinition.Characteristic.BuilderResearchElementDefinition.Characteristic.Builder. studyEffectiveGroupMeasure(GroupMeasure studyEffectiveGroupMeasure)Indicates how elements are aggregated within the study effective period. -
Uses of GroupMeasure in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as GroupMeasure Modifier and Type Field Description static GroupMeasureGroupMeasure. MEANMeanstatic GroupMeasureGroupMeasure. MEAN_OF_MEANMean of Study Meansstatic GroupMeasureGroupMeasure. MEAN_OF_MEDIANMean of Study Medinsstatic GroupMeasureGroupMeasure. MEDIANMedianstatic GroupMeasureGroupMeasure. MEDIAN_OF_MEANMedian of Study Meansstatic GroupMeasureGroupMeasure. MEDIAN_OF_MEDIANMedian of Study MediansMethods in com.ibm.fhir.model.type.code that return GroupMeasure Modifier and Type Method Description GroupMeasureGroupMeasure.Builder. build()static GroupMeasureGroupMeasure. of(GroupMeasure.ValueSet value)Factory method for creating GroupMeasure objects from a passed enum value.static GroupMeasureGroupMeasure. of(String value)Factory method for creating GroupMeasure objects from a passed string value.
-