Uses of Class
org.hl7.fhir.r4.model.ClaimResponse.AdjudicationComponent
-
Packages that use ClaimResponse.AdjudicationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ClaimResponse.AdjudicationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ClaimResponse.AdjudicationComponent Modifier and Type Method Description protected ClaimResponse.AdjudicationComponentJsonParser. parseClaimResponseAdjudicationComponent(com.google.gson.JsonObject json, ClaimResponse owner)protected ClaimResponse.AdjudicationComponentXmlParser. parseClaimResponseAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) -
Uses of ClaimResponse.AdjudicationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ClaimResponse.AdjudicationComponent Modifier and Type Field Description protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.AddedItemComponent. adjudicationThe adjudication results.protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.AddedItemDetailComponent. adjudicationThe adjudication results.protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.AddedItemSubDetailComponent. adjudicationThe adjudication results.protected List<ClaimResponse.AdjudicationComponent>ClaimResponse. adjudicationThe 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. adjudicationIf 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. adjudicationThe adjudication results.protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.SubDetailComponent. adjudicationThe adjudication results.Methods in org.hl7.fhir.r4.model that return types with arguments of type ClaimResponse.AdjudicationComponent Modifier and Type Method Description List<ClaimResponse.AdjudicationComponent>ClaimResponse.AddedItemComponent. getAdjudication()List<ClaimResponse.AdjudicationComponent>ClaimResponse.AddedItemDetailComponent. getAdjudication()List<ClaimResponse.AdjudicationComponent>ClaimResponse.AddedItemSubDetailComponent. getAdjudication()List<ClaimResponse.AdjudicationComponent>ClaimResponse. getAdjudication()List<ClaimResponse.AdjudicationComponent>ClaimResponse.ItemComponent. getAdjudication()List<ClaimResponse.AdjudicationComponent>ClaimResponse.ItemDetailComponent. getAdjudication()List<ClaimResponse.AdjudicationComponent>ClaimResponse.SubDetailComponent. getAdjudication()
-