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