Uses of Enum
org.hl7.fhir.r4.model.AllergyIntolerance.AllergyIntoleranceType
Packages that use AllergyIntolerance.AllergyIntoleranceType
-
Uses of AllergyIntolerance.AllergyIntoleranceType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type AllergyIntolerance.AllergyIntoleranceTypeModifier and TypeFieldDescriptionAllergyIntolerance.typeIdentification of the underlying physiological mechanism for the reaction risk.Methods in org.hl7.fhir.r4.model that return AllergyIntolerance.AllergyIntoleranceTypeModifier and TypeMethodDescriptionAllergyIntolerance.getType()Returns the enum constant of this type with the specified name.AllergyIntolerance.AllergyIntoleranceType.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 AllergyIntolerance.AllergyIntoleranceTypeModifier and TypeMethodDescriptionAllergyIntolerance.AllergyIntoleranceTypeEnumFactory.fromType(PrimitiveType<?> code) AllergyIntolerance.getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type AllergyIntolerance.AllergyIntoleranceTypeModifier and TypeMethodDescriptionAllergyIntolerance.setType(AllergyIntolerance.AllergyIntoleranceType value) AllergyIntolerance.AllergyIntoleranceTypeEnumFactory.toCode(AllergyIntolerance.AllergyIntoleranceType code) AllergyIntolerance.AllergyIntoleranceTypeEnumFactory.toSystem(AllergyIntolerance.AllergyIntoleranceType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type AllergyIntolerance.AllergyIntoleranceTypeModifier and TypeMethodDescriptionAllergyIntolerance.setTypeElement(Enumeration<AllergyIntolerance.AllergyIntoleranceType> value)