
Uses of Enum
org.hl7.fhir.r4.model.EffectEvidenceSynthesis.ExposureState
Packages that use EffectEvidenceSynthesis.ExposureState
-
Uses of EffectEvidenceSynthesis.ExposureState in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type EffectEvidenceSynthesis.ExposureStateModifier and TypeFieldDescriptionprotected Enumeration
<EffectEvidenceSynthesis.ExposureState> EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.exposureState
Whether these results are for the exposure state or alternative exposure state.Methods in org.hl7.fhir.r4.model that return EffectEvidenceSynthesis.ExposureStateModifier and TypeMethodDescriptionEffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.getExposureState()
Returns the enum constant of this type with the specified name.EffectEvidenceSynthesis.ExposureState.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 EffectEvidenceSynthesis.ExposureStateModifier and TypeMethodDescriptionEffectEvidenceSynthesis.ExposureStateEnumFactory.fromType
(PrimitiveType<?> code) EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.getExposureStateElement()
Methods in org.hl7.fhir.r4.model with parameters of type EffectEvidenceSynthesis.ExposureStateModifier and TypeMethodDescriptionEffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.setExposureState
(EffectEvidenceSynthesis.ExposureState value) EffectEvidenceSynthesis.ExposureStateEnumFactory.toCode
(EffectEvidenceSynthesis.ExposureState code) EffectEvidenceSynthesis.ExposureStateEnumFactory.toSystem
(EffectEvidenceSynthesis.ExposureState code) Method parameters in org.hl7.fhir.r4.model with type arguments of type EffectEvidenceSynthesis.ExposureStateModifier and TypeMethodDescriptionEffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.setExposureStateElement
(Enumeration<EffectEvidenceSynthesis.ExposureState> value)