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