
Uses of Class
org.hl7.fhir.r5.model.ClaimResponse.AdjudicationComponent
Packages that use ClaimResponse.AdjudicationComponent
-
Uses of ClaimResponse.AdjudicationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ClaimResponse.AdjudicationComponentModifier and TypeMethodDescriptionprotected ClaimResponse.AdjudicationComponent
JsonParser.parseClaimResponseAdjudicationComponent
(com.google.gson.JsonObject json) protected ClaimResponse.AdjudicationComponent
XmlParser.parseClaimResponseAdjudicationComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ClaimResponse.AdjudicationComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeAdjudicationComponent
(String name, ClaimResponse.AdjudicationComponent element) protected void
JsonParser.composeAdjudicationComponentProperties
(ClaimResponse.AdjudicationComponent element) protected void
RdfParser.composeClaimResponseAdjudicationComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ClaimResponse.AdjudicationComponent element, int index) protected void
XmlParser.composeClaimResponseAdjudicationComponent
(String name, ClaimResponse.AdjudicationComponent element) protected void
XmlParser.composeClaimResponseAdjudicationComponentElements
(ClaimResponse.AdjudicationComponent element) protected boolean
XmlParser.parseClaimResponseAdjudicationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse.AdjudicationComponent res) protected void
JsonParser.parseClaimResponseAdjudicationComponentProperties
(com.google.gson.JsonObject json, ClaimResponse.AdjudicationComponent res) -
Uses of ClaimResponse.AdjudicationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ClaimResponse.AdjudicationComponentModifier and TypeFieldDescriptionprotected List
<ClaimResponse.AdjudicationComponent> ClaimResponse.AddedItemComponent.adjudication
The adjudication results.protected List
<ClaimResponse.AdjudicationComponent> ClaimResponse.AddedItemDetailComponent.adjudication
The adjudication results.protected List
<ClaimResponse.AdjudicationComponent> ClaimResponse.AddedItemSubDetailComponent.adjudication
The adjudication results.protected List
<ClaimResponse.AdjudicationComponent> ClaimResponse.adjudication
The adjudication results which are presented at the header level rather than at the line-item or add-item levels.protected List
<ClaimResponse.AdjudicationComponent> ClaimResponse.ItemComponent.adjudication
If this item is a group then the values here are a summary of the adjudication of the detail items.protected List
<ClaimResponse.AdjudicationComponent> ClaimResponse.ItemDetailComponent.adjudication
The adjudication results.protected List
<ClaimResponse.AdjudicationComponent> ClaimResponse.SubDetailComponent.adjudication
The adjudication results.Methods in org.hl7.fhir.r5.model that return ClaimResponse.AdjudicationComponentModifier and TypeMethodDescriptionClaimResponse.addAdjudication()
ClaimResponse.AddedItemComponent.addAdjudication()
ClaimResponse.AddedItemDetailComponent.addAdjudication()
ClaimResponse.AddedItemSubDetailComponent.addAdjudication()
ClaimResponse.ItemComponent.addAdjudication()
ClaimResponse.ItemDetailComponent.addAdjudication()
ClaimResponse.SubDetailComponent.addAdjudication()
ClaimResponse.AdjudicationComponent.copy()
ClaimResponse.AddedItemComponent.getAdjudicationFirstRep()
ClaimResponse.AddedItemDetailComponent.getAdjudicationFirstRep()
ClaimResponse.AddedItemSubDetailComponent.getAdjudicationFirstRep()
ClaimResponse.getAdjudicationFirstRep()
ClaimResponse.ItemComponent.getAdjudicationFirstRep()
ClaimResponse.ItemDetailComponent.getAdjudicationFirstRep()
ClaimResponse.SubDetailComponent.getAdjudicationFirstRep()
ClaimResponse.AdjudicationComponent.setCategory
(CodeableConcept value) ClaimResponse.AdjudicationComponent.setQuantity
(Quantity value) ClaimResponse.AdjudicationComponent.setReason
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ClaimResponse.AdjudicationComponentModifier and TypeMethodDescriptionClaimResponse.AddedItemComponent.getAdjudication()
ClaimResponse.AddedItemDetailComponent.getAdjudication()
ClaimResponse.AddedItemSubDetailComponent.getAdjudication()
ClaimResponse.getAdjudication()
ClaimResponse.ItemComponent.getAdjudication()
ClaimResponse.ItemDetailComponent.getAdjudication()
ClaimResponse.SubDetailComponent.getAdjudication()
Methods in org.hl7.fhir.r5.model with parameters of type ClaimResponse.AdjudicationComponentModifier and TypeMethodDescriptionClaimResponse.addAdjudication
(ClaimResponse.AdjudicationComponent t) ClaimResponse.AddedItemComponent.addAdjudication
(ClaimResponse.AdjudicationComponent t) ClaimResponse.AddedItemDetailComponent.addAdjudication
(ClaimResponse.AdjudicationComponent t) ClaimResponse.AddedItemSubDetailComponent.addAdjudication
(ClaimResponse.AdjudicationComponent t) ClaimResponse.ItemComponent.addAdjudication
(ClaimResponse.AdjudicationComponent t) ClaimResponse.ItemDetailComponent.addAdjudication
(ClaimResponse.AdjudicationComponent t) ClaimResponse.SubDetailComponent.addAdjudication
(ClaimResponse.AdjudicationComponent t) void
ClaimResponse.AdjudicationComponent.copyValues
(ClaimResponse.AdjudicationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ClaimResponse.AdjudicationComponentModifier and TypeMethodDescriptionClaimResponse.AddedItemComponent.setAdjudication
(List<ClaimResponse.AdjudicationComponent> theAdjudication) ClaimResponse.AddedItemDetailComponent.setAdjudication
(List<ClaimResponse.AdjudicationComponent> theAdjudication) ClaimResponse.AddedItemSubDetailComponent.setAdjudication
(List<ClaimResponse.AdjudicationComponent> theAdjudication) ClaimResponse.ItemComponent.setAdjudication
(List<ClaimResponse.AdjudicationComponent> theAdjudication) ClaimResponse.ItemDetailComponent.setAdjudication
(List<ClaimResponse.AdjudicationComponent> theAdjudication) ClaimResponse.setAdjudication
(List<ClaimResponse.AdjudicationComponent> theAdjudication) ClaimResponse.SubDetailComponent.setAdjudication
(List<ClaimResponse.AdjudicationComponent> theAdjudication)