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