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