Uses of Class
com.ibm.fhir.model.resource.Claim.CareTeam
-
Packages that use Claim.CareTeam Package Description com.ibm.fhir.model.resource -
-
Uses of Claim.CareTeam in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Claim.CareTeam Modifier and Type Method Description Claim.CareTeam
Claim.CareTeam.Builder. build()
Build theClaim.CareTeam
Methods in com.ibm.fhir.model.resource that return types with arguments of type Claim.CareTeam Modifier and Type Method Description List<Claim.CareTeam>
Claim. getCareTeam()
The members of the team who provided the products and services.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type Claim.CareTeam Modifier and Type Method Description Claim.Builder
Claim.Builder. careTeam(Collection<Claim.CareTeam> careTeam)
The members of the team who provided the products and services.
-