Uses of Class
org.linuxforhealth.fhir.model.resource.Claim.Item
- 
Packages that use Claim.Item Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of Claim.Item in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Claim.Item Modifier and Type Method Description Claim.ItemClaim.Item.Builder. build()Build theClaim.ItemMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Claim.Item Modifier and Type Method Description java.util.List<Claim.Item>Claim. getItem()A claim line.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Claim.Item Modifier and Type Method Description protected Claim.Item.BuilderClaim.Item.Builder. from(Claim.Item item)Claim.BuilderClaim.Builder. item(Claim.Item... item)A claim line.protected voidClaim.Item.Builder. validate(Claim.Item item)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Claim.Item Modifier and Type Method Description Claim.BuilderClaim.Builder. item(java.util.Collection<Claim.Item> item)A claim line. 
 -