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