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