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