
Uses of Enum
org.hl7.fhir.r5.model.EvidenceVariable.CharacteristicCombination
Packages that use EvidenceVariable.CharacteristicCombination
-
Uses of EvidenceVariable.CharacteristicCombination in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type EvidenceVariable.CharacteristicCombinationModifier and TypeFieldDescriptionEvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.code
Used to specify if two or more characteristics are combined with OR or AND.Methods in org.hl7.fhir.r5.model that return EvidenceVariable.CharacteristicCombinationModifier and TypeMethodDescriptionEvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.getCode()
Returns the enum constant of this type with the specified name.EvidenceVariable.CharacteristicCombination.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type EvidenceVariable.CharacteristicCombinationModifier and TypeMethodDescriptionEvidenceVariable.CharacteristicCombinationEnumFactory.fromType
(PrimitiveType<?> code) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.getCodeElement()
Methods in org.hl7.fhir.r5.model with parameters of type EvidenceVariable.CharacteristicCombinationModifier and TypeMethodDescriptionEvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.setCode
(EvidenceVariable.CharacteristicCombination value) EvidenceVariable.CharacteristicCombinationEnumFactory.toCode
(EvidenceVariable.CharacteristicCombination code) EvidenceVariable.CharacteristicCombinationEnumFactory.toSystem
(EvidenceVariable.CharacteristicCombination code) Method parameters in org.hl7.fhir.r5.model with type arguments of type EvidenceVariable.CharacteristicCombinationModifier and TypeMethodDescriptionEvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.setCodeElement
(Enumeration<EvidenceVariable.CharacteristicCombination> value) Constructors in org.hl7.fhir.r5.model with parameters of type EvidenceVariable.CharacteristicCombinationModifierConstructorDescriptionEvidenceVariableCharacteristicDefinitionByCombinationComponent
(EvidenceVariable.CharacteristicCombination code, EvidenceVariable.EvidenceVariableCharacteristicComponent characteristic) Constructor