
Uses of Enum
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.type
Kind of pre-condition.Methods in org.hl7.fhir.r5.model that return ConditionDefinition.ConditionPreconditionTypeModifier and TypeMethodDescriptionConditionDefinition.ConditionDefinitionPreconditionComponent.getType()
Returns the enum constant of this type with the specified name.ConditionDefinition.ConditionPreconditionType.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 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