Uses of Class
org.hl7.fhir.r5.model.ClaimResponse.ErrorComponent
-
Uses of ClaimResponse.ErrorComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ClaimResponse.ErrorComponent
JsonParser.parseClaimResponseErrorComponent
(com.google.gson.JsonObject json) protected ClaimResponse.ErrorComponent
XmlParser.parseClaimResponseErrorComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composeClaimResponseErrorComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ClaimResponse.ErrorComponent element, int index) protected void
XmlParser.composeClaimResponseErrorComponent
(String name, ClaimResponse.ErrorComponent element) protected void
XmlParser.composeClaimResponseErrorComponentElements
(ClaimResponse.ErrorComponent element) protected void
JsonParser.composeErrorComponent
(String name, ClaimResponse.ErrorComponent element) protected void
JsonParser.composeErrorComponentProperties
(ClaimResponse.ErrorComponent element) protected boolean
XmlParser.parseClaimResponseErrorComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse.ErrorComponent res) protected void
JsonParser.parseClaimResponseErrorComponentProperties
(com.google.gson.JsonObject json, ClaimResponse.ErrorComponent res) -
Uses of ClaimResponse.ErrorComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<ClaimResponse.ErrorComponent> ClaimResponse.error
Errors encountered during the processing of the adjudication.Modifier and TypeMethodDescriptionClaimResponse.addError()
ClaimResponse.ErrorComponent.addExpression
(String value) ClaimResponse.ErrorComponent.copy()
ClaimResponse.getErrorFirstRep()
ClaimResponse.ErrorComponent.setCode
(CodeableConcept value) ClaimResponse.ErrorComponent.setDetailSequence
(int value) ClaimResponse.ErrorComponent.setDetailSequenceElement
(PositiveIntType value) ClaimResponse.ErrorComponent.setExpression
(List<StringType> theExpression) ClaimResponse.ErrorComponent.setItemSequence
(int value) ClaimResponse.ErrorComponent.setItemSequenceElement
(PositiveIntType value) ClaimResponse.ErrorComponent.setSubDetailSequence
(int value) ClaimResponse.ErrorComponent.setSubDetailSequenceElement
(PositiveIntType value) Modifier and TypeMethodDescriptionClaimResponse.addError
(ClaimResponse.ErrorComponent t) void
ClaimResponse.ErrorComponent.copyValues
(ClaimResponse.ErrorComponent dst) Modifier and TypeMethodDescriptionClaimResponse.setError
(List<ClaimResponse.ErrorComponent> theError)