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