Uses of Class
org.hl7.fhir.dstu2016may.model.ClaimResponse.ItemAdjudicationComponent
-
Packages that use ClaimResponse.ItemAdjudicationComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ClaimResponse.ItemAdjudicationComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ClaimResponse.ItemAdjudicationComponent Modifier and Type Method Description protected ClaimResponse.ItemAdjudicationComponentJsonParser. parseClaimResponseItemAdjudicationComponent(com.google.gson.JsonObject json, ClaimResponse owner)protected ClaimResponse.ItemAdjudicationComponentXmlParser. parseClaimResponseItemAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ClaimResponse.ItemAdjudicationComponent Modifier and Type Method Description protected voidJsonParser. composeClaimResponseItemAdjudicationComponent(String name, ClaimResponse.ItemAdjudicationComponent element)protected voidRdfParser. composeClaimResponseItemAdjudicationComponent(RdfGenerator.Complex parent, String parentType, String name, ClaimResponse.ItemAdjudicationComponent element, int index)protected voidXmlParser. composeClaimResponseItemAdjudicationComponent(String name, ClaimResponse.ItemAdjudicationComponent element)protected voidJsonParser. composeClaimResponseItemAdjudicationComponentInner(ClaimResponse.ItemAdjudicationComponent element) -
Uses of ClaimResponse.ItemAdjudicationComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ClaimResponse.ItemAdjudicationComponent Modifier and Type Field Description protected List<ClaimResponse.ItemAdjudicationComponent>ClaimResponse.ItemsComponent. adjudicationThe adjudications results.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ClaimResponse.ItemAdjudicationComponent Modifier and Type Method Description List<ClaimResponse.ItemAdjudicationComponent>ClaimResponse.ItemsComponent. getAdjudication()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ClaimResponse.ItemAdjudicationComponent Modifier and Type Method Description ClaimResponse.ItemsComponentClaimResponse.ItemsComponent. addAdjudication(ClaimResponse.ItemAdjudicationComponent t)
-