Uses of Class
org.hl7.fhir.dstu3.model.ClaimResponse.AdjudicationComponent
Packages that use ClaimResponse.AdjudicationComponent
-
Uses of ClaimResponse.AdjudicationComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ClaimResponse.AdjudicationComponentModifier and TypeMethodDescriptionprotected ClaimResponse.AdjudicationComponentJsonParser.parseClaimResponseAdjudicationComponent(com.google.gson.JsonObject json, ClaimResponse owner)protected ClaimResponse.AdjudicationComponentXmlParser.parseClaimResponseAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type ClaimResponse.AdjudicationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeClaimResponseAdjudicationComponent(String name, ClaimResponse.AdjudicationComponent element)protected voidRdfParser.composeClaimResponseAdjudicationComponent(Turtle.Complex parent, String parentType, String name, ClaimResponse.AdjudicationComponent element, int index)protected voidXmlParser.composeClaimResponseAdjudicationComponent(String name, ClaimResponse.AdjudicationComponent element)protected voidXmlParser.composeClaimResponseAdjudicationComponentElements(ClaimResponse.AdjudicationComponent element)protected voidJsonParser.composeClaimResponseAdjudicationComponentInner(ClaimResponse.AdjudicationComponent element)protected booleanXmlParser.parseClaimResponseAdjudicationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.AdjudicationComponent res)protected voidJsonParser.parseClaimResponseAdjudicationComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.AdjudicationComponent res) -
Uses of ClaimResponse.AdjudicationComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ClaimResponse.AdjudicationComponentModifier and TypeFieldDescriptionprotected List<ClaimResponse.AdjudicationComponent>ClaimResponse.AddedItemComponent.adjudicationThe adjudications results.protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.AddedItemsDetailComponent.adjudicationThe adjudications results.protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.ItemComponent.adjudicationThe adjudication results.protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.ItemDetailComponent.adjudicationThe adjudications results.protected List<ClaimResponse.AdjudicationComponent>ClaimResponse.SubDetailComponent.adjudicationThe adjudications results.Methods in org.hl7.fhir.dstu3.model that return ClaimResponse.AdjudicationComponentModifier and TypeMethodDescriptionClaimResponse.AddedItemComponent.addAdjudication()ClaimResponse.AddedItemsDetailComponent.addAdjudication()ClaimResponse.ItemComponent.addAdjudication()ClaimResponse.ItemDetailComponent.addAdjudication()ClaimResponse.SubDetailComponent.addAdjudication()ClaimResponse.AdjudicationComponent.copy()ClaimResponse.AddedItemComponent.getAdjudicationFirstRep()ClaimResponse.AddedItemsDetailComponent.getAdjudicationFirstRep()ClaimResponse.ItemComponent.getAdjudicationFirstRep()ClaimResponse.ItemDetailComponent.getAdjudicationFirstRep()ClaimResponse.SubDetailComponent.getAdjudicationFirstRep()ClaimResponse.AdjudicationComponent.setCategory(CodeableConcept value)ClaimResponse.AdjudicationComponent.setReason(CodeableConcept value)ClaimResponse.AdjudicationComponent.setValue(double value)ClaimResponse.AdjudicationComponent.setValue(long value)ClaimResponse.AdjudicationComponent.setValue(BigDecimal value)ClaimResponse.AdjudicationComponent.setValueElement(DecimalType value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ClaimResponse.AdjudicationComponentModifier and TypeMethodDescriptionClaimResponse.AddedItemComponent.getAdjudication()ClaimResponse.AddedItemsDetailComponent.getAdjudication()ClaimResponse.ItemComponent.getAdjudication()ClaimResponse.ItemDetailComponent.getAdjudication()ClaimResponse.SubDetailComponent.getAdjudication()Methods in org.hl7.fhir.dstu3.model with parameters of type ClaimResponse.AdjudicationComponentModifier and TypeMethodDescriptionClaimResponse.AddedItemComponent.addAdjudication(ClaimResponse.AdjudicationComponent t)ClaimResponse.AddedItemsDetailComponent.addAdjudication(ClaimResponse.AdjudicationComponent t)ClaimResponse.ItemComponent.addAdjudication(ClaimResponse.AdjudicationComponent t)ClaimResponse.ItemDetailComponent.addAdjudication(ClaimResponse.AdjudicationComponent t)ClaimResponse.SubDetailComponent.addAdjudication(ClaimResponse.AdjudicationComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ClaimResponse.AdjudicationComponentModifier and TypeMethodDescriptionClaimResponse.AddedItemComponent.setAdjudication(List<ClaimResponse.AdjudicationComponent> theAdjudication)ClaimResponse.AddedItemsDetailComponent.setAdjudication(List<ClaimResponse.AdjudicationComponent> theAdjudication)ClaimResponse.ItemComponent.setAdjudication(List<ClaimResponse.AdjudicationComponent> theAdjudication)ClaimResponse.ItemDetailComponent.setAdjudication(List<ClaimResponse.AdjudicationComponent> theAdjudication)ClaimResponse.SubDetailComponent.setAdjudication(List<ClaimResponse.AdjudicationComponent> theAdjudication)