Uses of Class
org.hl7.fhir.dstu2.model.ClaimResponse.AddedItemAdjudicationComponent
-
Packages that use ClaimResponse.AddedItemAdjudicationComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ClaimResponse.AddedItemAdjudicationComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ClaimResponse.AddedItemAdjudicationComponent Modifier and Type Method Description protected ClaimResponse.AddedItemAdjudicationComponentJsonParser. parseClaimResponseAddedItemAdjudicationComponent(com.google.gson.JsonObject json, ClaimResponse owner)protected ClaimResponse.AddedItemAdjudicationComponentXmlParser. parseClaimResponseAddedItemAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ClaimResponse.AddedItemAdjudicationComponent Modifier and Type Method Description protected voidJsonParser. composeClaimResponseAddedItemAdjudicationComponent(String name, ClaimResponse.AddedItemAdjudicationComponent element)protected voidXmlParser. composeClaimResponseAddedItemAdjudicationComponent(String name, ClaimResponse.AddedItemAdjudicationComponent element)protected voidJsonParser. composeClaimResponseAddedItemAdjudicationComponentInner(ClaimResponse.AddedItemAdjudicationComponent element) -
Uses of ClaimResponse.AddedItemAdjudicationComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ClaimResponse.AddedItemAdjudicationComponent Modifier and Type Field Description protected List<ClaimResponse.AddedItemAdjudicationComponent>ClaimResponse.AddedItemComponent. adjudicationThe adjudications results.Methods in org.hl7.fhir.dstu2.model that return ClaimResponse.AddedItemAdjudicationComponent Modifier and Type Method Description ClaimResponse.AddedItemAdjudicationComponentClaimResponse.AddedItemComponent. addAdjudication()ClaimResponse.AddedItemAdjudicationComponentClaimResponse.AddedItemAdjudicationComponent. copy()ClaimResponse.AddedItemAdjudicationComponentClaimResponse.AddedItemAdjudicationComponent. setAmount(Money value)ClaimResponse.AddedItemAdjudicationComponentClaimResponse.AddedItemAdjudicationComponent. setCode(Coding value)ClaimResponse.AddedItemAdjudicationComponentClaimResponse.AddedItemAdjudicationComponent. setValue(BigDecimal value)ClaimResponse.AddedItemAdjudicationComponentClaimResponse.AddedItemAdjudicationComponent. setValueElement(DecimalType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ClaimResponse.AddedItemAdjudicationComponent Modifier and Type Method Description List<ClaimResponse.AddedItemAdjudicationComponent>ClaimResponse.AddedItemComponent. getAdjudication()Methods in org.hl7.fhir.dstu2.model with parameters of type ClaimResponse.AddedItemAdjudicationComponent Modifier and Type Method Description ClaimResponse.AddedItemComponentClaimResponse.AddedItemComponent. addAdjudication(ClaimResponse.AddedItemAdjudicationComponent t)
-