
Uses of Enum Class
org.hl7.fhir.r5.model.Enumerations.EvidenceVariableHandling
Packages that use Enumerations.EvidenceVariableHandling
-
Uses of Enumerations.EvidenceVariableHandling in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.EvidenceVariableHandlingModifier and TypeFieldDescriptionprotected Enumeration<Enumerations.EvidenceVariableHandling> Evidence.EvidenceStatisticModelCharacteristicVariableComponent.handlingHow the variable is classified for use in adjusted analysis.protected Enumeration<Enumerations.EvidenceVariableHandling> EvidenceVariable.handlingThe method of handling in statistical analysis.protected Enumeration<Enumerations.EvidenceVariableHandling> Statistic.StatisticModelCharacteristicVariableComponent.handlingHow the variable is classified for use in adjusted analysis.Methods in org.hl7.fhir.r5.model that return Enumerations.EvidenceVariableHandlingModifier and TypeMethodDescriptionEvidence.EvidenceStatisticModelCharacteristicVariableComponent.getHandling()EvidenceVariable.getHandling()Statistic.StatisticModelCharacteristicVariableComponent.getHandling()Returns the enum constant of this class with the specified name.Enumerations.EvidenceVariableHandling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.EvidenceVariableHandlingModifier and TypeMethodDescriptionEnumerations.EvidenceVariableHandlingEnumFactory.fromType(PrimitiveType<?> code) Evidence.EvidenceStatisticModelCharacteristicVariableComponent.getHandlingElement()EvidenceVariable.getHandlingElement()Statistic.StatisticModelCharacteristicVariableComponent.getHandlingElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.EvidenceVariableHandlingModifier and TypeMethodDescriptionEvidence.EvidenceStatisticModelCharacteristicVariableComponent.setHandling(Enumerations.EvidenceVariableHandling value) EvidenceVariable.setHandling(Enumerations.EvidenceVariableHandling value) Statistic.StatisticModelCharacteristicVariableComponent.setHandling(Enumerations.EvidenceVariableHandling value) Enumerations.EvidenceVariableHandlingEnumFactory.toCode(Enumerations.EvidenceVariableHandling code) Enumerations.EvidenceVariableHandlingEnumFactory.toSystem(Enumerations.EvidenceVariableHandling code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.EvidenceVariableHandlingModifier and TypeMethodDescriptionEvidence.EvidenceStatisticModelCharacteristicVariableComponent.setHandlingElement(Enumeration<Enumerations.EvidenceVariableHandling> value) EvidenceVariable.setHandlingElement(Enumeration<Enumerations.EvidenceVariableHandling> value) Statistic.StatisticModelCharacteristicVariableComponent.setHandlingElement(Enumeration<Enumerations.EvidenceVariableHandling> value)