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