Uses of Class
org.hl7.fhir.r4.model.ClaimResponse.TotalComponent
-
Packages that use ClaimResponse.TotalComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ClaimResponse.TotalComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ClaimResponse.TotalComponent Modifier and Type Method Description protected ClaimResponse.TotalComponentJsonParser. parseClaimResponseTotalComponent(com.google.gson.JsonObject json, ClaimResponse owner)protected ClaimResponse.TotalComponentXmlParser. parseClaimResponseTotalComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) -
Uses of ClaimResponse.TotalComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ClaimResponse.TotalComponent Modifier and Type Field Description protected List<ClaimResponse.TotalComponent>ClaimResponse. totalCategorized monetary totals for the adjudication.Methods in org.hl7.fhir.r4.model that return ClaimResponse.TotalComponent Modifier and Type Method Description ClaimResponse.TotalComponentClaimResponse. addTotal()ClaimResponse.TotalComponentClaimResponse.TotalComponent. copy()ClaimResponse.TotalComponentClaimResponse. getTotalFirstRep()ClaimResponse.TotalComponentClaimResponse.TotalComponent. setAmount(Money value)ClaimResponse.TotalComponentClaimResponse.TotalComponent. setCategory(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type ClaimResponse.TotalComponent Modifier and Type Method Description List<ClaimResponse.TotalComponent>ClaimResponse. getTotal()Methods in org.hl7.fhir.r4.model with parameters of type ClaimResponse.TotalComponent Modifier and Type Method Description ClaimResponseClaimResponse. addTotal(ClaimResponse.TotalComponent t)voidClaimResponse.TotalComponent. copyValues(ClaimResponse.TotalComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ClaimResponse.TotalComponent Modifier and Type Method Description ClaimResponseClaimResponse. setTotal(List<ClaimResponse.TotalComponent> theTotal)
-