Uses of Class
org.hl7.fhir.r4b.model.EvidenceVariable.CharacteristicCombination
-
Packages that use EvidenceVariable.CharacteristicCombination Package Description org.hl7.fhir.r4b.model -
-
Uses of EvidenceVariable.CharacteristicCombination in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type EvidenceVariable.CharacteristicCombination Modifier and Type Field Description protected Enumeration<EvidenceVariable.CharacteristicCombination>EvidenceVariable. characteristicCombinationUsed to specify if two or more characteristics are combined with OR or AND.Methods in org.hl7.fhir.r4b.model that return EvidenceVariable.CharacteristicCombination Modifier and Type Method Description static EvidenceVariable.CharacteristicCombinationEvidenceVariable.CharacteristicCombination. fromCode(String codeString)EvidenceVariable.CharacteristicCombinationEvidenceVariable.CharacteristicCombinationEnumFactory. fromCode(String codeString)EvidenceVariable.CharacteristicCombinationEvidenceVariable. getCharacteristicCombination()static EvidenceVariable.CharacteristicCombinationEvidenceVariable.CharacteristicCombination. valueOf(String name)Returns the enum constant of this type with the specified name.static EvidenceVariable.CharacteristicCombination[]EvidenceVariable.CharacteristicCombination. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4b.model that return types with arguments of type EvidenceVariable.CharacteristicCombination Modifier and Type Method Description Enumeration<EvidenceVariable.CharacteristicCombination>EvidenceVariable.CharacteristicCombinationEnumFactory. fromType(Base code)Enumeration<EvidenceVariable.CharacteristicCombination>EvidenceVariable. getCharacteristicCombinationElement()Methods in org.hl7.fhir.r4b.model with parameters of type EvidenceVariable.CharacteristicCombination Modifier and Type Method Description EvidenceVariableEvidenceVariable. setCharacteristicCombination(EvidenceVariable.CharacteristicCombination value)StringEvidenceVariable.CharacteristicCombinationEnumFactory. toCode(EvidenceVariable.CharacteristicCombination code)StringEvidenceVariable.CharacteristicCombinationEnumFactory. toSystem(EvidenceVariable.CharacteristicCombination code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type EvidenceVariable.CharacteristicCombination Modifier and Type Method Description EvidenceVariableEvidenceVariable. setCharacteristicCombinationElement(Enumeration<EvidenceVariable.CharacteristicCombination> value)
-