Uses of Class
org.hl7.fhir.dstu2.model.Claim.ItemsComponent
-
Packages that use Claim.ItemsComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Claim.ItemsComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Claim.ItemsComponent Modifier and Type Method Description protected Claim.ItemsComponentJsonParser. parseClaimItemsComponent(com.google.gson.JsonObject json, Claim owner)protected Claim.ItemsComponentXmlParser. parseClaimItemsComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Claim.ItemsComponent Modifier and Type Method Description protected voidJsonParser. composeClaimItemsComponent(String name, Claim.ItemsComponent element)protected voidXmlParser. composeClaimItemsComponent(String name, Claim.ItemsComponent element)protected voidJsonParser. composeClaimItemsComponentInner(Claim.ItemsComponent element) -
Uses of Claim.ItemsComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Claim.ItemsComponent Modifier and Type Field Description protected List<Claim.ItemsComponent>Claim. itemFirst tier of goods and services.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Claim.ItemsComponent Modifier and Type Method Description List<Claim.ItemsComponent>Claim. getItem()Methods in org.hl7.fhir.dstu2.model with parameters of type Claim.ItemsComponent Modifier and Type Method Description ClaimClaim. addItem(Claim.ItemsComponent t)
-