Uses of Class
org.hl7.fhir.dstu2.model.Claim.DetailComponent
-
Packages that use Claim.DetailComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Claim.DetailComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Claim.DetailComponent Modifier and Type Method Description protected Claim.DetailComponentJsonParser. parseClaimDetailComponent(com.google.gson.JsonObject json, Claim owner)protected Claim.DetailComponentXmlParser. parseClaimDetailComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Claim.DetailComponent Modifier and Type Method Description protected voidJsonParser. composeClaimDetailComponent(String name, Claim.DetailComponent element)protected voidXmlParser. composeClaimDetailComponent(String name, Claim.DetailComponent element)protected voidJsonParser. composeClaimDetailComponentInner(Claim.DetailComponent element) -
Uses of Claim.DetailComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Claim.DetailComponent Modifier and Type Field Description protected List<Claim.DetailComponent>Claim.ItemsComponent. detailSecond tier of goods and services.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Claim.DetailComponent Modifier and Type Method Description List<Claim.DetailComponent>Claim.ItemsComponent. getDetail()Methods in org.hl7.fhir.dstu2.model with parameters of type Claim.DetailComponent Modifier and Type Method Description Claim.ItemsComponentClaim.ItemsComponent. addDetail(Claim.DetailComponent t)
-