Uses of Class
com.ibm.fhir.model.resource.ExplanationOfBenefit.CareTeam
-
Packages that use ExplanationOfBenefit.CareTeam Package Description com.ibm.fhir.model.resource -
-
Uses of ExplanationOfBenefit.CareTeam in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ExplanationOfBenefit.CareTeam Modifier and Type Method Description ExplanationOfBenefit.CareTeamExplanationOfBenefit.CareTeam.Builder. build()Build theExplanationOfBenefit.CareTeamMethods in com.ibm.fhir.model.resource that return types with arguments of type ExplanationOfBenefit.CareTeam Modifier and Type Method Description List<ExplanationOfBenefit.CareTeam>ExplanationOfBenefit. getCareTeam()The members of the team who provided the products and services.Methods in com.ibm.fhir.model.resource with parameters of type ExplanationOfBenefit.CareTeam Modifier and Type Method Description ExplanationOfBenefit.BuilderExplanationOfBenefit.Builder. careTeam(ExplanationOfBenefit.CareTeam... careTeam)The members of the team who provided the products and services.protected ExplanationOfBenefit.CareTeam.BuilderExplanationOfBenefit.CareTeam.Builder. from(ExplanationOfBenefit.CareTeam careTeam)Method parameters in com.ibm.fhir.model.resource with type arguments of type ExplanationOfBenefit.CareTeam Modifier and Type Method Description ExplanationOfBenefit.BuilderExplanationOfBenefit.Builder. careTeam(Collection<ExplanationOfBenefit.CareTeam> careTeam)The members of the team who provided the products and services.
-