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