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.CareTeamClaim.CareTeam.Builder. build()Build theClaim.CareTeamMethods in com.ibm.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 com.ibm.fhir.model.resource with parameters of type Claim.CareTeam Modifier and Type Method Description Claim.BuilderClaim.Builder. careTeam(Claim.CareTeam... careTeam)The members of the team who provided the products and services.protected Claim.CareTeam.BuilderClaim.CareTeam.Builder. from(Claim.CareTeam careTeam)protected voidClaim.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.BuilderClaim.Builder. careTeam(java.util.Collection<Claim.CareTeam> careTeam)The members of the team who provided the products and services.
-