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.CareTeam
ExplanationOfBenefit.CareTeam.Builder. build()
Build theExplanationOfBenefit.CareTeam
Methods 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.Builder
ExplanationOfBenefit.Builder. careTeam(ExplanationOfBenefit.CareTeam... careTeam)
The members of the team who provided the products and services.protected ExplanationOfBenefit.CareTeam.Builder
ExplanationOfBenefit.CareTeam.Builder. from(ExplanationOfBenefit.CareTeam careTeam)
protected void
ExplanationOfBenefit.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.Builder
ExplanationOfBenefit.Builder. careTeam(java.util.Collection<ExplanationOfBenefit.CareTeam> careTeam)
The members of the team who provided the products and services.
-