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