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.Error
ClaimResponse.Error.Builder. build()
Build theClaimResponse.Error
Methods 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.Builder
ClaimResponse.Builder. error(ClaimResponse.Error... error)
Errors encountered during the processing of the adjudication.protected ClaimResponse.Error.Builder
ClaimResponse.Error.Builder. from(ClaimResponse.Error error)
protected void
ClaimResponse.Error.Builder. validate(ClaimResponse.Error error)
Method parameters in com.ibm.fhir.model.resource with type arguments of type ClaimResponse.Error Modifier and Type Method Description ClaimResponse.Builder
ClaimResponse.Builder. error(Collection<ClaimResponse.Error> error)
Errors encountered during the processing of the adjudication.
-