Uses of Class
org.linuxforhealth.fhir.model.resource.ExplanationOfBenefit.AddItem
- 
Packages that use ExplanationOfBenefit.AddItem Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of ExplanationOfBenefit.AddItem in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ExplanationOfBenefit.AddItem Modifier and Type Method Description ExplanationOfBenefit.AddItemExplanationOfBenefit.AddItem.Builder. build()Build theExplanationOfBenefit.AddItemMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ExplanationOfBenefit.AddItem Modifier and Type Method Description java.util.List<ExplanationOfBenefit.AddItem>ExplanationOfBenefit. getAddItem()The first-tier service adjudications for payor added product or service lines.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ExplanationOfBenefit.AddItem Modifier and Type Method Description ExplanationOfBenefit.BuilderExplanationOfBenefit.Builder. addItem(ExplanationOfBenefit.AddItem... addItem)The first-tier service adjudications for payor added product or service lines.protected ExplanationOfBenefit.AddItem.BuilderExplanationOfBenefit.AddItem.Builder. from(ExplanationOfBenefit.AddItem addItem)protected voidExplanationOfBenefit.AddItem.Builder. validate(ExplanationOfBenefit.AddItem addItem)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ExplanationOfBenefit.AddItem Modifier and Type Method Description ExplanationOfBenefit.BuilderExplanationOfBenefit.Builder. addItem(java.util.Collection<ExplanationOfBenefit.AddItem> addItem)The first-tier service adjudications for payor added product or service lines. 
 -