Uses of Class
org.hl7.fhir.r4.model.codesystems.ClaimException
-
Packages that use ClaimException Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of ClaimException in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return ClaimException Modifier and Type Method Description static ClaimExceptionClaimException. fromCode(String codeString)ClaimExceptionClaimExceptionEnumFactory. fromCode(String codeString)static ClaimExceptionClaimException. valueOf(String name)Returns the enum constant of this type with the specified name.static ClaimException[]ClaimException. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type ClaimException Modifier and Type Method Description StringClaimExceptionEnumFactory. toCode(ClaimException code)StringClaimExceptionEnumFactory. toSystem(ClaimException code)
-