
Uses of Class
org.hl7.fhir.r4.model.ClaimResponse.ErrorComponent
Packages that use ClaimResponse.ErrorComponent
-
Uses of ClaimResponse.ErrorComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ClaimResponse.ErrorComponentModifier and TypeMethodDescriptionprotected ClaimResponse.ErrorComponentJsonParser.parseClaimResponseErrorComponent(com.google.gson.JsonObject json, ClaimResponse owner) protected ClaimResponse.ErrorComponentXmlParser.parseClaimResponseErrorComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) Methods in org.hl7.fhir.r4.formats with parameters of type ClaimResponse.ErrorComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeClaimResponseErrorComponent(String name, ClaimResponse.ErrorComponent element) protected voidRdfParser.composeClaimResponseErrorComponent(Turtle.Complex parent, String parentType, String name, ClaimResponse.ErrorComponent element, int index) protected voidXmlParser.composeClaimResponseErrorComponent(String name, ClaimResponse.ErrorComponent element) protected voidXmlParser.composeClaimResponseErrorComponentElements(ClaimResponse.ErrorComponent element) protected voidJsonParser.composeClaimResponseErrorComponentInner(ClaimResponse.ErrorComponent element) protected booleanXmlParser.parseClaimResponseErrorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.ErrorComponent res) protected voidJsonParser.parseClaimResponseErrorComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.ErrorComponent res) -
Uses of ClaimResponse.ErrorComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ClaimResponse.ErrorComponentModifier and TypeFieldDescriptionprotected List<ClaimResponse.ErrorComponent> ClaimResponse.errorErrors encountered during the processing of the adjudication.Methods in org.hl7.fhir.r4.model that return ClaimResponse.ErrorComponentModifier and TypeMethodDescriptionClaimResponse.addError()ClaimResponse.ErrorComponent.copy()ClaimResponse.getErrorFirstRep()ClaimResponse.ErrorComponent.setCode(CodeableConcept value) ClaimResponse.ErrorComponent.setDetailSequence(int value) ClaimResponse.ErrorComponent.setDetailSequenceElement(PositiveIntType value) ClaimResponse.ErrorComponent.setItemSequence(int value) ClaimResponse.ErrorComponent.setItemSequenceElement(PositiveIntType value) ClaimResponse.ErrorComponent.setSubDetailSequence(int value) ClaimResponse.ErrorComponent.setSubDetailSequenceElement(PositiveIntType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type ClaimResponse.ErrorComponentMethods in org.hl7.fhir.r4.model with parameters of type ClaimResponse.ErrorComponentModifier and TypeMethodDescriptionClaimResponse.addError(ClaimResponse.ErrorComponent t) voidClaimResponse.ErrorComponent.copyValues(ClaimResponse.ErrorComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type ClaimResponse.ErrorComponentModifier and TypeMethodDescriptionClaimResponse.setError(List<ClaimResponse.ErrorComponent> theError)