Uses of Enum
org.hl7.fhir.r5.model.EvidenceVariable.GroupMeasure
Packages that use EvidenceVariable.GroupMeasure
-
Uses of EvidenceVariable.GroupMeasure in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type EvidenceVariable.GroupMeasureModifier and TypeFieldDescriptionprotected Enumeration<EvidenceVariable.GroupMeasure>EvidenceVariable.EvidenceVariableCharacteristicComponent.groupMeasureValue or set of values that define the grouping.Methods in org.hl7.fhir.r5.model that return EvidenceVariable.GroupMeasureModifier and TypeMethodDescriptionEvidenceVariable.EvidenceVariableCharacteristicComponent.getGroupMeasure()Returns the enum constant of this type with the specified name.static EvidenceVariable.GroupMeasure[]EvidenceVariable.GroupMeasure.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type EvidenceVariable.GroupMeasureModifier and TypeMethodDescriptionEvidenceVariable.EvidenceVariableCharacteristicComponent.getGroupMeasureElement()Methods in org.hl7.fhir.r5.model with parameters of type EvidenceVariable.GroupMeasureModifier and TypeMethodDescriptionEvidenceVariable.EvidenceVariableCharacteristicComponent.setGroupMeasure(EvidenceVariable.GroupMeasure value) EvidenceVariable.GroupMeasureEnumFactory.toCode(EvidenceVariable.GroupMeasure code) EvidenceVariable.GroupMeasureEnumFactory.toSystem(EvidenceVariable.GroupMeasure code) Method parameters in org.hl7.fhir.r5.model with type arguments of type EvidenceVariable.GroupMeasureModifier and TypeMethodDescriptionEvidenceVariable.EvidenceVariableCharacteristicComponent.setGroupMeasureElement(Enumeration<EvidenceVariable.GroupMeasure> value)