Uses of Class
org.hl7.fhir.dstu2016may.model.ClaimResponse.SubdetailAdjudicationComponent
-
Packages that use ClaimResponse.SubdetailAdjudicationComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ClaimResponse.SubdetailAdjudicationComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type ClaimResponse.SubdetailAdjudicationComponent Modifier and Type Method Description protected voidJsonParser. composeClaimResponseSubdetailAdjudicationComponent(String name, ClaimResponse.SubdetailAdjudicationComponent element)protected voidRdfParser. composeClaimResponseSubdetailAdjudicationComponent(RdfGenerator.Complex parent, String parentType, String name, ClaimResponse.SubdetailAdjudicationComponent element, int index)protected voidXmlParser. composeClaimResponseSubdetailAdjudicationComponent(String name, ClaimResponse.SubdetailAdjudicationComponent element)protected voidJsonParser. composeClaimResponseSubdetailAdjudicationComponentInner(ClaimResponse.SubdetailAdjudicationComponent element) -
Uses of ClaimResponse.SubdetailAdjudicationComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.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.dstu2016may.model with parameters of type ClaimResponse.SubdetailAdjudicationComponent Modifier and Type Method Description ClaimResponse.SubDetailComponentClaimResponse.SubDetailComponent. addAdjudication(ClaimResponse.SubdetailAdjudicationComponent t)
-