Uses of Enum
org.hl7.fhir.r4.model.EffectEvidenceSynthesis.ExposureState
-
Uses of EffectEvidenceSynthesis.ExposureState in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<EffectEvidenceSynthesis.ExposureState> EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.exposureState
Whether these results are for the exposure state or alternative exposure state.Modifier 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.Modifier and TypeMethodDescriptionEffectEvidenceSynthesis.ExposureStateEnumFactory.fromType
(PrimitiveType<?> code) EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.getExposureStateElement()
Modifier and TypeMethodDescriptionEffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.setExposureState
(EffectEvidenceSynthesis.ExposureState value) EffectEvidenceSynthesis.ExposureStateEnumFactory.toCode
(EffectEvidenceSynthesis.ExposureState code) EffectEvidenceSynthesis.ExposureStateEnumFactory.toSystem
(EffectEvidenceSynthesis.ExposureState code) Modifier and TypeMethodDescriptionEffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.setExposureStateElement
(Enumeration<EffectEvidenceSynthesis.ExposureState> value)