Uses of Class
org.hl7.fhir.dstu3.model.ClaimResponse.AdjudicationComponent
-
Packages that use ClaimResponse.AdjudicationComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ClaimResponse.AdjudicationComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ClaimResponse.AdjudicationComponent Modifier and Type Field Description protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.AddedItemComponent. adjudicationThe adjudications results.protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.AddedItemsDetailComponent. adjudicationThe adjudications results.protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.ItemComponent. adjudicationThe adjudication results.protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.ItemDetailComponent. adjudicationThe adjudications results.protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.SubDetailComponent. adjudicationThe adjudications results.Methods in org.hl7.fhir.dstu3.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.AddedItemsDetailComponent. getAdjudication()List<ClaimResponse.AdjudicationComponent>ClaimResponse.ItemComponent. getAdjudication()List<ClaimResponse.AdjudicationComponent>ClaimResponse.ItemDetailComponent. getAdjudication()List<ClaimResponse.AdjudicationComponent>ClaimResponse.SubDetailComponent. getAdjudication()Methods in org.hl7.fhir.dstu3.model with parameters of type ClaimResponse.AdjudicationComponent Modifier and Type Method Description ClaimResponse.AddedItemComponentClaimResponse.AddedItemComponent. addAdjudication(ClaimResponse.AdjudicationComponent t)ClaimResponse.AddedItemsDetailComponentClaimResponse.AddedItemsDetailComponent. addAdjudication(ClaimResponse.AdjudicationComponent t)ClaimResponse.ItemComponentClaimResponse.ItemComponent. addAdjudication(ClaimResponse.AdjudicationComponent t)ClaimResponse.ItemDetailComponentClaimResponse.ItemDetailComponent. addAdjudication(ClaimResponse.AdjudicationComponent t)ClaimResponse.SubDetailComponentClaimResponse.SubDetailComponent. addAdjudication(ClaimResponse.AdjudicationComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ClaimResponse.AdjudicationComponent Modifier and Type Method Description ClaimResponse.AddedItemComponentClaimResponse.AddedItemComponent. setAdjudication(List<ClaimResponse.AdjudicationComponent> theAdjudication)ClaimResponse.AddedItemsDetailComponentClaimResponse.AddedItemsDetailComponent. setAdjudication(List<ClaimResponse.AdjudicationComponent> theAdjudication)ClaimResponse.ItemComponentClaimResponse.ItemComponent. setAdjudication(List<ClaimResponse.AdjudicationComponent> theAdjudication)ClaimResponse.ItemDetailComponentClaimResponse.ItemDetailComponent. setAdjudication(List<ClaimResponse.AdjudicationComponent> theAdjudication)ClaimResponse.SubDetailComponentClaimResponse.SubDetailComponent. setAdjudication(List<ClaimResponse.AdjudicationComponent> theAdjudication)
-