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.DetailClaim.Item.Detail.Builder. build()Build theClaim.Item.DetailMethods 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.BuilderClaim.Item.Builder. detail(Claim.Item.Detail... detail)A claim detail line.protected Claim.Item.Detail.BuilderClaim.Item.Detail.Builder. from(Claim.Item.Detail detail)protected voidClaim.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.BuilderClaim.Item.Builder. detail(java.util.Collection<Claim.Item.Detail> detail)A claim detail line.
-