Uses of Class
org.linuxforhealth.fhir.model.resource.ExplanationOfBenefit.CareTeam
-
Packages that use ExplanationOfBenefit.CareTeam Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ExplanationOfBenefit.CareTeam in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ExplanationOfBenefit.CareTeam Modifier and Type Method Description ExplanationOfBenefit.CareTeamExplanationOfBenefit.CareTeam.Builder. build()Build theExplanationOfBenefit.CareTeamMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ExplanationOfBenefit.CareTeam Modifier and Type Method Description java.util.List<ExplanationOfBenefit.CareTeam>ExplanationOfBenefit. getCareTeam()The members of the team who provided the products and services.Methods in org.linuxforhealth.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)protected voidExplanationOfBenefit.CareTeam.Builder. validate(ExplanationOfBenefit.CareTeam careTeam)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ExplanationOfBenefit.CareTeam Modifier and Type Method Description ExplanationOfBenefit.BuilderExplanationOfBenefit.Builder. careTeam(java.util.Collection<ExplanationOfBenefit.CareTeam> careTeam)The members of the team who provided the products and services.
-