Uses of Class
org.hl7.fhir.dstu2016may.model.Claim.ItemsComponent
-
Packages that use Claim.ItemsComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Claim.ItemsComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type Claim.ItemsComponent Modifier and Type Method Description protected voidJsonParser. composeClaimItemsComponent(String name, Claim.ItemsComponent element)protected voidRdfParser. composeClaimItemsComponent(RdfGenerator.Complex parent, String parentType, String name, Claim.ItemsComponent element, int index)protected voidXmlParser. composeClaimItemsComponent(String name, Claim.ItemsComponent element)protected voidJsonParser. composeClaimItemsComponentInner(Claim.ItemsComponent element) -
Uses of Claim.ItemsComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.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.dstu2016may.model with parameters of type Claim.ItemsComponent Modifier and Type Method Description ClaimClaim. addItem(Claim.ItemsComponent t)
-