Uses of Class
org.linuxforhealth.fhir.model.resource.Claim.CareTeam
-
Packages that use Claim.CareTeam Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Claim.CareTeam in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Claim.CareTeam Modifier and Type Method Description Claim.CareTeam
Claim.CareTeam.Builder. build()
Build theClaim.CareTeam
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Claim.CareTeam Modifier and Type Method Description java.util.List<Claim.CareTeam>
Claim. getCareTeam()
The members of the team who provided the products and services.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Claim.CareTeam Modifier and Type Method Description Claim.Builder
Claim.Builder. careTeam(Claim.CareTeam... careTeam)
The members of the team who provided the products and services.protected Claim.CareTeam.Builder
Claim.CareTeam.Builder. from(Claim.CareTeam careTeam)
protected void
Claim.CareTeam.Builder. validate(Claim.CareTeam careTeam)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Claim.CareTeam Modifier and Type Method Description Claim.Builder
Claim.Builder. careTeam(java.util.Collection<Claim.CareTeam> careTeam)
The members of the team who provided the products and services.
-