Uses of Class
org.hl7.fhir.dstu2.model.ClaimResponse.SubdetailAdjudicationComponent
-
Packages that use ClaimResponse.SubdetailAdjudicationComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ClaimResponse.SubdetailAdjudicationComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ClaimResponse.SubdetailAdjudicationComponent Modifier and Type Method Description protected ClaimResponse.SubdetailAdjudicationComponentJsonParser. parseClaimResponseSubdetailAdjudicationComponent(com.google.gson.JsonObject json, ClaimResponse owner)protected ClaimResponse.SubdetailAdjudicationComponentXmlParser. parseClaimResponseSubdetailAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ClaimResponse.SubdetailAdjudicationComponent Modifier and Type Method Description protected voidJsonParser. composeClaimResponseSubdetailAdjudicationComponent(String name, ClaimResponse.SubdetailAdjudicationComponent element)protected voidXmlParser. composeClaimResponseSubdetailAdjudicationComponent(String name, ClaimResponse.SubdetailAdjudicationComponent element)protected voidJsonParser. composeClaimResponseSubdetailAdjudicationComponentInner(ClaimResponse.SubdetailAdjudicationComponent element) -
Uses of ClaimResponse.SubdetailAdjudicationComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ClaimResponse.SubdetailAdjudicationComponent Modifier and Type Field Description protected List<ClaimResponse.SubdetailAdjudicationComponent>ClaimResponse.SubDetailComponent. adjudicationThe adjudications results.Methods in org.hl7.fhir.dstu2.model that return ClaimResponse.SubdetailAdjudicationComponent Modifier and Type Method Description ClaimResponse.SubdetailAdjudicationComponentClaimResponse.SubDetailComponent. addAdjudication()ClaimResponse.SubdetailAdjudicationComponentClaimResponse.SubdetailAdjudicationComponent. copy()ClaimResponse.SubdetailAdjudicationComponentClaimResponse.SubdetailAdjudicationComponent. setAmount(Money value)ClaimResponse.SubdetailAdjudicationComponentClaimResponse.SubdetailAdjudicationComponent. setCode(Coding value)ClaimResponse.SubdetailAdjudicationComponentClaimResponse.SubdetailAdjudicationComponent. setValue(BigDecimal value)ClaimResponse.SubdetailAdjudicationComponentClaimResponse.SubdetailAdjudicationComponent. setValueElement(DecimalType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ClaimResponse.SubdetailAdjudicationComponent Modifier and Type Method Description List<ClaimResponse.SubdetailAdjudicationComponent>ClaimResponse.SubDetailComponent. getAdjudication()Methods in org.hl7.fhir.dstu2.model with parameters of type ClaimResponse.SubdetailAdjudicationComponent Modifier and Type Method Description ClaimResponse.SubDetailComponentClaimResponse.SubDetailComponent. addAdjudication(ClaimResponse.SubdetailAdjudicationComponent t)
-