![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.SpecimenDefinition.SpecimenContainedPreference
Packages that use SpecimenDefinition.SpecimenContainedPreference
-
Uses of SpecimenDefinition.SpecimenContainedPreference in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SpecimenDefinition.SpecimenContainedPreferenceModifier and TypeFieldDescriptionSpecimenDefinition.SpecimenDefinitionTypeTestedComponent.preference
The preference for this type of conditioned specimen.Methods in org.hl7.fhir.r4.model that return SpecimenDefinition.SpecimenContainedPreferenceModifier and TypeMethodDescriptionSpecimenDefinition.SpecimenDefinitionTypeTestedComponent.getPreference()
Returns the enum constant of this type with the specified name.SpecimenDefinition.SpecimenContainedPreference.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 SpecimenDefinition.SpecimenContainedPreferenceModifier and TypeMethodDescriptionSpecimenDefinition.SpecimenContainedPreferenceEnumFactory.fromType
(PrimitiveType<?> code) SpecimenDefinition.SpecimenDefinitionTypeTestedComponent.getPreferenceElement()
Methods in org.hl7.fhir.r4.model with parameters of type SpecimenDefinition.SpecimenContainedPreferenceModifier and TypeMethodDescriptionSpecimenDefinition.SpecimenDefinitionTypeTestedComponent.setPreference
(SpecimenDefinition.SpecimenContainedPreference value) SpecimenDefinition.SpecimenContainedPreferenceEnumFactory.toCode
(SpecimenDefinition.SpecimenContainedPreference code) SpecimenDefinition.SpecimenContainedPreferenceEnumFactory.toSystem
(SpecimenDefinition.SpecimenContainedPreference code) Method parameters in org.hl7.fhir.r4.model with type arguments of type SpecimenDefinition.SpecimenContainedPreferenceModifier and TypeMethodDescriptionSpecimenDefinition.SpecimenDefinitionTypeTestedComponent.setPreferenceElement
(Enumeration<SpecimenDefinition.SpecimenContainedPreference> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type SpecimenDefinition.SpecimenContainedPreferenceModifierConstructorDescriptionSpecimenDefinitionTypeTestedComponent
(Enumeration<SpecimenDefinition.SpecimenContainedPreference> preference) Constructor