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.Item
Claim.Item.Builder. build()
Build theClaim.Item
Methods 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.Builder
Claim.Item.Builder. from(Claim.Item item)
Claim.Builder
Claim.Builder. item(Claim.Item... item)
A claim line.protected void
Claim.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.Builder
Claim.Builder. item(java.util.Collection<Claim.Item> item)
A claim line.
-