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