Uses of Class
org.hl7.fhir.dstu3.model.ClaimResponse.AdjudicationComponent
-
Uses of ClaimResponse.AdjudicationComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected ClaimResponse.AdjudicationComponent
JsonParser.parseClaimResponseAdjudicationComponent
(com.google.gson.JsonObject json, ClaimResponse owner) protected ClaimResponse.AdjudicationComponent
XmlParser.parseClaimResponseAdjudicationComponent
(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeClaimResponseAdjudicationComponent
(String name, ClaimResponse.AdjudicationComponent element) protected void
RdfParser.composeClaimResponseAdjudicationComponent
(Turtle.Complex parent, String parentType, String name, ClaimResponse.AdjudicationComponent element, int index) protected void
XmlParser.composeClaimResponseAdjudicationComponent
(String name, ClaimResponse.AdjudicationComponent element) protected void
XmlParser.composeClaimResponseAdjudicationComponentElements
(ClaimResponse.AdjudicationComponent element) protected void
JsonParser.composeClaimResponseAdjudicationComponentInner
(ClaimResponse.AdjudicationComponent element) protected boolean
XmlParser.parseClaimResponseAdjudicationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.AdjudicationComponent res) protected void
JsonParser.parseClaimResponseAdjudicationComponentProperties
(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.AdjudicationComponent res) -
Uses of ClaimResponse.AdjudicationComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected List
<ClaimResponse.AdjudicationComponent> ClaimResponse.AddedItemComponent.adjudication
The adjudications results.protected List
<ClaimResponse.AdjudicationComponent> ClaimResponse.AddedItemsDetailComponent.adjudication
The adjudications results.protected List
<ClaimResponse.AdjudicationComponent> ClaimResponse.ItemComponent.adjudication
The adjudication results.protected List
<ClaimResponse.AdjudicationComponent> ClaimResponse.ItemDetailComponent.adjudication
The adjudications results.protected List
<ClaimResponse.AdjudicationComponent> ClaimResponse.SubDetailComponent.adjudication
The adjudications results.Modifier 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) Modifier and TypeMethodDescriptionClaimResponse.AddedItemComponent.getAdjudication()
ClaimResponse.AddedItemsDetailComponent.getAdjudication()
ClaimResponse.ItemComponent.getAdjudication()
ClaimResponse.ItemDetailComponent.getAdjudication()
ClaimResponse.SubDetailComponent.getAdjudication()
Modifier 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) Modifier 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)