Uses of Class
com.ibm.fhir.model.resource.ExplanationOfBenefit.AddItem
-
Packages that use ExplanationOfBenefit.AddItem Package Description com.ibm.fhir.model.resource -
-
Uses of ExplanationOfBenefit.AddItem in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ExplanationOfBenefit.AddItem Modifier and Type Method Description ExplanationOfBenefit.AddItemExplanationOfBenefit.AddItem.Builder. build()Build theExplanationOfBenefit.AddItemMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-