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