Uses of Class
org.hl7.fhir.r4b.model.Enumerations.GroupMeasure
-
Packages that use Enumerations.GroupMeasure Package Description org.hl7.fhir.r4b.model -
-
Uses of Enumerations.GroupMeasure in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Enumerations.GroupMeasure Modifier and Type Field Description protected Enumeration<Enumerations.GroupMeasure>EvidenceVariable.EvidenceVariableCharacteristicComponent. groupMeasureIndicates how elements are aggregated within the study effective period.protected Enumeration<Enumerations.GroupMeasure>ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent. participantEffectiveGroupMeasureIndicates how elements are aggregated within the study effective period.protected Enumeration<Enumerations.GroupMeasure>ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent. studyEffectiveGroupMeasureIndicates how elements are aggregated within the study effective period.Methods in org.hl7.fhir.r4b.model that return Enumerations.GroupMeasure Modifier and Type Method Description static Enumerations.GroupMeasureEnumerations.GroupMeasure. fromCode(String codeString)Enumerations.GroupMeasureEnumerations.GroupMeasureEnumFactory. fromCode(String codeString)Enumerations.GroupMeasureEvidenceVariable.EvidenceVariableCharacteristicComponent. getGroupMeasure()Enumerations.GroupMeasureResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent. getParticipantEffectiveGroupMeasure()Enumerations.GroupMeasureResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent. getStudyEffectiveGroupMeasure()static Enumerations.GroupMeasureEnumerations.GroupMeasure. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.GroupMeasure[]Enumerations.GroupMeasure. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4b.model that return types with arguments of type Enumerations.GroupMeasure Modifier and Type Method Description Enumeration<Enumerations.GroupMeasure>Enumerations.GroupMeasureEnumFactory. fromType(Base code)Enumeration<Enumerations.GroupMeasure>EvidenceVariable.EvidenceVariableCharacteristicComponent. getGroupMeasureElement()Enumeration<Enumerations.GroupMeasure>ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent. getParticipantEffectiveGroupMeasureElement()Enumeration<Enumerations.GroupMeasure>ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent. getStudyEffectiveGroupMeasureElement()Methods in org.hl7.fhir.r4b.model with parameters of type Enumerations.GroupMeasure Modifier and Type Method Description EvidenceVariable.EvidenceVariableCharacteristicComponentEvidenceVariable.EvidenceVariableCharacteristicComponent. setGroupMeasure(Enumerations.GroupMeasure value)ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponentResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent. setParticipantEffectiveGroupMeasure(Enumerations.GroupMeasure value)ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponentResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent. setStudyEffectiveGroupMeasure(Enumerations.GroupMeasure value)StringEnumerations.GroupMeasureEnumFactory. toCode(Enumerations.GroupMeasure code)StringEnumerations.GroupMeasureEnumFactory. toSystem(Enumerations.GroupMeasure code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Enumerations.GroupMeasure Modifier and Type Method Description EvidenceVariable.EvidenceVariableCharacteristicComponentEvidenceVariable.EvidenceVariableCharacteristicComponent. setGroupMeasureElement(Enumeration<Enumerations.GroupMeasure> value)ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponentResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent. setParticipantEffectiveGroupMeasureElement(Enumeration<Enumerations.GroupMeasure> value)ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponentResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent. setStudyEffectiveGroupMeasureElement(Enumeration<Enumerations.GroupMeasure> value)
-