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