Uses of Class
org.hl7.fhir.r5.model.ClaimResponse.TotalComponent
-
Uses of ClaimResponse.TotalComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ClaimResponse.TotalComponent
JsonParser.parseClaimResponseTotalComponent
(com.google.gson.JsonObject json) protected ClaimResponse.TotalComponent
XmlParser.parseClaimResponseTotalComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composeClaimResponseTotalComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ClaimResponse.TotalComponent element, int index) protected void
XmlParser.composeClaimResponseTotalComponent
(String name, ClaimResponse.TotalComponent element) protected void
XmlParser.composeClaimResponseTotalComponentElements
(ClaimResponse.TotalComponent element) protected void
JsonParser.composeTotalComponent
(String name, ClaimResponse.TotalComponent element) protected void
JsonParser.composeTotalComponentProperties
(ClaimResponse.TotalComponent element) protected boolean
XmlParser.parseClaimResponseTotalComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse.TotalComponent res) protected void
JsonParser.parseClaimResponseTotalComponentProperties
(com.google.gson.JsonObject json, ClaimResponse.TotalComponent res) -
Uses of ClaimResponse.TotalComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<ClaimResponse.TotalComponent> ClaimResponse.total
Categorized monetary totals for the adjudication.Modifier and TypeMethodDescriptionClaimResponse.addTotal()
ClaimResponse.TotalComponent.copy()
ClaimResponse.getTotalFirstRep()
ClaimResponse.TotalComponent.setCategory
(CodeableConcept value) Modifier and TypeMethodDescriptionClaimResponse.addTotal
(ClaimResponse.TotalComponent t) void
ClaimResponse.TotalComponent.copyValues
(ClaimResponse.TotalComponent dst) Modifier and TypeMethodDescriptionClaimResponse.setTotal
(List<ClaimResponse.TotalComponent> theTotal)