Uses of Enum
org.hl7.fhir.r4.model.EvidenceVariable.EvidenceVariableType
Packages that use EvidenceVariable.EvidenceVariableType
-
Uses of EvidenceVariable.EvidenceVariableType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type EvidenceVariable.EvidenceVariableTypeModifier and TypeFieldDescriptionprotected Enumeration<EvidenceVariable.EvidenceVariableType>EvidenceVariable.typeThe type of evidence element, a population, an exposure, or an outcome.Methods in org.hl7.fhir.r4.model that return EvidenceVariable.EvidenceVariableTypeModifier and TypeMethodDescriptionEvidenceVariable.getType()Returns the enum constant of this type with the specified name.EvidenceVariable.EvidenceVariableType.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.EvidenceVariableTypeModifier and TypeMethodDescriptionEvidenceVariable.EvidenceVariableTypeEnumFactory.fromType(PrimitiveType<?> code) EvidenceVariable.getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type EvidenceVariable.EvidenceVariableTypeModifier and TypeMethodDescriptionEvidenceVariable.setType(EvidenceVariable.EvidenceVariableType value) EvidenceVariable.EvidenceVariableTypeEnumFactory.toCode(EvidenceVariable.EvidenceVariableType code) EvidenceVariable.EvidenceVariableTypeEnumFactory.toSystem(EvidenceVariable.EvidenceVariableType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type EvidenceVariable.EvidenceVariableTypeModifier and TypeMethodDescriptionEvidenceVariable.setTypeElement(Enumeration<EvidenceVariable.EvidenceVariableType> value)