Uses of Class
com.ibm.fhir.model.type.code.ExposureState
-
Packages that use ExposureState Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ExposureState in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ExposureState Modifier and Type Method Description ExposureStateEffectEvidenceSynthesis.ResultsByExposure. getExposureState()Whether these results are for the exposure state or alternative exposure state.Methods in com.ibm.fhir.model.resource with parameters of type ExposureState Modifier and Type Method Description EffectEvidenceSynthesis.ResultsByExposure.BuilderEffectEvidenceSynthesis.ResultsByExposure.Builder. exposureState(ExposureState exposureState)Whether these results are for the exposure state or alternative exposure state. -
Uses of ExposureState in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ExposureState Modifier and Type Field Description static ExposureStateExposureState. EXPOSUREExposurestatic ExposureStateExposureState. EXPOSURE_ALTERNATIVEExposure AlternativeMethods in com.ibm.fhir.model.type.code that return ExposureState Modifier and Type Method Description ExposureStateExposureState.Builder. build()static ExposureStateExposureState. of(ExposureState.ValueSet value)Factory method for creating ExposureState objects from a passed enum value.static ExposureStateExposureState. of(String value)Factory method for creating ExposureState objects from a passed string value.
-