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