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