Uses of Enum Class
org.hl7.fhir.r5.model.ConditionDefinition.ConditionPreconditionType
Packages that use ConditionDefinition.ConditionPreconditionType
-
Uses of ConditionDefinition.ConditionPreconditionType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ConditionDefinition.ConditionPreconditionTypeModifier and TypeFieldDescriptionConditionDefinition.ConditionDefinitionPreconditionComponent.typeKind of pre-condition.Methods in org.hl7.fhir.r5.model that return ConditionDefinition.ConditionPreconditionTypeModifier and TypeMethodDescriptionConditionDefinition.ConditionDefinitionPreconditionComponent.getType()Returns the enum constant of this class with the specified name.ConditionDefinition.ConditionPreconditionType.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 ConditionDefinition.ConditionPreconditionTypeModifier and TypeMethodDescriptionConditionDefinition.ConditionPreconditionTypeEnumFactory.fromType(PrimitiveType<?> code) ConditionDefinition.ConditionDefinitionPreconditionComponent.getTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type ConditionDefinition.ConditionPreconditionTypeModifier and TypeMethodDescriptionConditionDefinition.ConditionDefinitionPreconditionComponent.setType(ConditionDefinition.ConditionPreconditionType value) ConditionDefinition.ConditionPreconditionTypeEnumFactory.toCode(ConditionDefinition.ConditionPreconditionType code) ConditionDefinition.ConditionPreconditionTypeEnumFactory.toSystem(ConditionDefinition.ConditionPreconditionType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type ConditionDefinition.ConditionPreconditionTypeModifier and TypeMethodDescriptionConditionDefinition.ConditionDefinitionPreconditionComponent.setTypeElement(Enumeration<ConditionDefinition.ConditionPreconditionType> value) Constructors in org.hl7.fhir.r5.model with parameters of type ConditionDefinition.ConditionPreconditionTypeModifierConstructorDescriptionConditionDefinitionPreconditionComponent(ConditionDefinition.ConditionPreconditionType type, CodeableConcept code) Constructor