Uses of Class
com.ibm.fhir.model.resource.ClaimResponse.Error
-
Packages that use ClaimResponse.Error Package Description com.ibm.fhir.model.resource -
-
Uses of ClaimResponse.Error in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ClaimResponse.Error Modifier and Type Method Description ClaimResponse.ErrorClaimResponse.Error.Builder. build()Build theClaimResponse.ErrorMethods in com.ibm.fhir.model.resource that return types with arguments of type ClaimResponse.Error Modifier and Type Method Description List<ClaimResponse.Error>ClaimResponse. getError()Errors encountered during the processing of the adjudication.Methods in com.ibm.fhir.model.resource with parameters of type ClaimResponse.Error Modifier and Type Method Description ClaimResponse.BuilderClaimResponse.Builder. error(ClaimResponse.Error... error)Errors encountered during the processing of the adjudication.protected ClaimResponse.Error.BuilderClaimResponse.Error.Builder. from(ClaimResponse.Error error)Method parameters in com.ibm.fhir.model.resource with type arguments of type ClaimResponse.Error Modifier and Type Method Description ClaimResponse.BuilderClaimResponse.Builder. error(Collection<ClaimResponse.Error> error)Errors encountered during the processing of the adjudication.
-