Uses of Class
org.linuxforhealth.fhir.model.resource.ClaimResponse.Error
-
Packages that use ClaimResponse.Error Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ClaimResponse.Error in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ClaimResponse.Error Modifier and Type Method Description ClaimResponse.Error
ClaimResponse.Error.Builder. build()
Build theClaimResponse.Error
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ClaimResponse.Error Modifier and Type Method Description java.util.List<ClaimResponse.Error>
ClaimResponse. getError()
Errors encountered during the processing of the adjudication.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type ClaimResponse.Error Modifier and Type Method Description ClaimResponse.Builder
ClaimResponse.Builder. error(java.util.Collection<ClaimResponse.Error> error)
Errors encountered during the processing of the adjudication.
-