Uses of Class
org.hl7.fhir.r4b.model.ClaimResponse.ItemComponent
-
Packages that use ClaimResponse.ItemComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of ClaimResponse.ItemComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ClaimResponse.ItemComponent Modifier and Type Method Description protected ClaimResponse.ItemComponentJsonParser. parseClaimResponseItemComponent(com.google.gson.JsonObject json)protected ClaimResponse.ItemComponentXmlParser. parseClaimResponseItemComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type ClaimResponse.ItemComponent Modifier and Type Method Description protected voidRdfParser. composeClaimResponseItemComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ClaimResponse.ItemComponent element, int index)protected voidXmlParser. composeClaimResponseItemComponent(String name, ClaimResponse.ItemComponent element)protected voidXmlParser. composeClaimResponseItemComponentElements(ClaimResponse.ItemComponent element)protected voidJsonParser. composeItemComponent(String name, ClaimResponse.ItemComponent element)protected voidJsonParser. composeItemComponentProperties(ClaimResponse.ItemComponent element)protected booleanXmlParser. parseClaimResponseItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse.ItemComponent res)protected voidJsonParser. parseClaimResponseItemComponentProperties(com.google.gson.JsonObject json, ClaimResponse.ItemComponent res) -
Uses of ClaimResponse.ItemComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type ClaimResponse.ItemComponent Modifier and Type Field Description protected List<ClaimResponse.ItemComponent>ClaimResponse. itemA claim line.Methods in org.hl7.fhir.r4b.model that return types with arguments of type ClaimResponse.ItemComponent Modifier and Type Method Description List<ClaimResponse.ItemComponent>ClaimResponse. getItem()Methods in org.hl7.fhir.r4b.model with parameters of type ClaimResponse.ItemComponent Modifier and Type Method Description ClaimResponseClaimResponse. addItem(ClaimResponse.ItemComponent t)voidClaimResponse.ItemComponent. copyValues(ClaimResponse.ItemComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type ClaimResponse.ItemComponent Modifier and Type Method Description ClaimResponseClaimResponse. setItem(List<ClaimResponse.ItemComponent> theItem)
-