Uses of Class
org.hl7.fhir.r4.model.EvidenceVariable.GroupMeasure
-
Packages that use EvidenceVariable.GroupMeasure Package Description org.hl7.fhir.r4.model -
-
Uses of EvidenceVariable.GroupMeasure in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type EvidenceVariable.GroupMeasure Modifier and Type Field Description protected Enumeration<EvidenceVariable.GroupMeasure>EvidenceVariable.EvidenceVariableCharacteristicComponent. groupMeasureIndicates how elements are aggregated within the study effective period.Methods in org.hl7.fhir.r4.model that return EvidenceVariable.GroupMeasure Modifier and Type Method Description static EvidenceVariable.GroupMeasureEvidenceVariable.GroupMeasure. fromCode(String codeString)EvidenceVariable.GroupMeasureEvidenceVariable.GroupMeasureEnumFactory. fromCode(String codeString)EvidenceVariable.GroupMeasureEvidenceVariable.EvidenceVariableCharacteristicComponent. getGroupMeasure()static EvidenceVariable.GroupMeasureEvidenceVariable.GroupMeasure. valueOf(String name)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.GroupMeasure Modifier and Type Method Description Enumeration<EvidenceVariable.GroupMeasure>EvidenceVariable.GroupMeasureEnumFactory. fromType(Base code)Enumeration<EvidenceVariable.GroupMeasure>EvidenceVariable.EvidenceVariableCharacteristicComponent. getGroupMeasureElement()Methods in org.hl7.fhir.r4.model with parameters of type EvidenceVariable.GroupMeasure Modifier and Type Method Description EvidenceVariable.EvidenceVariableCharacteristicComponentEvidenceVariable.EvidenceVariableCharacteristicComponent. setGroupMeasure(EvidenceVariable.GroupMeasure value)StringEvidenceVariable.GroupMeasureEnumFactory. toCode(EvidenceVariable.GroupMeasure code)StringEvidenceVariable.GroupMeasureEnumFactory. toSystem(EvidenceVariable.GroupMeasure code)Method parameters in org.hl7.fhir.r4.model with type arguments of type EvidenceVariable.GroupMeasure Modifier and Type Method Description EvidenceVariable.EvidenceVariableCharacteristicComponentEvidenceVariable.EvidenceVariableCharacteristicComponent. setGroupMeasureElement(Enumeration<EvidenceVariable.GroupMeasure> value)
-