Uses of Class
org.hl7.fhir.dstu3.model.codesystems.ProcessOutcome
-
Packages that use ProcessOutcome Package Description org.hl7.fhir.dstu3.model.codesystems -
-
Uses of ProcessOutcome in org.hl7.fhir.dstu3.model.codesystems
Methods in org.hl7.fhir.dstu3.model.codesystems that return ProcessOutcome Modifier and Type Method Description static ProcessOutcomeProcessOutcome. fromCode(String codeString)ProcessOutcomeProcessOutcomeEnumFactory. fromCode(String codeString)static ProcessOutcomeProcessOutcome. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessOutcome[]ProcessOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model.codesystems with parameters of type ProcessOutcome Modifier and Type Method Description StringProcessOutcomeEnumFactory. toCode(ProcessOutcome code)StringProcessOutcomeEnumFactory. toSystem(ProcessOutcome code)
-