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.exposureStateWhether 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.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)