Uses of Class
org.hl7.fhir.r4.model.Claim.ItemComponent
-
Packages that use Claim.ItemComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Claim.ItemComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Claim.ItemComponent Modifier and Type Method Description protected Claim.ItemComponentJsonParser. parseClaimItemComponent(com.google.gson.JsonObject json, Claim owner)protected Claim.ItemComponentXmlParser. parseClaimItemComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner)Methods in org.hl7.fhir.r4.formats with parameters of type Claim.ItemComponent Modifier and Type Method Description protected voidJsonParser. composeClaimItemComponent(String name, Claim.ItemComponent element)protected voidRdfParser. composeClaimItemComponent(Turtle.Complex parent, String parentType, String name, Claim.ItemComponent element, int index)protected voidXmlParser. composeClaimItemComponent(String name, Claim.ItemComponent element)protected voidXmlParser. composeClaimItemComponentElements(Claim.ItemComponent element)protected voidJsonParser. composeClaimItemComponentInner(Claim.ItemComponent element)protected booleanXmlParser. parseClaimItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.ItemComponent res)protected voidJsonParser. parseClaimItemComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.ItemComponent res) -
Uses of Claim.ItemComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Claim.ItemComponent Modifier and Type Field Description protected List<Claim.ItemComponent>Claim. itemA claim line.Methods in org.hl7.fhir.r4.model that return types with arguments of type Claim.ItemComponent Modifier and Type Method Description List<Claim.ItemComponent>Claim. getItem()Methods in org.hl7.fhir.r4.model with parameters of type Claim.ItemComponent Modifier and Type Method Description ClaimClaim. addItem(Claim.ItemComponent t)voidClaim.ItemComponent. copyValues(Claim.ItemComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Claim.ItemComponent Modifier and Type Method Description ClaimClaim. setItem(List<Claim.ItemComponent> theItem)
-