Uses of Class
org.hl7.fhir.dstu2.model.ClaimResponse.AddedItemDetailAdjudicationComponent
-
Packages that use ClaimResponse.AddedItemDetailAdjudicationComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ClaimResponse.AddedItemDetailAdjudicationComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ClaimResponse.AddedItemDetailAdjudicationComponent Modifier and Type Method Description protected ClaimResponse.AddedItemDetailAdjudicationComponentJsonParser. parseClaimResponseAddedItemDetailAdjudicationComponent(com.google.gson.JsonObject json, ClaimResponse owner)protected ClaimResponse.AddedItemDetailAdjudicationComponentXmlParser. parseClaimResponseAddedItemDetailAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ClaimResponse.AddedItemDetailAdjudicationComponent Modifier and Type Method Description protected voidJsonParser. composeClaimResponseAddedItemDetailAdjudicationComponent(String name, ClaimResponse.AddedItemDetailAdjudicationComponent element)protected voidXmlParser. composeClaimResponseAddedItemDetailAdjudicationComponent(String name, ClaimResponse.AddedItemDetailAdjudicationComponent element)protected voidJsonParser. composeClaimResponseAddedItemDetailAdjudicationComponentInner(ClaimResponse.AddedItemDetailAdjudicationComponent element) -
Uses of ClaimResponse.AddedItemDetailAdjudicationComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ClaimResponse.AddedItemDetailAdjudicationComponent Modifier and Type Field Description protected List<ClaimResponse.AddedItemDetailAdjudicationComponent>ClaimResponse.AddedItemsDetailComponent. adjudicationThe adjudications results.Methods in org.hl7.fhir.dstu2.model that return ClaimResponse.AddedItemDetailAdjudicationComponent Modifier and Type Method Description ClaimResponse.AddedItemDetailAdjudicationComponentClaimResponse.AddedItemsDetailComponent. addAdjudication()ClaimResponse.AddedItemDetailAdjudicationComponentClaimResponse.AddedItemDetailAdjudicationComponent. copy()ClaimResponse.AddedItemDetailAdjudicationComponentClaimResponse.AddedItemDetailAdjudicationComponent. setAmount(Money value)ClaimResponse.AddedItemDetailAdjudicationComponentClaimResponse.AddedItemDetailAdjudicationComponent. setCode(Coding value)ClaimResponse.AddedItemDetailAdjudicationComponentClaimResponse.AddedItemDetailAdjudicationComponent. setValue(BigDecimal value)ClaimResponse.AddedItemDetailAdjudicationComponentClaimResponse.AddedItemDetailAdjudicationComponent. setValueElement(DecimalType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ClaimResponse.AddedItemDetailAdjudicationComponent Modifier and Type Method Description List<ClaimResponse.AddedItemDetailAdjudicationComponent>ClaimResponse.AddedItemsDetailComponent. getAdjudication()Methods in org.hl7.fhir.dstu2.model with parameters of type ClaimResponse.AddedItemDetailAdjudicationComponent Modifier and Type Method Description ClaimResponse.AddedItemsDetailComponentClaimResponse.AddedItemsDetailComponent. addAdjudication(ClaimResponse.AddedItemDetailAdjudicationComponent t)
-