Uses of Class
org.hl7.fhir.r4.model.codesystems.ExposureState
-
Packages that use ExposureState Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of ExposureState in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return ExposureState Modifier and Type Method Description static ExposureStateExposureState. fromCode(String codeString)ExposureStateExposureStateEnumFactory. fromCode(String codeString)static ExposureStateExposureState. valueOf(String name)Returns the enum constant of this type with the specified name.static ExposureState[]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.codesystems with parameters of type ExposureState Modifier and Type Method Description StringExposureStateEnumFactory. toCode(ExposureState code)StringExposureStateEnumFactory. toSystem(ExposureState code)
-