
Uses of Class
org.hl7.fhir.r5.model.ClaimResponse.TotalComponent
Packages that use ClaimResponse.TotalComponent
-
Uses of ClaimResponse.TotalComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ClaimResponse.TotalComponentModifier and TypeMethodDescriptionprotected ClaimResponse.TotalComponentJsonParser.parseClaimResponseTotalComponent(com.google.gson.JsonObject json) protected ClaimResponse.TotalComponentXmlParser.parseClaimResponseTotalComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ClaimResponse.TotalComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeClaimResponseTotalComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ClaimResponse.TotalComponent element, int index) protected voidXmlParser.composeClaimResponseTotalComponent(String name, ClaimResponse.TotalComponent element) protected voidXmlParser.composeClaimResponseTotalComponentElements(ClaimResponse.TotalComponent element) protected voidJsonParser.composeTotalComponent(String name, ClaimResponse.TotalComponent element) protected voidJsonParser.composeTotalComponentProperties(ClaimResponse.TotalComponent element) protected booleanXmlParser.parseClaimResponseTotalComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse.TotalComponent res) protected voidJsonParser.parseClaimResponseTotalComponentProperties(com.google.gson.JsonObject json, ClaimResponse.TotalComponent res) -
Uses of ClaimResponse.TotalComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ClaimResponse.TotalComponentModifier and TypeFieldDescriptionprotected List<ClaimResponse.TotalComponent> ClaimResponse.totalCategorized monetary totals for the adjudication.Methods in org.hl7.fhir.r5.model that return ClaimResponse.TotalComponentModifier and TypeMethodDescriptionClaimResponse.addTotal()ClaimResponse.TotalComponent.copy()ClaimResponse.getTotalFirstRep()ClaimResponse.TotalComponent.setCategory(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ClaimResponse.TotalComponentMethods in org.hl7.fhir.r5.model with parameters of type ClaimResponse.TotalComponentModifier and TypeMethodDescriptionClaimResponse.addTotal(ClaimResponse.TotalComponent t) voidClaimResponse.TotalComponent.copyValues(ClaimResponse.TotalComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ClaimResponse.TotalComponentModifier and TypeMethodDescriptionClaimResponse.setTotal(List<ClaimResponse.TotalComponent> theTotal)