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