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