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