Uses of Class
org.hl7.fhir.r4.model.ClaimResponse.ErrorComponent
-
Packages that use ClaimResponse.ErrorComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ClaimResponse.ErrorComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ClaimResponse.ErrorComponent Modifier and Type Method Description protected ClaimResponse.ErrorComponentJsonParser. parseClaimResponseErrorComponent(com.google.gson.JsonObject json, ClaimResponse owner)protected ClaimResponse.ErrorComponentXmlParser. parseClaimResponseErrorComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) -
Uses of ClaimResponse.ErrorComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ClaimResponse.ErrorComponent Modifier and Type Field Description protected List<ClaimResponse.ErrorComponent>ClaimResponse. errorErrors encountered during the processing of the adjudication.Methods in org.hl7.fhir.r4.model that return ClaimResponse.ErrorComponent Modifier and Type Method Description ClaimResponse.ErrorComponentClaimResponse. addError()ClaimResponse.ErrorComponentClaimResponse.ErrorComponent. copy()ClaimResponse.ErrorComponentClaimResponse. getErrorFirstRep()ClaimResponse.ErrorComponentClaimResponse.ErrorComponent. setCode(CodeableConcept value)ClaimResponse.ErrorComponentClaimResponse.ErrorComponent. setDetailSequence(int value)ClaimResponse.ErrorComponentClaimResponse.ErrorComponent. setDetailSequenceElement(PositiveIntType value)ClaimResponse.ErrorComponentClaimResponse.ErrorComponent. setItemSequence(int value)ClaimResponse.ErrorComponentClaimResponse.ErrorComponent. setItemSequenceElement(PositiveIntType value)ClaimResponse.ErrorComponentClaimResponse.ErrorComponent. setSubDetailSequence(int value)ClaimResponse.ErrorComponentClaimResponse.ErrorComponent. setSubDetailSequenceElement(PositiveIntType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type ClaimResponse.ErrorComponent Modifier and Type Method Description List<ClaimResponse.ErrorComponent>ClaimResponse. getError()Methods in org.hl7.fhir.r4.model with parameters of type ClaimResponse.ErrorComponent Modifier and Type Method Description ClaimResponseClaimResponse. addError(ClaimResponse.ErrorComponent t)voidClaimResponse.ErrorComponent. copyValues(ClaimResponse.ErrorComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ClaimResponse.ErrorComponent Modifier and Type Method Description ClaimResponseClaimResponse. setError(List<ClaimResponse.ErrorComponent> theError)
-