
Uses of Enum
org.hl7.fhir.r4.model.EvidenceVariable.GroupMeasure
Packages that use EvidenceVariable.GroupMeasure
-
Uses of EvidenceVariable.GroupMeasure in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type EvidenceVariable.GroupMeasureModifier and TypeFieldDescriptionprotected Enumeration
<EvidenceVariable.GroupMeasure> EvidenceVariable.EvidenceVariableCharacteristicComponent.groupMeasure
Indicates how elements are aggregated within the study effective period.Methods in org.hl7.fhir.r4.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.r4.model that return types with arguments of type EvidenceVariable.GroupMeasureModifier and TypeMethodDescriptionEvidenceVariable.GroupMeasureEnumFactory.fromType
(PrimitiveType<?> code) EvidenceVariable.EvidenceVariableCharacteristicComponent.getGroupMeasureElement()
Methods in org.hl7.fhir.r4.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.r4.model with type arguments of type EvidenceVariable.GroupMeasureModifier and TypeMethodDescriptionEvidenceVariable.EvidenceVariableCharacteristicComponent.setGroupMeasureElement
(Enumeration<EvidenceVariable.GroupMeasure> value)